/* tables */
table.tablesorter {
	/*font-family: sans-serif;*/
	background-color: #CDCDCD;
	margin:10px 0pt 15px;
	font-size: 8pt;
	width: 100%;
	text-align: left;
}
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 .tablesorter-header {
	background-image: url(../../images/tableSorter/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
	padding-right: 15px;
}
table.tablesorter tbody td {
	color: #3D3D3D;
	padding: 4px;
	background-color: #FFF;
	vertical-align: top;
}
table.tablesorter tbody tr.odd td {
	background-color:#F0F0F6;
}
table.tablesorter thead tr .tablesorter-headerAsc {
	background-image: url(../../images/tableSorter/asc.gif);
}
table.tablesorter thead tr .tablesorter-headerDesc {
	background-image: url(../../images/tableSorter/desc.gif);
}
table.tablesorter thead tr .tablesorter-headerDesc, table.tablesorter thead tr .tablesorter-headerAsc {
	background-color: #3279BB;
	color: #FFF;
}

/* rows hidden by filtering (needed for child rows) */
table.tablesorter .filtered {
    display: none;
}

/* ajax error row */
table.tablesorter .tablesorter-errorRow td {
    text-align: center;
    cursor: pointer;
    background-color: #e6bf99;
}

table.tablesorter .tablesorter-filter-row td {
    background-color: #eee;
    text-align: center;
}

table.tablesorter .tablesorter-filter {
	width: 98%;
    padding: 4px;
    border: 1px solid #bbb;
}

table.tablesorter thead tr .sorter-false {
    background-image: none;
    cursor: default;
    padding: 4px;
}