/* 	DocBook classes CSS 	*/

body {font-family: Arial;}

h3 {
	--border-bottom: #666666 solid 1px;
}

hr {
	color:#FFFFFF;
	border-bottom: #000000 1px solid;
}

abbr, acronym, .help {
	cursor: help;
	border-bottom: dotted 1px;
}

.example, .model, samp {
	font-family:"Courier New", Courier, monospace;
	font-size:1.0em;
}

/* 	Forms 	*/
textarea {
	font-family:"Courier New", Courier, monospace;
	align: center;
	border-width: 1px;
	border-color: black Black Black Black;
	padding: 5px;
	margin: 10px;
	margin-color: gray;
	color: black;
}

/* Lists	*/
li .nobullet {
	list-style-type: none;
}

/*	DocBook references	*/
.symbol {
	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;
	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;
}

/* Command line */
.os {
	margin: 30px; padding: 10px; background: silver; align: center; font-family: system; font-size: 0.8em; cursor: default;
}

/* 	Images 	*/
img.photo {
	border: #000000 1px solid;
}

img.screenshot {
	background: url(screenshot-bg.jpg);
	padding: 10px;
	--border: 1px solid silver;
}

/* 	Exercices 	*/
.exercice, .practice {
	border: 0px solid silver;
	border-left-width: 1px;
	border-top-width: 1px;
	border-bottom-width: 6px;
	border-right-width: 6px;
	background: #FFFFFF url(quadern.gif) repeat-y left;
	padding-left: 40px;
	padding-right: 16px;
	--moz-border-radius-topright: 3px;
	--moz-border-radius-topright: 6px;
}

/* 	DocBook Boxes: caution, important, note, tip, warning. 	*/
.caution { /* Green box */
	background-color: #C4EFA1;
	border-color: #BFD89F;
	background-image: url(caution.png);
}

.important {
	background-color: #EEE;
	border-color: #DCDCDC;
	background-image: url(important.gif);
}

.note {
	background-color: #EAEFE0;
	border: #DADED1;
	background-image: url(note.png);
}

.tip {
	background-color: #FFFFE0;
	border-color: #FFF8DC;
	background-image: url(tip.png);
}

.warning {
	background-image: url(warning.png);
}

/* 	JScript Boxes: alert, info, error. 	*/

.alert {
	background-color:#ECFFAF;
	border-color: #DCEFA2;
	border-top-color: #DCEF9F;
	border-left-color: #DCEF9F;
	
	background-image : url(note.png);
	background-position : top left;
	background-repeat : no-repeat;
}

/* 	Other Boxes for manuals 	*/

.shortcut {	/* Atajos de teclado. */
	background-color: #FFEBCD; 
	border-color: #FFEBCD;
	background-image : url(truc_bg.gif);
}


.mouse {	/* Access with mouse. */
	background-color: #e4ecec;
	border-color: #DFE0E0;
}
.mouse:before {
content: "Mouse";
display: block;
font-size: 1em;
height: 9px;
line-height: 0.1;
margin: 0;
text-align: left;
}

/* 	Common attributes on Boxes 	*/
.caution, .important, .note, .tip, .warning, .shortcut, .mouse, .alert {
	margin: 30px;
	
	border-width: 2px 0px 2px 0px;	
	border-style: solid;
	/*-moz-border-radius: 12px; -webkit-border-radius : 12px;*/
	
	background-position: 4px 4px;
	background-repeat: no-repeat;
	background-x-position: 50px;
	background-y-position: 50px;
		
	padding-top: 14px; padding-right: 20px;	padding-bottom: 10px; padding-left: 45px;
	
	font-family: "MS Serif", "New York", serif, "times new roman";
	
	text-align: justify;

	width:inherit;
	--left:auto;
	--right:auto;
	--margin-right:inherit;
	--margin-left: auto;
	overflow:hidden;
	display:block;
	clear:both;
}

/* Media print */
@media print{
	.important, .tip, .shortcut, .alert, .mouse, .note {
		border-width: 1px 3px 3px 1px;
	}
	
	.exercice {
		border: 6px grey solid;
	}
	
	img.screenshot { margin: 0px;}
}
