* {
	margin: 0;
	padding: 0;
	font-family: Verdana;
	font-size: 10pt;
	color: #b2b2b2;
}

img, * img {
	border: 0;
	vertical-align: middle;
}
input {vertical-align: middle;}
input.submit {
	background-color: #59a3dd;
	color: #105083;
	font-weight: 600;
	font-size: 8pt;
	border: 0;
	padding: 3px;
}
input.input_text {
	background-color: #4a4a4a;
	border: 1px solid #303030;
	padding: 2px 3px;
}

h1, h2, h3, h4, h5, h6, p, ul {
	margin-bottom: 15px;
}

h1 {
	color: #ea7a17;
}

h5 {
	color: white;
}

body {
	background-color: #1f1f1f;
}

.main_width {
	width: 850px;
	text-align: left;
}

td.top {
	height: 50px;
	border-bottom: 1px solid #474747;
	background-color: #262626;
}
.top, .top *, .top a, .top * a {
	text-decoration: none;
}

.bottom td {
	height: 40px;
	border-top: 1px solid #262626;
	background-color: #060606;
}
.bottom td, .bottom td *, .bottom td a, .bottom td * a {
	color: #414141;
	text-decoration: none;
	font-size: 9pt;
}

.main_top, .main_top table {
	height: 70px;
}
.login, .login * {
	font-size: 8pt;
	color: #888888;
}

.server_intro {
	background-color: #0b0b0b;
	border: 1px solid #252525;
}
.server_intro table td {
	padding: 10px;
	line-height: 1.6;
}
.slide img {
	border: 1px solid #454545;
}

.menu {
	background-color: #0b0b0b;
	border: 1px solid #252525;
	padding: 8px 10px;
	margin: 15px 0;
}
.menu, .menu * {
	color: #51c12a;
	text-decoration: none;
	font-weight: 600;
}
.menu b {
	font-weight: 400;
	color: #1d1d1d;
}

.main_text {
	
	padding: 10px;
	border: 1px solid #252525;
}
.main_text, .main_text * {
	line-height: 1.4;
}
.main_text b, .main_text * b {
	color: white;
}

.right_menu  div {
	padding: 10px;
	border: 1px solid #252525;
}
.tbl_data  td {
	padding-bottom: 5px;
}
.tbl_top  td {
	padding: 5px 0;
}
.tbl_data_head  td {
	background-color: #0b0b0b;
	padding: 5px 1px;
}
.tbl_top  td {
	border-bottom: 1px solid #0b0b0b;
}

.small, .small * {
	font-size: 8pt;
}

.col1, .col1 * {color: #57a1db !important;}
.col2, .col2 * {color: #51c12a !important;}
.col3, .col3 * {color: #ea7a17 !important;}
.col4, .col4 * {color: #dd59bc !important;}

.tooltip_content
{
	position:absolute;
	border:1px solid #363636;
	background:#727272;
	padding:3px 5px;
	color:#D8D8D8;
	display:none;
}
