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

table.tablesorter td {
	background-color: #ffffff;
	background-image: url(img/bg-msg_tbl_row_gray.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	border-bottom: 1px solid #000A29;	
	border-left: 1px dotted #666;
	}
	
	table.tablesorter td:first-child {
		border-left: none !important;
		}
		
	table.tablesorter tr:hover td{
		background-color: #ff9 !important;
		background-image: none;
		}
	
table.tablesorter .even {
	}
	
table.tablesorter .odd td {
	background-color: #DEDEDE;
	background-image: url(img/bg-msg_tbl_row_gray.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	}
	
table.tablesorter th {
	font-size: 11px;
	text-transform: uppercase;
	background-color: #003;
	background-image: url(img/bg-msg_tbl_header.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	border-left: 1px dotted #666;
	color: #9CF;
	}
	
	table.tablesorter th:first-child {
		border-left: none !important;
		}
		
	table.tablesorter .header span {
		padding-right: 15px;
		background-image: url(img/bg.gif);
		background-repeat: no-repeat;
		background-position: right 2px;
		}
		
table.tablesorter .headerSortUp span {
	padding-right: 15px;
	background-image: url(img/asc.gif);
	background-repeat: no-repeat;
	background-position: right 4px;
	color: #ffcc00;
	}
	
table.tablesorter .headerSortDown span {
	padding-right: 15px;
	background-image: url(img/desc.gif);
	background-repeat: no-repeat;
	background-position: right 4px;
	color: #ffcc00;
	}