﻿html, body {
	margin: 0;
	padding: 0;
}
body {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#fff;
	background-color:#036;
	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: 900px;
	min-width: 900px;
	padding:0;
	height:500px;
	min-height:500px;
}
#corpo {
	background-image: url(../../Images/corpo-sfondo.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-top:50px;
	padding-bottom:25px;
}
#content {
	margin:40px 0 0 0;
	background-image: url(../../Images/content-sfondo.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
#menu {
	float:left;
	width:300px;
	padding:0;
	position:relative;
}
#contenuto {
	float:left;
	width:585px;
	margin-top:-30px;
	padding:0 15px 0 0;
}
/*************GENERICI************/
.clearboth {
	clear: both;
	height:0px;
	line-height:0px;
	overflow:hidden;
}
/*************HEADER************/
#header ul {
	margin:0;
	padding:0;
	list-style-type:none;
}
#header li {
	float:left;
}
#header li a {
	display:block;
}
/*************CONTENUTO************/
.menu-contenuto {
	padding:0 20px;
	background-color:#fff;
}
.menu-link, .menu-link a:link, .menu-link a:visited {
	color:#000;
	line-height:15px;
	padding-top:2px;
}
.menu-link a:hover {
	color:#000;
	text-decoration:underline;
}
.menu-voci {
overflow:hidden;
}
.menu-voci ul {
	margin:0;
	padding:0;
	list-style-type:none;
}
.menu-voci li {
	float:left;
}
.box-rel {
   padding:0 0 0 0;
}
.box-rel table td {
   vertical-align:top;
   padding:10px 0 10px 0;
   border-bottom:2px solid #869fb8;
}
.box-rel table td a:link, .box-rel table td a:visited {
   color:#fff;
}
.box-rel table td a:hover {
   color:#7ec5e9;
}
.box-eventi {
   margin-top:20px;
   padding:0 0 0 0;
   color:#7ec5e9;
}
.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:#fff;
}
.box-eventi table td a:hover {
   color:#7ec5e9;
}
.titolo-eventi, .titolo-eventi:link, .titolo-eventi:visited {
	font-weight:bold;
	text-decoration:none;
	font-size:13px;
	color:#fff;
}
.titolo-eventi:hover {
   color:#7ec5e9;
}
.titolo-rassegna, .titolo-rassegna:link, .titolo-rassegna:visited {
	font-weight:bold;
	text-decoration:none;
	font-size:16px;
	color:#fff;
}
.titolo-rassegna:hover {
   color:#7ec5e9;
}
.candidati {
	font-size:16px;
	color:#fff;
	font-weight:bold;
	padding-bottom:5px;
}
.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:#7ec5e9;
	padding-left:10px;
	text-transform:uppercase;
	font-weight:bold;
}
.sondaggio-titolo {
	color:#01134d;
	font-weight:bold;
	font-size:13px;
}
.sondaggio-scelta-risultato {
	color:#7ec5e9;
}
.sondaggio-voti-totali {
	color:#01134d;
	text-transform:uppercase;
	float:right;
}
.shareThis {
	width:155px;
	float:right;
	padding:3px 0 0 0;
}
/*************FOOTER************/
#footer {
	font-size:11px;
	color:#fff;
	margin:24px 0;
	height:50px;
	border-top:5px solid #4773a2;
	padding-top:15px;
}
#footer a:link, #footer a:visited {
	color:#fff;
	text-decoration:none;
}
#footer a:hover {
	color:#7ec5e9;
	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;
}
/******************* 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;
}
