body {
	background: #ffffff;
	font-family: "Trebuchet MS", Verdana;
	font-size: 11px;
	color: #333333;
	padding: 0;
	margin: 0;
}

a {
	color: #007236;
	text-decoration: none;
}

	a:hover {
		text-decoration: underline;
	}

a img {
	border: 0;
}

td, th {
	vertical-align: top;
}

div#sidebar {
	float: left;
	width: 350px;
	padding: 10px 0 0 10px;
}

div#content {
	margin-left: 350px;
	width: 400px;
	w\idth: 360px;
	padding: 10px 20px 20px 20px;
}

h2 {
	font-family: Georgia, serif;
	font-size: 20px;
	font-weight: normal;
	color: #007236;
	border-bottom: 1px solid #E3E3E1;
	width: auto;
	line-height: 18px;
}

div.history p {
	margin-bottom: 20px;
}

div.history i {
	color: #007236;
}

/*
	Voting
*/
div.voterow {
	border-top: 1px solid #E3E3E1;
	padding: 10px 0 10px 0;
	text-align: right;
	margin-top: 10px;

}

form#voter {
	font-family: Verdana;
	font-size: 11px;
}

form#voter input,
form#voter select,
form#voter textarea {
	font-family: "Trebuchet MS", Verdana;
	font-size: 11px;
	width: 350px;
	margin-bottom: 5px;
	padding: 2px;
	border: 1px solid #999999;
}

	form#voter input:focus,
	form#voter select:hover,
	form#voter textarea:focus {
		border-color: #007236;
	}

form#voter input.checkbox {
	width: auto;
	display: inline;
	border: none;
}

form#voter select {
	width: 355px;
}

form#voter input.text {
	width: 190px;
}

form#voter input.button {
	width: auto;
}

form#voter input.submit {
	color: #FFFFFF;
	font-weight: bold;
	background-color: #007236;
	padding: 4px;
	border-color: #007236;

}

form#voter span {
	color: #999999;
	display: block;
	float: left;
	padding-top: 3px;
	padding-left: 10px;
}

	form#voter span b {
		color: #007236;
		font-size: 90%;
	}