/* tables */
table.tablesorter {
	background-color: #CDCDCD;
	margin:10px 0pt 15px;
	font-size: 8pt;
	width: 1100px;
	text-align: left;
	font: normal 11px "Trebuchet MS";
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background-color: #dbe3e3;
	border: 1px solid #FFF;
	font-size: 8pt;
	padding: 4px;
}

table.tablesorter thead tr th:hover {
	background-color: #a8b0b0;
	color: #fff;
}

table.tablesorter thead tr .header {
	background-image: url(/images/sorter_bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.tablesorter tbody td {
	color: #3D3D3D;
	padding: 4px;
	background-color: #FFF;
	vertical-align: top;
}

table.tablesorter tbody tr.odd td {
	background-color:#F0F0F6;
}

table.tablesorter tbody tr.sorterHover:hover td {
	background-color: #ededed;
}

table.tablesorter tbody tr.warning td {
	background-color: #fff9ba;
}

table.tablesorter .clickable {
	cursor: pointer;
	text-decoration: underline;
}

table.tablesorter tbody tr.warning:hover td {
	background-color: #ffa54b;
}

table.tablesorter tbody tr.clickable {
	cursor: pointer;
}

table.tablesorter tbody tr.error td {
	background-color: #ffe8db;
}

table.tablesorter tbody tr.ok td {
	background-color: #cdf1cb;
}

table.tablesorter tbody tr.ok:hover td {
	background-color: #91aa8f;
}

table.tablesorter tbody tr.error:hover td {
	background-color: #ffc2bc;
}

table.tablesorter thead tr .headerSortUp {
	background-image: url(/images/sorter_asc.gif);
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(/images/sorter_desc.gif);
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
background-color: #8dbdd8;
}

table.tablesorter tr td img {
	cursor: pointer;
}
