body {
	font-family: sans-serif;
}
.button{
	cursor:pointer;
}
.clear{
	clear:both;
}
#current .suggestion{
	font-weight: light;
	font-size: 1.0em;
	border-color: #ffcc66;
	/* IE10 Consumer Preview */ 
	background-image: -ms-linear-gradient(top, #FFEECC 0%, #FFCC66 100%);

	/* Mozilla Firefox */ 
	background-image: -moz-linear-gradient(top, #FFEECC 0%, #FFCC66 100%);

	/* Opera */ 
	background-image: -o-linear-gradient(top, #FFEECC 0%, #FFCC66 100%);

	/* Webkit (Safari/Chrome 10) */ 
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFEECC), color-stop(1, #FFCC66));

	/* Webkit (Chrome 11+) */ 
	background-image: -webkit-linear-gradient(top, #FFEECC 0%, #FFCC66 100%);

	/* W3C Markup, IE10 Release Preview */ 
	background-image: linear-gradient(to bottom, #FFEECC 0%, #FFCC66 100%);
}
#current .suggestion:hover,#current .suggestion.checked{
	background-color: #ffcc66;
	background-image:none;
	border-color: #900;
}
#current label:active{
	background-color: #ffff99;
	border-color:#ffff99;
}
#current .turn{
	border-color: #ffcc66;
	background-color: #ffeecc;
}
#current .timestamp,.new_suggestion_label{
	color: #D17E1F;
}
.dm{
	font-weight: bold;
	font-size: 1em;
}
#history .suggestion{
	border-color: #99aabb;
}
#history .suggestion.chosen{
	background-color: #99aabb;
}
#history .timestamp{
	color: #99aabb;
}
#history .turn{
	border-color: #99aabb;
	background-color: #ddeeff;
}
#history_divider{
	width:100%;
	margin-bottom:1.0em;
	margin-top:1.0em;
	border-top: 3px dotted #99aabb;
}
input[type="radio"].off{
	display:block;
	margin-left:-9999px; /* hide radio */
	margin-bottom: -1.0em; /* so that the text will not be pushed to the next line */
}
label {
	display: block;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0.2em;
	border-radius: 0.3em;
}
label.inline {
	display: inline;
}
.new_suggestion{
	border: 0.1em solid #ffcc66;
	font-size: 1.0em;
	width: 99%;
}
.new_suggestion_label{
	display:block;
	font-size: 0.6em;
	font-weight: bold;
}
.new_suggestion_label,.timestamp{
	text-transform: uppercase;
	font-weight: bold;
}
#new_suggestion_submit{
	width: 6.0em;
	height: 2.4em;
	font-weight:bold;
	background-color: #ddeeff;
	border: 0.2em solid #ffcc66;
	border-radius: 0.3em;
	margin-top: .25em;
	padding: .25em;
}
#new_suggestion_submit:hover{
	background-color: #99ccff;
	border-color:#6699bb;
	color:#6699bb;
}
#new_suggestion_submit:active{
	background-color:#ffff99;
	border-color:#ffcc66;
	color:#ffcc66;
}
.roll{
	font-weight: normal;
	font-style: italic;
}
.suggestion{
	margin-top: 0.5em;
	width: 100%;
	border-width: 0.12em;
	border-style: solid;
	border-radius: 0.3em;
	padding: 0;
}
.suggestion.chosen{

}
#current .suggestion.suggested {
	color: #900;
	border-color: #900;
}
.suggestion.unchosen{
	color: #99aabb;
}
.timestamp {
	font-size: 0.8em;
}
.title{
	font-size:2.0em;
}
#topbar{
	width:100%;
}
#topbar .button,#topbar .title{
	display:inline-block;
}
.turn{
	border-style: solid;
	border-width: 0.3em;
	border-radius: 1.0em;
	padding: 0.5em;
	margin-top: 0.8em;
	margin-buttom: 0.8em;
}
.votes{
	height:1.0em;
	overflow:hidden;
	width:4.0em;
	float:right;
	border-radius: 0.4em;
	margin-right: 0.25em;
}
.voteshist{
	height:1.0em;
	overflow:hidden;
	width:1.6em;
	float:right;
	border-radius: 0.4em;
	margin-right: 0.25em;
	margin-top: 0.1em;
	text-align: center;
}
#current .votes {
	background-color: #ddeeff;
	border:0.1em solid #ffcc66;
}
.votes_fill{
	background-color: #99ccff;
	overflow:hidden;
	font-size:0.7em;
	line-height:1.5em;
	height:100%;
	padding-left:0.3em;
	font-weight:bold;
	text-transform:uppercase;
}
.votes_fill_hist {
background-color: #aabbee;
	color: #447799;
	font-size:0.7em;
	font-weight:bold;

}
.votes_fill,#new_suggestion_submit{
	color: #447799;
}
.small {
	font-size: 0.8em;
	}
.new {
	color: #fff;
	font-weight: bold;
	background-color: #c60;
}

.roll {
	color: #00f;
}

.rolled {
	background-color: #ddd;
}

.bluebutton {
	background-color: #ccf;
}

.red {
	color: #f00;
}
.help {
	color: #aac;
	font-weight: bold;
}
.helped {
	display: none;
	background-color: #ffa;
}
