/* --------------------------------------------------------------------------
	Poll
	.poll
-------------------------------------------------------------------------- */

.poll
{
	margin:0 auto;
	padding:5px;
	clear:both;
	overflow:hidden;
	background:#9dbac0;
	border:2px #c0c0c0 solid;
}

.poll .title h2
{
	font-family:"Trebuchet MS";
	font-size:12px;
	font-weight:bold;
	color:#000000;
}

.poll .question
{
	text-align:left;
	font-style:italic;
	font-family:"Trebuchet MS";
	font-size:12px;
	font-weight:normal;
	color:#000000;
	padding:5px 0px 10px 0px;
}

.poll .form label
{
	text-align:left;
	font-family:"Trebuchet MS";
	font-size:12px;
}

.poll .form input
{
	text-align:left;
}

.poll_results
{
	font-family:"Trebuchet MS";
	font-size:12px;
	font-weight:normal;
	color:#000000;
}

.poll .graph_bar
{
	background-color:#000000;
	height: 10px;
	width: 40%;
}

.poll .bar
{
	background-color: #00CC33;
	height: 10px;
}

.poll a
{
	color: #336666;
}

.poll #buttons
{
	margin:5px 0px 0px 2px;
	padding-top:3px;
	width:100px;
	height:23px;
	background:url(../Images/Layout/button.jpg) no-repeat;
	text-align:center;
}

.poll #buttons a
{
	margin:0 auto;
	font-family:"Trebuchet MS";
	font-size:11px;
	color:#000000;
	text-decoration:none;
}

.poll #buttons a:hover
{
	color:#333333;
}

.poll #SubmitButton
{
	text-align: center;
	font-family:"Trebuchet MS";
	font-size:11px;
}

.poll .PollsList ul#active li
{
	list-style: none;
}

.poll .PollsList ul#inactive li
{
	list-style: none;
}

.poll .PollsList ul#active li a
{
	color: #009900;
	font-family:"Trebuchet MS";
	font-size:12px;
	font-weight:normal;
}

.poll .PollsList ul#inactive li a
{
	color: #990000;
	font-family:"Trebuchet MS";
	font-size:12px;
	font-weight:normal;
}