/* Copyright 2006 Joost de Valk */
a img {
	border: 0;
}

table.sortable A:link {
	text-decoration: none;
	color: #2e251f;
}
table.sortable A:visited {
	text-decoration: none;
	color: #2e251f;
}
table.sortable A:active{
	text-decoration: none;
	color: #2e251f;
}
table.sortable A:hover{
	text-decoration: none;
	color: #9d8864;
}

table.sortable {
	border-spacing: 0;
	border-collapse: collapse;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #2e251f;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
table.sortable th, table.sortable td {
	text-align: left;
	padding: 2px 4px 2px 4px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #999999;
	font-weight: normal;
}
table.sortable th {
	border-width: 0px 1px 1px 1px;
	font-size: 11px;
	font-weight: bold;
	background-image: url(http://owa.hopepres.com/publicweb/tablesort/staffbackground.png);
	background-repeat: repeat-x;
}
table.sortable td {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-color: #C4BD9B;
}
table.sortable tr.odd td {
	background-color: #f7f6f0;
}
table.sortable tr.even td {
	background-color: #fff;
}
table.sortable tr.sortbottom td {
	border-top: 1px solid #444;
	background-color: #ccc;
	font-weight: bold;
}