﻿html, body {
	margin: 0;
	padding: 0;
}
body {
	background-color:#01134d;
	background-image: url(/images/body-sfondo.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
select, input{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
form {
	margin: 0;
	padding: 0;
}
a img{
	border: 0px;
}
a:link img{
	border: 0px;
}
a:visited img{
	border: 0px;
}
a:active img{
	border: 0px;
}
a:hover img{
	border: 0px;
}
/*************CONTENT************/
#container {
	margin:0 auto;
	width: 987px;
	min-width: 987px;
	padding:0;
	height:500px;
	min-height:500px;
}
#corpo {
	background-image: url(/images/contenuto-sfondo.gif);
	background-repeat: repeat-y;
	background-position: left top;
	overflow:hidden;
}
#menu {
	float:left;
	width:361px;
	padding:0;
	background-image: url(/images/menu-sfondo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	min-height:375px;
}
#contenuto {
	float:left;
	width:574px;
	padding:25px 26px 10px 26px;
	background-color:#fff;
	min-height:500px;
}
/*************GENERICI************/
.clearboth {
	clear: both;
	height:0px;
	line-height:0px;
	overflow:hidden;
}
/*************HEADER************/
#header {
	clear:both;
	padding:31px 0 0 26px;
}
#header ul {
	margin:0;
	padding:0;
	list-style-type:none;
}
#header li {
	float:left;
}
.header-sx {
	background-image: url(/images/header-sx.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	vertical-align:top;
}
.header-center {
	background-image: url(/images/header-center.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width:987px;
	height:325px;
	vertical-align:top;
}
.header-dx {
	background-image: url(/images/header-dx.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	vertical-align:top;
}
/*************CONTENUTO************/
.box-rel {
   margin-top:20px;
   padding:0 0 0 0;
}
.box-rel table td {
   vertical-align:top;
   padding:10px 0 10px 0;
   border-top:5px solid #8089a6;
}
.box-rel table td a:link, .box-rel table td a:visited {
   color:#000;
}
.box-rel table td a:hover {
   color:#00a6ff;
}
.box-eventi {
   margin-top:20px;
   padding:0 0 0 0;
   color:#00a6ff;
}
.box-eventi table td {
   vertical-align:top;
   padding:10px 0 10px 0;
   line-height:14px;
   width:50%;
   vertical-align:top;
}
.box-eventi table td a:link, .box-eventi table td a:visited {
   color:#000;
}
.box-eventi table td a:hover {
   color:#00a6ff;
}
.titolo-eventi, .titolo-eventi:link, .titolo-eventi:visited {
	padding-left:5px;
	font-weight:bold;
	text-decoration:none;
	font-size:15px;
	color:#01134d;
}
.titolo-eventi:hover {
	text-decoration:underline;
}
.box-sondaggi {
	margin-top:20px;
	background-image: url(../../images/box-sondaggio-center.gif);
	background-repeat: repeat-y;
	background-position: left top;	
}
.box-sondaggi-contenuto {
	padding:0 75px 0 75px;
}
.box-sondaggi a:link, .box-sondaggi a:visited  {
	background-image: url(../../images/freccia-link.gif);
	background-repeat: no-repeat;
	background-position: left 6px;
	color:#00a6ff;
	padding-left:10px;
	text-transform:uppercase;
	font-weight:bold;
}
.sondaggio-titolo {
	color:#01134d;
	font-weight:bold;
	font-size:13px;
}
.sondaggio-scelta-risultato {
	color:#00a6ff;
}
.sondaggio-voti-totali {
	color:#01134d;
	text-transform:uppercase;
	float:right;
}
.titolo-rassegna, .titolo-rassegna:link, .titolo-rassegna:visited {
	font-weight:bold;
	text-decoration:none;
	font-size:16px;
	color:#000;
}
/*************FOOTER************/
#footer {
	font-size:11px;
	color:#fff;
	margin:10px 0;
	height:25px;
}
#footer a:link, #footer a:visited {
	color:#fff;
	text-decoration:none;
}
#footer a:hover {
	color:#00a6ff;
	text-decoration:none;
}
#footer ul {
	margin:0;
	padding:0;
	list-style-type:none;
	float:right;
}
#footer li {
	float:left;
	padding:0 9px 0 9px;
	margin:0 0 0 0;
	background-image: url(/images/footer-separatore.gif);
	background-repeat: no-repeat;
	background-position: right 3px;
}
.footer-link, .footer-link:link, .footer-link:visited {
	color:#01134d;
}
a.footer-link:hover {
	color:#00a6ff;
}
/******************* GENERICI ERRORE ******************/
.messaggio-ok {
	font-weight:bold;
	font-size:12px;
	color:#009900;
}
.messaggio-ko {
	font-weight:bold;
	font-size:12px;
	color:#CC0000;
}
.messaggio-warning {
	font-weight:bold;
	font-size:12px;
	color:#FF6600;
}
