@charset "UTF-8";
/* CSS Document */

#polloptnum {
	margin-right:10px;
}

#polltimeout
{
	float:none;
}

.formcontrols .blockrow input.option {
	clear:left;
	float:left;
	margin-bottom:0.5em;
}

.formcontrols .blockrow input.votes {
	float:left;
	margin-bottom:0.5em;
	margin-left:0.5em;
}

.pollbar1,
.pollbar2,
.pollbar3,
.pollbar4,
.pollbar5,
.pollbar6 {
	height:15px;
        border:0px  rgb(204, 204, 204);
	display:inline-block;
}

.pollbar1 {
	background-color:rgb(156,255,198);
}

.pollbar2 {
	background-color:rgb(255,132,132);
}

.pollbar3 {
	background-color:rgb(132,132,255);
}

.pollbar4 {
	background-color:rgb(255,231,132);
}

.pollbar5 {
	background-color:rgb(255,132,255);
}

.pollbar6 {
	background-color:rgb(132,255,255);
}

#pollinfo {
	padding-bottom:0;
	margin: 10px 50px 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	clear:both;
	border: 0px solid rgb(255, 255, 255);
	padding-right: 10px;
}

.polloptionsblock {
	padding-left: 120px; /*should be depending on the size of the icon or background */
	background: rgb(238, 238, 238) url(https://forum.videohelp.com/images/misc/poll_question_mark.png) no-repeat 30px 10px; /* position based on image not padding */
}

.pollresultsblock {
	padding-left: 10px;
	background: rgb(238, 238, 238);
}

#pollinfo .blockhead, #pollinfo .pollsubhead, #pollinfo .blockrow, #pollinfo .blockfoot {
	background:transparent;
	border: 0;
	padding: 5px 0 0; 
	clear:both;
}

#pollinfo .blockbody {
	background:transparent;
}

#pollinfo .blockhead {
	width: 100%;
	float: left;
	clear:both;
}

#pollinfo .blockhead h2 {
	font-weight: normal;
	font-size: 21px;
	display: inline-block;
	float: left;
	color: rgb(187,0,0);
}

#pollinfo .blockhead .stats {
	float: right;
	color: rgb(0, 0, 0);
}

#pollinfo .blockhead .totalvotes {
	color: rgb(0, 0, 0);
	font-size: 14px;
	display: inline-block;
	margin-top: 7px;
	font-weight:bold;
}

#pollinfo .polltitle {
	color: rgb(0, 0, 0);
}

#pollinfo .blockhead .textcontrol {
	border: 0;
	padding: 0;
	background: transparent;
	display: inline-block;
	float: left;
	margin-left: 10px;
}

#pollinfo .blockhead .textcontrol img {
	position: relative;
	right: 0;
	top: 8px;
}

#pollinfo .blockhead .textcontrol:hover img {
	border-bottom: 1px dotted rgb(0, 0, 0);
}

#pollinfo .pollsubhead {
	clear:both;
	width: 100%;
}

#pollinfo .blockfoot {
	margin-left: 20px;
	padding-bottom: 10px;
}

#polloptions li {
	padding-top: 5px;
	margin-left: 20px; /* to make room for input box */
}

#polloptions li input {

}

/*
#pollinfo .textcontrol {
	float:right;
	font-size:11px;
	margin: 10px;
}
*/

#pollresults {
	border: 0px solid rgb(255, 255, 255);
	padding: 10px;
	background: rgb(238, 238, 238);
	margin: 0 auto;
	margin-top: 10px;
	clear:both;
	float: left;
	width: 98%;
}

#pollresults .blockrow {
	border-bottom:solid 1px rgb(204, 204, 204);
}

#pollresults .blockrow:last-child {
	border-bottom:none;
}

#pollresults li {
	width: 100%;
	position: relative;
        min-height: 2em; 
	float: left;
}

#pollresults li p {
        display:block;
        position:relative;
	width: 30%;
       float: left;
        bottom:0px;
}

#pollresults li .votes {
	font-size:11px;
        position:relative;
        display:block;
	float: left;
	min-width: 400px;
        width:70%;
}

#pollresults li .votes .pollbarwrapper {
	position: relative;
	width: 83%;
        display:block;
	float: left;
	clear: right;
}

#pollresults li .votes .pollbarwrapper div {
	float:left;	
}

#pollresults li .votes .numvotes {
        color:body_color;
        padding:0.1em 0.5em;
        display: block;
        margin-left: 0.5em;
        float: left;
	clear: right;
}

#pollresults li .percentvotes {
	position: absolute;
	right: 0px;
        top:0px;
}

#pollresults ol.commalist {
	padding:6px 6px 6px 0px;
	margin-top:6px;
	border-top:solid 1px rgb(204, 204, 204);
	font-size:11px;
	clear:both;
}

#pollresults ol.commalist li {
	display: inline;
	width: auto;
}

#pollinfo .blockfoot a,
#pollinfo .blockfoot input {
	vertical-align:middle;
}

ol.previewbit li {
	list-style-type:decimal;
	margin-left:1.5em;
} 