@charset "utf-8";

/* RITA
 * Polls stylesheet
*/

/* vote */

#related-section #polls-vote h4 {
	margin: 0;
	padding: 0;
}

#related-section #polls-vote form {
}

#related-section #polls-vote table {
	margin: 10px 0 15px 10px;
	border-collapse: collapse;
}

#related-section #polls-vote table th {
	padding: 5px;
	vertical-align: middle;
}

#related-section #polls-vote table td {
	padding: 5px;
	vertical-align: middle;
}

#related-section #polls-vote input.choice {
}

#related-section #polls-vote div.submit {
	text-align: center;
}

#related-section #polls-vote p {
	margin: 0;
}

#related-section #polls-vote div.noscript-warning {
	padding: 2px 4px;
	margin: 0 0px 10px 0px;
	border: solid 1px black;
	background-color: #f8941d;
	text-align: center;
}


/* view */

#related-section #polls-view h4 {
	margin: 0 0 15px 0;
	padding: 0;
}

#related-section #polls-view ul,
#related-section #polls-view li {
	width: auto;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#related-section #polls-view li {
	margin-bottom: 15px;
	line-height: 18px;
}

#related-section #polls-view li span.text {
}

#related-section #polls-view li span.bar {
	display: inline-block;
	height: 16px;
	vertical-align: middle;
	color: white;
}

#related-section #polls-view li span.percent {
	font-size: 10px;
}

#related-section #polls-view li span.votes {
	font-size: 10px;
}

#related-section #polls-view li span.reg,
#related-section #polls-view li span.alt { background-color: #aec94e; }

#related-section #polls-view div.nav {
	color: #3e8bc4;
	text-align: center;
}

#related-section #polls-view div.nav a {
	color: #3e8bc4;
	text-decoration: none;
}

#related-section #polls-view div.nav a:hover {
	text-decoration: underline;
}

