html { height: 100% }
body {
	font-family: Tahome, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #000000;
	color:#FFFFFF;
	text-align: center 
	}
a { text-decoration:underline; color:#5eb5e0;}
a:hover {text-decoration:none; color:#FFFFFF;}
td {
	font-family: Tahome, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#contenitore {
	position: relative;
	width: 790px;
	margin: auto;
	text-align:left;
	}
#flash {
	float:left;
	width:790px;
	border-bottom:1px solid #707070;
	}
#banner {
	float:left;
	width:120px;
	margin-top:5px;
	text-align:center
	}
#commenti {
	float:left;
	width:500px;
	margin-left:5px;
	}
.commentHead {
	color:#5eb5e0;
	font-weight:bold;
	padding:1px;
	border-bottom:1px dotted #5eb5e0;
}
.commentText {
	color:#FFFFFF;
	padding:3px;
}
.pagingDiv {
	margin-top:5px;
	background: #000;
	border:1px dashed #5eb5e0;
	color:#5eb5e0;
	padding: 2px;
	font-weight: bold;
	text-align: right;
	margin-bottom:3px;
	}
.pagerNotCurrent {
	color: #5eb5e0;
	padding: 1px 1px;
	margin-right: 1px;
	text-decoration: underline;
	}
.pagerCurrent {
	color: #FFF;
	background-color: #5eb5e0;
	padding: 1px 2px;
	margin-right: 1px;
	}
#menu {
	float:right;
	width:160px;
	padding-left:5px
}
#azzurro {
	text-align:center;
	background-image:url(img/azzurro.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	padding-top:10px;
	height:32px
}
#giallo {
	text-align:center;
	background-image:url(img/giallo.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	padding-top:10px;
	height:32px
}
#verde {
	text-align:center;
	background-image:url(img/verde.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	padding-top:10px;
	height:32px
}
#risposta {
	float:left;
	width:790px;
	border-bottom:1px solid #707070;
	padding-top:3px;
	padding-bottom:3px;
	text-align:center;
	color:#FF0000;
	font-weight:bold
}
#tabella {padding-top:10px;}
.input {
	border:1px solid #707070;
	background-color:#000000;
	color:#FFF;
	line-height:20px
}