/* poll box */
#view_polls {color:#000;width: 278px; text-align:center;}
#view_polls_content {font: 12px/12px Georgia, Times, serif; color:#000;}
/* custom button in right column */
#view_polls_content .button {border:none; outline:none; margin:5px 0 3px 0; padding: 0; width:120px; height:43px; text-align:center; font:16px "Clarendon", Times, serif; text-transform:uppercase; font-weight:bold; color:#FFF; background:url(/theme/KOLT/i/bkgnd-button-wood.png) bottom left no-repeat; line-height:10px;}

/* question  and closing text*/
.poll_question {margin-bottom: 5px; padding:15px 0px 5px 0px; font: 14px/12px Georgia, Times, serif; color:#000; font-weight:bold;}
.poll_question p, #content .poll_question p {font: 14px/12px Georgia, Times, serif; color:#000; margin:0; padding:0;}
#afterClosingText {font: 12px/12px Georgia, Times, serif; color:#000; padding-bottom:5px;}

/* used for the open poll radio buttons...*/
#view_polls .autoFormRadio_group {text-align: left; margin-left: 3px; line-height: 12px;}
	
/* used for the open poll radio buttons...*/
#view_polls .autoFormRadio_group input {margin: 6px 3px 0 0;}		
	
/* other original css not modified for lazer */
.poll_answer_key {float: left; text-align: right; display: block; width: 80px;}
.poll_answer_div_bg { float: left; display: block; width: 60px; line-height: 16px; margin-top: 2px;}
.poll_answer_div{text-align: left; line-height: 16px; margin-left: 10px;}
.clearing{clear:both;}


/* NOW WE ADD THE STYLES FOR THE INSIDE POLL PAGE */
#content #view_polls {text-align: center; padding:15px; margin:0; width: 536px; color:#000; border:2px solid #ed1c24;}
#content .poll_question {margin-bottom: 10px; padding:0px 0px 5px 0px; font: 15px/14px Georgia, Times, serif; color:#ed1c24; font-weight:bold; border-bottom:1px solid #ed1c24;}
#content .poll_answer_key{border: 0px solid #ed1c24; float: left;text-align: right;display: block;width: 180px;}
#content #view_polls a, #pollMsg a {color:#ed1c24; text-decoration:none;}
#content #view_polls a:hover, #pollMsg a:hover {text-decoration:underline;}
#content .poll_answer_div_bg { float: left; display: block; width: 60px; line-height: 16px; margin: 2px 0 0 5px;}

.autoFormInputs .button {border:1px solid #000; background:#ed1c24; color:#FFF;}

/* ADMIN POLL PAGE CSS -- we reset all text to black, make sure bars are showing up */
#responses_details #view_polls {color:#000;}
#responses_details #view_polls .poll_question {color:#000;}
#responses_details #view_polls .poll_answer_key {width:200px;}
#responses_details #view_polls .numVotes {margin-left:10px;}
#responses_details #view_polls .poll_answer_div {border:1px solid #000; padding-left:5px;}