/* tables */
table.tablesorter {
	font-family:Tahoma, Helvetica, sans-serif;
	background-color: #CDCDCD;
	font-size: 8pt;
	width: 100%;
	text-align: left;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background-color: #e6EEEE;
	border: 1px solid #FFF;
	font-size: 8pt;
	padding: 1px;
	text-align:left;
}
table.tablesorter thead tr .header {
	background-image: url(../images/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
	text-align:left;
}
table.tablesorter tbody td {
	padding: 1px;
	vertical-align: top;
}
table.tablesorter tbody tr.odd td {
	background-color:#F0F0F6;
}
table.tablesorter thead tr .headerSortUp {
	background-image: url(../images/asc.gif);
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(../images/desc.gif);
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
	background-color: #8dbdd8;
}

.trunselected {
	color: #000000;
	background-color: #FFF;
}

.trunselected_selectable {
	color: #000000;
	background-color: #E0FFE0;
}

.trunselectedgray {
	color: #999999;
	background-color: #FFF;
}

.trselected {
	color: #ffffff;
	background-color: #0000FF;
}

.trselectedgray {
	color: #999999;
	background-color: #0000FF;
}

.thtrunselected {
	color: #000000;
	background-color: #FFF;
}

.thtrunselectedgray {
	color: #999999S;
	background-color: #FFF;
}

.thtrselected {
	color: #ffffff;
	background-color: #0000FF;
}

.thtrunselectedred {
	color: #ff0000;
	background-color: #FFF;
}

.trorange{
	background-color:#FFDAAA;
	color:#000000;
}

.trunselectedred {
	color:#000000;
	background-color:#ffa6a6;
}