TABLE.poll TD,
TABLE.poll_results TD {
	color: #007185;
	font-size: 11px;
}

TABLE.poll TR.question TD,
TABLE.poll_results TR.question TD,
TABLE.admin_results TR.question TD {
	font-weight: bold;
	padding: 5px 15px;
}

TABLE.poll TR.answer TD.label {
	vertical-align: top;
	padding: 3px 15px 0px 0px;
}

TABLE.poll TR.answer TD.radio {
	vertical-align: top;
	padding: 0px 5px 0px 15px;
	text-align: right;
}

TABLE.poll TR.button TD {
	padding: 10px 15px 35px 15px;
	background-image: url(/images/poll_footer.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}

TABLE.poll_results TR TD.label {
	padding: 5px 15px 3px 15px;
}

TABLE.poll_results TR TD.votes {
	padding: 0px 15px 10px 15px;
}

TABLE.admin_results TR.odd_answer TD.label {
	padding: 5px;
}

TABLE.admin_results TR.even_answer TD.label {
	padding: 5px;
	background-color: #EEEEEE;
}

TABLE.admin_results TR.odd_answer TD.votes {
	padding: 0px 5px 5px 5px;
}

TABLE.admin_results TR.even_answer TD.votes {
	padding: 0px 5px 5px 5px;
	background-color: #EEEEEE;
}

TABLE.poll_results TR TD.votes IMG,
TABLE.admin_results TR TD.votes IMG {
	height: 13px;
	background-color: #a92c65;
	background-image: url(/poll/images/vote_background.gif);
	margin-right: 5px;
	float: left;
}

TABLE.poll_results TR TD.votes IMG.zero_votes,
TABLE.admin_results TR TD.votes IMG.zero_votes {
	display: none;
	margin-right: 0px;
}

TABLE.poll_results TR TD.votes IMG.highest_vote,
TABLE.admin_results TR TD.votes IMG.highest_vote {
	background-color: #558E03;
	background-image: url(/poll/images/highest_vote_background.gif);
}

TABLE.poll_results TR.total TD {
	font-weight: bold;
	padding: 5px 15px 35px 15px;
	background-image: url(/images/poll_footer.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}

TABLE.admin_results TR.total TD {
	font-weight: bold;
	padding: 5px;
}