table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background-color: #e6EEEE;
	font-size: 11px;
	padding: 5px;
	color: #000000;
	text-align:left;
	font-weight:normal;
	border-top: 1px solid #FFF;
	border-right: 2px solid #FFF;
	border-bottom: 1px solid #FFF;
	border-left: 1px solid #FFF;
}
table.tablesorter {
	
	border-width: 1px;
	border-style: solid;
	border-color: #ccc;
	border-bottom-style:none;
	
}
table.tablesorter thead tr .header {
	background-image: url(../images//bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.tablesorter tbody td {
	color: #3D3D3D;
	padding: 5px;
	vertical-align: top;
	border-right: 2px solid #FFF;
	border-bottom: 1px solid #E1EBEB;
	font-size: 11px;
	background: #F0F9F9;
}
table.tablesorter tbody tr.odd td {
	background-color:#EDF6F6;
}
tbody .tablehighlight {
	background: #EDF6F6;
}
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: #CCC;
}

