.holder {
	height: 5px;
	width: 175px;
	padding: 0;
	margin: 0;
	font-size: 1px;
}
.holder.first_holder {
	margin-top: 5px;
}
.segment {
	height: 3px;
	margin: 0;
	padding: 0;
	font-size: 1px;
}
.rep {
	background-color: #C51E18;
}
.neg {
	float: right;
}
.dem {
	background-color: #3065AB;
}
.dem.segment {
}
.pos {
	float: left;
}
.col {
	vertical-align: center;
	height: 26px;
	padding: 0 7px;
	text-align: right;
}
.line_col {
	padding: 0;
}
.split_col {
	padding: 0 0px;
	width: 1px;
	font-size: 0px;
}
.split {
	background-color: #eee;
	height: 26px;
	width: 2px;
	font-size: 0px;
}
.highlight {
	padding: 3px 6px;
	text-align: right;
	font-weight: bold;
	color: white;
}
.rep.highlight {
}
.dem.highlight {
}
.col0 {
	text-align: left;
	width: 150px;
}
.result {
	color: #666;
	font-size: 11px;
}

.th {
	text-align: left;
	
	font-weight: bold;
	padding: 0 7px;
	padding-bottom: 10px;
}
.label {
	color: #333;
	font-weight: normal;
	text-align: center;
}
.axis_left.first {
	margin-left: 10px;
}
.axis_label {
	float: left;
	width: 55px;
}

.label_one {
	text-align: left;
	margin-left: 21px;
	width: 70px;
}

#IE6 .label_one {
	margin-left: 10px;
}

.label_two {
	text-align: left;
}

.label_three {
	text-align: center;
	width: 45px;
}

.label_four {
	text-align: right;
}

.label_five {
	text-align: right;
	width: 70px;
}
.filter_row {
	float: left;
	width: 100%;
	margin-bottom: 25px;
}
.filter {
	float: left;
	width: 150px;
	margin-right: 10px;
	padding: 10px 10px 0 10px;
	border: 1px solid #eee;
	height: 83px;
	color: #666;
	cursor: pointer;
}
#IE6 .filter,
#IE7 .filter,
#IE8 .filter{
	height: 100px;
	width: 155px;
}

.filter_head {
	font-size: 13px;
}
.filter_text {
	font-size: 12px;
}

.filter_hover {
	color: #000;
	border: 1px solid #ddd;
}

.filter.filter_active {
	background-color: #fefaeb;
	border: 1px solid #fbebb3;
	color: #000;
}
.stat {
	display: none;
}
.note {
	font-size: 10px;
	color: #999;
	margin-top: 3px;
	display: block;
	margin-bottom: 0;
}