@charset "windows-1251";

* {
	margin:0;
	padding:0;
	font-size: 100%;
	font-family:Arial, Helvetica, sans-serif;
}
html{
	height: 100%;
}
body {
	position:relative;
	height:auto !important;
	height: 100%;
	min-height:100%;
	background-color:#fff;
	color: #000000;
	font-size:.8em;
	line-height: 1.3;
	font-family:Arial, Helvetica, sans-serif;
}

#ajax-activity, #div_client{
	display:none;
}
#header,#sub-menu,#footer,#menu, #content {
	display:block;

}
#header {
	width:100%;
	display:block;
	float:left;
	background:url(/images/bgrd_main.jpg) 779px 0 no-repeat;
	white-space:nowrap;
}
#header div{
	float:left;
	display:inline;
	color: inherit;
}
#logo2, #logo3, #logo4, #logo5, #logo6{
	height:131px;
	background-color:#093;
}
#logo1{
	width:199px;
	height:157px;
}
#logo2{
	width:87px;
	background:url(/images/main_picture_p1.jpg) 0 0 no-repeat;
}
#logo3{
	width:85px;
	background:url(/images/main_picture_p2.jpg) 0 0 no-repeat;
}
#logo4{
	width:216px;
	background:url(/images/main_picture_p3.jpg) 0 0 no-repeat;
}
#logo5{
	width:60px;
	background:url(/images/main_picture_p4.jpg) 0 0 no-repeat;
}
#logo6{
	width:132px;
	background:url(/images/main_picture_p5.jpg) 0 0 no-repeat;
}
#menu{
	clear:left;
	float:left;
	width:18%;
	font-size:.75em;
	color: #000;
	background:inherit;
}
#menu{
	float:left;
	width:21%;
	font-size:1.05em;
	color: #000;
	background:inherit;
}
#footer{
	clear:left;
	background:inherit;
	width:100%;
	text-align:left;
	font-size:.8em;
	vertical-align:middle;
}

#footer2{
	color:#cfcfcf;
	clear:left;
	margin:.3em .5%;
	width:99%;
	font-size:.7em;
	text-align:right;
}

#content {
	text-align:left;
	background:inherit;
}
#cont_edit{
	display:none;
	width:100%;
	z-index:2;
}
.main-content{
	float:left;
	padding: 0 0 .7em 0.5%;
	width:78%;
}
.iframe-content, .full{
	width:100%;
}

/* menu */
#menu h2, .box h2 {
	text-indent:0;
	background-color:#4B70B7;
	color: #FFF;
	padding: 0.1em 15px;
	font-weight: normal;
	font-family: Georgia, Times, serif;
	font-size: 1.1em;
	margin: 0 -15px .5em -15px;
	font-style: italic;
}
#menu ul{
	list-style: none;
	line-height:1.4;
	margin: 0 .2em;
	color:#5e5e5e;
}
#menu ul ul{
	margin-left: 0.7em;
}
#menu ul li{
	padding:0 .2em;
}
#menu ul li.cur{
	color:#993300;
	background-color:#FFFFCC;
}

#menu a, #menu span[onclick]{
	text-decoration: none;
	color:inherit;
}
#menu a:hover, #menu span[onclick]:hover{
	color: #F60;
	background: inherit;
}
#menu a:active, #menu span[onclick]:active{
	color: red;
}
#submenu {margin: .3em .2em .5em .2em}
#submenu a{text-decoration:underline}
#submenu a, #submenu span{padding:2px; margin:.1em .3em}
#submenu span.active, #submenu a.active	{background-color:#EBEBCF; }

/* Standart elements */
h1, h2, h3, h4, h5, h6 {
	text-indent:0;
	text-align:left;
	margin:.8em 0 .2em 0;
	background: inherit;
	font-weight:bold;
}
h1.pagetitle{
	text-indent:0;
	text-align:center;
	margin:0 0 .8em 0;
}
h2.pagetitle{
	text-indent:0;
	text-align:center;
	margin:0 0 .8em 0;
	font-weight:normal;
	font-style:italic;
}
h1{
	text-indent:0;
	text-align:center;
}
h1 { font-size: 1.3em}
h2 {
	size: 1.4em;
	color:#00008A;
	padding:.2em .5em;
}
h3 {
	font-size: 1.1em;
	font-style:italic;
	color:#DBFBDD;
	padding:.1em .2em;
}
h4 { font-size: 1.0em; font-style:italic;}
h5 { font-size: 1.0em}
h6 { font-size: 1.0em}
/*
#content h2:before {
    content: counter(chapter) " ";
    counter-increment: chapter;
}
#content h2 {
    counter-reset: section;
}
#content h3:before {
    content: counter(chapter) "." counter(section) " ";
    counter-increment: section;
}
*/
img, table, iframe{
	border:0;
}
table{
	border-collapse:collapse;
}
img{
	vertical-align: middle;
}

img.t_act{
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 16px;
	height: 16px;
}
img.t_act, img[onclick], a > img, span[onclick] > img, li[onclick]>img{
	opacity: .75;
   	filter: alpha(opacity=75);
}
span[onclick], img[onclick], li[onclick]{
	cursor: pointer;
	cursor: hand;
}

ul, ol {
	margin:0 0 0.5em 1em;
}
ul ul, ul ol, ol ul{
	padding-left:30px;
}
ol li {
	display:list-item;
}

address {text-align: center;}

#select{
	position:absolute;
	border:1px solid #aaa;
	display:block;
	z-index:1;
	color:#666666;
}
table {
	font-size: 100%;
}
p {
	text-indent:0;
}
pre, p {margin-bottom:0.5em}

img[onclick]:hover, a:hover>img.t_act, li[onclick]:hover>img, span[onclick]:hover>img{
	opacity: 1;
   	filter: alpha(opacity=100);
}
a, span[onclick], li[onclick] {
	color: #366AB3;
	background: inherit;
	text-decoration:underline;
}
.red{
	color:red;
}
a:hover, span[onclick]:hover, li[onclick]:hover {
	color:#f60;
}
a:active, span[onclick]:active, li[onclick]:active{
	color:#f00;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: #366AB3;
	background: inherit;
	text-decoration: none;
}

abbr, acronym{
	cursor: help;
	border-bottom:1px dashed #999;
	text-transform:none;
	font-variant:normal;
}

.nobr {white-space:nowrap}
hr {height:1px; border-style:none;margin:.1em auto; color:#000; background-color:#000;}
hr.l1g {color:#ccc; background-color:#ccc;}
hr.l1b {color:#4B70B7; background-color:#4B70B7;}


img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom:.5em;
}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft {
	margin: 0 7px 0 0;
	display: inline;
}

.but_center{
	margin: .8em auto 0 auto;
	width:auto;
	text-align:center;
}

/*     */
table.table {
	font-size:90%;
	border-collapse:collapse;
	margin: 0 auto 1em auto;
	cursor:default;
}
table.table caption{
	text-align:center;
	font-size:120%;
	font-weight:bold;
	margin: 0 auto 0 auto;
	padding:.3em 0;
	background-color:#f8f8f8;
}

table.table td, table.table th{
	vertical-align: middle;
	border:1px solid #E9EAFE;
}
table.table thead th, table.table thead td{
	padding: .2em 0;
}
table.table thead th{
	background-color:#E6ECFF;
	border-color:#BABCDC;
	text-align:center;
	font-weight: bold;
}
table.table thead tr th{
	border-bottom-width:2px;
}

table.table tbody th, table.table tbody td{
	padding: .3em .2em;
}
table.table tbody th{
	text-align:center;
	font-weight: bold;
	background-color:#FFFFCC;
}
table.table tfoot th{
	text-align:left;
	font-weight: bold;
}
table.cursorh tbody tr{
	cursor: pointer;
	cursor: hand;
}
table.table tbody tr td.c{
	text-align:center;
}
table.table tbody tr td.r{
	text-align:right;
}
table.table tbody tr td.nb{
	white-space:nowrap;
}
table.table tbody tr.tr2{background-color:#F0F2F4}
table.table tbody tr.disabled, table.table tbody tr[disabled]{
	color:#666666;
	cursor:default;
}
table.table tr td[noclick]{
	cursor:default;
}
table.table tbody tr.hoverRow{
	background-color:#E7FCE8;
}

table.table tr.clickedRow td{
	background-color:#FFFFCC;
}
table.table tbody tr.clickedRow th{
	color:red;
}
table.sortable tbody tr th{
	cursor:ns-resize;
}


.check{color:#804000}

/* Forms styles */
form {
    margin: 0 auto;
    width: 100%;
}
form fieldset {
    clear: both;
    border:1px dashed #ccc;
    margin: .2em .5em;
    padding: .5em .5em;
}
form fieldset.hidden, form fieldset.noborder {
    border: 0;
}
form fieldset.noborder{
	margin:0;
	padding:0;
}
form fieldset legend {
    white-space: nowrap;
    background: #aaa;
	color: #FFF;
    font-weight: bold;
    padding: .1em .5em;
    margin-left: 1em;
    display: inline;
}
form fieldset ol {
    margin: 0;
    padding: 0;
}
form fieldset li {
    display: block;
    list-style: none;
    margin: 0;
    clear: both;
}
form label {
    margin: 0 0 0 1px;
}
form label.element {
    display: block;
    float: left;
    width: 25%;
    padding: 0;
    margin: .2em 0 0 0;
    text-align: right;
}
form label.element em {
	font-style:normal;
    font-size:85%;
    color:#494949;
    text-align: right;
}
form input, form textarea, form select {
    width: auto;
}
form select, form textarea{
	border:1px solid #CBCDE4;
}
form select option{
	padding-right:.5em
}
form select.bold, form select.bold option{
	font-weight:bold;
}

form textarea {
    overflow: auto;
}
form br {
    clear: left;
}
form div.element {
    display: inline;
    float: left;
    margin: .2em 0 0 1%;
    width: 73%;
}
form li.reqnote {
    font-size: 90%;
    color:#494949;
    margin: .2em 0 0 .5em;
}
form span.required {
    color: red;
}
form div.error div{
	display:block;
	padding: 0 0 .6em 0;
	margin: 0;
	background: url(/images/error_bg.gif) no-repeat left bottom;
}
form span.error{
	padding: .1em .2em .2em .2em;
	background: #FFDA75;
	color: #000;
}

form div.message div{
	display:block;
	padding: 0 0 .6em 0;
	margin: 0;
	background: url(/images/message_bg.gif) no-repeat left bottom;
}
form span.message{
	padding: .1em .2em .2em .2em;
	background: #A6E88F;
	color: #000;
}

form select option[value=""], form select option[disabled]{
	color:#999999;
}

form input[type="text"], form input[type="password"], form input[type="file"], from textarea {
	border:1px solid #CBCDE4;
	vertical-align: middle;
}
form input[type="text"]:focus, form input[type="password"]:focus, form input[type="file"]:focus, from textarea:focus {
	background-color:#FFFFC8;
}

form input[type="radio"], form input[type="checkbox"]{
	vertical-align: middle;
}
form input[type="button"], form input[type="submit"], form input[type="reset"]{
	padding-left:1em;
	padding-right:1em;
	text-align:center;
}
form input[type="submit"]{
	font-weight:bold;
}
form input[readonly]{
	background-color:#F3F3F3;
}

form input.calend{
	cursor: pointer;
	cursor: hand;
	padding:0;
	border:0;
	margin-left:2px;
	margin-right:2px;
	width: 16px;
	height: 16px;
	background:url(/images/calendar_16.gif) 0 0 no-repeat;
	vertical-align: middle;
	min-width:0;
}
form .inplace {
	position: absolute;
	visibility: hidden;
	z-index: 10;
}


/* rounded corners */
.box {
	padding:0 12px 0 0;
	background:#fff url(/images/borders.gif) 100% 0 repeat-y;
	color: inherit;
}
.bi {
	padding:0 0 0 12px;
	background:#fff url(/images/borders.gif) 0 0 repeat-y;
	color: inherit;
}
.bt {
	height:17px;
	margin:0 -12px;
	background:url(/images/box.gif) 100% 0 no-repeat;
}
.bt div {
	width:18px;
	height:17px;
	background:url(/images/box.gif) 0 0 no-repeat;
}
.bb {
	height:17px;
	margin:0 -12px;
	background:url(/images/box.gif) 100% 100% no-repeat;
}
.bb div {
	width:18px;
	height:17px;
	background:url(/images/box.gif) 0 100% no-repeat;
}
.w { background: #FFF; color: #333; padding: 0 10px 5px 10px; }

/* div alings */
.xouter{
	position:relative;
	left:50%;
	float:left;
	clear:both;
}
.xinner{
	position:relative;
	left:-50%;

}

#FloatMask {
	position: absolute;
	z-index: 40;
	background: #fff;
	display: none;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	filter: alpha(opacity=60);
	opacity: 0.6;
	-moz-opacity: 0.6;
	color: inherit;
}

#FloatMask2 {
	position: absolute;
	z-index: 40;
	background: #fff;
	display: none;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	filter: alpha(opacity=15);
	opacity: 0.15;
	-moz-opacity: 0.15;
	color: inherit;
}



.AjaxLoading {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10000;
	width: 100%;
	height: 100%;
	background: url(/images/bg/semi_transparent.png);
}

.AjaxLoading p {
  position: absolute;
	top: 50%;
	left: 50%;
	margin: -1em 0 0 -4.3em;
	width: 8.6em;
}
.AjaxLoading b {
	display: block;
  margin: 0 1px;
	border: solid #aaa;
  border-width: 1px 0;
	padding: 0;
	color: #888;
}
.AjaxLoading b b {
  margin:0 -1px;
  padding:0;
  border-width:0 1px;
}
.AjaxLoading b b b {
	margin: 0;
	padding: 0 .6em 0 29px;
	border-width:0;
	height: 3.3em;
	line-height: 3.3em;
	background:#efefef;
}
.AjaxLoading img {
	position: absolute;
	top: 50%;
	left: 8px;
	margin: -8px 0 0 0;
}

div.menu-cont{
	float: right;
	max-width: 30%;
	min-width:10em;
	margin: 0.5em .5em;
	background:url(/images/dialogform-shadow.gif) 0 0 repeat-y;
	padding: 0 3px 3px 0;
}
div.menu{
	padding: 0 .5em .8em .5em;
	margin:0;
	border: 1px solid #666666;
	border-bottom-color: black;
	border-right-color: black;
	background-color: #fff;
	font-style:normal;
}
div.menu h3{
	padding: .4em 0 .2em 0;
	margin:0;
	display: block;
	color: #008000;
	background:inherit;
	text-indent:0;
	font-size: 1.2em;
	font-style:normal;
}
div.menu a, div.menu span[onclick], div.menu li[onclick]{
	text-decoration:none;
}
div.menu a.red, div.menu span.red[onclick], div.menu li.red[onclick]{
	color:red;
}
div.menu li img{
	vertical-align:middle;
	display: inline;
}

div.menu a:hover, div.menu a:active,
div.menu span[onclick]:hover, div.menu span[onclick]:active,
div.menu li[onclick]:hover, div.menu li[onclick]:active{

}

div.menu ol{
	padding:0 !important;
	margin:0 !important;
}
div.menu ol ol{
	margin-left: 0.9em !important;
}

div.menu ol li{
	text-indent: 0 !important;
	list-style: none !important;
	padding:.2em 0;
	margin:0;
}

div.menu p{
	text-indent: 0;
}



.nocur{
	display:none;
}

.graph_bar {
	float:left;
	margin:0 .3em 0 0;
	width: 1px;
	height:1.1em;
	background:#1a87d5;
	display: inline;
}

.comparison_view .graph_bar {
	float: left;
	display: inline;
	margin:0 .3em 0 50%;
	width: 1px;
	height:1.1em;
	background:#62b054 url(/images/bg/666666.gif) top left repeat-y;
}
.comparison_view .negative .graph_bar {
	float: right;
	display: inline;
	margin:0 50% 0 .3em;
	width: 1px;
	background:#b6423c url(/images/bg/666666.gif) top right repeat-y;
}
.comparison_view td.graph_variable_bar.negative {
	text-align: right;
	color: #900;
}
.comparison_view td.graph_variable_bar {
  padding-left: 0;
  padding-right: 0;
	background-image: url(/images/bg/666666_2x1.gif);
	background-position: top center;
	background-repeat: repeat-y;
	color: #148f0d;
}

