	
.cyan_column_header{
	background-image: url(images/cyan_column_header.jpg);
	background-repeat: no-repeat;
	height: 42px;
}
.cyan_column_title {
	font-size: 12px;
	color: #1BC1D9;
	padding-left: 10px;
}
.black_column_header{
	background-image: url(images/black_column_header.jpg);
	background-repeat: no-repeat;
	height: 42px;
}
.black_column_title {
	font-size: 12px;
	color: #000000;
	padding-left: 10px;
}
.gray_column_header{
	background-repeat: no-repeat;
	height: 25px;
}
.gray_column_title {
	font-size: 12px;
	color: #FFFFFF;
	padding-left: 10px;
}

.map_container {
	border: 5px solid #e8e8e8;
}
.vote_choices_text_black {
	font-size: 12px;
	color: black;
}
.vote_btn_space {
	margin-left: 10px;
	margin-right: 5px;
}
.vote_result_text_black {
	font-size: 12px;
	color: black;
}
.vote_container {
}
.vote_thumbnail {
	padding: 10px;

}
.vote_question {
	font-size: 12px;
	color: #005ca9;
}


