/* tables */
table.tablesorter {
	font-family: Trebuchet MS, Arial, sans-serif;
	background-color: #ffffff;
	margin:10px 0pt 15px;
	font-size: 12px;
	text-align: left;
	width: 940px;
	border-spacing: 0px;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background-color: #00a1c2;
	border-right: 1px solid #FFF;
	font-size: 11px;
	padding: 0px 2px 0px 5px;
	white-space: nowrap;
	padding-right: 20px;
	height: 27px;
	color: #fff;
	text-transform: uppercase;
	font-weight: normal;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	/*background-image: url(/images/titlebar_bg_large.gif);*/
	border-spacing: 0px;
}
table.tablesorter thead tr th.last, table.tablesorter tfoot tr th.last {
	border-right: none;
}
table.tablesorter thead tr .header {
	/*background-image: url(/images/icon_arrows_both.gif);
	background-repeat: no-repeat;
	background-position: center right;*/
	cursor: pointer;
}
table.tablesorter tbody td {
	color: #444444;
	padding: 1px 0px 1px 5px;
	background-color: #FFF;
	vertical-align: top;
	background-color: #f0f6f7;
}
table.tablesorter tbody tr.odd td {
		background-color: #fffdec;
}
table.tablesorter thead th {
	padding-bottom: 10px;
}
table.tablesorter thead tr .headerSortUp {
	background-image: url(/images/icon_arrows_down.gif);
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(/images/icon_arrows_up.gif);
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
	/*background-color: #0094b2;*/
}
table.tablesorter .icon, table.tablesorter .rating {
	vertical-align: middle;
	text-align: center;
	padding: 0px;
}
table.tablesorter.tablesorter tbody tr.hovering td {
	background-color: #b8e0e6;
}
table.tablesorter tbody tr.active td {
	background-color: #FFFF66;
}
table.tablesorter tbody a {
	color: #006b80;
	text-decoration: none;
}
table.tablesorter tbody a:hover {
	color: #00a1c2;
	text-decoration: underline;
}
table.tablesorter tbody td.rating {
	white-space: nowrap;
}

