
/*----------------- SetUp Pagina -----------------*/

body
{
				color: #000000;
				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: #0000ff;
				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: #0000ff; */
				
				
}


/*----------------- Contenuti -----------------*/

<!-- .bottom 							{ background-image:url('');	background-repeat:repeat-x;}
-->



.testo_piccolo_sugrigio     		{ color: #ffffff; text-decoration: none; font-size: 10px;}
.testo_piccolo_sugrigio:link    	{ color: #ffffff; text-decoration: none; font-size: 10px;}
.testo_piccolo_sugrigio:visited   	{ color: #ffffff; text-decoration: none; font-size: 10px;}
.testo_piccolo_sugrigio:hover   	{ color: #8BC266; text-decoration: none; font-size: 10px;}

.testo_menu     	{ color: #01477C; text-decoration: none; font-size: 11px;}
.testo_menu:link    	{ color: #01477C; text-decoration: none; font-size: 11px;}
.testo_menu:visited   	{ color: #01477C; text-decoration: none; font-size: 11px;}
.testo_menu:hover   	{ color: #8BC266; text-decoration: none; font-size: 11px;}

.testo_v     	{ color: #01477C; text-decoration: none; font-size: 11px;}
.testo_v:link    	{ color: #01477C; text-decoration: none; font-size: 11px;}
.testo_v:visited   	{ color: #01477C; text-decoration: none; font-size: 11px;}
.testo_v:hover   	{ color: #8BC266; text-decoration: none; font-size: 11px; font-weight: bold;}

.testo_sugrigio     		{ color: #01477C; text-decoration: none; font-size: 11px;}
.testo_sugrigio:link    	{ color: #01477C; text-decoration: underline; font-size: 11px;}
.testo_sugrigio:visited   	{ color: #01477C; text-decoration: underline; font-size: 11px;}
.testo_sugrigio:hover   	{ color: #01477C; text-decoration: none; font-size: 11px;}

.testopiccolo_sugrigio     			{ color: #01477C; text-decoration: none; font-size: 10px;}
.testopiccolo_sugrigio:link    		{ color: #01477C; text-decoration: none; font-size: 10px;}
.testopiccolo_sugrigio:visited   	{ color: #01477C; text-decoration: none; font-size: 10px;}
.testopiccolo_sugrigio:hover  	 	{ color: #01477C; text-decoration: none; font-size: 10px;}

.testo_rosso     		{ color: #D21010; text-decoration: none; font-size: 11px;}
.testo_rosso:link    	{ color: #D21010; text-decoration: none; font-size: 11px;}
.testo_rosso:visited   	{ color: #D21010; text-decoration: none; font-size: 11px;}
.testo_rosso:hover   	{ color: #D21010; text-decoration: none; font-size: 11px;}

.testo_sugrigio1     		{ color: #919191; text-decoration: none; font-size: 10px;}
.testo_sugrigio1:link    	{ color: #919191; text-decoration: none; font-size: 10px;}
.testo_sugrigio1:visited   	{ color: #919191; text-decoration: none; font-size: 10px;}
.testo_sugrigio1:hover   	{ color: #919191; text-decoration: none; font-size: 10px;}

.testogrande_sugrigio     		{ color: #707070; text-decoration: none; font-size: 14px;}
.testogrande_sugrigio:link    		{ color: #404040; text-decoration: none; font-size: 14px;}
.testogrande_sugrigio:visited   	{ color: #404040; text-decoration: none; font-size: 14px;}
.testogrande_sugrigio:hover   		{ color: #962727; text-decoration: none; font-size: 14px;}


/*----------------- FORM -----------------*/
input.bottone
	{
				color : #ffffff;
				background: #FF170F; 
				border : 0px;
				font-family : Tahoma, arial, helvetica;
				font-size : 10px;
				font-weight : bold;
				text-decoration : none;
				background-image: url(button.gif);				
	}
	
input.bottone_grigio
	{
				color : #707070;
				background: #EBEBEB; 
				border : 0px;
				font-family : Tahoma, arial, helvetica;
				font-size : 10px;
				font-weight : bold;
				text-decoration : none;
				background-image: url(button.gif);				
	}
	
input.form
	{
  				
				color : #ffffff; 
				background: #FF170F;
				border : 0;
				font-family : Tahoma, arial, helvetica;
				font-size : 11px;
				font-weight : bold;
				text-decoration : none;
				padding-left: 4px;
				background-image: url(button.gif);				
				/*---
				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: #F9F9F9;
				border : 1px;
				border-color:#EBECED;
				font-family : Tahoma, arial, helvetica;
				font-size : 11px;
				font-weight : normal;
				text-decoration : none;
				padding-left: 4px;
				background-image: url(button.gif);
	}


input.form_grigia_2
	{
  				
				color : #ff0000; 
				background: #ffffff;
				border : 1px;
				font-family : Tahoma, arial, helvetica;
				font-size : 11px;
				font-weight : normal;
				text-decoration : none;
				padding-left: 5px;
				background-image: url(button.gif);
	}
	
	
	textarea.form_grigia_2
	{
				color : #707070; 
				background: #ffffff;
				border : 1px;
				font-family : Tahoma, arial, helvetica;
				font-size : 11px;
				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: 5px;
				background-image: url(button.gif);				
	}
	
	
	
	
input.form_radio
	{			
				width:13px;
				height:13px;
				margin-left: 2px;
				margin-right: 10px;
				margin-top: 2px;
				margin-bottom: 2px;
				background-image: url(button.gif);				
	}

textarea.form
	{
				width:263px;
				color : #EBEBEB; 
				background: #ffffff;
				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;
				background-image: url(button.gif);				
				/*---
				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
	{
  				width:263px;
				color : #707070; 
				background: #F9F9F9;
				border : 0;
				font-family : Tahoma, arial, helvetica;
				font-size : 11px;
				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;
				background-image: url(button.gif);				
	}


		
select.form
	{
				color: #EBEBEB;
				border-left: none; 
				border-top: none;  
				background-color: #9F3C3C;
				font-family : Tahoma, arial, helvetica;
				font-size : 12;
				font-weight : normal;
				text-decoration : none;
				border-right: none; 
				border-bottom: none; 
				background-image: url(button.gif);				
	}
	
	
select.form_grigia
	{
				color: #707070;
				border-left: none; 
				border-top: none;
				border-right: none; 
				border-bottom: none; 
				background-color: #F9F9F9;
				font-family : Tahoma, arial, helvetica;
				font-color : #ff0000;
				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; 
				background-image: url(button.gif);				
	}
	

select.form_grigia_2
	{
				color: #01477C;
				border-left: none; 
				border-top: none;
				border-right: none; 
				border-bottom: none; 
				background-color: #F9F9F9;
				font-family : Tahoma, arial, helvetica;
				font-color : #ff0000;
				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; 
				background-image: url(button.gif);				
	}
	

/* © 2004 - Variantezero, all rights reserved */
