/* tables */
table.tablesorter {
	font-family:arial;
	margin:10px 0pt 15px;
	font-size: 10pt;
	width: 100%;
	text-align: left;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background: rgb(183,53,63);
    color:white;
    font-weight:bold;
    border: 1px solid black;
    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: #3D3D3D;
	padding: 4px;
	background-color: #FFF;
	vertical-align: top;
        border: 1px solid black;
}

table.tablesorter tbody tr.clickable{
	cursor:pointer;
}

table.tablesorter tbody tr.rowEven td {
	background-color:#FFFFFF;
}
table.tablesorter tbody tr.rowOdd td {
	background-color:#EFF7FF;
}
table.tablesorter thead tr .headerSortUp {
	background-image: url('asc.gif');
	background-repeat: no-repeat;
	background-position: center right;
}
table.tablesorter thead tr .headerSortDown {
	background-image: url('desc.gif');
	background-repeat: no-repeat;
	background-position: center right;
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
	/*background: rgb(183,53,63);*/
    color:white;
    font-weight:bold;
    border: 1px solid black;
    text-align:left;
}
