.highlight {
}
.header {
	background-image: url(../images/sort_arrow_unselected.gif);
	background-repeat: no-repeat;
	/*padding-left: 10px;*/
	/*padding-top: 8px;*/
	height: auto;
	padding-left: 0px;
	cursor: pointer;
	background-position: 3px center;
	background-color: #D8D8D8;
	text-indent: 14px;
}
.headerSortUp {
	background-image: url(../images/sort_arrow_up_active.gif);
	background-repeat: no-repeat;
	/*padding-left: 30px;*/
	/*padding-top: 8px;*/
	height: auto;
	background-position: 3px center;
	background-color: #C2C2C2;
	padding-left: 0px;
	text-indent: 14px;
}
.headerSortDown {
	background-image: url(../images/sort_arrow_down_active.gif);
	background-repeat: no-repeat;
	/*padding-left: 30px;*/
	/*padding-top: 8px;*/
	height: auto;
	background-position: 3px center;
	padding-left: 0px;
	background-color: #C2C2C2;
	text-indent: 14px;
}
.header_nocolor {
	background-image: url(../images/sort_arrow_unselected.gif);
	background-repeat: no-repeat;
	/*padding-left: 10px;*/
	/*padding-top: 8px;*/
	height: auto;
	padding-left: 12px;
	cursor: pointer;
	background-position: 3px center;
	text-indent: 8px;
}
.headerSortUp_border {
	background-image: url(../images/sort_arrow_up_active.gif);
	background-repeat: no-repeat;
	/*padding-left: 30px;*/
	/*padding-top: 8px;*/
	height: auto;
	background-position: 3px center;
	padding-left: 12px;
	text-indent: 8px;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #333333;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #333333;
	border-right-style: solid;
	border-left-style: solid;
}
.headerSortDown_border {
	background-image: url(../images/sort_arrow_down_active.gif);
	background-repeat: no-repeat;
	/*padding-left: 30px;*/
	/*padding-top: 8px;*/
	height: auto;
	background-position: 3px center;
	padding-left: 12px;
	text-indent: 8px;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #333333;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #333333;
	border-right-style: solid;
	border-left-style: solid;
}
