/*
	verde base: 009900
	verde dx: a0d44c
	arancione: ff3300
	fucsia: ca35af
*/
body,div,p,form,h1,h2,h3,h4{
	margin: 0 auto;
	padding: 0 auto;
}
body{background-color:#D5EED5;padding:10px;}
body,td{
	font-family: "Trebuchet MS", Verdana;
	font-size: 11px;
}
input, select, option, textarea{
	font-family: Tahoma, Arial;
	font-size: 11px;
}

#main{
	width: 760px;
	border: 3px solid #009900;
	margin-top:10px;
	margin-bottom:10px;
	background-color: white;
	text-align: left;
}
	#top{
		font-size: 12px;
		line-height: 14px;
		color: #999999;
		height: 134px;
		background-image: url(immagini/_TOP.jpg);
		background-repeat: no-repeat;
		background-position: top;
	}
		#top .txt{
			padding-left:10px;
		}
		#top .txt a{
			color: white;
			text-decoration: none;
		}
		#top h1{
			font-family: "Times New Roman", Times, serif;
			font-size: 21px;
			margin: 0px 0 10px 0px;
			color: #009900;
		}
	#topNav{
		background-color: #cb37b1;
		font-size: 15px;
		color: white;
		font-weight: bold;
		padding: 0px 0px 0px 2px;
	}
		#topNav a{
			color: #ffffff;
			text-decoration: none;
			padding: 1px 5px 1px 5px;
		}
		#topNav a.alt{
			background-color: #ffffff;
			color: #ca35af;
			font-size: 17px;
		}
		#topNav a:hover, #topNav a:active{
			color: yellow;
		}
		#topNav a.alt:hover, #topNav a.alt:active{
			color: #009900;
		}
	#content{
		background-image:url(immagini/_contentFondo.gif);
		background-position: right;
		background-repeat: repeat-y;
		position: relative;
	}
		#sx{	
			width: 570px;
			margin: 0 0 0 0;
			min-height: 580px; /* attributo non supportato da IE */
			height: auto !important; /* anche !important non è supportato da IE, ma sugli altri permette di dare priorità ad una doppia dichiarazione */ 
			height: 630px; /* per IE */
		}
			#topNavTerritorio{
				color: #333333;
				font-size: 14px;
				font-weight: bold;
				line-height: 12px;
			}
				#topNavTerritorio a{
					color: #009900;
					text-decoration: none;
					font-size: 10px;
					font-weight: normal;
					text-transform: uppercase;
					margin-right: 10px;
				}
				#topNavTerritorio a.alt{
					/*color: #ca35af;*/
					color: #333333;
				}
				#topNavTerritorio a:hover, #topNavTerritorio a:active, #topNavTerritorio a.on{
					color: white;
					background-color: #ca35af;
				}
				#menuCategorie, #menuRegioni, #menuProvince{
					border-bottom: 2px solid #009900;
					padding: 5px 10px 5px 10px;
					width: 100%;
				}
				#menuCategorie{
					/*background-color: #bfe5bf;*/
					background-color:#FFFF66;
				}
				#menuRegioni{
					/*background-color: #d9f0d9;*/
					background-color: #FFFF99
				}
				#menuProvince{
					/*background-color: #f2faf2;*/
					background-color: #FFFFCC;
				}
				#content .txt{
					padding: 5px 10px 10px 10px;
				}
					#content .txt #path{
						font-size: 10px;
						text-transform: uppercase;
					}
				#content h1{
					font-size: 20px;
					color: #ca35af;
					text-transform: uppercase;
				}
				#content h2{
					font-size: 15px;
					font-weight: bold;
					color: #009900;
					text-transform: uppercase;
				}
					#content h2.valutazioni{
						color: white;
						background-color: #009900;
						margin-left: -10px;
						margin-right: -10px;
						padding-left: 10px;
					}
				#content h3{
					font-size: 13px;
					color: #ca35af;
				}
				
				#content h4{
					font-size: 11px;
					color: #009900;
				}
				#content h5{
					font-size: 10px;
					color: #ca35af;
					display: inline;
					font-weight: normal;
				}
				#content ul{
					margin: 5px 0px 5px 15px;
					padding: 0;
					list-style: square;
				}
				#content li{
					margin-bottom: 3px;
				}
				#content .box{
					float: right;
					border: 2px solid #009900;
					padding: 5px;
					margin: 0 10px 10px 10px;
					font-size: 10px;
					text-align: left;
				}
				#content .txt a{
					color: #009900;
					border-bottom: 1px solid #f2faf2;
					text-decoration: none;
				}
				#content .txt a:hover, #content .txt a:active{
					background-color: #009900;
					border-bottom-width: 0px;
					padding-bottom: 1px;
					color: white;
				}
				#content .txt h3 a{
					color: #ca35af;
					background-color: white;
					text-decoration: none;
				}
				#content .txt h3 a:hover, #content .txt h3 a:active{
					color: #ca35af;
					background-color: white;
					text-decoration:underline;
				}
				#content #checkErrore{
					border: 2px solid #ca35af;
					padding: 5px;
					background-color:#FFFF99;
					float: left;
				}
				#content #valutazioni{
					margin-left: -10px;
					margin-right: -10px;
					padding: 10px;
					background-color: #FFFFCC;
					border-bottom: 2px solid #009900;
				}
				#content #valutazione{
					border: 1px solid #009900;
					padding: 5px;
					margin-bottom: 10px;
				}
		#dx{
			margin: 0 0 0 0;
			position: absolute;
			top: 0;
			right: 0;
			width: 190px;
			/*background-color: #ffdf9d;*/
			background-color: #a0d44c;
			border-left: 2px solid #009900;
			border-bottom: 2px solid #009900;
			z-index: 3;
		}
			#dx .txt{
				padding: 5px 5px 5px 5px;
				font-size: 11px;
				font-family: Tahoma, Arial;
				line-height: 13px;
			}
	#bottom{
		background-color: #009900;
		color: white;
		text-align: center;
	}
	#bottom{
		background-color: #009900;
		color: white;
		text-align: center;
		font-size: 10px;
		font-family: Tahoma, Arial;
	}
	#bottom a{
		color: white;
		text-decoration: underline;
	}
	#bottom a:hover, #bottom a:active{
		background-color: #ca35af;
		text-decoration: none;
	}
	
	
.table th{
	background-color: #009900;
	color: white;
}
.table td{
	border: 1px solid #d9f0d9;
	border-collapse: collapse;
	text-align: left;
}
.table td.th{
	background-color: #f2faf2;
}
	
