/*-----------------------------------------------------------------------------------------------------------
//--- File include CSS
//--- 
//--- Author: eTT s.r.l. - UG
//--- Edited: 27 October 2003
//---
//-----------------------------------------------------------------------------------------------------------*/

/********** HTML ELEMENTS **********/
body {		
	margin: 0px;
	font-family : Verdana, Arial, Helvetica; font-size : 10px; font-style : normal; font-weight : normal; font-variant : normal;
	text-align: center;		
}

td {
	color : #000000;
	margin: 0px;	
	font-family : Verdana, Arial, Helvetica; font-size : 10px; font-style : normal; font-weight : normal; font-variant : normal;	
	letter-spacing : 0px;
}

img { border: 0px; }

hr 	{ width: 90%; height: 1px; color: #666666; }

a:link, a:visited 	{ color: #336633; text-decoration: none; }
a:hover 			{ color: #336633; text-decoration: underline; }

/* List */
ul 		{ list-style-type: disc; color: 000000; }
li		{ padding-bottom: 10px; }
span.li { color: 000000; }


/*************** FORM ***************/
input.text {
	font-family : Verdana, Arial, Helvetica; 
	font-size : 11px; font-style : normal; font-variant : normal;
	background-color: #EDEDED;	
	border-top: 1px solid #666666; border-left: 1px solid #666666;
	border-bottom: 1px solid #CCCCCC; border-right: 1px solid #CCCCCC;
}

textArea.textArea {
	font-family : Verdana, Arial, Helvetica; 		
	font-size : 11px; font-style : normal; font-variant : normal;
	background-color: #EDEDED;	
	border-top: 1px solid #666666; border-left: 1px solid #666666;
	border-bottom: 1px solid #CCCCCC; border-right: 1px solid #CCCCCC;
}

input.button {
	font-family : Verdana, Arial, Helvetica; 
	font-size : 11px; font-style : normal; font-variant : normal;
	background-color: #EDEDED;
	border-top: 1px solid #CCCCCC; border-left: 1px solid #CCCCCC;
	border-bottom: 1px solid #666666; border-right: 1px solid #666666;
}

/********** VARIE **********/
td.subHeader {
	background-color: #CEE0B3;
	border-bottom: 1px solid #CCCCCC; 	
}

div.titlePage {
	border: 1px solid #ED232A; margin-top: 7px; margin-bottom: 7px;
	padding: 7px;	color: ED232A;
	font-family: Verdana, Arial, Helvetica; font-size: 13px; font-style: normal; font-weight: bold; font-variant: normal;
}

div.subTitlePage {
	border: 1px solid #EDEDED;
	padding: 3px; color: 333366;
	font-family: Verdana, Arial, Helvetica; font-size: 13px; font-style: normal; font-weight: bold; font-variant: normal;
}

td.mainPage {
	padding: 20px; 
	vertical-align: top;
}

img.imgBorder {
	border: 1px solid #999999;
}

div.sottoTitolo {
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: 1px solid #999999;
	color: #CC0000; 
	padding: 10px; padding-left: 0px; 
}

td.footer {
	text-align: right;
	border-top: #666666 solid 1px;
	padding-right: 7px; 
}

td.footerDoc {
	font-weight: bold;
	text-align: right;
	padding-right: 7px; 
}


/********** MENU SX **********/
td.menuSx {
	text-align: left; vertical-align: top;
	width: 170px;
	background-color: #EDEDED; 
	border-left: 1px solid #666666; border-right: 1px solid #CCCCCC;
	padding-top: 20px; padding-bottom: 20px;
}

div.menuMainTitle 				{ width: 100%; background-color: #EDEDED; text-align: left; font-weight: bold; border-bottom: 1px solid #CCCCCC; }
div.menuMainTitle span a 		{ display: block; text-decoration: none; padding: 7px; }
div.menuMainTitle span a:hover 	{ text-decoration: none; background: #FFFFFF; }

div.menuMainItem				{ width: 100%; background-color: #EDEDED; text-align: left; }
div.menuMainItem span a 		{ display: block; text-decoration: none; padding: 3px; padding-left: 7px;}
div.menuMainItem span a:hover 	{ text-decoration: none; background: #FFFFFF; }

a.menuSxSub:link, a.menuSxSub:visited	{ color: #CC0000; text-decoration: none; padding: 5px; padding-left: 15px; }
a.menuSxSub:hover 						{ color: #CC0000; text-decoration: underline; }


/********** NEWS **********/
div.newsItem 				{ width: 100%; background-color: #FFFFFF; text-align: left; font-weight: bold; border-bottom: 1px solid #CCCCCC; }
div.newsItem span a 		{ display: block; text-decoration: none; padding: 5px; }
div.newsItem span a:hover 	{ text-decoration: none; background: #EDEDED; }


td.hLabel					{ background-color: #EDEDED; width: 35%; padding: 7px; font-weight: bold; }
td.hField					{ width: 65%; padding: 7px; font-weight: bold; }

div.note					{ text-align: left; color: #909090; font-style: italic; }