/*
////////////////////////////////////////////////////////+
#########################################################+
#							#+
#		       SE CHECKER			#+
#			--------			#+
#		   BY Scripteen			#+
#		   www.Scripteen.com			#+
#							#+
#	It is illegal to distribute this script		#+
#	without written permission from the author.	#+
#							#+
#########################################################+
/////////////////////////////////////////////////////////+
*/

BODY {
margin-top: 20px;
margin-right: 0px;
margin-left: 0px;
margin-bottom: 10px;
font-family: arial, sans-serif;
font-size: 11px;
background-color: #FFFFFF;
}

th {
font: bold 10px/22px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
color: #4f6b72;

letter-spacing: 1px;
text-transform: uppercase;
text-align: left;
padding: 8px 12px 4px 12px;
background: #CAE8EA url(../images/bg_header.jpg) no-repeat;
vertical-align:middle;
}

td.total {
background: none;
text-align:right;
font-weight:bold;
text-transform:uppercase;
letter-spacing:1px;
}

th.sortable,
th.sortable-text,
th.sortable-date,
th.sortable-keep,
th.sortable-date-dmy,
th.sortable-numeric,
th.sortable-currency,
th.sortable-sortByTwelveHourTimestamp,
th.sortable-sortIPAddress,
th.sortable-sortEnglishLonghandDateFormat,
th.sortable-sortScientificNotation,
th.sortable-sortImage,
th.sortable-sortFileSize {
cursor:pointer;
background: #CAE8EA url(../images/bg_header_sortable.jpg) no-repeat;
padding: 8px 12px 4px 16px;
}

th.forwardSort {
background:#CAE8EA url(../images/bg_header_down.jpg) no-repeat 0 0;
}

th.reverseSort {
background:#CAE8EA url(../images/bg_header_up.jpg) no-repeat 0 0;
}

th.forwardSort a,
th.reverseSort a {
color:#000;
outline:0 none;
}

th a {
text-decoration:none;
color: #4f6b72;
}
