body {
	color: #000;
	background-color: #FFF;
	margin: 15px 15px;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}

#Navigation{
	overflow:hidden;  
}
/*#Navigation dl{
	margin:0;
	padding:0;
}*/
#Navigation dt{
	border-top:1px solid black;
	margin-top:20px;
	padding-top:3px;
	font-weight:bold;
	padding-left:5px;
	background-color: #D50000;
	color:white;
}
#Navigation dd{
	font-size:0.7em
}
#Navigation ul{
	margin:0;
	padding:0;
	list-style: square;
	margin-left:-28px;
}
/*#Navigation ul li{
	margin:0;
	padding:0;
}*/
/* #Navigation a:link {color: #FF0000}     */
#Navigation ul li a{
	display:block;
	/*width:100%;*/
	width: 13.2em;
	/*padding: .2em 0 .2em 1.3em;*/
	font-size:1.2em;
	font-weight:bold;
	line-height:1.4em;
	text-decoration:none;
	border-bottom:1px solid #C5C5C5;
	/*padding:12px 1px 0px 3px;*/
	color:black;
}
#Navigation ul li a:visited {} 
#Navigation ul li a:hover, #Navigation ul li a:focus, #Navigation ul li a:active {
	background-color: white;
}


hr {
	display: none;
}
a {
	color:#D50000;
}
a:visited {} 
a:hover, a:focus, a:active {
	color:#000;
}

#Contenitor{
	color: #000;
	background-color: #F2F2F2;
	width: 100%;
	position:relative;
	padding: 0;

}
#Header{
	background-image: url(../images_for_css/BKG-Header.gif);
	background-position: right;
	background-repeat: no-repeat;
	margin-bottom:10px;
	height:112px;
	font-weight: bold;
	font-size: 0.8em;
}
#Header img{
	float:left;
	margin-right:10px;
}
#Header p{
	position:absolute;
	float:right;
	margin-top:55px;
	right:25px;
	text-align:right;
}
#ColCent{
	margin: 0 12em 0 12em; 
	padding: 10px;
	color:#000;
	background-color: #FFF;
	/*border-left: 1px solid #D5DCE8;
	border-right: 1px solid #D5DCE8;*/
}
#Content{
/*	height: 600px;*/
height: 100%
	min-height: 600px;/*No IE*/
	/* height: 600px; */
}
#Content.DettaglioVideo div img{
	float:left;
	margin-right:20px;
}
#Content.DettaglioVideo div ul{
	display:block;
}
#Content.DettaglioVideo div ul li a{
	font-size:0.9em!important;
	font-weight:bold!important;
}
#ColSX{
	position:absolute;
	width: 12em;
	top: 0;
	left: 0;
	background-image: url(../images_for_css/BKG-ColSX.gif);
	background-position: top left;
	background-repeat: no-repeat;
}
#ColDX{
	position:absolute;
	width: 12em;
	top: 0;
	right: 0;
	background-image: url(../images_for_css/BKG-ColDX.gif);
	background-position: top right;
	background-repeat: no-repeat;
	padding-top:15px;
}
#ColDX h3{
	font-size:0.8em;
	background-color: #000;
	color:#FFF;
	padding:4px 0 1px 5px;
	margin-bottom: 3px;
}
#ColDX #BoxInfo div, #ColDX #BoxServizio div{
	padding:0 5px 20px 5px;
	font-size:0.7em;
}
#Footer{
	clear:both;
	text-align:center;
	margin-top: 0;
	padding: 2px;
	color:#FFF;
	background-color: #D50000;
	font-size:0.6em;
	font-weight: bold;
	position: relative;


}
#Footer a{
	color:yellow;
}
#Footer a:hover{
	color:#FFF;
}
#Accessibility {
	text-align:center;
	padding:20px;
}
#Accessibility span {
	display:none;
}
#Accessibility img {
	border:none;
}



/* Path */
#Path {
	font-size: 0.9em;
	font-weight: bold;
	margin-bottom: 20px; /*border-bottom:1px dashed #023B68;*/
	margin-top: 5px;
	padding-bottom: 3px;
	position:relative;
}
#Path a {
	font-size: 0.9em;
}
#Path span {
	font-size: 1.2em;
}
#Path em {
	font-size: 0.8em;
	font-weight: normal;
}



/* Elenco Video */
#ElencoVideo dl dt {
	font-size:0.8em;
}
#ElencoVideo dl dd{
	border-bottom:1px solid #000;
	margin-left:0;
	clear:both;
}
#ElencoVideo dl dd img{
	float:left;
	border:1px solid black;
	margin-top:10px;
	margin-right:20px;
}
#ElencoVideo dl dd h3{
	font-size:1em;
}
#ElencoVideo dl dd p{
	font-size:0.8em;
}
#ElencoVideo dl dd a{
	display:block;
	text-align:right;
	font-size: 0.8em;
	font-weight:bold;
	margin-top:5px;
}

fieldset {
	border:1px solid #000;
}
fieldset label{
	float:left;
	width:12em;
   line-height: 23px;
	margin-right: 5px;
	text-align: right
}
fieldset input{
	width:300px;
	margin-bottom:1em;
}
fieldset select{
	width:306px;
	margin-bottom:1em;
}
fieldset br{clear:left}
input#btnRicerca{
	width:100px;
}
legend{
	margin-bottom:15px;
	font-weight:bold;
}



.Errore {
	background-color:#D50000;
	color:white;
}