/* tables */
table.tablesorter {
	width: 100%;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background-color: #CFCFCF;
	padding: 4px;
}
table.tablesorter thead tr .header {
	background-image: url(bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.tablesorter tbody td {
	padding: 4px;
	vertical-align: top;
}
table.tablesorter tbody tr.odd td {
	background-color:#F5F6F0;
}
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: #8F8F8F; color: #fff;
}

/* custom central ionio */
.header-cell  {border: solid 1px #555; background: #ccc; font-weight: 900; text-align: center;}
.body-cell   { border-bottom: dotted 1px #777; background: #e2e2e2; padding: 1px 3px;}
#programs-table .left-cell {width: 100px; }
#programs-table .right-cell {width: 240px; }
#furlough-table .leftCell {width: 100px; }
#furlough-table td {text-align: left; }
.bold-cell { font-weight:bold; }
