/* ############################################################################
   ##
   ##  Polls Module Stylesheet
   ##
   ######################################################################### */

.PollAlert {
	margin: 20px 0px;
	padding: 10px;
	background-color: #f0f0f0;
}
	.PollAlert p {
		font-weight: bold;
		color: red;
	}
.PollMessage {
	margin: 20px 0px;
}
table.PollResults {
	margin: 0px;
	padding: 0px;
	width: 100%;
	border: none;
}
	td.PollAnswer {
		margin: 0px; 
		padding: 2px 0px 0px 0px; 
		width: 30%;
		/*height: 30px;*/
		text-align: right;
		font-weight: bold;
		background-color: #f0f0f0;
		border-top: 1px solid white;
	}
	td.PollPercentage {
		margin: 0px; 
		padding: 2px 0px 0px 0px;
		width: 10%;
		font-weight: bold;
		text-align: center;
		background-color: #f0f0f0;
		border-top: 1px solid white;
	}
	td.PollGraph {
		margin: 0px; 
		padding: 2px 0px 0px 0px;
		width: 60%; 
		height: 30px; 
		background-color: #f0f0f0;
		border-top: 1px solid white; 
	}
	td.PollGraph img {
		margin: 2px 0px 2px 0px; 
		height: 30px;
	}
#pollvoteform input {
	width: auto;
}
