@charset "utf-8";
/* CSS Document */

.Polls {
	border:solid 1px #cfcfcf;
	margin-right:5px;
	margin-top:5px;
	background:#eeeeee;
}
.poll {
	padding:5px;
}
.poll h2 {
}

.poll .question {
	margin:5px;
	font-weight:bold;
}
.poll .answers {
}

.poll .answers ul {
}
.poll .answers li {
	display:block;
	padding:5px;
}
.poll .answers input[type=radio] {
}
.poll .answers input[type=checkbox] {
}
.poll .buttons {
	text-align:right;
}
.poll input[type=submit] {
	text-align:right;
}
.poll .answered {
	margin:5px;
}
.PollResults {
	margin:5px;
}
.PollResults h2 {
}
.PollResults h3 {
	margin:3px;
}
.PollResults .question {
}

.PollData {
	width:100%;
}
.PollData td {
	vertical-align:bottom;
	padding:2px;
}
.PollData .answer {
	width:40%;
}
.PollData .count {
	width:10%;
	text-align:right;
}
.PollData .percentage {
	width:10%;
	text-align:right;
}
.PollData .bar {
	width:40%;
}
.PollData .graphbar {
	background-color:red;
	height:2ex;
}
