/* tables */
table.tablesorter {
	font-family:arial;
	background-color: #CDCDCD !important;
	margin:10px 0pt 15px;
	font-size: 9pt;
	width: 100%;
	border:1px solid #cdcdcd;
	text-align: left;
	cursor: pointer;
	border-bottom:1px solid #cdcdcd;
	
}


table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background-color: #e6EEEE;
	border: 1px solid #FFF !important;
	font-size: 9pt;
	padding: 4px;
	
	
}


table.tablesorter thead tr .header {
	background-image: url(bg.gif) !important;
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
	
	width: 400px !important ;
	

}
table.tablesorter tbody td {
	color: #3D3D3D;
	padding: 4px !important;
	background-color: #FFF;
	vertical-align: top;
	border-right:1px solid #cdcdcd;
	width: 400px !important ;
	
}

table.tablesorter tbody tr.odd td {
	border-top:1px solid #cdcdcd;
	border-bottom:1px solid #cdcdcd;
	background-color: #F0F0F6 !important;
	width: 400px !important ;
}
table.tablesorter thead tr .headerSortUp {
	background-image: url(asc.gif);
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(desc.gif);
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
background-color: #8dbdd8 !important;
	
}


