/* POLLS */
.poller .sb-border  {
	background-color: #acb9c1;
}
.poller, .poller .sb-inner  {
	background-color:#FFFFFF;
	background-image:url(../imgs/design/backBoxLeft.jpg);
	background-repeat:repeat-x;
	background-position:top;
	margin: 0px;
	margin-bottom:0px;
	display: block;
	clear: both;
	padding-top: 0px;
	padding-right: 15px;
	/*padding-bottom: 5px;
	padding-left: 10px;*/
	text-align: left;
	vertical-align: top;

	margin-bottom:-5px;

}
.poller .pollerOption input {
	font-size: 10px;
	line-height: 10px;
	border-color:#000000;	
}

.poller  .title {
	display:block;
	height:30px;
	line-height:17px;
	font-family:"Myriad Pro", "Trebuchet MS",Arial, Helvetica, sans-serif;
	font-size: 17px;
	color:#EFEFEF; /*#e2eaf2*/
	text-transform:uppercase;
	/*font-weight:bold;*/
}



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

}
.poller .text {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color:#000000;
	padding-left:10px;
	
}

.pollerOption{
	margin:0px;
	text-align: left;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000000;
}

.result_pollerOption{
	padding-left:10px;
	margin:0px;
	font-size:12px;
	/*font-size:0.8em;*/
}
.result_pollerTitle{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color:#000000;
	padding-left:10px;
	margin-bottom:5px;
}
.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:15px;
}
.poller_waitMessage{
	display:none;
}
.result_totalVotes{
	clear:both;
	font-size:0.8em;
	margin-top:10px;
	font-style:italic;
	display: none;
}
/*
.pollerBottom {
	background-image:url(../imgs/design/calendarBottom.gif);
	background-position:center top;
	background-repeat:no-repeat;
	height:35px;
	width:200px;
	margin-top:-11px;
}
*/
.pollerTop {
	display: none;
}

.Horizontal .poller .text {
	color:#000000;
}