/* Additional CSS to overwrite the default styles (includes/styles.php) */

body {
	padding: 0;
	margin: 70;
	background: #303030 url(http://relax-stats.ya-umeu.ru/img/head.jpg) center top no-repeat;
	background-size: 100%;
	text-align: center;
	font: 12px ;
}

a {
	text-decoration: none;

}
a:hover { 
    text-decoration: underline; /* Добавляем подчеркивание при наведении курсора на ссылку */
    color: 4e4e4e; /* Ссылка красного цвета */
}   
.red {
	color: red;
}

#container {
	position: relative;
	width: 1000px;
	margin: 0 auto;
}

#header {
	position: relative;
	height: 70px;
	margin: 10px 0;
}
#header h1 img {
	position: absolute;
	margin: -40 auto;
	left: 0;
	z-index: 0;
//		width: 475px;
//		height: 178px;

}
#header h2.headtitle {
	position: absolute;
	top: -10px;
	left: 413px;
	z-index: 1;
	width: 585px;
	text-align: right;
	font-size: 14pt;
	color: #ffffff;

}
#header .lang-select {
	position: absolute;
	top: -32px;
	right: 3px;
}
#header .lang-select img {
	border: 1px solid #4e4e4e;
}
#header .header-links {
	position: absolute;
	top: -14px;
	right: 3px;
}
#header .header-links a {
	color: #ffffff;
	font-size: 12pt;
	font-weight: bold;
}

#content {
	min-height: 30px;
}

#server-listing {
	padding: 14px 0;
	text-align: left;
}
#server-listing .server {
	margin-bottom: 20px;
	padding: 10px;
	background-color: #e4e4e4;
	border: 1px solid #ccc;
	cursor: pointer;
}
#server-listing .hover {
	background-color: #e0b8ff;
	border: 1px solid #9ace6c;
}
#server-listing .server table {
	font-size: 12pt;
}
#server-listing .server td {
	width: 100%;
	padding-top: 5px;
}
#server-listing .server th {
	padding: 5px 12px 0 12px;
	text-align: right;
	white-space: nowrap;
}
#server-listing .server th span {
	white-space: nowrap;
}
#server-listing td.server-name {
	padding: 3px 0 8px 33px;
	font-size: 12pt;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
	background-image: url('img/next.png');
	background-repeat: no-repeat;
	background-position: top left;
}

.page-menu table {
	width: 100%;
}
.page-menu a {
	display: block;
	width: 100%;
	height: 26px;
	line-height: 26px;
}
.page-menu a:hover {
	background-color: #413f44;
}
.page-menu .menuback {
	background-color: #7f35ee;
	border: 1px solid #fff;
}
.page-menu .menufont {
	font-size: 12pt;
}
.page-menu .active {
	background-color: #413f44;
	font-size: 12pt;
}
.sub-menu .menufont {
	font-size: 12pt;
}
.sub-menu a {
	display: block;
	width: 100%;
	height: 18px;
	line-height: 18px;
}
.sub-menu a:hover {
	background-color: #676767;
}
.sub-menu .menuback2 {
	background-color: #816cd3;
	border: 1px solid #fff;
}
.sub-menu .active {
	background-color: #676767;
}

table .tablehead {
	padding: 3px 0;
	color: #fff;
	font-size: 12pt;
}
.tabletitle {
	font-size: 12pt;
	background-color: #7f5a9d;
	padding: 10px;
	margin: 0;
}
.tmxoffline {
	background: transparent;
	padding: 10px;
}
table .tablehead a {
	color: #fff;
}
table .tablehead a:hover {
	text-decoration: underline;
}
table .celltext {
	padding: 3px 0;
	font-size: 10pt;
}
table .celltext-rb {
	padding: 3px 0;
	font-size: 10pt;
}
table .celltext-l {
	padding: 3px 0;
	font-size: 10pt;
}
.pagination {
	margin: 10px 0;
}
.pagination td {
	padding: 0 10px;
}


#footer {
	margin-bottom: 20px;
}
#footer td {
	padding: 8px;
	background-color: #676767;
	font-size: 10pt;
}
#footer a {
	color: white;
	text-decoration: underline;
}