/* vote */
div.vote {margin:6px 0px 6px 0px;height:22px;}
div.vote table.liste {width:180px;border:3px solid #000000;border-top:0px;}
div.vote table.liste td {width:22px;border:0px;border-right:1px solid #000000;text-align:center;cursor:pointer;}
div.vote table.liste td label {margin-top:2px;font-size:15px;cursor:pointer;}
div.vote table.liste td.voter {width:48px;border:0px;border-left:2px solid #000000;background-color:#770715;text-align:center;}
div.vote table.liste td:hover,
div.vote table.liste td.on {background-color:#FFD302;}
div.vote table.liste td.voter {background-color:#770715;}
div.vote table.liste td.voter label {color:#FFFFFF;}
div.vote table.liste td.off {background-color:#FFD302;}
div.vote table.detail {width:350px;border:3px solid #000000;border-top:0px;}
div.vote table.detail td {width:40px;border:0px;border-right:1px solid #000000;text-align:center;cursor:pointer;}
div.vote table.detail td label {margin-top:2px;font-size:25px;cursor:pointer;}
div.vote table.detail td.voter {width:130px;border:0px;border-left:2px solid #000000;background-color:#770715;text-align:center;}
div.vote table.detail td:hover,
div.vote table.detail td.on {background-color:#FFD302;}
div.vote table.detail td.voter {background-color:#770715;}
div.vote table.detail td.voter label {color:#FFFFFF;}
div.vote table.detail td.off {background-color:#EEEEEE;}

