/* CSS Document per applicativo targhe */


/*impaginazione*/
body {
	background-color: #ffffff;
	font-family: "Arial", "Verdana", sans-serif;
	font-size: 13px;
	color: #000000;
	margin: 0;
	

}



#header1{
	width: 999px;
	height:287px;
	background: url(images/header1.jpg) no-repeat;
	}

#header2{
	width: 999px;
	height:287px;
	background: url(images/header2.jpg) no-repeat;
}
#header3{
	width: 999px;
	height:287px;
	background: url(images/header3.jpg) no-repeat;
}
#header4{
	width: 999px;
	height:287px;
	background: url(images/header4.jpg) no-repeat;
}
#header5{
	width: 1020px;
	height:287px;
	background: url(images/header5.jpg) no-repeat;
}
#header6{
	width: 1020px;
	height:287px;
	background: url(images/header6.jpg) no-repeat;
}

#corpo{
	background: url(images/bkg.jpg);
	background-repeat:repeat-y;
	width:920px;
	padding-left:50px;
	padding-right:50px;
	
	}




#footer{
	background: url(images/footer.jpg);
	width: 1020px;
	height: 90px;
	
	}


select {
      background: #ffffff;
      color:#000000;
      font-size: 9px;
      border: Solid 1px #000000;
   }

hr {
width: 92%;
margin: 0 auto 0 0; /*this will align it left for Mozilla*/
border-style:solid;
border-width:1px;
color:#999999;
}

*:first-child+html hr{
padding-left:40px;
text-align: center;
}




#avviso {
width:926px;
height:50px;
border-style:solid;
border-width:thin;
text-align:center;
margin-bottom:10px;
background-color:#EBEBEB;




}


#separator {
background: url(images/separator.jpg);
	width: 979px;
	height: 35px;
	margin-left:-31px;

}



hr{
	border: 0;
	height: 1px;
	color: #edf3ff;
	background-color: #F5F5F5;
	
	}

	table
	{
		width: 900px;
		border: 1px solid #9aadf0;
		border-collapse: collapse;
		border-spacing: 0px;
		*border-collapse: expression('collapse', cellSpacing = '0px'); /*For IE*/
	}
	
	
	.table-header
	{
		
		border: 1px solid #4d5061;
		border-collapse: collapse;
		border-spacing: 0px;
		*border-collapse: expression('collapse', cellSpacing = '0px'); /*For IE*/
	}
	table tbody tr
	{
		background-color: #ffffff;
		color: #000000;
	}
	.tswOddRow
	{
		background-color: #edf3ff;
	}
	table td
	{
		border: 1px solid #e5e5e5;
		padding: 2px;
	}
	table thead
	{
		background-color: #b1c3f6;
		color: #3f3f3f;
	}
	table th
	{
		text-align: center;
		height: 20px;
		border: 0px solid #edf3ff;
		padding: 2px;
	}
	strong {
	color:#0066CC;
	}
.style2 {font-size: 10px}
