/* ŽTS3,6,9,12¯ */
body {
	background: #ddddff;
	margin:0;
	padding:0;
	}


#vote_head {
	font-weight:bold;
	font-size:large;
	margin-top:-24px;
	margin-bottom:2px;
	}

#vote_desc {
	width:90%;
	padding:8px;
	border:2px solid black;
	background:#f0f2e8;
	height:200px;
	overflow:auto;
	margin-bottom:15px;
	}

#parent_container {
	float:inherit; 
	whitespace:nowrap;
	}

#roster_container {
	font-size:16px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
	}

#roster_parent {
	position:relative; 
	width:320px;
	}

#roster_but1,
#roster_but2,
#roster_but3,
#roster_but4  {
	position:relative;
	padding:0;
	float:left;
	background:buttonface;
	border:2px outset #eeeeee;
	cursor:pointer;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	padding-bottom:3px;
	padding-bottom:expression('1px');
	padding-top:1px;
	height:26px;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
	}

#roster_but2, 
	#roster_but4 {
	padding-left:5px;
	}
#roster_but3 {
	padding-left:2px;
	}

#roster_but1 {
	width:42px;
	}
#roster_but2 {
	width:173px;
	text-align:left;
	border:2px inset #eeeeee;
	}
#roster_but3 {
	width:45px;
	text-align:left;
	padding-left:2px;
	}
#roster_but4 {
	width:60px;
	text-align:left;
	}

#vote_roster {
	width:420px;
	border:2px solid black;
	clear:both;
	float:left;
	height:240px;
	overflow:auto;
	background:#ddffdd;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
	}

.member_line {
	clear:both;
	white-space:nowrap;
	overflow:hidden;
	}

.v1 {
	padding-left:3px;
	width:37px;
	float:left;
	white-space:nowrap;
	overflow:hidden;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	}

.v2 {
	padding-left:8px;
	width:153px;
	text-align:left;
	float:left;
	white-space:nowrap;
	overflow:hidden;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
	}

.v3 {
	padding-left:6px;
	width:73px;
	float:left;
	white-space:nowrap;
	overflow:hidden;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
	}

.v4 {
	width:33px;
	padding-right:5px;
	text-align:right;
	float:left;
	white-space:nowrap;
	overflow:hidden;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
	}

.v5 {
	width:125px;
	padding-left:5px;
	text-align:left;
	float:left;
	white-space:nowrap;
	overflow:hidden;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
	}

#roster_pad {
	padding:0; 
	overflow:0; 
	height:12px;
	}

#flip_note{
	position:relative;
	clear:both;
	margin-top:10px; 
	margin-bottom:10px;
	}

#graph_container {
	height:210px;
	width:338px;
	font-size:16px;
	padding:0px; 
	padding-bottom:40px; 
	margin-left:8px;
	position:relative;
	clear:both;
	}

#graph_box {
	margin-top:0px; 
	float:left;
	position:relative;
	height:210px;
	}

#graph_black {
	z-index:-1;
	background:black; 
	width:285px; 
	height:210px;
	float:left;
	left:0px;
	margin:0;
	position:relative;
	z-index:1000;
	}

#vote_graph {
	margin-top:20px;
	background:black;
	color:white;
	width:340px;
	height:230px;
	float:left;
	position:relative;
	}

.graph_ticks {
	font-size:smaller;
	float:left;
	text-align:right; 
	position:relative;
	width:33px;
	}

#graph_tick1 {
	top:-8px;
	}
#graph_tick2 {
	top:80px;
	clear:both;
	}
#graph_tick3 {
	top:168px;
	clear:both;
	}

.graph_bars {
	bottom:0px;
	width:24px;
	position:absolute;
	}

#graph_dyes,
#graph_ryes,
#graph_tyes {
	background:#00ff00;
	}


#graph_dno,
#graph_rno,
#graph_tno {
	font-size:0px;
	background:#ff0000;
	overflow:hidden;
	}

#graph_dnv,
#graph_rnv,
#graph_tnv {
	font-size:0px;
	background:#ffff00;
	overflow:hidden;
	}

#graph_dyes {
	left:5px;
	}
#graph_dno {
	left:35px;
	}
#graph_dnv {
	left:65px;
	}
#graph_ryes {
	left:100px;
	}
#graph_rno {
	left:130px;
	}
#graph_rnv {
	left:160px;
	}
#graph_tyes {
	left:195px;
	}
#graph_tno {
	left:225px;
	}
#graph_tnv {
	left:255px;
	}

#graph_lb1 {
	left:5px;
	}
#graph_lb2 {
	left:37px;
	}
#graph_lb3 {
	left:66px;
	}
#graph_lb4 {
	left:100px
	}
#graph_lb5 {
	left:133px
	}
#graph_lb6 {
	left:160px;
	}
#graph_lb7 {
	left:194px;
	}
#graph_lb8 {
	left:227px;
	}
#graph_lb9 {
	left:254px;
	}
#graph_lb10 {
	left:30px;
	}
#graph_lb11 {
	left:125px;
	}
#graph_lb12 {
	left:220px;
	}

.graph_labels1 {
	position:absolute; 
	bottom:-20px; 
	}

.graph_labels2 {
	position:absolute; 
	bottom:-35px; 
	}

#vote_tab td {
	padding-left:30px;
	padding-left:25px;
	padding-right:5px;
	}

.vote_tab_tr1 th {
	padding-left:28px;
	border-bottom:1px solid black;
	}

.vote_tab_tr3 th {
	border-top:1px solid black;
	}

.vote_tab_tr3 td {
	font-weight:bold;
	border-top: 1px solid black;
	}

#voteview_print_but {
	display:none;
	}

#p_frame {
	height:0; 
	width:0; 
	position:absolute; 
	z-index-1; 
	display:none;
	left:0px; 
	top:0px;
	}

