/* ############# Poll styles #################
 om de breedte van de PollBox te wiijzigen moet hier
 #Poll gewijzigd worden n width in poll.ascx en pollresults.ascx!

 om de kleuren van de resultatenbalken te wijzigen moet
 in poll.ascx een andere BarColor ingesteld worden.
 Plaatjes met de gekozen naam moeten in de map images/Bar/
 aanwezig zijn.
 */

#Poll, #Poll_Poll, .Poll  {
	width: 180px;
	margin:0;
	}
	
#PollBlock, #PollResults {
	/*border-right:3px solid #DDDDDD;
	border-bottom:3px solid #DDDDDD; */
}
#PollBlock td, #PollResults td{padding:5px;}
#PollBlock span{}
#PollBlock span span{border:none;}

.PollHead td{
    background: url('../../App_images/pollHeadBack.png') no-repeat 0 0;
    color:White;
	text-align:center;
    font-weight:bold;
    padding: 14px 5px 5px 26px !important
}

.PollQuestion td,
.PollAnswer td,
.PollFoot td,
.PollButton,
.PollHead td{font-size:12px}

.PollFoot td{padding: 5px 5px 0px 26px !important;
    background: url('../../App_images/pollFootBack.png') no-repeat 0 0;
    color:white;
    text-align:center
}
.PollFooter{height:40px;background: url('../../App_images/pollFooterBack.png') no-repeat 0 0;}
.PollFoot td a{color:white}
table.PollAnswer td{background:none;padding:0 !important}

select.PollAnswer{width:100%}
.PollAnswer input, .PollFoot input{width:auto !important}
.PollAnswer label {margin-left:3px}

.PollQuestion td, 
.PollAnswer td{padding: 5px 5px 5px 26px !important;
    background: url('../../App_images/pollBodyBack.png') repeat-y 0 0;
}

/* indien afwijkende resultatenbox gewenst */
#PollResults .PollHead td,
#PollBlock span span .PollHead td{}

#PollResults .PollQuestion td,
#PollBlock span span .PollQuestion td{}

#PollResults .PollAnswer td,
#PollBlock span span .PollAnswer td{padding:0px;}

#PollBlock span span .PollFoot td a, #PollResults .PollFoot td a{display:none}

