/* tables */

.col_college { width:45%; }
.col_program { width:45%; }
.col_level { width:10%; }

table.tablesorter a { color: #000; text-decoration: none;}

table.tablesorter 
{
	margin:10px 0pt 15px;
	width: 100%;
	text-align: left;
}

table.tablesorter thead tr th, table.tablesorter tfoot tr th 
{
	background-color: #d1dcee;
	border: 1px solid #FFF;
	padding: 4px;
}

table.tablesorter thead tr .header 
{
	background-image: url(/_images/_tablesorter/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;
}

table.tablesorter tbody tr
{
	border-bottom: 1px solid #eee;
}

table.tablesorter tbody tr.odd td 
{
	background-color:#F0F0F6;
}

table.tablesorter thead tr .headerSortUp 
{
	background-image: url(/_images/_tablesorter/asc.gif);
}

table.tablesorter thead tr .headerSortDown 
{
	background-image: url(/_images/_tablesorter/desc.gif);
}

table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp 
{
	background-color: #c3d2e9;
}
