/* POLLS */
.poller .sb-border  {
	background-color: #acb9c1;
}
.poller, .poller .sb-inner  {
	background: #EFEDEC;
	clear:both;
	display: block;
	margin: 0px;
	padding: 0 0 1px 0;
}
.poller .pollerOption input {
	font-size: 10px;
	line-height: 10px;
}
.poller .title {
	display: block;
	clear: both;
	
	border-bottom:5px solid #02B1E0;
	padding:10px;
	color:#001F45;
	font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size:25px;
	font-weight:bold;
	text-transform:uppercase;
}

.poller .content {
	background:#FFFFFF;
	clear:both;
	display:block;
	margin:8px;
	padding:5px;
}



.pollerTitle{
	margin-bottom:5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;

}
.poller .result_pollerTitle,
.poller .text {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 20px;
	color:#001f45;
	margin-left:5px;
}
.poller .buttons {
	display: block;
	text-align: right;
	margin-top: 10px;
}

.pollerOption{
	margin:0px;
	text-align: left;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.result_pollerOption{
	margin: 3px 0 3px 0;
	font-size:0.8em;
}
.result_pollerTitle{
	margin-left:5px;
	margin-bottom:5px;
	font-weight:bold;
	font-size:0.9em;
}
.result_pollGraph img{
	float:left;

}
.result_pollGraph div{
	float:left;
	height:16px;
	background-repeat:repeat-x;
	color:#FFF;
	font-size: xx-small;
	line-height:16px;

}
.result_pollGraph{
	height:16px;
		margin-left:5px;
}
.poller_waitMessage{
	display:none;
}
.result_totalVotes{
	clear:both;
	font-size:0.8em;
	margin-top:10px;
	font-style:italic;
	display: none;
}
.pollerBottom {
	display: none;
}
.pollerTop {
	display: none;
}
