@charset "windows-1251";
/* CSS Document */

body {
	background-color:#c49a72;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	padding:0px;
	margin:0px;
	}
	
#container {
	padding:10px;
	background-color:#efd3b9;
	width: 1000px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#headermain {
	background-image:url(images/head_back.png);
	height:130px;
	width:auto;
	position:relative;
	}
	
#pnl {
	top:10%;
	left:155px;
	background-image:url(images/PNL.png);
	position:absolute;
	height:50px;
	width:640px;
	background-repeat:no-repeat;
	}
	
#kl {
	top:50%;
	left:155px;
	background-image:url(images/KL.png);
	position:absolute;
	height:50px;
	width:640px;
	background-repeat:no-repeat;
	}


TABLE {
 border-collapse: collapse; /* Убираем двойные линии между ячейками */
}
 TD, TH {
	padding: 4px; /* Поля в ячейках */
	border: 1px solid #384a94; /* Граница между ячейками */
}
TH { border-color:#FFF;
	background: #384a94; /* Цвет фона строки заголовка */
	color: #ffe; /* Цвет текста */
	/*text-align: left; /* Выравнивание по левому краю */
 font-size: 100%;
 text-align: center;
}

.dz {text-align:left;
vertical-align:top;}

.cntr { text-align:center;
	}

.w_g_border{ 
	border-left-color:#efd3b9; 
	border-right-color:#efd3b9; 
	}

.w_v_border{ 
	border-top-color:#efd3b9; 
	border-bottom-color:#efd3b9; 
	}

.mainmnu{
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
}

.mainmnu ul{
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
	background: #c49a72;
	border:none;
}

.mainmnu ul li{
display: inline;
}

.mainmnu ul li a{
	float: left;
	color: #384a94;
	padding: 5px 11px;
	text-decoration: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #c49a72;
}

.mainmnu ul li a:visited{
	color: #384a94;
}

.mainmnu ul li a:hover, .mainmnu ul li .selected{
	color: #009fbc !important;
	padding-top: 5px;
	padding-bottom: 5px;
	background: #384a94;
}

/* submnu */

.submnu{
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
}

.submnu ul{
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
	background: #c49a72;
	border-top-width: 1px;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #384a94;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000
}

.submnu ul li{
display: inline;
}

.submnu ul li a{
	float: left;
	color: #384a94;
	padding: 5px 11px;
	text-decoration: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #c49a72;
}

.submnu ul li a:visited{
color: #384a94;
}

.submnu ul li a:hover, .submnu ul li .selected{
	color: #009fbc !important;
	padding-top: 5px;
	padding-bottom: 5px;
	background: #384a94;
}


