h1.tmp{
	color: red;
}
fieldset{
	margin-top: 10px;
}
legend{
	font-weight: bold;
}
.alertMsg{
	color: #FFA500;
	text-decoration: underline;
	font-size: 20px;
}
.info{
	color: #3CB371;
	text-decoration: underline;
	font-size: 20px;
}
kbd{
	font-family: monospace;
	font-size: 16px;
	background-color: Yellow;
	border: 1px solid red;
	padding: 2px;
	line-height: 26px;
}
div.boxCommento{
	margin: auto;
	padding: 0.5em;
	border: 1px solid black;
	background-color: #FFFFCC;
	width: 80%;
}
div.boxCommentoPari{
	margin: auto;
	margin-top: -1px;
	margin-bottom: -1px;
	padding: 0.5em;
	border: 1px solid black;
	background-color: #FFFF44;
	width: 80%;
}
div.datiUtente{
	float: left;
	background-color: #FFCC66;
	margin-right: 1em;
	border: 1px solid black;
	padding: 0.2em;
	width: 20%;	
}
div.boxCommento hr{
	height: 0;
	margin: 0;
	border: none;
	clear: both;
}
div.boxCommentoPari hr{
	height: 0;
	margin: 0;
	border: none;
	clear: both;
}

.clear{
	clear: both;
}
body{
	color: #000000;
	font: 15px Verdana,Geneva,Arial,Helvetica,sans-serif;/*80%*/
	margin: 0;
	padding: 0 5%;
	background-image: url(../img/bg.png);
}
.hidden{
	display: none;
}/*
.redBorder{
	border: 3px solid red;
}*/
.didascalia a{
	border-right: 1px solid black;
	margin-right: 5px;
	padding-right: 5px;
}

form label{
	display: block;
	margin: 10px;
}
p.copyright{
	text-align: center;
	font-size: 10px;
}

#pool{
	width: 250px;
	float: right;
	padding: 0px;
}

#pool fieldset{
	width: 200px;
	padding: 5px;
	background-image: url(../img/pool.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
	background-color: #FFF8DC;
}

#pool label{
	 float:left;
	 margin:2px;
	 padding:2px;
	 width:40%;
	 margin-bottom:10px;
}

/*menu*/
.menuNavigazione{
	/*background: White;*/
	/*background-color: Blue;*/
	color: Black;
	margin: 0;
	padding: 6px 0 5px 0;
	border-bottom: 1px solid #000;
	text-align: center;
}
ul.menuNavigazione{
	margin-top: 5px;
}
.menuNavigazione li{
	display: inline;
}
.menuNavigazione a{
	height: 0;
	padding: 5px 0.5em;
	border: 1px solid #000;
	text-decoration: none;
	margin: -6px .3em;
	white-space: nowrap;
	font-weight: bold;
}
.menuNavigazione .voceCorrente a{
	border-bottom: none;
	padding-bottom: 6px;
	background-image: url(../img/bg.png);
}
.menuNavigazione a:link,
.menuNavigazione a:visited{
	background: Blue;
	color: Yellow;
}
.menuNavigazione a:hover,
.menuNavigazione a:focus,
.menuNavigazione a:active{
	background: Yellow;
	color: Blue;
}
.menuNavigazione .voceCorrente a:link,
.menuNavigazione .voceCorrente a:visited,
.menuNavigazione .voceCorrente a:hover,
.menuNavigazione .voceCorrente a:focus,
.menuNavigazione .voceCorrente a:active{
	background-image: url(../img/bg.png);
	color: Black;
	border-bottom: none;
	padding-bottom: 6px;
}

.subMenu{
	margin: 0;
}
.subMenu li{
	display: inline;
	border-bottom: 1px solid #000;
	padding: 2px;
}
.subMenu a{
	border-right: 1px solid #666;
	padding-right: 2px;
	text-decoration: none;
	color: #000;
}
.subMenu a:link,
.subMenu a:visited{
	font-weight: bold;
}
.subMenu a:hover,
.subMenu a:focus
.subMenu a:active{
	color: #C00;
}

.framesPreview div{
	float: left;
	width: 118px;
	margin: 3px;
}

.framesPreview a img{
	border: 3px solid Blue;
	margin: 0px;
	vertical-align: top;
}

.framesPreview{
	width: 758px;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.framesPreview a{
	padding: 0px;
	margin: 0px;
}

.divGara{
	/*width: 500px;*/
	margin: auto;
}

.divGara div{
	float: left;
	width: 250px;

}
.framePreview{
	position: relative;
	text-align: center;
}
.divGara .logoVota{
	position: absolute;
	border: 0px;
	left: 39px;
	top: -10px;
}
.framePreview a{
	text-decoration: none;
}

div.bacheca{
	border: 1px solid #000000;
	width: 700px;
	background-color: #6699FF;
	text-align: center;
	margin: auto;
	/*background-image: url(../img/elezioni.jpg);
	background-position: right top;
	background-repeat: no-repeat;*/
	
}
div.bacheca div{
	float: left;
	width: 233px;/*350*/
}
div.bacheca h3{
	text-decoration: underline;
	margin: 10px;
}
div.bacheca hr{
	height: 0;
	margin: 0;
	border: none;
}
caption{
	margin-top: 20px;
	font-size: 18pt;
}
thead{
	background-color: #E6E6FA;
	font-weight: bolder;
}
tbody{
	text-align: center;
}
tbody.pari{
	background-color: #F0F8FF;
}
