/*
---------------------------
Styling for Polls
---------------------------
*/
.Polls {
	width: 160px;
	height: auto;
	line-height: 20px;
	background-color: #006699;
}

.Polls .line-container {
    width: 160px;
    margin-top: 10px;
	margin-bottom: 10px;
}

.Polls .header {
	background-color: #006699;
	width: 160px;
	height: auto;
	text-align: left;
}

.Polls .line {
	background-color: #CCCCCC;
	width: 160px;
	height: auto;
}

.Polls .info {
	background-color: #FF0000;
	width: 160px;
	height: auto;
}

.Polls .submitbutton {
	background-color: #006699;
	width: 160px;
	margin-top: 5px;
	text-align:center;
}

.Polls .headertext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}

.Polls .linetext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}

.Polls .infotext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: red;
}

.Polls input.submit {
	width:90px;
	height: 30px;
	background-color: #003399;
	color: white;
	cursor: hand;
}

.Polls a {
	text-decoration: none;
}

.Polls a:hover {
	text-decoration: underline;
}