#banner{
	background:linear-gradient(45deg, #0F608D 0%, #03C5FF 100%) repeat scroll 0 0 transparent;
	box-shadow:0 3px 7px rgba(0, 0, 0, 0.2) inset, 0 -3px 7px rgba(0, 0, 0, 0.2) inset;
	text-shadow:0 1px 3px rgba(0, 0, 0, 0.4), 0 0 30px rgba(0, 0, 0, 0.075);
	color:#fff;
	font-size:48px;
	height:90px;
	padding-top:60px;
	padding-left:125px;
}
#admin_banner{
	background:linear-gradient(45deg, #417934 0%, #02FF8F 100%) repeat scroll 0 0 transparent;
	box-shadow:0 3px 7px rgba(0, 0, 0, 0.2) inset, 0 -3px 7px rgba(0, 0, 0, 0.2) inset;
	text-shadow:0 1px 3px rgba(0, 0, 0, 0.4), 0 0 30px rgba(0, 0, 0, 0.075);
	color:#fff;
	font-size:48px;
	height:90px;
	padding-top:60px;
	padding-left:125px;
}
#content{
	margin-top:250px;
}
.top{
	margin-top:60px;
	padding-bottom:10px;
}
.it > thead > tr th, .it > tbody tr > td{
	font-size:18px;
	text-align:center;
}
.dt > thead > tr th, .dt > tbody tr > td{
	text-align:center;
}
.dt > tbody tr > td:first-child{
	color:#FF005B;
}
.rt > thead > tr th{
	cursor:pointer;
}

.ab{
	margin-bottom:20px;
}

/* tables */
table.tablesorter thead tr .header {
	background-image: url(../img/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.tablesorter thead tr .headerSortUp {
	background-image: url(../img/asc.gif);
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(../img/desc.gif);
}