table
{
	font-size: 12px;
	margin-top: 10px;
	text-align: left;
	width: 100%;
	border-collapse: collapse;
}

table thead tr th, table tfoot tr th {
	font-size: 13px;
	font-weight: normal;
	padding: 3px;
	border-top: 4px solid #005195;
	border-bottom: 1px solid #fff;
	text-transform: uppercase;
}

table.manage-table thead tr th a{
	font-size: 110%;
	color: #e17009;	
}

table.manage-table thead tr th a:hover{

}

table thead tr .header {
	background-image: url(../images/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table tbody td {
	padding: 3px;
	background: #99ccff; 
	border-bottom: 1px solid #fff;
	border-top: 1px solid transparent;
}

table tr:hover td
{
	background: #0099cc;
	color: #339;
}

table thead tr .headerSortUp {
	background-image: url(../images/asc.gif);
}
table thead tr .headerSortDown {
	background-image: url(../images/desc.gif);
}

.activeSort{
	font-weight: bold;
	background: #0099cc;
}
