
/*----------------- SetUp Pagina -----------------*/

body
{
				color: #6e6e6e;
				background-image:  url("grafica/pattern.gif");
				background-color: #ffffff;
				text-decoration: none;
				font-weight: normal;
				font-family: tahoma, arial, verdana;
				font-size: 11px;
				margin-bottom: 0px;
				margin-left: 0px;
				margin-right: 0px;
				margin-top: 0px;
				
				scrollbar-arrow-color: #962727;
				scrollbar-shadow-color: #C6C6C6;
				scrollbar-highlight-color: #C6C6C6;
				scrollbar-3dlight-color: #EBEBEB;
				scrollbar-darkshadow-color: #EBEBEB;
				scrollbar-face-color: #F6F6F6;
				scrollbar-track-color: #EBEBEB;
				/* scrollbar-base-color: #FF0000; */
				
				
}


/*----------------- Contenuti -----------------*/


.data			{ color: #E3E5F2; text-decoration: none; font-size: 11px; font-weight : bold}

.testo     		{ color: #6E6E6E; text-decoration: none; font-size: 12px; font-family: tahoma, arial, verdana; font-weight : normal}
.testo:link    	{ color: #6E6E6E; text-decoration: none; font-size: 12px; font-family: tahoma, arial, verdana; font-weight : normal}
.testo:visited  { color: #6E6E6E; text-decoration: none; font-size: 12px; font-family: tahoma, arial, verdana; font-weight : normal}
.testo:hover   	{ color: #273098; text-decoration: none; font-size: 12px; font-family: tahoma, arial, verdana; font-weight : normal}


.testo2     		{ color: #6E6E6E; text-decoration: none; font-size: 16px; font-family: tahoma, arial, verdana; font-weight : normal}
.testo2:link    	{ color: #6E6E6E; text-decoration: none; font-size: 16px; font-family: tahoma, arial, verdana; font-weight : normal}
.testo2:visited  { color: #6E6E6E; text-decoration: none; font-size: 16px; font-family: tahoma, arial, verdana; font-weight : normal}
.testo2:hover   	{ color: #273098; text-decoration: none; font-size: 16px; font-family: tahoma, arial, verdana; font-weight : normal}
.testo3     		{ color: #bEbEbE; text-decoration: none; font-size: 16px; font-family: tahoma, arial, verdana; font-weight : normal}

.testo_bianco     		{ color: #ffffff; text-decoration: none; font-size: 16px; font-family: tahoma, arial, verdana; font-weight : normal}
.testo_bianco:link    	{ color: #ffffff; text-decoration: none; font-size: 16px; font-family: tahoma, arial, verdana; font-weight : normal}
.testo_bianco:visited  { color: #ffffff; text-decoration: none; font-size: 16px; font-family: tahoma, arial, verdana; font-weight : normal}
.testo_bianco:hover   	{ color: #ffffff; text-decoration: none; font-size: 16px; font-family: tahoma, arial, verdana; font-weight : normal}

.testo_piccolo     		{ color: #6E6E6E; text-decoration: none; font-size: 11px; font-weight : normal}
.testo_piccolo:link    	{ color: #6E6E6E; text-decoration: none; font-size: 11px; font-weight : normal}
.testo_piccolo:visited  { color: #6E6E6E; text-decoration: none; font-size: 11px; font-weight : normal}
.testo_piccolo:hover   	{ color: #273098; text-decoration: none; font-size: 11px; font-weight : normal}

.piede     		{ color: #273098; text-decoration: none; font-size: 10px; font-weight : bold}
.piede:link    	{ color: #273098; text-decoration: none; font-size: 10px; font-weight : bold}
.piede:visited   { color: #273098; text-decoration: none; font-size: 10px; font-weight : bold}
.piede:hover   	{ color: #273098; text-decoration: none; font-size: 10px; font-weight : bold; background-color:#FAFA4D;}

.indirizzo     		{ color: #707070; text-decoration: none; font-size: 10px; line-height: 9px; }
.indirizzo:link    	{ color: #707070; text-decoration: none; font-size: 10px; line-height: 9px; }
.indirizzo:visited   { color: #707070; text-decoration: none; font-size: 10px; line-height: 9px; }
.indirizzo:hover   	{ color: #707070; text-decoration: underline; font-size: 10px; line-height: 9px; }

.testo_blu     		{ color: #273098; text-decoration: none; font-size: 12px; font-weight : normal}
.testo_blu:link    	{ color: #273098; text-decoration: none; font-size: 12px; font-weight : normal}
.testo_blu:visited  { color: #273098; text-decoration: none; font-size: 12px; font-weight : normal}
.testo_blu:hover   	{ color: #273098; text-decoration: none; font-size: 12px; font-weight : normal}














/*----------------- FORM -----------------*/

input.bottone
	{
				color : #EBEBEB;
				background: #962727; 
				border : 0px;
				font-family : Tahoma, arial, helvetica;
				font-size : 10px;
				font-weight : bold;
				text-decoration : none;
	}
	
input.bottone_grigio
	{
				color : #707070;
				background: #EBEBEB; 
				border : 0px;
				font-family : Tahoma, arial, helvetica;
				font-size : 10px;
				font-weight : bold;
				text-decoration : none;
	}
	
input.form
	{
  				width:263px;
				color : #EBEBEB; 
				background: #9F3C3C;
				border : 0;
				font-family : Tahoma, arial, helvetica;
				font-size : 10px;
				font-weight : normal;
				text-decoration : none;
				padding-left: 4px;
				/*---
				border-right: solid #962727;
				border-right-width: 1px;
				border-bottom: solid #962727;
				border-bottom-width: 1px;
				border-left: solid #962727;
				border-left-width: 1px;
				border-top: solid #962727;
				border-top-width: 1px;
				---*/
	}

input.form_grigia
	{
				color : #707070; 
				background: #F4F4F4;
				border : 0;
				font-family : Tahoma, arial, helvetica;
				font-size : 10px;
				font-weight : normal;
				text-decoration : none;
				padding-left: 4px;
	}
	
input.form_radio
	{			
				width:11px;
				height:11px;
				margin-left: 2px;
				margin-right: 10px;
				margin-top: 2px;
				margin-bottom: 2px;
	}

textarea.form
	{
				width:263px;
				color : #EBEBEB; 
				background: #9F3C3C;
				border : 0;
				font-family : Tahoma, arial, helvetica;
				font-size : 10px;
				scrollbar-arrow-color: #962727;
				scrollbar-shadow-color: #C6C6C6;
				scrollbar-highlight-color: #C6C6C6;
				scrollbar-3dlight-color: #EBEBEB;
				scrollbar-darkshadow-color: #EBEBEB;
				scrollbar-face-color: #F6F6F6;
				scrollbar-track-color: #EBEBEB;
				font-weight : normal;
				text-decoration : none;
				padding-left: 4px;
				/*---
				border-right: solid #962727;
				border-right-width: 1px;
				border-bottom: solid #962727;
				border-bottom-width: 1px;
				border-left: solid #962727;
				border-left-width: 1px;
				border-top: solid #962727;
				border-top-width: 1px;
				---*/
	}
	
textarea.form_grigia
	{
				color : #707070; 
				background: #F4F4F4;
				border : 0;
				font-family : Tahoma, arial, helvetica;
				font-size : 10px;
				scrollbar-arrow-color: #962727;
				scrollbar-shadow-color: #C6C6C6;
				scrollbar-highlight-color: #C6C6C6;
				scrollbar-3dlight-color: #EBEBEB;
				scrollbar-darkshadow-color: #EBEBEB;
				scrollbar-face-color: #F6F6F6;
				scrollbar-track-color: #EBEBEB;
				font-weight : normal;
				text-decoration : none;
				padding-left: 4px;
	}
		
select.form
	{
				color: #EBEBEB;
				border-left: none; 
				border-top: none;  
				background-color: #9F3C3C;
				font-family : Tahoma, arial, helvetica;
				font-size : 10;
				font-weight : normal;
				text-decoration : none;
				border-right: none; 
				border-bottom: none; 
	}
	
	
select.form_grigia
	{
				color: #707070;
				border-left: none; 
				border-top: none;  
				background-color: #F9F9F9;
				font-family : Tahoma, arial, helvetica;
				font-size : 10px;
				font-weight : normal;
				text-decoration : none;
				border-right: none; 
				border-bottom: none;
				scrollbar-arrow-color: #962727;
				scrollbar-shadow-color: #C6C6C6;
				scrollbar-highlight-color: #C6C6C6;
				scrollbar-3dlight-color: #EBEBEB;
				scrollbar-darkshadow-color: #EBEBEB;
				scrollbar-face-color: #F6F6F6;
				scrollbar-track-color: #EBEBEB;
				padding-left: 4px; 
	}
#divLay {
	position:absolute; width: 700px; height: 180px; top: -800px; left: -100px; visibility:hidden; z-index:200
}


/* © 2004 - Variantezero, all rights reserved */