﻿
.sort-table {
	font:		Arial;
}

.sort-table thead {
	background:	none;
}

.sort-table td {
	padding:	2px 5px;
}

.sort-table thead td[_sortType=None] {
	border-color:	ButtonHighlight ButtonShadow
					ButtonShadow ButtonHighlight;
	padding:		2px 5px;
	text-decoration:none;
	color:#000000;
}

.sort-table thead td {
	cursor:			default;
	font-weight:bold;
	text-decoration : underline;
	color:#415E59;
}
.sort-table thead td:active {
	border-color:	ButtonShadow ButtonHighlight
					ButtonHighlight ButtonShadow;
	padding:		3px 4px 1px 6px;
}


.sort-arrow {
	border: 0px;
	width:					11px;
	height:					11px;
	background-position:	center center;
	background-repeat:		no-repeat;
	margin:					0 2px;
}

.sort-arrow.descending {
	background-image:		url("../../resources/images/downsimple.png");
	border: 0px;

}

.sort-arrow.ascending {
	background-image:		url("../../resources/images/upsimple.png");
	border: 0px;
}

a.firstcol:link
{
	font-family:Arial;
	font-size:11px;
	color:#415E59;
	font-weight:bold;
}
a.firstcol:visited
{
	font-family:Arial;
	font-size:11px;
	color:#415E59;
	font-weight:bold;
}
a.firstcol:active
{
	font-family:Arial;
	font-size:11px;
	color:#415E59;
	font-weight:bold;
}
a.firstcol:hover
{
	font-family:Arial;
	font-size:11px;
	color:#415E59;
	font-weight:bold;
}
