/****
 *
 * TABLE STYLES
 *
 * ****/

/* Tablesorter Green */
table.tablesorter {
	font-family:arial;
	background-color: #CDCDCD;
	font-size: 11pt;
	width: calc(100% - 30px);
	text-align: left;
	margin: 10px 15px;
}
table.tablesorter tr {
	cursor:pointer;
}

table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background-color: #e6EEEE;
	border: 1px solid #FFF;
	font-size: 10pt;
}
table.tablesorter thead tr .header {
	cursor: pointer;
}
table.tablesorter tbody td {
	padding:1px ;
	color: #3D3D3D;
	background-color: #FFF;
	vertical-align: top;
}
table.tablesorter tbody tr:nth-child(even) td {
	background-color:#F0F0F6;
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
	background-color: #8dbdd8;
}
table.tablesorter tr.total td{
	font-weight:bold;
	color:#990000
}
.poline{
	border-bottom:solid 1px black;
}
