/*
Elezioni Comunali 2005
hiContrast stylesheet
Stefano.Bonzi@siag.it
March 2005
*/

:link, :visited {
	text-decoration: none;
}

ul, ol {
	list-style: none;
}

h1, h2, h3, h4, h5, h6, pre, code {
	font-size: 1em;
}

ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, body, html, p, blockquote, fieldset, input {
	margin: 0;
	padding: 0;
}

a img, :link img, :visited img {
	border: none;
}

address {
	font-style: normal;
}

html {
	height: 100.02%;
}


a:link, a:visited {
	background: transparent;
	color: #0ff;
	padding-bottom: 2px;
	border-bottom: 1px dashed #0ff;
}

a:hover {
	background: transparent;
	color: #fff;
	border-bottom: 1px solid #0ff;
}

body {
	margin: 1em;
	background: #000;
	color: #fff;
	font: bold 100% Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
}

#wrapper {
	text-align: left;
	margin: 0 auto 0 auto;
}

#header {
	position: relative;
}

h1 {
	font-size: x-large;
	width: 75%;
	background: #000;
	color: #f00;
}


h2 {
	font-size: large;
	background: #000;
	color: #ff0;
	background-image: none !important;
}

#header h2 span {
	font-size: medium;
}


.serviceNavigator {
	position: absolute;
	padding: 2px;
}

.line1 {
	font-size: small;
	background: #333;
	color: #fff;
	border: 1px solid #fff;
	top: 0;	
	right: 0;
}

.line2 {
	top: 2.5em;	
	right: 0;
}

.serviceNavigator li {
	float: left;
	padding: 5px 10px;
	border-right: 1px solid #fff;	
}

.serviceNavigator li.lastItem {
	border-right: none;
}



/* clearing floats workaround (www.positioniseverything.net) */
.serviceNavigator:after {
    content: "."; 
    display: block; 
    position: relative; /*works better in IE5.5 or float in float situations*/
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.serviceNavigator {
	display: block;
}


/* Hides from IE-mac \*/
* html .serviceNavigator {
	height: 1%;
}
/* */

/* Hides from IE-mac \*/

.serviceNavigator {
	display: block;
}
/* End hide from IE-mac */


/* breadCrumbs */
#breadCrumbs {
	font-size: medium;
	padding: 10px 5px;
	margin: 10px 0;
	background: #222;
	color: #fff;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;	
}


/* mainNavigator */
#mainNavigator {
	float: left;
	width: 25%;
}

/* \ */
* html #mainNavigator,
* html #header,
* html #breadCrumbs,
* html #content {
	height: 1%;
}
/* */

#mainNavigator h2 {
	margin-bottom: .5em;
	padding: .25em;
}

#mainNavigator h3 {
	font-weight: normal;
	margin: 5px 3px 3px 7px;
}

#mainNavigator ul {
	margin: 0 0 1em 1em;
}

#mainNavigator li {
	line-height: 1.85;
}

/* content */
#content {
	padding: .5em;
	line-height: 1.75;
}

#content li {
	list-style-type: disc;
	margin-left: 2em;
}

.twoCols #content {
	margin-left: 25%;
}

.menuExtraItem {
	margin-bottom: 10px;
}

/* forms */

label {
	font-size: medium;
}

#sceltaSezione {
	text-align: right;
	margin-bottom: 1em;
}

select, button, input {
	vertical-align: middle;
	font: medium Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding: 5px;
	font-weight: bold;
}

#aggiorna {
	text-align: center;
}

#sceltaSezione button{
	display: block;
	float: left;
}


/* tabelle */
table {
	font-size: medium;
	caption-side: top;
	width: 99%;
	border: thin solid #999;
	margin: .5em 0 2em 0;
	empty-cells: hide;
}


.twoCols table {
	width: 99%;
}

caption {
	text-align: left;
	font-weight: bold;
	font-size: 1.25em;
}

caption span {
	font-size: medium;
}

caption img, th img, td img {
	float: left;
	margin-right: 5px;
}

th, td {
	padding: .5em;
	border: thin solid #ccc;
}

td {
	text-align: center;
}

.ruled th, .ruled td {
	background: #666;
	color: #fff;
	border: thin solid #f00;
}   


.singleCol table {
	width: 99%;
}

th {
	background: #333;
	color: #fff;
}

thead th {
		font-size: 1.1em;
}

tbody th {
	text-align: left;
}

#datiVoto .subHeader {
		text-align: right;
		font-weight: normal;
}


#voti th span {
	font-weight: normal;
}

.voti2005 {
	background: #D7E3F1;
	color: #000;
	text-align: center;
}

.votiVariazione {
	background: #EFCFCF;
	color: #000;
	text-align: center;
}

.voti2000 {
	background: #EEE1CE;
	color: #000;
	text-align: center;
}

#voti ul {
	font-weight: normal;
	margin-top: 1em;
}

#voti li {
	margin: 0 0 3px 15px;
	list-style-type: disc;
}

#voti td, #datiVoto td {
	text-align: right;
}

#content table tfoot td {
	text-align: center;
	border: none;
	padding: 10px 0 0 0;
}


.negativo {
	background: transparent;
	color: #f00;
	white-space: nowrap;
}

.positivo {
	white-space: nowrap;
}

#consiglio td {
	text-align: left;
}


/**/
#datiVoto {
	margin: 1em 0;
}

#datiVoto li {
	list-style-type: square;
	margin: 0 0 .5em 2em;
	padding-bottom: 2px;
	border-bottom: 1px solid #ccc;
}

#datiVoto li span {
	font-weight: bold;
}

#datiVoto h3 {
	font-size: 1.25em;
	margin-top: 1em;
}

#consiglio td.hiLite {
	background: #EEE1CE;
	color: #000;
	border: 1px solid #000;
}

#copy {
	text-align: center;
	margin-top: 1em;
}

.homeComune td {
	text-align: left;
	vertical-align: top;
	line-height: 1.5;
}


.grafici th, .grafici td {
	padding: 5px;
}

.grafici thead th {
	text-align: center;
}


.grafici thead th.scala {
	background: #000 url("../img/scala_hc.gif") no-repeat 50% 50%;
}

.grafici .risultato {
	text-align: right;
}

.grafici .istogramma {
	width: 300px;
	background: #fff url("../img/scala_bck_hc.gif") repeat-y;
}

.grafici .istogramma img {
	margin: 0;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;	
	height: 15px;
}