html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
	font-size: 100.01%;
}

body {
	background: #fff;
	color: #494949;
	text-align: left;
	font: 10px Georgia, 'Times New Roman';
	background: url('/images/bg.gif');
}

* html li {
	z-index: expression(
		runtimeStyle.zIndex = 1,
		this == parentNode.firstChild ? (className += " first-child") : 0
	)
}

h1, h2, h3, h4, h5 {
	padding: 0;
	margin: 0;
	color: #751F1F;
	font-style: italic;
}
h1 {
	font-size:18px!important;
	line-height:24px;
}
img {
	border: 0;
}

a {
	text-decoration: underline;
	color: #3f9c9c;
}

a:hover {
	text-decoration: none;
}

a span {
	cursor: pointer;
}

.clear {
	clear: both;
	height: 0;
	overflow: hidden;
	font-size: 0;
	line-height: 0;
}

.push {
    padding: 0 0 64px 0;
    zoom: 1;
	background: url('/images/cert.png') no-repeat center 88px;
}
.auto {
	padding:0!important;
}
.container {
	width: 100%;
	min-width: 1000px;
	margin: 0 auto;
    min-height: 100%;
    height: auto !important;
    height: 100%;
}

.top {

}

.top .header {
	width: 100%;
	text-align: center;
	overflow: hidden;
	background: url('/images/shapka.gif') no-repeat center center;
}

.top .header img {
	vertical-align: top;
	margin-bottom:5px;
}

.top .nav {
	background: url('/images/topdiv.gif') repeat-x;
	position: relative;
	padding: 6px 0 0;
	height:29px;
	zoom: 1;
}

.top .nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
}

.top .nav ul li {
	display: inline-block;
	//display: inline;
	zoom: 1;
	padding: 0;
	vertical-align: top;
}

.top .nav ul li a {
	color: #fff;
	font-size: 16px;
	text-decoration: none;
	padding: 0 30px;
	display: block;
	zoom: 1;
	text-transform:uppercase;
}

.top .nav ul li.active a,
.top .nav ul li:hover a,
.top .nav ul li a:hover {
	text-decoration: underline;
}

.top .nav ul li .sub {
	position: absolute;
	top: 54px;
	left: 50%;
	width: 158px;
	margin-left: -79px;
	zoom: 1;
	display: none;
}

.top .nav ul li .sub .inner {
	width: 158px;
	zoom: 1;
	z-index: 10;
}

.top .nav ul li .sub ul {
	background: #fff;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-weblit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
	box-shadow: 0 3px 8px #d6d6d6;
	behavior: url('css/PIE.htc');
	width: 142px;
	padding: 6px;
}

.top .nav ul li:hover .sub {
	display: block;
	behavior: url('css/PIE.htc');
	zoom: 1;
}

.top .nav ul li .sub ul li {
	display: block;
	font-size: 11px;
	line-height: 31px;
	height: 31px;
	padding: 0;
	text-transform: uppercase;
}

.top .nav ul li .sub ul li a {
	display: block !important;
	font-size: 11px !important;
	padding: 0 !important;
	line-height: 31px !important;
	height: 31px !important;
	width: 142px !important;
	color: #000 !important;
	text-decoration: none !important;
}

.top .nav ul li .sub ul li a:hover,
.top .nav ul li .sub ul li.active a {
	color: #fff !important;
	background-position: 0 0 !important;
}

.main {
	width: 1000px;
	margin: 6px auto;
	padding: 5px;
	zoom: 1;
	background: #ddd;
	min-height:450px;
	border-radius:5px;
	overflow:auto;
}
.shadow {
    -moz-box-shadow: 3px 3px 20px rgba(0,0,0,1); /* Для Firefox */
    -webkit-box-shadow: 3px 3px 20px rgba(0,0,0,1); /* Для Safari и Chrome */
    box-shadow: 3px 3px 20px rgba(0,0,0,1); /* Параметры тени */
}

.main .layout-sided,
.main .layout-simple {
	margin: 0 0 30px;
}

.main .layout-sided .side {
	width: 220px;
	float: left;
	padding-top: 10px;
}

.main .layout-sided .column {
	margin-left: 255px;
}

.main .layout-simple .column {
	width: 100%;
}

.main .side .nav {
	margin: 0 0 10px;
}

.main .side .nav h2 {
	font-size: 45px;
	line-height: 55px;
	font-weight: normal;
	color: #7b7b7b;
}

.main .side .nav ul {
	margin: 0;
	padding: 6px 0 0;
	list-style: none;
}

.main .side .nav ul li {
	font-size: 18px;
	line-height: 22px;
	margin: 0 0 8px 2px;
}

.main .side .nav ul li a {
	display: inline-block;
	//display: inline;
	zoom: 1;
	padding-left: 16px;
	background: url('../images/nav-dot.png') no-repeat 0 10px;
	text-decoration: underline;
}

.main .side .nav ul li.active a,
.main .side .nav ul li a:hover {
	color: #bd08bf;
	background: url('../images/nav-dot-active.png') no-repeat 0 10px;
}


.main table {
	border-collapse: collapse;
	margin-bottom: 5px;
	font-family:Arial;
}

.main table td {
	background: #fff;
	color: #000;
}

.main table td.name {
	width: 296px;
}

.main table td.done {
	background-color:#fee;
	/*border-color: #fff;*/
}
.main table th.done {
	background-color:#c11818;
	color:#fff;
}
.main table td.fine {
	color:#fff;
	background-color: #E92F2F;
	cursor:pointer;
}
.main table td.best {
	color:#fff;
	background-color: orange;
	cursor:pointer;
}

.main table td.best_move {
	color:#fff;
	background-color: green;
	cursor:pointer;
}

.main table td.killed {
	color:#fff;
	background-color: #333;
	cursor:pointer;
}

.main table td.penalty {
    /*color: #dc2a0b;*/
    background-color: #fddae4;
    cursor:pointer;
}

table {
	border-collapse:collapse;
}
td {
	color:#000;
	padding:1px 3px;
	border: solid 1px #777;
	background-color:#eee;
    white-space: nowrap;
}
th {
	color:#000;
	padding:1px 1px;
	border: solid 1px #777;
	background-color:#eee;
	text-align: center;
    white-space: nowrap;
}
td.pl {
	text-align:left;
	cursor:pointer;
}
td.rl {
	width:10px;
	width:22px;
}
td.po{
	text-align:right;
	width:10px;
}

.footer {
	width: 100%;
    height: 52px;
    margin: -52px auto 0;
 	background: url('/images/mbotbg.png') repeat-x left center;
}

.footer .wrap {
	width: 1000px;
	margin: 0 auto;
	position: relative;
}

.footer .copyright {
	font-size: 10px;
	line-height: 18px;
	color: #424141;
	padding: 8px 0 0;
	zoom: 1;
}

.footer .copyright a {
	text-decoration: none;
	color: red;
}

.col1 {
	float: left;
}
.col2 {
	float: right;
}

.col1 table, .col2 table {
	width:100%;
}

.col1 table td, .col2 table td {
	border: none;
	background: transparent;
	vertical-align:top!important;
}
.col1 table td table td, .col2 table td table td {
	border: solid 1px #aaa;
	background-color: #fff;
}
.description {
	font-family: Verdana;
	font-size:10px;
	color:#000;
}

.player-timetable th {
	font-size: 12px;
	text-align: center;
}
.player-timetable td {
	text-align: center;
}
.timetable table {
	width:100%;
}

.baner {
	position:absolute;
	color:#fff;
	left:50%;
	margin-left: 280px;
	width: 250px;
	padding:10px 0;
	font-size: 14px;
	font-family:Arial;
}
.baner-left {
	position:absolute;
	color:#fff;
	left:50%;
	margin-left: -450px;
	width: 250px;
	padding:10px 0;
	font-size: 18px;
	font-family:Arial;
}
.message {
	width: 100%;
	height: 400px;
	padding: 0 150px;
	text-align: center;
	font-size: 26px;
	display: table-cell;
	vertical-align: middle;
}
.notice {
	font-family: Arial;
	margin: 10px 5px;
	padding: 0 0 10px 0;
	font-size: 14px;
	font-weight: bold;
	/*font-style: italic;*/
	/*border-bottom: solid 1px #777;*/
	color: #000;
}

.hidden {
    background-color: #eee;
}
