body {  font-family: Arial, Helvetica, sans-serif}
p { font-size: small}
h2 { font-size: medium}
h3 { font-size: small}
td { font-size: small}
th { font-size: small}

.results_header {
	background-color:#333333;
	color:#FFFFFF;
}

.question {
	background-color:#CCFFCC;
}

.options {
	background-color:#CCFFFF;
}

.results_row {
	background-color: #CCFFFF;
}

.results_footer {
	background-color: #DDDDDD;
}

.comments_header {
	background-color: #DDDDDD;
}

.comments_row_odd {
	background-color: #FFE0CC;
}

.comments_row_even {
	background-color:#FFFFC4;
}

.comments_row_blank {
	background-color: #FFFFFF;
}

.poll_feedback {
	display: inline;
	background-color:#FFFFAA;
	padding: 4px;
	border: 1px solid #999999;
	margin-top: 40px;
	margin-right: 0px;
	margin-bottom: 40px;
	margin-left: 0px;
}

.user_details {
	background-color:#CCCCCC
}

.user_password {
	background-color:#FFCCFF;
}


.menu {
	font-size: small;
	font-style: italic;
}

.odd {
	background-color: #CCFF99;
}

.even {
	background-color: #CCFFFF;
}

.voted_before {
	background-color:#FFCC00;
}.footer {
	font-size: x-small;
	color: #666666;
	text-align: center;
}
h1 {
	font-size: large;
	font-weight: bold;
	text-align: center;
}
li {
	font-size: small;
}
.poll_stats {
	background-color: #CCFFCC;
	padding: 5px;
	float: right;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 4px;
	border: 1px solid #007700;
	font-size: small;
}
.image_right {
	float: right;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 10px;
	border: thin solid #CCCCCC;
}
.login_box {
	border: 1px solid #666666;
}
.data_export {
	background-color: #CCCCCC;
	margin: 10px;
	padding: 5px;
	border: 1px solid #666666;
}

