@charset "utf-8";

table.tablesorter { 
width: 100%; 
text-align: left; 
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	padding: 4px;
	background-color: #33334;
	font-weight: normal;
	font-size: 12px;
	color: #898989;
}
table.tablesorter thead tr .headerUnSort {
	background-image: url(/home/tc/common/images/unsort.gif);
	background-repeat: no-repeat;
	cursor: pointer;
	background-position: right bottom;
	background-color: #333334;
}
table.tablesorter tbody td {
	padding: 4px;
	color: #FFFFFF;
	vertical-align: top;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #333334;
	border-bottom-color: #333334;
}
table.tablesorter thead tr .headerSortUp {
	background-image: url(/home/tc/common/images/scr_sort_as0.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
	cursor: pointer;
	background-color: #333334;
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(/home/tc/common/images/scr_sort_des0.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
	cursor: pointer;
	background-color: #333334;
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
	background-color: #FF9900;
	color: #FFFFFF;
 }
 table.tablesorter thead tr .header {
 font-size: 12px;
 background-color: #333334;
 }
table.tablesorter .no{
	font-size: 12px;
	color: #FFFFFF;
}
table.tablesorter .no_bo{
	font-size: 15px;
	color: #FFFFFF;
	font-weight: bold;
}
table.tablesorter .up{
	font-size: 12px;
	font-weight: normal;
	color: #52e701;
}
table.tablesorter .dn{
	font-size: 12px;
	font-weight: normal;
	color: #e70101;
}
table.tablesorter .zero{
	font-size: 12px;
	font-weight: normal;
	color: #898989;
}
table.tablesorter .name{
	font-size: 12px;
	color: #FFFFFF;
}
table.tablesorter .name a{
	color: #fffbb5;
	text-decoration: none;
}
table.tablesorter .name a:hover{
	color: #FFFFFF;
	text-decoration: underline;
}
