* {
	margin: 0px;
	padding: 0px;
}

body {
	background: #131338
}

body, th, td, input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}

p, ol
{
	margin-top: 10px;
}

h1, h2, h3 {
	color: #4444c7;
}

h1 {
	font-size: 3em;
}

h2 {
	text-transform: uppercase;
	font-size: 1.1em;
	font-weight: bold;
	color: #4444c7;
}

h3 {
	font-size: 1em;
}


ul, ol {
	margin-left: 3em;
}

a {
	text-decoration: underline;
	color: #4444c7;
}

a:hover {
	border: none;
	color: #317191;
}

h1 a, h2 a, h3 a {
	border: none;
	text-decoration: none;
	color: #4444c7;
}

h1 a:hover, h2 a:hover, h3 a:hover {
	background: none;
	color: #4444c7;
}

hr {
	display: none;
}

.maintable{
	background: #ffffff;
}

.maintable-top-left,
.maintable-top-right,
.maintable-bottom-left,
.maintable-bottom-right{
	background-image: url(images/maindiv.png);
	background-repeat: no-repeat;
}

.maintable-top-left{
	background-position: top left;
}

.maintable-top{
	border-top: #727272 1px solid;
}

.maintable-top-right{
	background-position: top right;
}

.maintable-center{
	border-left: #727272 1px solid;
	border-right: #727272 1px solid;
	padding: 0 8px;
}

.maintable-bottom-left{
	background-position: bottom left;
}

.maintable-bottom{
	border-bottom: #727272 1px solid;
}

.maintable-bottom-right{
	background-position: bottom right;
}

/* Header */

#header {
	width: 970px;
	margin: 0 auto;
	height: 134px;
}

/* Logo */

#logo {
	margin: 0 auto;
	padding: 10px 0;
	text-align: left;
}

#logo h1 {
	padding-right: 20px;
	color: #ffffff;
	padding-top: 20px;
	font-size: 32px;
}

#logo h2 {
	font-style: italic;
	font-size: 10px;
	padding-right: 20px;
}


#logo a {
	color: #FFFFFF;
}

/* Menu */

#menu {
	float: left;
	height: 41px;
	width: 954px;
	background: url(images/menu-center.png) repeat-x;
}

#menu-left{
	float: left;
	height: 41px;
	width: 8px;
	background: url(images/menu-left.png) no-repeat;
	clear: both;
}

#menu-right{
	float: left;
	height: 41px;
	width: 8px;
	background: url(images/menu-right.png) no-repeat;
}

#menu ul {
	margin-left: 34px;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

#menu a {
	display: block;
	float: left;
	height: 31px;
	margin-right: 1px;
	text-decoration: none;
	font-size: 1.1em;
	font-weight: bold;
	color: #ffffff;
	padding: 12px 20px 0 12px;
    text-align: center;
}

#menu a:hover
{
	color: #ffffff;
	background: url(images/menu_r.gif) repeat-x;
}

/* Title */

.content-title
{
	background: url(images/content-title.gif) no-repeat;
	width: 938px;
	height: 26px;
	font-size: 16px;
	color: #ffffff;
	text-transform: uppercase;
	font-weight: bold;
	padding: 10px 0 0 15px;
	margin-bottom: 10px;
}

.content-title a
{
color: #ffffff;
}

/* Page */

.stattable
{
	border-collapse: collapse; 
	border: 1px solid #4444c7;
}
.stattable th
{
	background: #4444c7 url(images/table-header.png) repeat-x; 
	height: 25px; 
	padding: 0 10px;
	color: #ffffff; 
	border-left: 1px solid #ffffff;
}
.stattable td
{
	padding: 0 5px; 
	height: 25px;
	border-left: 1px solid #4444c7;
	border-top: 1px solid #4444c7;
}
.stattable tr.stat-row1 
{
	background: #efefef;
}
.stattable tr.stat-row2
{
	background: #fff;
}

td.number{
	font-weight: bold;
}

.stattable td.first
{
	border-left: none;
}

.stattable th
{
	text-align: center;
}

.stattable th.first
{
	border-left: none;
}

.stattable td.graph
{
	border-left: none;
	padding: 10px;
}

/* Graph */

.stat-country{
	border: 1px solid #4444c7;
	background: url(images/graph.gif) repeat-x;
	height: 16px;
}

/* Profiles */

.stat-profile0{
	color: red; font-weight: bold;
}
.stat-profile1{
	color: green; font-weight: bold;
}
.stat-profile2{
	color: blue;
}
.stat-profile3{
	color: black;
}
.stat-profile-1{
	color: gray;
}

/* Лог чата */

.chatlog-time{
	color: #888;
}
.chatlog-nick{
	font-weight: bold;
}
.chatlog-opnick{
	font-weight: bold;
	color: #c80000;
}
.chatlog-me{
	font-weight: bold;
}
a.magnet{
	font-weight: bold;
	padding: 0 0 0 14px;
	text-decoration: underline;
	background: url(images/magnet.png) left center no-repeat;
}

/* Хаблист */

div.state-offline, div.state-online, div.state-partial{width: 12px; height: 12px; font-size: 1px; float: left}
div.state-offline{background: #e75151 url(images/offline.gif) no-repeat;}
div.state-online{background: #51d951 url(images/online.gif) no-repeat;}
div.state-partial{background: #d9d951 url(images/partial.gif) no-repeat;}

/* Footer */

#footer
{
	padding: 20px;
	text-align: center;
	font-size: 9px;
	color: #ffffff;
	margin: 0px;
}

#footer a
{
	color: #FFFFFF
}