/*  ----- Created by Jacco van der Post - 2007 - www.idexpander.com ---- */

body {
	background:  #333333;
	font:bold 14px arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}

h1,h2,h3,h4,h5 {
	margin: 0px;
	padding: 0px;
}

#frame {margin:0 20px;}

#header {margin-top:40px;}
	
#question h3 {
	margin-top:30px;
	font-weight: bold;
	font-size: 70px;
	color: #0099FF;	
}

#question h3 a {
	color: #0099FF;
	text-decoration: none;
	cursor:pointer;
}
#question h3 a:visited {
	color: #0099FF;
		text-decoration: none;
}
#question h3 a:hover  {
	color: #0099CC;
	text-decoration:none;
	}
#question h3 a:active {
	color: #0099FF;
	text-decoration: none;
}

#vote {
	color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
}

#vote a {
	cursor:pointer;
|}

#vote .voteyes a:hover, #vote .voteno a:hover, #vote .votedontcare a:hover {color:white;}

#vote .voteyes a {
	color: #00FF00;
	text-decoration: none;
	}
	
#vote .voteno a {
	color: #FF0000;
	text-decoration: none;
	}

#vote .votedontcare a {
	color: #CC9933;
	text-decoration: none;
	}

#vote .results a {
	color: #CCC;
	text-decoration: none;
	}
	
.results {
	margin-left:60%;
	}

#graphs {
	padding:4px;
	float:left;
	height:180px;
	width:350px;
	display:block;
	background:white;
	margin:20px;
	}
#yes_graph_user, #no_graph_user, #dontcare_graph_user, #yes_graph_total, #no_graph_total, #dontcare_graph_total {
	height:40px;
	width:40px;

	}
	
#yes_graph_user, #yes_graph_total {
	background:#00FF00;
	}

#no_graph_user, #no_graph_total  {
	background:#FF0000;
	}
	
#dontcare_graph_user, #dontcare_graph_total {
	background:#CC9933;
	}

.yes, .no, .dontcare, .votes {
	font:bold 12px arial;
	padding:4px;
	color:black;
	}
	
p.close {
	text-align:right;
	margin:10px;}

p.vote_results {
	color:#0099FF;
	margin:10px;
	font-size:16px;
	}
	
p.vote_popup_message {
	color:#ccc;
	margin:10px;
	}
