/* ///////  SHOW INTERACTIVE RESULTS /////// */

div#interactive_results{
/*width:98%;*/
font-size:1px;
background:white;
padding:0 6px;
padding-bottom:7px;
border:1px solid #CFCFCF;
margin:0;
}

div#interactive_results{
/*margin-bottom:7px;*/
}

div#interactive_results_space{
margin:0;
font-size:1px;
/*background:blue;*/
height:7px;
/*border:1px solid #CFCFCF;*/
}

div#interactive_results div.interactive_results_title{
/*margin-top:7px;
padding-bottom:7px;*/
padding:7px 0;
font-size:1px;
/*background:yellow;*/
height:9px;
border-bottom:1px solid #CFCFCF;
/*float:left;*/
}

div#interactive_results img.interactive_results_title{
/*float:left;*/
}

div#interactive_results img{
border:none;
}

div#interactive_results div.close_box{
/*width:500px;*/
text-align:right;
font-size:1px;
/*background:orange;*/
height:13px;
/*border-bottom:1px solid #CFCFCF;*/
}

div#interactive_results div.box_1{
width:85%;
/*background:red;*/
}

div#interactive_results div.box_2{
width:15%;
/*background:orangered;*/
}

div#interactive_results div.question{
/*width:100%;*/
font-family:sylfaen;
font-size:14px;
font-weight:800;
color:#0E4FBB;
margin:15px 0;
overflow:hidden;
}

div#interactive_results div.total{
width:100%;
font-family:sylfaen;
font-size:12px;
font-weight:100;
font-style:italic;
/*color:#0E4FBB;*/
margin:10px 0;
}

div.interactive_box div.space{
height:10px;
clear:both;
}

p.vote_accepted{
/*color:red;*/
}

p.vote_declined{
color:red;
}

div#interactive_results div.answer_percent{
margin:3px 0;
height:22px;
font-size:11px;
/*background:red;*/
}

div#interactive_results div.percent_cell_1, div#interactive_results div.percent_cell_2, div#interactive_results div.percent_cell_3, div#interactive_results div.percent_cell_4, div#interactive_results div.percent_cell_5, div#interactive_results div.percent_cell_6, div#interactive_results div.percent_cell_7{
height:20px;
font-size:1px;
border-left:1px solid white;
border-top:1px solid white;
border-right:1px solid gray;
border-bottom:1px solid gray;
float:left;
}

div#interactive_results div.percent_cell_1{
background:#FF4E00;
}

div#interactive_results div.percent_cell_2{
background:#FF00BA;
}

div#interactive_results div.percent_cell_3{
background:#FFC600;
}

div#interactive_results div.percent_cell_4{
background:#B4FF00;
}

div#interactive_results div.percent_cell_5{
background:#00A8FF;
}

div#interactive_results div.percent_cell_6{
background:#8400FF;
}

div#interactive_results div.percent_cell_7{
background:#1E3571;
}

div#interactive_results div.percent_text{
padding-left:2px;
height:20px;
font-family:verdana;
font-size:10px;
/*background:yellow;*/
float:left;
}

div#interactive_results div.answer{
/*margin:3px 0;*/
margin-top:5px;
margin-bottom:1px;
width:100%;
height:15px;
font-family:sylfaen;
font-size:12px;
/*line-height:20px;*/
font-weight:100;
color:#333333;
/*background:red;*/
}

div#interactive_results input.radio{
width:10px;
height:10px;
margin-left:7px;
}

div#interactive_results div.vote{
margin-top:15px;
width:100%;
text-align:center;
}

div#interactive_results input.vote{
width:100px;
height:21px;
font-family:sylfaen;
font-size:11px;
font-weight:800;
color:white;
margin-left:7px;
background:#FF4E00;
/*border:none;*/
border:1px solid white;
}


/* ///////  INTERACTIVE BOX  /////// */

div.interactive_box div.question{
width:100%;
font-family:sylfaen;
font-size:11px;
font-weight:700;
/*color:#0E4FBB;*/
/*color:#FF4E00;*/
color:#2E2E2E;
/*color:gray;*/
}

div.interactive_box div.space{
height:10px;
clear:both;
}

div.interactive_box div.answer{
margin:3px 0;
width:100%;
height:20px;
font-family:sylfaen;
font-size:11px;
/*line-height:20px;*/
font-weight:100;
color:#333333;
/*background:red;*/
}

div.interactive_box input.radio{
width:10px;
height:10px;
margin-left:7px;
}

div.interactive_box div.vote{
margin-top:15px;
width:100%;
text-align:center;
}

div.interactive_box input.vote{
width:100px;
height:21px;
font-family:sylfaen;
font-size:11px;
font-weight:800;
color:white;
margin-left:7px;
background:#FF4E00;
/*border:none;*/
border:1px solid white;
}

div.interactive_box div.show_results{
font-family:sylfaen;
font-size:11px;
font-weight:100;
color:gray;
text-align:center;
margin:3px 0;
/*background:#FF4E00;*/
/*border:1px solid white;*/
}

div.interactive_box div.show_results a{
color:gray;
text-decoration:underline;
}

div.interactive_box div.show_results a:hover{
color:#FF4E00;
text-decoration:none;
}

form#interactive{
margin:0;
padding:3px;
padding-top:4px;
padding-bottom:7px;
background:#E6E6E6;
border:1px solid white;
}

div.interactive_box div#ajax_vote_cell{
width:100%;
margin-top:10px;
display:none;
font-family:sylfaen;
font-size:12px;
font-weight:100;
color:#0E4FBB;
text-align:center;
/*background:magenta;*/
}
