/************************* START STYLES FOR VOTING  ************************* */
#voting .question{ font-weight: bold; margin-bottom: 10px; }
#voting .archive { text-align: right; margin-top: 10px; display: block;}
#voting .archive a{	color: #002268; }

/* before */
#voting span{ text-decoration: underline; cursor: pointer; }
#voting td input{ vertical-align: bottom; background-color: #EFF7FF; cursor: pointer; margin: 0 0 0 0; padding: 0 0 0 0;}
#voting td input.checkbox{ border-color: #EFF7FF; }
#voting .button{ width: 80px; margin-left: 35px; }

/* after */
#voting td{ border-width: 0px; }
#voting table { border-width: 0px; }
#voting .answer{ }
#voting .amount, #voting .total_number{ font-weight: bold; text-align: right; }
#voting .total_text{ font-weight: bold; padding-left: 25px; }
#voting .total_number{ }

/* votes archive styles */
.voting{ margin: 15px 0 10px 20px; clear: left;}
.voting div{ margin-top: 2px; margin-bottom: 2px; border: 0 dashed white;}
.voting span img{ display: inline; cursor: pointer; border: 0; margin-right: 3px;}
.voting ul{ list-style-type: none; }
.voting ul li{ padding: 2px 2px 2px 20px; clear:left;}
.voting ul li span{ margin-right: 10px; }
.voting ul li span img{ display: inline; cursor: pointer; border: 0; margin-right: 3px;}

.voting .vote_text{ float: left; clear: left; }
.voting .vote_number{ float: right; font-weight: bold; text-align: right; margin: 2px 3px 0px 3px; }
.voting .question{ float:left; margin-bottom: 7px; }
.voting .answers{ clear: left; padding-bottom: 20px; }
.voting .button{ border: 1px solid #C2C2C2; font-size: 11px; margin: 20px 2px 0 2px;}
/* vote archive links styles */
.vote_archive{ margin-top: 30px; text-align: right;}
.vote_archive span{ margin: 2px 5px 2px 5px; font-size: 120%; font-weight: bold; }
.vote_archive a{ margin: 2px 5px 2px 5px; }

#vote_add_div{ padding: 5px; border: 0 dashed black; }
#vote_add_div div{ min-height: 25px;}
#vote_add_div label{ margin-left: 3px;}
#all_votes label{ margin-left: 3px;}
#switch_vote_img{ cursor: pointer; margin: 0 0 2px 0;}
#new_vote{ border: 1px solid black;  padding: 3px;}
#all_votes{width:70%;}
/************************* END STYLES FOR VOTING **************************** */


