.pollTable{
	background-color:#e2e2e2;border-collapse:collapse;
}
.pollTable td{
	border:1px solid #ccc;padding:5px;
}

.pollCountCell{
	white-space:nowrap;font-weight:bold;
}

.pollDescriptionCell{
	font-size:12px;
}


.vote {
	margin-top: 4px;
	padding: 0 0 0 0;
}

.vote p {
	margin-top: 6px;
	margin-bottom: 6px;
}

.errorMessage {
	font-weight: bold;
}

.credit {
	font-size: 10px;
	color: #696969;
}


/* Default for the poll bars */

.pollBar {
	height: 15px;
	background: #ff0000;
}

/* Poll bar ids are sequential and one-indexed */

#pollBar1 {
	background: #ff0000;
}

#pollBar2 {
	background: #00ff00;
}

#pollBar3 {
	background: #0000ff;
}

#pollBar4 {
	background: #ffff00;
}

#pollBar5 {
	background: #00ffff;
}

#pollBar6 {
	background: #ff00ff;
}

#pollBar7 {
	background: #ffff00;
}

#pollBar8 {
	background: #00ffff;
}

#pollBar9 {
	background: #ff00ff;
}

#pollBar10 {
	background: #ffff00;
}

#pollBar11 {
	background: #00ffff;
}

#pollBar12 {
	background: #ff00ff;
}

