/*
-----------------------------------------------
Site Format Styles
Author:   RDESIGN at http://rdesign.ru
----------------------------------------------- */


/*  ========================================================================  */
/*	GENERAL																	  */
/*  ========================================================================  */


* {
	outline: none;
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
	overflow: hidden;
}

body {
	font-family: 'Lucida Grande', Arial, Tahoma, Verdana, sans-serif;
	padding: 0px;
	margin: 0px;
	cursor: default;
	font-size: small;
	background: #404040;
	height: 100%;
	overflow: hidden;
}
table {
	border: none;
	border-collapse: collapse;
}
td, th {
	border: none;
	padding: 0px;
	margin: 0px;
	text-align: left;
	vertical-align: top;
	font-weight: normal;
}
img {
	border: none;
	padding: 0px;
	margin: 0px;
}
a {
	color: #2D7D9C;
	cursor: pointer;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
form {
	padding: 0px;
	margin: 0px;
}

input, select, button, textarea {
	padding: 0px;
	margin: 0px;
}
ul, ol {
	padding: 0px;
	margin: 10px 0px 0px 0px;
}
li {
	margin: 5px 0px 0px 0px;
	padding: 0px;
}

h1 {
	font-size: 150%;
	line-height: 110%;
}
h2 {
	font-size: 135%;
	line-height: 110%;
}
h3 {
	font-size: 120%;
	line-height: 120%;
}
h1, h2, h3 {
	font-weight: bold;
	margin: 20px 0px 5px 0px;
	padding: 0px;
	color: #000000;
}
h4 {
	font-size: 90%;
	line-height: 130%;
}
h5 {
	font-size: 85%;
	line-height: 140%;
}
h6 {
	font-size: 80%;
	line-height: 140%;
}
h4, h5, h6 {
	font-weight: normal;
	margin: 10px 0px 0px 0px;
	padding: 0px;
}
p {
	line-height: 130%;
	margin: 10px 0px 0px 0px;
	padding: 0px;
}
sub {
	font-size: 80%;
	position: relative;
	top: 0.3em;
	vertical-align: baseline;
}
sup {
	font-size: 80%;
	position: relative;
	top: -0.4em;
	vertical-align: baseline;
}
dl, dt, dd {
	padding: 0px;
	margin: 0px;
}


/*	LAYOUT =================================================================  */


.layout {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	overflow: auto;
}
.background-main {
	position: relative;
	overflow: hidden;
	height: 970px;
	min-width: 960px;
	margin-bottom: -970px;
}
.background-main div {
	position: relative;
	width: 960px;
	height: 970px;
	margin: 0px auto;
	height: 100px;
}
.background-main div img {
	position: absolute;
	top: 0px;
	left: -504px;
}

.content {
	position: relative;
	font-size: 90%;
}
html>/**/body .content {
	font-size: 95%;
}
.container {
	position: relative;
	width: 960px;
	margin: 0px auto;
	background: white;
}


/*  ========================================================================  */
/*	CUSTOM																	  */
/*  ========================================================================  */


.server-status {
	position: absolute;
	top: 30px;
	left: 710px;
	width: 200px;
	height: 100px;
	cursor: pointer;
}
* html .server-status {
	background: url('../images/nil.gif');
}

.server-status div {
	position: absolute;
}

.server-status .icon-offline {
	top: 8px;
	left: 8px;
	width: 50px;
	height: 69px;
	background: url('../images/server-status.gif') no-repeat 0px 0px;
	display: none;
}
.server-status.offline .icon-offline {
	display: block;
}

.server-status .status-info {
	top: 42px;
	left: 67px;
	width: 133px;
	height: 10px;
	background-image: url('../images/server-status.gif');
	background-repeat: no-repeat;
	background-position: 0px -130px;
	font-size: 90%;
	line-height: 100%;
	overflow: hidden;
}
.server-status.offline .status-info {
	background-position: 0px -80px;
}

.server-status.with-status-info .status-info {
	height: 45px;
}


.server-status .status-info div {
	margin-top: -0.5em;
}
.server-status .status-info div span {
	display: none;
}
.server-status .status-info .players-count {
	top: 24px;
	left: 84px;
	color: #FFFFFF;
}
.server-status .status-info .current-top-score {
	top: 36px;
	left: 84px;
	color: #E6E0C4;
}





.sections,
.sections * {
	display: block;
	position: absolute;
	margin: 0px;
	padding: 0px;
}
.sections {
	top: 0px;
	left: 0px;
	width: 0px;
	height: 0px;
}
.sections li a {
	background-image: url('../images/sections.jpg');
	background-repeat: no-repeat;
	background-position: 0px -53px;
}
.sections li a span {
	display: none;
}
.sections .knowledge-base {
	top: 285px;
	left: 360px;
}
.sections .knowledge-base,
.sections .knowledge-base a {
	width: 200px;
	height: 160px;
}
.sections .knowledge-base a:hover {
	background-position: 0px 0px;
}

.sections .private {
	top: 460px;
	left: 45px;
}
.sections .private,
.sections .private a {
	width: 150px;
	height: 110px;
}
.sections .private a:hover {
	background-position: -200px 0px;
}

.sections .forum {
	top: 600px;
	left: 195px;
}
.sections .forum,
.sections .forum a {
	width: 110px;
	height: 120px;
}
.sections .forum a:hover {
	background-position: -350px 0px;
}

.sections .news {
	top: 535px;
	left: 455px;
}
.sections .news,
.sections .news a {
	width: 120px;
	height: 100px;
}
.sections .news a:hover {
	background-position: -460px 0px;
}

.sections .rules {
	top: 555px;
	left: 800px;
}
.sections .rules,
.sections .rules a {
	width: 150px;
	height: 140px;
}
.sections .rules a:hover {
	background-position: -580px 0px;
}





.copyright {
	position: absolute;
	top: 885px;
	left: 30px;
	width: 720px;
	color: #919191;
	font-size: 90%;
}
.copyright a,
.copyright a:hover {
	color: #FFFFFF;
}

.creator {
	position: absolute;
	top: 875px;
	right: 20px;
}
.creator img {
	margin: 10px;
}






.load-indicator {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: #414141 url('../images/spinner.gif') no-repeat center;
}


.server-status .status-title {
    top:42px;
    left:67px;
    height:10px;
    font-size:9px;
    color:#e6d07c;
    text-transform:uppercase;
    border-bottom:1px dashed;
    line-height:100%;
    position:absolute;
}

.server-status .status-info {
    top:45px;
    width:180px;
    background:none;
}

.server-status .status-info.nl {
    top:75px;
}

.server-status .status-info div {
    left:150px !important;
}

.server-status .status-info div span {
    float:left;
    font-size:9px;
    text-transform:uppercase;
    margin-left:-150px;
    display:block;
}

