@import url( "rounddiv.css" );
@import url( "barchart.css" );

#overviewbar {
	overflow:auto
}

#leftpanel {
	float:left;
	width:689px;
	padding-right:10px;
}

#rightpanel {
	float:left;
	width:280px;
	padding:10px 10px 0px 10px;
	background-color:#eeeeee;
}

#intro {
	width:100%;	
	line-height:20px;
	height:190px;
	margin-right:22px;
	padding:10px 0px 0px 0px;
}

#intro a {
	color:#1e5f99;
}

#dashboard {
	width:130px;
	float:left;
}

#dashboard .contenth .count {
	text-align:center;
	font-weight:bold;
	font-size:32px;
	padding-top:5px;
}

#dashboard .contenth .label {
	text-align:center;
	font-size:14px;
	padding-bottom:10px;
}

#charts {
	width:540px;	
	float:right;
	overflow:auto;
}


#mepsearch {
	float:left;
	width:100%;	
	margin:0px;
	height:170px;
}

#mepsearch h1 {
	margin-bottom: 10px;
	border-bottom: black solid 1px;
}

#mepsearch #results {
	font-size: 0.8em;
	margin-top:5px;
	background-color: #dcdcdc;
	height:100px;
}

#mepsearch ul {
	height:100px;
	overflow-y: scroll;
}

#mepsearch li {
	padding: 2px;
	background-color: #dcdcdc;
	border-bottom: #f5f5f5 solid 1px;
}

#mepsearch li:hover {
	background-color: #14A7C4;
	cursor:pointer;
}

#mepsearch p {
	margin-top:5px;
}

#attendancechart {
	height:150px;
	overflow:auto;
}

#turnoutchart {
	height:150px;
	overflow:auto;
}

.vbarchart {
	border-top: #d1d1d1 solid 1px;
	height:130px;
}

.vbarchart .bar {
	height:90px;
}

.vbarchart .label {
	border-top: #d1d1d1 solid 1px;
	font-size:0.7em;
}

.infobox {
	width:100%;
	float:left;
	height:150px;
}

.infobox h1 {
	margin-bottom: 10px;
	border-bottom: black solid 1px;
}

.infobox p {
	padding:5px 0px 10px 0px;
}

.infobox ul {
	font-size: 0.8em;
	margin-top:5px;
	height:100px;
	overflow-y: scroll;
	background-color: #dcdcdc;
}

.infobox li {
	padding: 2px;
	background-color: #dcdcdc;
	border-bottom: #f5f5f5 solid 1px;
}

.infobox li:hover {
	background-color: #14A7C4;
	cursor:pointer;
}

span.subscript {
	font-size:0.4em;
}

span.percentage {
	font-size:12px;
	margin:0px; 
	padding:0px;
	line-height:12px;
}

.inputbox {
 width:99%;
}