table.sortable {
	width: 100%;
	margin: auto;
	}


thead tr.head th,
thead tr.head td{
	padding-left: 7px;
	padding-right: 7px;
	padding-top: 4px;
	padding-bottom: 4px;
	color: #FFF;
	text-transform: uppercase;
	letter-spacing: 2px;
	white-space: nowrap;
	cursor: pointer;
	font-size: 11px;
	line-height: 14px;
	font-weight: normal;
}

thead tr.grade-head th,
thead tr.grade-head td{
	padding-left: 7px;
	padding-right: 7px;
	padding-top: 4px;
	padding-bottom: 4px;
	background-color: #ccc;
	color: #444;
	text-transform: uppercase;
	letter-spacing: 2px;
	white-space: nowrap;
	cursor: auto;
	font-size: 11px;
	line-height: 14px;
	font-weight: normal;
}
thead tr.subgrade-head th,
thead tr.subgrade-head td{
	padding-left: 7px;
	padding-right: 7px;
	padding-top: 4px;
	padding-bottom: 4px;
	background-color: #eee;
	color: #444;
	text-transform: uppercase;
	letter-spacing: 2px;
	white-space: nowrap;
	cursor: pointer;
	font-size: 10px;
	line-height: 14px;
	font-weight: normal;
}

thead tr.progress-head th,
thead tr.progress-head td{
	padding-left: 7px;
	padding-right: 7px;
	padding-top: 4px;
	padding-bottom: 4px;
	color: #FFF;
	text-transform: uppercase;
	letter-spacing: 2px;
	white-space: nowrap;
	cursor: pointer;
	font-size: 11px;
	line-height: 14px;
	font-weight: normal;
	border: 1px solid #fff;
}

thead tr.head th a,
thead tr.head td a {
	color: #FFF;
}

thead tr.head th a:link,
thead tr.head td a:link {
	color: #FFF;
}

thead tr.head th a:visited,
thead tr.head td a:visited {
	color: #FFF;
}

thead tr.head th a:active,
thead tr.head td a:active {
	color: #aaa;
}

thead tr.head th a:hover,
thead tr.head td a:hover {
	color: #aaa;
}

.sortDESC
{
	background-image: url(../img/desc.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	width: 12px;
	height: 12px;
	margin: 0;
	padding: 0;
}

.sortASC
{
	background-image: url(../img/asc.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	width: 12px;
	height: 12px;
	margin: 0;
	padding: 0;
	
}

.underborder {
border-bottom: 1px solid #ccc;
font-size: 11px;
}
.underborder-center {
border-bottom: 1px solid #ccc;
text-align:center;
font-size: 11px;
}
.underborder-centerred {
border-bottom: 1px solid #ccc;
text-align:center;
color: red;
font-size: 11px;
}
.underborder-caps
{
	border-bottom: 1px solid #ccc;
	text-transform: uppercase;
	font-size: 11px;
}
.underborder-capscenter
{
	border-bottom: 1px solid #ccc;
	text-transform: uppercase;
	font-size: 11px;
	text-align:center;
}
.underborder-capsgreen{
border-bottom: 1px solid #ccc;
text-transform: uppercase;
color: green;
font-size: 11px;
}