/* Default CSS style for poll template */
/* is in music.css #pollContainer { color: #fff; }*/


#poll {
background:url(/global20/images/bg_poll.jpg) no-repeat #256101;
color:#fff;
margin:0pt 0pt 0pt 5px;
padding:0pt 0pt 5px 15px;
width: 294px;
}

#pollContainer {
background:none}

#poll h3.title-en{
background:url(/global20/images/en/s_poll_position.gif) no-repeat;
height:37px;
text-indent:-9999px;
}

#poll h3.title-fr{
background:url(/global20/images/fr/s_poll_position.gif) no-repeat;
height:37px;
text-indent:-9999px;
}

/* CSS for Question + results */
#pollContainer div.question {
	font-weight:bold;
	width:96%;
	}
	
#pollContainer div.answers { margin-top:8px; }
#pollContainer div.links { margin:5px 0px 10px 0px; }
#pollContainer div.links a { color: #fff; }

#pollContainer div.links input {
    width: 67px;
    height: 19px;
	border: 0;
}

#pollContainer div.links input.pollenVote {
    background-image: url(/global20/images/en/b_submit_poll.gif);
    width: 74px;
    height: 17px;
	}
#pollContainer div.links input.pollfrVote {
    background-image: url(/global20/images/fr/b_submit_poll.gif);
    width: 73px;
    height: 19px;
}

/* CSS only for Poll Box */
div#pollContainerBox div.answers label, div#pollContainerBox div.answers span { float:left; }
div#pollContainerBox div.answers label { padding:0px 0px 5px 3px; }

/* CSS only for Poll Results */
div#pollContainerResults .answer { margin-bottom:8px; }
div#pollContainerResults .answer span { font-weight:bold; }
/* CSS border when displaying the results */
div#pollContainerResults .answer div.percentBdr {
    width:150px;
    font-size:1px;
    border-bottom:1px solid #fff;
    border-right:1px solid #fff;
    margin-top:2px;
}
/* CSS background when displaying the results */
div#pollContainerResults .answer div.percent {
    background-color:#fff;
    font-size:1px;
    height:5px;
}

/* - End of it - */