@charset "utf-8";

html {
}

body {
	color:#EEEEEE;
	width: 896px;
	font-size:10pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.mainbody {
	background-color: #010415;
}

.topleft {
	background-image: url(../images/top-left.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
	width: 123px;
	height: 154px;
	float: left;
}
.topcenter {
	background-image: url(../images/top.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
/*	position: relative;*/
	height: 154px;
	width: 1150px;
	clear: both;
}
.topright {
	background-image: url(../images/top-right.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
/*	position: relative;*/
	height: 154px;
	width: 123px;
	float: right;
}

.centerdiv {
	background-image: url(../images/left.jpg);
	background-repeat: repeat-y;
	background-position: left top;
/*	clear: both;*/
	float: left;
	width: 1150px;
}

.bottomdiv {
}

.centerleft {
	float: left;
	height: 480px;
	width: 123px;
}

.centerright {
	height: 480px;
	width: 123px;
	float: right;
}

.maindiv {
	background-color: #000F22;
	background-image: url(../images/right.jpg);
	background-repeat: repeat-y;
	background-position: right top;
	width: 1150px;
	height:auto;
	margin: auto;
}
.mainmenu {
	float: right;
	width: 180px;
	background-image: url(../images/menu-bkg.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	display: block;
	height: 480px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #EEEEEE;
}
.bottomleft {
	background-image: url(../images/bottom-left.jpg);
	float: left;
	height: 111px;
	width: 123px;
	background-repeat: no-repeat;
	background-position: right top;
}
.bottomdiv {
	clear: both;
}

.bottomcenter {
	background-image: url(../images/bottom.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height: 111px;
	width: auto;
	clear: both;
}
.bottomright {
	background-image: url(../images/bottom-right.jpg);
	float: right;
	height: 111px;
	width: 123px;
}

.content {
	width: 720px;
	background-image: url(../images/article-bkg.jpg);
	background-repeat: repeat-y;
	float:left;
	position: relative;
	background-color: #050E2D;
	min-height: 480px;
}

/* Фикс для IE */
* html .content {
	height: 480px;
}

.topmenu {
	position: relative;
	height: 26px;
	width: 690px;
}

.topempty {
	width:700px;
	height: 16px;
	position:relative;
}

.logo {
	background-image: url(../images/logo.jpg);
	width: 159px;
	height: 58px;
}

.moduletable_menu {
	width: 159px;
	overflow:hidden;
	/*	font-family:Arial, Helvetica, sans-serif*/
	font-size:10pt;
	font-stretch:normal;
	color:#EEEEEE;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.moduletable_menu ul {
  list-style:none;
	margin-left:20px;
	padding-left:0px;
	margin-top:14px;
}

.moduletable_menu li {
  list-style-type:none;
	left:0px;
	padding-top:13px;
	padding-left:0px;
	margin-left:0px;
}

.moduletable_menu a {
	color:#EEEEEE;
	text-decoration:none;
}

.moduletable_menu a:hover {
	color:#FFFF33;
}

.articles {
	width:700px;
	height:480;
	position: relative;
	left:0px;
	top:0px;
	padding-top:0px;
	padding-left:16px;
	margin:0px 0px 0px 0px;
	float: left;
	overflow-x: hidden;
}

.articles p {
/*	font-family: Arial, Helvetica, sans-serif*/
	font-size: 10pt;
	font-style: normal;
	font-variant: normal;
	padding-top:0px;
	padding-bottom:0px;
	margin-top:0;
	margin-bottom:0;
}

.articles h2 {
/*	font-family: Arial, Helvetica, sans-serif*/
	font-size: 14pt;
	font-style: bold;
	font-variant: normal;
	text-align:right;
	line-height:1em;
	padding-top:4px;
	padding-bottom:4px;
	margin-top:0;
	margin-bottom:0;
}
.articles h3 {
	/*	font-family: Arial, Helvetica, sans-serif*/
	font-size: 12pt;
	font-style: bold;
	line-height:1em;
	padding-top:4px;
	padding-bottom:4px;
	margin-top:0px;
	margin-bottom:0px;
}

a {
	color:#EEEEEE;
	text-decoration:none;
	border-width: 0px;
	border:none;
}

a:hover {
	color:#FFFF33;
	text-decoration:none;
}

#page {
	padding-left:16px;
	padding-right:16px;
	margin-left:0px;
	margin-right:0px;
}

.mainlevel_workmenu, .mainlevel_statmenu{
/*	font-family:Arial, Helvetica, sans-serif*/
	font-size:10pt;
	font-weight:bold;
}

.chronoform {
	display:none;
}

.toparea {
	margin-left:24px;
	margin-right:24px;
	margin-bottom:16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width:660px;
	overflow: hidden;
}

.toparea div h3 {
	text-align:right;
/*	font-family:Arial, Helvetica, sans-serif*/
	font-size:16pt;
	margin-right:32px;
	margin-top:8px;
	margin-bottom:0px;
}

.basepage {
}

/* Top menus */
.toparea ul {
  list-style:none;
	margin: 0 0 0 0;
	padding-left:0px;
}

.toparea div ul li {
	display: block;
	font-size:10px;
	font-weight:bold;
	margin-right:10px;
	float:left;
}

.toparea div ul li a, 
.toparea div ul li a span {
	display: block;
	text-decoration: none;
	padding:0px;
}
.toparea div ul li a span {
	margin:5px 0px 5px 10px;
	padding:4px 10px 6px 0px;
}
.toparea div ul li a:hover, 
.toparea div ul li a:hover span,
.toparea div ul li a:active,
.toparea div ul li a:active span {
	background-color:#66CCFF;
	/*color:#FFFFFF;*/
}
.toparea div ul li a:hover
 {
/*	background-position: top left;
	background: url(../images/over.png) no-repeat 0 0px;*/
	color:#EEEEEE;
	cursor:pointer;
}
.toparea div ul li a:hover span {
/*	background-position: top right;
	background: url(../images/over.png) no-repeat 0 0px;*/
	cursor:pointer;
}

input, select, textarea {
	border: 2px solid #C0C0C0;
	color:#FFFF99;
/*	font-family: Arial, Helvetica, sans-serif*/
	font-size: 12pt;
	background-color:#174060;
	padding: 0px 1px 0px 1px;
}

button {
	padding: 2px 8px;
	border: 1px outset #ABABAB;
	background: #F7F7F7;
	font-size: 100%;
	font-weight: bold;
}

.componentheading {
  font-size:14px;
}

