table.tablesorter {
	font-size: 12px;
	background-color: #4D4D4D;
	width: 100%;
	border: 1px solid #000;
}
table.tablesorter th {
	text-align: center;
	padding: 5px;
	background-color: #6E6E6E;
}


table.tablesorter td {
	color: blackish; /*coral*/
	padding: 5px;
}
table.tablesorter .even {
	background-color:  #C6DEFF; /*bone*/
}
table.tablesorter .odd {
	background-color:#FFFFFF;/* white*/
}
table.tablesorter .header {
	background-image: url(bg.png);
	background-repeat: no-repeat;
	border-left: 1px solid #FFF;
	border-right: 1px solid #000;
	border-top: 1px solid #FFF;
	padding-left: 30px;
	padding-top: 8px;
	height: auto;
}
/* Task Management System Color Code  starting Here*/
table.tablesorter tbody tr.highlight td {
	/*background-color:#FFFFFF;*/
	font-weight: bold;
	color:#7CCD7C /*red*/
}
	/*color:#F00000*/
	


table.tablesorter tbody tr.highlight1 td {
	/*background-color:#FFFFFF;*/
	font-weight: bold;
	color:#7CCD7C /*orange*/
	
	}
	/*color:#1589FF*/
	
	
 table.tablesorter tbody tr.highlight2 td {
	/*background-color:#FFFFFF; */
	font-weight: bold;
	color:#006400 /*green*/
	
	} 
table.tablesorter tbody tr.highlight3 td {
	/*background-color:#FFFFFF;*/
	font-weight: bold;
	color:#0033CC /*blue*/
	
	} 
	/* Task Management System Color Code  End Here*/
	
table.tablesorter tbody tr.highlight4 td {
	/*background-color:#FFFFFF; */
	font-weight: bold;
	color:#FFFF99 /*Yellow*/
		
	} 
	
table.tablesorter tbody tr.highdash td {
	/*background-color:#F0F8FF;*/
	font-weight: bold;
	color:black; 
	font-family: verdana;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	
	} 
	
	
table.tablesorter .headerSortUp {
	background-image: url(asc.png);
	background-repeat: no-repeat;
}
table.tablesorter .headerSortDown {
	background-image: url(desc.png);
	background-repeat: no-repeat;
}