/* tables */
table.tablesorter {
	font-family:arial;
	font-weight:normal;
	background-color: #FFFFFF;
	margin:10px 0pt 15px;
	font-size: 8pt;
	width: 100%;
	text-align: left;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th, table.tablesorter tfoot tr td {
	background-color: #ebebeb;
	border-left: 1px solid #cecece;
	border-bottom: 1px solid #cecece;
	color: #5f5f5f !important;
	font-size: 8pt;
	padding: 4px;
}
table.tablesorter  {
border-collapse:collapse;
}
table.tablesorter thead tr.header th {
	background-color: #87D200;
	border: 1px solid #FFF;
	color: #FFF !important;
}
table.tablesorter thead tr .header, table.tablesorter thead tr .table-sortable {
	background-image: url(bg.gif);
	background-color: #87D200;
	color: #FFF !important;
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}

table.tablesorter tbody td {
	color: #606060 !important;
	padding: 4px;
	background-color: #ffffff;
	font-weight:normal;
	vertical-align: top;
	border-left: 1px solid #cecece;
	border-bottom: 1px solid #cecece;
}

table.tablesorter tbody tr.odd td, table.tablesorter tbody tr.alternate td {
	background-color: #FAFAFA;
	font-weight:normal;
}
table.tablesorter tbody tr.even td {
	background-color: #FFF;
	font-weight:normal;
}
table.tablesorter thead tr .headerSortUp, table.tablesorter thead tr .table-sorted-asc {
	background-image: url(asc.gif);
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .table-sorted-desc {
	background-image: url(desc.gif);
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
background-color: #cecece;
}
.mtable {border:1px solid #cecece; border-bottom: none;border-left: none;}

