/* tables */
table.tablesorter {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #CDCDCD;
	margin:10px 0pt 15px;
	font-size: 10pt;
	width: 100%;
	text-align: left;
}

.tablesorter a {color:#666; text-decoration:none; font-weight:normal; border-bottom:1px dashed #999;}
.tablesorter a:hover {color:#666; text-decoration:none; font-weight:normal; border-bottom:1px solid #666;}

.tablesorter tbody tr td {border-bottom:1px dotted #ccc; padding:8px 0 8px 10px !important;}

table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background-color: #f28949;
	border: 1px solid #FFF;
	font-size: 16px;
	font-weight:bold;
	padding: 4px;
	color:#fff;
	padding: 8px 0 8px 8px;
}

.tablesorter th.rank {width:10%}
.tablesorter th.score {width:12%;}
.tablesorter th.name {width:37%;}
.tablesorter th.date {width:28%;}
.tablesorter th.time {width:13%;}

table.tablesorter thead tr .header {
	background-image: url(../images/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.odd td {
	background-color:#F0F0F6;
}
table.tablesorter thead tr .headerSortUp {
	background-image: url(../images/asc.gif);
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(../images/desc.gif);
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
background-color: #f15a21;
}

#pagination {
	clear:left;
	text-align: center;
	margin: 15px 0 15px 0;
}

#pagination ul li a{
	color: #ffffff;
	text-decoration: none;
}

#pagination ul li {
	display:inline;
	padding:5px 8px;
	margin:0 1px;
	border:1px solid #999;
	color:#fff;
	background:#666;
	font-size:14px;
	font-weight:normal;
}

#pagination ul li:hover {
	display:inline;
	padding:8px 8px;
	margin:0 1px;
	border:1px solid #f15a21;
	color:#fff;
	background:#f28949;
	font-size:14px;
	font-weight:normal;
	cursor:pointer;
}

#pagination ul li.current {
	display:inline;
	padding:5px 8px;
	margin:0 1px;
	border:1px solid #f15a21;
	color:#fff;
	background:#f28949;
	font-size:14px;
	font-weight:normal;
	cursor:pointer;
}

#pagination ul li.current:hover {
	display:inline;
	padding:5px 8px;
	margin:0 1px;
	border:1px solid #f15a21;
	color:#fff;
	background:#f28949;
	font-size:14px;
	font-weight:normal;
	cursor:pointer;
}

#pagination ul li.dots {
	display:inline;
	padding:5px 8px;
	margin:0 1px;
	border:none;
	color:#666;
	background:#fff;
	font-size:14px;
	font-weight:bold;
	cursor:default;
}

#pagination ul li.dots a{
	color: #666666;
}

.view-all-scores {margin:9px 0 0 0;}


#high-and-low {
clear:left;
float:left;
font-family: Verdana, Arial, Helvetica, sans-serif;
margin-bottom:15px;
}

#high-and-low a {
	text-decoration:none;
	color:#333;
}

#high {
float:left;
width:400px;
}

#low {
float:left;
width:400px;
}

#high-title {
	background:#39aeeb;
	color:#fff;
	padding:10px 10px;
	font-size:18px;
	font-weight:bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#low-title {
	background:#60c3f6;
	color:#fff;
	padding:10px 10px;
	font-size:18px;
	font-weight:bold;
}

.high-score {
	padding:8px 10px;
	font-size:14px;
	background:#fff;
	color:#666;
	font-weight:bold;
	border-bottom:1px dashed #999;
}

.high-score a:hover {text-decoration:underline !important;}
.low-score a:hover {text-decoration:underline !important;}

.low-score {
	padding:8px 10px;
	font-size:14px;
	background:#fff;
	color:#666;
	font-weight:bold;
	border-bottom:1px dashed #999;
	border-left:1px dashed #999;
}
























