/* tables */
table.tablesorter {
	font-family:arial;
	background-color: #C5CAA6;
	margin:0 auto 10px auto;
	font-size: 8pt;
	/*width: 100%;*/
	color: #07519A;
	text-align: left;
	border:1px solid #626834;
	border-collapse:collapse;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background-color: #EBF3FB;
	font-size: 8pt;
	padding: 4px 14px 4px 4px;
		border-right:1px solid #C5CAA6;
}

table.tablesorter thead tr th.divider{
border-right:solid 1px #C5CAA6;
}


table.tablesorter thead tr td.heading{
	background-color: #626834;
	background-image:url(/images/module_heading_bg.jpg);
	font-size: 13px;
	font-weight:bold;
	color:#203759;
	text-align: center;
	padding: 3px 4px 3px 4px;
	border-bottom: 1px solid #C5CAA6;
}
table.tablesorter td.actions{
	background-color: #FFFFFF;
	font-size: 10pt;
	font-weight:normal;
	color:#07519A;
	padding: 3px 4px 3px 4px;
	text-align:left;
}
table.tablesorter thead tr .header {
	background-image: url(bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.tablesorter tbody td {
	color: #07519A;
	padding: 4px;
	background-color: #FFF;
	border-right:1px solid #CCC;
}
table.tablesorter td.td_last, table.tablesorter th.td_last {
	border-right:0px;
}
table.tablesorter tbody tr.odd td {
	background-color:#ececec;
}
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: #C9E0F7;
}
table.tablesorter tr.subtotal td { 
	background-color:#FFF; 
	border-top:1px solid #C5CAA6;
	border-bottom:1px solid #C5CAA6;
}
table.tablesorter tr.totals td { 
	background-color:#D5D5E9; 
	font-weight:bold;
	padding:3px;
}

table.tablesorter tr.even_tr td {
	background:#ececec;
}

table.tablesorter tr.odd_tr td {
	background:#FFFFFF;
}
table.tablesorter a {
	color:#16387c;
}
table.tablesorter a:visited {
	color:#69789c;
} 
table.tablesorter a:hover{
	text-decoration:none;
} 