/* tables */
table.tablesorter {
	font-family:arial;
	background-color: #CDCDCD;
	margin:10px 0pt 15px;
	font-size: 8pt;
	width: 100%;
	text-align: left;
	border: 1px solid #ecedf0;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background-color: #e6EEEE;
	border: 1px solid #FFF;
	font-size: 8pt;
	padding: 4px;
}
table.tablesorter thead tr .header {
	background-image: url(bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
	background-color: #ecedf0;
}


table.tablesorter tbody td {
	color: #3D3D3D;
	padding: 4px;
	background-color: #FFF;
	vertical-align: middle;
	height: 40px;
	font: normal normal 12px Georgia, serif
}
table.tablesorter tbody tr.even td {
	background-color:#fff;
}

table.tablesorter tbody tr.odd td {
	background-color:#ecedf0;
}
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: #ecedf0;
	
}

table.tablesorter thead th {
	height: 40px;
	vertical-align: middle;
	color: #000;
	font: normal bold 12px Georgia, serif !important;

}

table.tablesorter thead th {
	background-image: url(bg-table-header.gif);
	background-repeat: repeat-x;
	}
	
table.tablesorter thead th.year { width: 75px; }
table.tablesorter thead th.client { width: 235px; }
table.tablesorter thead th.sector { width: 130px; }
table.tablesorter thead th.value { width: 110px; }
table.tablesorter thead th.assignment { }

table.tablesorter tbody td.year { text-align: center; border-right: 1px solid #e3e3e3; }
table.tablesorter tbody td.client { padding: 0 15px; border-right: 1px solid #e3e3e3;}
table.tablesorter tbody td.sector { padding: 0 15px; border-right: 1px solid #e3e3e3;}
table.tablesorter tbody td.value {padding: 0 15px; border-right: 1px solid #e3e3e3; }
table.tablesorter tbody td.assignment { }

