/*
CSS file for poll
*/

div.poll_graph {
	float: left;
	height: 10px; 
	background-color: #69B860;
	border: 1px solid #4FA446;
	margin: .2em 0 .5em 0;
	text-align:left
	}
	
	.poll_warning
{
	color: Red;
}

.poll_percent
{
	color: #666666;
	font-weight: bold;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 2px;
}
.poll_percent a
{
	color: #666666;
	font-weight: bold;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 2px;
}
.poll_option {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #2E7EC5;
}


.poll_text {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
		border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #E0E0E0;
	border-right-color: #E0E0E0;
	border-bottom-color: #EAEAEA;
	border-left-color: #E0E0E0;
	height: 30px;
}

.poll_title {
	color: #4D7CA4;
	font-weight: bold;
	font-size: 12px;
}

