@charset "UTF-8";
/* CSS Document */

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
}

tr {
	font-size:10px;
}

.error {
	color:#FF0000;
	font-weight:bold;
	margin:10px 0 10px 0;
}

.pollDisplay {
	/*(border-top:1px solid #666666;*/
	/*border-right:1px solid #666666;*/
}

.pollDisplay td, th{
	/*border-bottom:1px solid #666666;*/
	/*border-left:1px solid #666666;*/
	padding:3px;
}

.pollRunning{
	color:#FF0000;
	font-weight:bold;
}

.pollScheduled{
	color:#5c9300;
	font-weight:bold;
}

.pollComplete{
	font-weight:bold;
}

.pollForm h3{
	margin-bottom:0;
	padding-bottom:0;
}

.pollForm label {
	float:left;
	clear:left;
	width:105px;
}

.pollFormInput {
	width:250px;
}

.resultsTxt {
	float:left;
	clear:left;
	width:125px;
	margin:0 3px 3px 0;
}

.resultsBar {
	border:1px solid #CCCCCC;
	height:10px;
	width:125px;
	float:left;
	margin:0 5px 3px 0;
}

.resultsBase {
	margin-bottom:3px;
}
