/*----- GLOBAL -----*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{
	margin:0;
	padding:0;
}
body{
	color:#000;
	background:#FFF;
	font: 12px arial, helvetica, sans-serif;
	text-align: center;
}

/* ----- IDS ----- */

#body-container{
	margin:0px auto;
	width: 900px;
}   
#primaryContent{
}   
#secondaryContent{
}   
#navigation{
}   
#footer{
}
#results{
	width:440px;
}
#participation-levels{
	width:440px;
}
#results-table{
	width:100%;
}

/* ----- CLASSES ----- */

.hide{
}
.show{
}
.chart-pl{
	/*display: none;*/
}
.chart-pl img{
	/*display: none;*/
}
.chart{
	float: left;
	display: inline;
	margin: 2px;
}
.chart img{
	border: 1px solid #bbb;
}
.chart-top{
	margin:0px auto 25px;
	width: 440px;
}
.label{
	float: left;
	display: inline;
	margin: 2px;
	width: 440px;
	font-weight: bold;
	text-align:center;
}
.highlight{
	background-color: #F3EAA4;
	}
.half{
	width: 50%;
}
.full-table{
	margin: 0px auto;
	width: 100%;
}
.candidate-table{
	margin: 0px auto;
	width: 600px;
	/*border: 1px solid black;*/
}
.center{
	text-align: center;
	margin: 0px auto;
}

.results-link{
	color: black;
	margin-top: 20px;
}
.legend{
	text-align: center;
	margin: 0px auto 25px;
}
.red{
	color: #c00;
}
.blue{
	color: #00c;
}
.candidates {
	border: 1px solid #444;
}

/* ----- HEADINGS ----- */

h1{
	font-size: 18px;
	font-weight: bold;
}
h2{
	font-size: 15px;
	font-weight: bold;
}
h3{
}
h4{
}

/* ----- LISTS ----- */

li{
}
li p{
}
ol{
}
ul{
}
ol li{
}
ul li{
	margin-left: 30px;
	font-size: 13px;
}

/* ----- IMAGES ----- */

img{
}
img a{
}
img a:hover{
}

/* ----- LINKS ----- */

a{
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
a:visited, a:active, a:focus{
}
a:visited{
}
a:active{
}
a:focus{
}
a img{
	border: 0px;
}

/* ----- FORMS ----- */

form{
}
fieldset{
}
legend{
}
label{
}
input{
}
textarea{
}
input, textarea{
}
select{
}
optgroup{
}
option{
}

/* ----- TABLES ----- */

table{
}
caption{
}
thead{
}
tbody{
}
tfoot{
}
tr{
}
tr .alt{
}
th{
}
td{
	font: 12px arial, helvetica, sans-serif;
	vertical-align: top;
}
