﻿body {
	margin: 0;
	padding: 0;
	text-align: center;
	background: #cc0000 url(bodybg.jpg) top center repeat-y;
	font-family: Tahoma, Arial;
	color: #000;
	font-size: 85%;
}

#centrato {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

/* HEADER */
#header {
	width: 684px;
	margin-left: 58px;
	margin-right: 58px;
	background: #fff url(line.jpg) bottom center no-repeat;
	float: left;
	text-align: center;
	padding-bottom: 3px;
}

#header a img {
	border: 0;
}

/* COLONNA CENTRALE */
#colcn {
	width: 684px;
	margin: 10px 58px 10px 58px;
	background: #fff url(colcn.jpg) top center repeat-y;
	float: left;
}


/* MENU */
#menu {
	width: 172px;
	float: left;
}

#menu .voceMenu,
#menu .voceMenuOro {
	margin: 0;
	padding: 0;
	padding-top: 11px;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	width: 172px;
	height: 26px;
	background: #cc0000 url(button.jpg) top left no-repeat;
}

#menu .voceMenuOro {
	background: #cc0000 url(buttonOro.jpg) top left no-repeat;
}

#menu .voceMenu a,
#menu .voceMenuOro a {
	white-space: nowrap;
	text-decoration: none;
}

#menu .voceMenu a:link,
#menu .voceMenu a:visited,
#menu .voceMenuOro a:link,
#menu .voceMenuOro a:visited {
	color: #fff;
}

#menu .voceMenu a:hover,
#menu .voceMenu a:active,
#menu .voceMenuOro a:hover,
#menu .voceMenuOro a:active {
	color: #333;
}

/* CONTENT */
#content {
	width: 497px;
	margin-left: 15px;
	float: left;
	padding-top: 0;
}

#content p a,
#menu p.colsx a {
	color: #cc0000;
	font-weight: bold;
	text-decoration: underline;
}

#content p a:hover,
#content p a:active,
#menu p.colsx a:hover,
#menu p.colsx a:active {
	text-decoration: none;
}

#content div.warning {
	border: 2px solid #ccc;
	padding: 4px;
	background-color: #e4e4e4;
}

#content p.warning {
	color: #cc0000;
}

#content p.risp {
	font-family: comic sans ms;
}

#content div.news {
	border-bottom: 3px solid #f4f4f4;
	padding-bottom: 2px;
}

#content span.newsTitle {
	font-weight: bold;
	color: #cc0000;
}

#content span.newsDate {
	font-size: 80%;
	color: #ccc;
}

/* Formattazione tabelle */
#content table.risposte {
	width: 100%;
	border: 1px solid #000;
	background-color: #ccc;
	font-size: 80%;
}

#content table.risposte tr.attr {
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
}

#content table.risposte tr.candidato {
	height: 35px;
}


#content table.risposte tr.attr td {
	background-color: #000;
	color: #fff;
	padding: 2px;
}

#content table.risposte tr.candidato td {
	border-bottom: 1px dotted #333;
	padding: 2px;
}

#content table.risposte tr.candidato td.si {
	background-color: #80FF8F;
	text-align: center;
}

#content table.risposte tr.candidato td.no {
	background-color: #ff8080;
	text-align: center;
}

#content table.risposte tr.candidato td.np {
	text-align: center;
}

/* FOOTER */
#footer {
	width: 684px;
	margin-left: 58px;
	margin-right: 58px;
	background: #fff url(line.jpg) top center no-repeat;
	float: left;
	text-align: center;
}

#footer a {
	color: #cc0000;
	text-decoration: underline;
}

#footer a:hover,
#footer a:active {
	color: #333;
	text-decoration: none;
}

#footer .footermenu {
	font-size: 90%;
}

#footer .copy {
	font-size: 80%;
	color: #333;
}

/* Formattazione testo */
#menu h2 {
	width: 162px;
	height: 27px;
	font-size: 110%;
	color: #fff;
	padding-left: 10px;
	padding-top: 8px;
	margin-top: 30px;
	background: #333 url(h2.jpg) top center no-repeat;
)
