/* CSS Document for NSW Business Chamber - Poll Styles */

.PollHeading {
    background-color: #db7310;
    color: #FFF;
    display: block;
    font-family: Verdana;
    font-size: 15px;
    font-weight: bold;
    padding: 3px 0 3px 10px;
}
    
    
.PollTitle {
    background-color: #F8891E;
    color: #000000;
    display: block;
    font-family: Verdana;
    font-weight: bold;
    padding: 3px 0 2px 10px;
    }
	
.PollQuestion {
	background-color: #F8891E;
    color: #000000;
    display: block;
    font-family: Verdana;
    font-weight: normal;
    padding: 0 0 5px 10px;
}

.PollAnswers
{
    background-color: #F8891E;
    color: #000000;
    display: block;
    font-family: Verdana;
    font-weight: normal;
    padding: 0 10px 10px 10px;
}
	
.PollGraph {margin: 2px 0; width: 95%;}	
.PollGraph0, .PollGraph1 {height: 12px; background:url("../images/poll-red.gif") 0 0 repeat-x; border: 1px solid #333;}
.PollGraph1 {background:url("../images/poll-green.gif") 0 0 repeat-x;}

td.PollAnswer {padding: 2px 0;}
.PollAnswerRadio input {float: left; margin-right: 4px;}
.PollAnswerRadio label{float: left; color: #000;}

.PollCount {color: #000; text-align: right; vertical-align: top; }


.PollVoteButton 
{
    cursor: pointer;
	width: 38px;
	height: 21px;
	background:url("../images/btn-vote.png") 0 0 no-repeat;
	text-indent: -9000px;
	border: 0px;
	margin: 2px 0;
}

.PollInfo {color: #fff; font-weight: bold;}

.PollFooter 
{
	height: 25px;
    background-color: #494D50;
    padding: 4px 10px 4px 0;
    text-align:right;
}