/*
CSS file for poll
*/

div.graph {
	float: left;
	height: 13px;
	background-color: #3573B9;
	margin: .2em 0 .5em 0;
	border: 1px solid #3573B9;
	}
	
span.percent {
	display: block;
	float: left;
	margin: .4em 0 0 .5em;
	font-size: 10px;
	color: #3573B9;
	}
	
span#question {
	display: block;
	font-family: Arial, Helvetica, Verdana;
	font-size: 1.1em;
	color: #000;
	margin: .5em 0 .5em 0;
	}

span#totalvotes {
	display: block;
	clear: left;
	font-family: Arial, Helvetica, Verdana;
	font-size: 12px;
	color: #666666;
	font-weight: bold;
	}
	
ul#txtPoll {
	margin: 0;
	padding: 0 0 1em 0;
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	color: #3573B9;
	font-weight: bold;
	}
	
ul#txtPoll li {
	clear: left;
	font-family: Arial, Helvetica, Verdana;
	font-size: 11px;
	color: #333333;
	padding: 0;
	line-height: 20px;
	}

