/* Foglio di stile di www.gioria.com 040301 fabio@gioria.com */
/*Generale */
BODY {
	background-color : White;
	margin-top : 1px;
	margin-left : 1px;
}
A {
	color : #0000CD;
	font-family: Verdana,Arial, sans-serif;
	font-size: x-small;
	background : transparent;
}
A:HOVER {
		color : Blue;
	background-color : #E6E6FA;
		background : transparent;
	}
input {
	background : #DCDCDC;
}
/* Barra di navigazione home page */
A.barra {
	color: White;
	background : transparent;
}
A.barra:HOVER {
	color: Silver;
	background : transparent;
	}
TD.barra {
	vertical-align : middle;
	font-size : x-small;
}
/*-------------------    barra di navigazione   -------------------*/
TABLE.nav {
	font-family : Arial,Verdana, sans-serif;
	font-size : xx-small;
	vertical-align : middle;
	border : none;
	font-style : normal;
	font-variant : normal;
	font-weight : bold;
	width : 600px;
	text-align : center;
}
A.nav {
	font-size : xx-small;
	font-family : Verdana, Arial, sans-serif;
	color : #0000CD;
	background : transparent;
}
A.nav:HOVER {
	color : Blue;
	background-color : #E6E6FA;
}
TD.nav {
	vertical-align : middle;
	font-size : x-small;
}
/* -----------------------      Barra siete qui   ------------------ */
TABLE.sietequi {
	font-family : Arial,Verdana, sans-serif;
	font-size : xx-small;
	vertical-align : middle;
	font-style : normal;
	font-variant : normal;
	width : 600px;
	background-color : #EEEEEE;
	border-bottom : 1px groove #CCCCCC;
}
A.sietequi {
	color : #0000CD;
	background : transparent;
	font-size : xx-small;
		font-style : normal;
	font-variant : normal;
	}
A.sietequi:HOVER {
	color : #FF4500;
}

/*  -------------------------------------------------------------    */


TABLE.header {
	vertical-align : middle;
	width : 600px;
	                 
}



/* Testi comuni     */
TABLE.text {
	font-family : Arial,Verdana, sans-serif;
	font-size : x-small;
	vertical-align : middle;
	border : none;
	font-style : normal;
	font-variant : normal;
	font-weight : normal;
	width : 600px;	
}
A.text{
	color : #0000CD;
	background : transparent;
}
A.text:HOVER {
	color : Blue;
	background-color : #E6E6FA;
}
/*  Titoli dei testi    */
TR.texttitle {
		font-family : Arial,Verdana, sans-serif;
	    font-size : medium;
		background-color : #E6E6FA;
		text-align : center;
		vertical-align : middle;
		color : Navy;
}
A.texttitle {
		font-family : Arial,Verdana, sans-serif;
	    font-size : medium;
		background-color : #E6E6FA;
		text-align : center;
		vertical-align : middle;
		color : Navy;
}
/* Scheda delle macchine     */
TABLE.scheda {
	width : 600px;
	border : 1px ridge Gray;
	border-left-width : 0px;
	border-bottom-width : 0px;
	}
TD.scheda {
	font-family : Arial,Verdana, sans-serif;
	font-size : x-small;
	border : 1px ridge Gray;
	border-right-width : 0px;
	border-top-width : 0px;
	background-color : White;
}

TD.schedagruppo {
	font-family :  Arial,Verdana, sans-serif;
	font-style : oblique;
	font-size : x-small;
	font-weight : bold;
	border : 1px ridge Gray;
	border-right-width : 0px;
	border-top-width : 0px;
	background-color : #DCDCDC;
}
TD.schedasottogruppo {
	font-family :  Arial,Verdana, sans-serif;
	font-style : oblique;
	font-size : x-small;
	border : 1px ridge Gray;
	border-right-width : 0px;
	border-top-width : 0px;
	background-color : #F5F5F5;
	color : Teal;
}
TD.schedanota {
	font-family : Arial,Verdana, sans-serif;
	font-style : oblique;
	font-size : xx-small;
	font-weight : bold;
	border : 1px ridge Gray;
	border-right-width : 0px;
	border-top-width : 0px;
	background-color : White;
}
HR {
	border : 1px ridge Silver;
	width : 550px;
}


