#democracy {
/*	margin: 1em 0; */
	padding: 0 0 0px 0;
/*	text-align: right; */
	color: #000000;
}

#democracy li {
	list-style: none;
	margin: 5px 15px 5px 10px;
	padding: 1px 3px 5px 3px;
	text-align: left;
}

#democracy li input {
	vertical-align: middle;
}

#democracy LI LABEL {
	margin: 0;
	padding: 0;
}

#democracy .dem-footer {
/*	color: #639ACE; */
	padding: 0.5em 0 0.5em 0;
}

#democracy .dem-footer p {
	text-align: center;
	padding: 0;
	margin: 0;
}

#democracy .dem-footer p.view-results {
	border-top: 1px dashed #cccccc;
	border-bottom: 1px dashed #cccccc;
	padding: 0.25em 0;
	margin: 0.25em 0;
}

#democracy .dem-footer p A {
/*	color: #639ACE; */
}

#democracy ul {
	margin: 0;
	padding: 0;
}

#poll-question {
	display: block;
/*	color: #639ACE; */
	text-align: left;
	padding: 7px 5px;
}

#vote p {
	text-align: center;
	margin: 5px;
}

#lastMessage span {
	display: block;
	color: #933;
}

#dem-total-votes {
	display: block;
	text-align: center;
	font-style: normal;
}

#democracy .democracy-choice {
	display: block;
	height: 6px;
	background-color: #993300; /* #A21B0D; */
	font-size: 1px;
}

#voted-for-this .democracy-choice {
	background-color: #006699;
}

.dem-choice-border {
	margin: 2px 0;
	display: block;
	height: 6px;
	width: 98%;
	border: 1px solid #CABEB2;
}

A#view-results {
}

A#view-results:hover {
	text-decoration: none;
}

#democracy input[type=radio], #democracy input[type=checkbox], #democracy .dem-radio {
	width: auto;
	border: 0;
	padding: 0;
	display: inline;
	margin: 0;
}

#pollResults {
	width: 100%;
	border-collapse: collapse;
	margin: 0;
	padding: 0;
}

#pollResults THEAD, #pollResults TFOOT {
	height: 60px;
	margin: 0;
	padding: 0;
}

#pollResults THEAD TD {
	padding: 13px 10px;
	margin: 0;
	height: 34px;
	color: #ffffff;
	font-weight: bold;
	font-size: 13px;
	vertical-align: top;
}

#pollResults TBODY TD {
	border-top: 1px solid #ffffff;
	background-color: #C5D4F5;
	height: 39px;
	padding: 0px 0px 0px 20px;
	font-weight: bold;
}

#pollResults TD.answer {
	width: 80px;
	white-space: nowrap;
}

#pollResults TD.graph {
	width: 230px;
}

#pollResults TD.percent {
	width: 35px;
	padding: 0px 10px 0px 20px;
	text-align: right;
	white-space: nowrap;
}

#pollResults .dem-choice-border {
	margin: 2px 0;
	display: block;
	background-color: #fff;
	height: 21px;
	width: 98%;
	border: 0;
}

#pollResults .democracy-choice {
	display: block;
	background-image: url(/images/poll-bar.gif);
	background-repeat: repeat-x;
	background-color: transparent;
	height: 21px;
	font-size: 1px;
	border: 0;
}

#pollResults A#view-results-table {
	color: #000000;
	font-weight: bold;
	display: block;
	padding: 0;
}
