/* tables */
table.tablesorter {
	font-family:arial;
	margin:12px 0pt 15px;
	font-size: 12px;
	width: 965px;
	text-align: left;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
    text-align: center;
    color: #A1865D;
    background: #101010;
	border: 1px solid #1F1F1E;
	border-radius:5px;
	padding: 7px;
}
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: #797070;
	padding: 5px;
	vertical-align: top;
	border: 1px solid #1F1F1E;
	border-radius:5px;
	text-align:center;
}
table.tablesorter a {
	color: #6D6D3E;
}
table.tablesorter a:hover {
	color: #B9B96A;
}
table.tablesorter tbody tr:nth-child(odd) {
	 background: rgba(255,255,255,.03);
}
table.tablesorter tbody tr:nth-child(odd) {
	 background: rgba(255,255,255,.04);
}
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 {

}


table.siralamalar {
    border-spacing: 0px;
    text-align: left;
	width:100%; 
}


table.siralamalar
tr {
	text-align:center;
	height:32px;
}

table.siralamalar #baslik {
	text-align:center;
	color:#A1865D;
	background: #101010;

}

table.siralamalar tr:last-child {
    border: 0px;
}

table.siralamalar tr:nth-child(odd) {
	
}

table.siralamalar tr:nth-child(odd) {
    background: rgba(255,255,255,.03);
}

table.siralamalar tr
td {
    vertical-align: top;
    text-shadow: 0 0 3px rgba(0,0,0,.5);
	width:auto;
	padding: 10px 5px 5px 5px;
	text-align:left;
}

.nation, .class, .grade, .symbol {
    background-image: url(../images/icon.bmp);
    vertical-align: middle;
    display: inline-block;
    height: 16px;
    width: 16px;
}
.clanicon {
	 background-size: 16px 16px;
    vertical-align: middle;
    display: inline-block;
    height: 16px;
    width: 16px;
}

.nation.n1 {
    background-position: 0px -32px;
}

.nation.n2 {
    background-position: -16px -32px;
}

.class.c11 {
    background-position: -32px -32px;
}

.class.c12 {
    background-position: -48px -32px;
}

.class.c13 {
    background-position: -64px -32px;
}

.class.c14 {
    background-position: -80px -32px;
}

.class.c21 {
    background-position: -96px -32px;
}

.class.c22 {
    background-position: -112px -32px;
}

.class.c23 {
    background-position: -128px -32px;
}

.class.c24 {
    background-position: -144px -32px;
}

.grade.g1 {
    background-position: 0px 0px;
}

.grade.g2 {
    background-position: -16px 0px;
}

.grade.g3 {
    background-position: -32px 0px;
}

.grade.g4 {
    background-position: -48px 0px;
}

.grade.g5 {
    background-position: -64px 0px;
}

.grade.g6 {
    background-position: -80px 0px;
}

.grade.g7 {
    background-position: -96px 0px;
}

.grade.g8 {
    background-position: -112px 0px;
}

.grade.g9 {
    background-position: -128px 0px;
}

.grade.g10 {
    background-position: -144px 0px;
}

.grade.g11 {
    background-position: -160px 0px;
}

.grade.g12 {
    background-position: -176px 0px;
}

.grade.g13 {
    background-position: -192px 0px;
}

.grade.g14 {
    background-position: -208px 0px;
}

.grade.g15 {
    background-position: -224px 0px;
}

.symbol.a1 {
    background-position: 0px -16px;
}

.symbol.a2 {
    background-position: -16px -16px;
}

.symbol.a3 {
    background-position: -32px -16px;
}

.symbol.a4 {
    background-position: -48px -16px;
}

.symbol.a5 {
    background-position: -64px -16px;
}

.symbol.a6 {
    background-position: -80px -16px;
}

.symbol.b1 {
    background-position: -96px -16px;
}

.symbol.b2 {
    background-position: -112px -16px;
}

.symbol.b3 {
    background-position: -128px -16px;
}

.symbol.b4 {
    background-position: -144px -16px;
}

.symbol.b5 {
    background-position: -160px -16px;
}

.symbol.b6 {
    background-position: -176px -16px;
}
.pointer {
	cursor:pointer;
}

.status {
	font-family: 'Ebrima';
	display: inline-block;
	font-weight: bold;
	font-style: normal;
	font-size: 11px;
}
.online {
	color: #313f09;
}
.offline {
	color: #990000;
}

.noresults {
	font-family: 'Ebrima';
	color: #493f34;
	text-shadow: 1px 1px 1px rgba(0,0,0,.25);
	text-transform: uppercase;
	font-size: 10px;
	padding:5px;
	font-weight:bold;
	text-align:center;
	width:%100;
}