/* CSS Document */

body {font-family: Arial;}

h3 {
	border-bottom: #666666 solid 1px;
}

hr {
	color:#FFFFFF;
	border-bottom: #000000 1px solid;
}

abbr, acronym, .help {
	cursor: help;
	-text-decoration: underline;
	border-bottom: dotted darkblue 1px;
}

A .help {
	text-decoration: none;
	color: #000;
}

.example {
	margin-left: 30px;
}


.model, samp {	/* .sample, */
	font-family:"Courier New", Courier, monospace;
	font-size:1.0em;
}

.highlight {
	color:#FF0000;
	text-decoration:blink;
}

.keyword {

}

/* Forms */
textarea {
	font-family:"Courier New", Courier, monospace;
	border-width: 1px;
	border-color: black Black Black Black;
	padding: 5px;
	margin: 10px;
	color: black;
	overflow:auto;
	
	width:90%;
}

input {
	font-family:"Courier New", Courier, monospace;
	margin-top: 6px;
}

/* Boxes */

/*.exercise {	 
	margin: 5%;
	background-color: #EEE;
	border-color: #DCDCDC;
	padding-top: 30px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	-moz-border-radius : 12px;
	font-family: "times new roman", "MS Serif", "New York", serif;
	background-image : url("pic/exercise.gif");
	background-position : top left;
	background-repeat : no-repeat;
}*/

.os {
	margin: 30px; padding: 10px; background: silver; font-family: system; font-size: 0.8em; cursor: default;
}



.shortcut {
	margin: 5%;
	background-color: #FFEBCD;
	border-color: #FFEBCD;
	padding-top: 30px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	-moz-border-radius : 12px;
	font-family: "times new roman", "MS Serif", "New York", serif;
	background-image : url("pic/truc_bg.gif");
	background-position : top left;
	background-repeat : no-repeat;
}

.mouse {
	background-color: #e4ecec;
	border-color: #DFE0E0;
}

.mouse:before {
content: "ratoli";
display: block;
font-size: 1em;
height: 9px;
line-height: 0.1;
margin: 0;
text-align: left;
}



/* Common for all boxes */
.exercise, .tip, .shortcut, .alert, .mouse, .note {
	margin: 5%;
	
	border-width: 1px 2px 2px 1px;
	border-style: solid;
	
	padding-top: 30px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	
	font-family: "times new roman", "MS Serif", "New York", serif;
	
	background-position: 16px 16px;
	background-repeat: no-repeat;
}

.blueKK {
	background-color: #BBCEF0;
	border-color: #A1BAF3;
	background-image: url("pic/note.png");
}

.exercise { 	/* Practice or practise in British english */
	background-color: #EBEBF5;
	border-color:  #D0D0E8;
	background-image: url("pic/note.png");
}

.alert {
	background-color: #FFFFA2;
	border-color: #F5E570;
	background-image: url("pic/warning.png");
}

.tip {
	background-color: #C4EFA1;
	border-color: #BFD89F;
	background-image : url("pic/tip.png");
}

.exercise:before {
content: "Exercici";
display: block;
font-size: 1.4em;
height: 9px;
line-height: 0.1;
margin: 0;
padding-top: 0px;
text-align: left;
padding-left: 48px;
}
.alert:before {
content: "Vés amb compte!";
display: block;
font-size: 1.4em;
height: 9px;
line-height: 0.1;
margin: 0;
padding-top: 0px;
text-align: left;
padding-left: 48px;
}
.tip:before {
content: "Has de saber...";
display: block;
font-size: 1.4em;
height: 9px;
line-height: 0.1;
margin: 0;
text-align: left;
padding-left: 48px;
}

/*	DocBook references	*/
.symbol {
	font-weight: bold;
	color: #CC3300;
	background-color:#F7F7F7;
	border-bottom: #EEEEEE solid 1px;
	-moz-border-radius: 2px; -webkit-border-radius: 2px;
	padding-left: 1px;
	padding-right: 1px;
}

.key {
	padding: 4px 8px;
	border-color:#666666;
	border: 1px solid #666;
	border-bottom-width: 4px;
	border-right-width: 4px;
	background:#CCCCCC;
	-moz-border-radius: 4px; -webkit-border-radius: 4px;
}

/* Lists	*/
li .no_bullet {
	list-style-type: none;
}

/* 	Photos 	*/
img.photo {
	border: #000000 1px solid;
}

.center {
	text-align:center;
}

/* Media print */
@media print{
  .exercise, .tip, .shortcut, .green_box, .mouse {
	border-width: 1px 4px 4px 1px;}
}