﻿*{
	margin: 0;
	padding: 0;
}
/* ----- основной набор стилей для сайта -----*/
body 
{
	font-family: Verdana, Geneva, sans-serif;
	font-size: .75em;
	line-height: 1.25em;
	background-color: #B3B3B3;
	color: #666;
	
	position: relative;
	z-index: -20;
}
/* ----- блок главной страницы сайта -----*/
.pageDiv {
	width: 95%;
	max-width: 1400px;
	min-width: 750px;
	height: 98%;
	margin: 13px auto 50px;
	background: #F7F7F7;
	padding: 24px 22px 21px;
	
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-khtml-border-radius: 8px;
	border-radius: 8px;
	
	position: relative;
	z-index: -10;
}
/* ----- блок основного заголовка, содержащего логотип, наименование и слоган системы, меню выбора меню -----*/
.headerDiv
{
	max-width: 1400px;
	min-width: 750px;
	margin: 0px auto;
	/*height: 150px;*/
	
	position: relative;
	z-index: -10;
}
/* ----- блок наименования системы -----*/
.captionDiv
{
	background: #C0DBF3;
	margin: 7px 0px;
	padding: 5px 16px 10px;
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	-khtml-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;

    position: relative;
    z-index: -10;
}
.captionDiv h1 {
    font-size: 20px;
	line-height: 25px;
	color: #2C5D92;
    font-weight: normal;
}

/* ----- блок логотипа системы -----*/
.logoDiv
{

	max-width: 1400px;
	min-width: 750px;
	margin: 0px auto;
	height: 88px;
	
	background: url('images/bg_header_grad.png') repeat-y left top;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	-khtml-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	
	position: relative;
	z-index: -10;
}

.logoDiv a {
    position: absolute;
	/*left: 60px;*/
    left: -5px;
	top: 13px;
}
/* ----- блок слогана системы (если не будет нужно - скрыть) -----*/
/*.sloganDiv{
	position: absolute;
	max-width: 1400px;
	min-width: 750px;
	height: 30px;
	top: 90px;
	margin-left: 120px;
	color: #A66100;
	font-size: 12pt;
	font-weight: bolder;
	letter-spacing: 3px;
}*/
/* ----- блок основной рабочей зоны сайта -----*/
.workplaceDiv {
	position: relative;
	z-index:-2;
	max-width: 1400px;
	min-width: 750px;
	min-height: 550px;
	margin: 0px auto;
	padding: 5px 0px;
	
	background: #FFF;
	-webkit-border-radius: 8px 8px 0 0;
	-moz-border-radius: 8px 8px 0 0;
	-khtml-border-radius: 8px 8px 0 0;
	border-radius: 8px 8px 0 0;
}
/* ----- блок меню выбора языка -----*/
.langDiv
{
	position: absolute;
	z-index: 1;
	
	top: -70px;
	right: 0px;
	height: 25px;
	width: 95%;
	min-width: 650px;
	max-width: 1400px;
	background-color: Transparent;
	font: normal normal bold 8pt Tahoma, Verdana, Helvetica;
	color: #003A6D;
	
	bottom: 11px;
	font-size: 10px;
	line-height: 14px;
}
.langDiv form
{
	float: right;
	margin-right: 10px;
}
/* ----- блок информационной панели - информация о пользователе, депозите и т.п. -----*/
.infoPanelDiv
{
	position: absolute;
	top: 0px;
	right: 20px;
	background-color: Transparent;
}

/* ----- блок основного меню системы -----*/
.menuDiv {
	float: left;
    background: url('../OldenStyles/images/bg_lside.png') repeat-x left top;
    min-height: 350px;
    width: 200px;
    min-height: 580px;
    
    padding: 4px 0px 6px 5px;
}

#menuHeader
{
	background: #C0DBF3;
	margin: 5px 10px;
	font-size: 13px;
	line-height: 18px;
	font-weight: bold;
	padding: 3px 10px 4px 12px;
	color: #2C5D92;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	position: relative;
	z-index: 10;
	text-align:center;
}
/* ----- блок отображения информации о текущем пользователе -----*/
.userDiv
{
	position: absolute;
	z-index: 1;
	
	top: -40px;
	right: 0px;
	height: 25px;
	width: 250px;
	
	/*position: relative;
	height: 60px;*/
	margin-bottom: 5px;
	font-weight: bolder;
	text-align: center;
	color: #20517E;
	font: bold normal normal 12px/25px Verdana, Geneva, sans-serif;
}
.userDiv a {
	display: inline-block;
    background: #DBE8F4 url('images/bg_btn_blue_grad.png') repeat-x left bottom;
    border: none;
    font-size: 11px;
    font-weight: bold;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
    width: 100px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    text-decoration: none;
    font-family: Arial;
    color: #2C5D92;
    cursor: pointer;
    float: right;
    margin-right: 10px
}
.userDiv a:hover 
{
	/*color: #A66100;
	background-color: #FFC471;*/
	
	cursor: pointer; 
    background: #DBE8F4 url('images/bg_btn_blue_grad_hover.png') repeat-x left bottom;
    color: #666;
}
#userlogo
{
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 5;
    height: 24px;
    width: 24px;
    background-image: url('images/user_verysmall.png');
    background-repeat: no-repeat;
    background-position: center center;
}

.userDiv p 
{
    display: inline;
    float: left;
	margin: 0px 10px 0px 40px;
	padding: 0px;
}
.userDiv span {
	margin-left: -999em;
	position: absolute;
}

.userDiv p:hover span {
			border-radius: 5px 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
			box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1); -webkit-box-shadow: 5px 5px rgba(0, 0, 0, 0.1); -moz-box-shadow: 5px 5px rgba(0, 0, 0, 0.1);
			position: absolute; 
			left: 50px; 
			top: 2em; 
			z-index: 99;
			margin-left: 0; 
			width: 250px;
			background: #CACACA; 
			opacity: 0.8;
			filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);
			border: 1px solid #003A6D;
			padding: 0.5em 0.8em 0.8em 2em;
		}
.userDiv p:hover em {
			font-family: Candara, Tahoma, Geneva, sans-serif; 
			font-size: 1.2em; 
			font-weight: bold;
			display: block; 
			padding: 0.2em 0 0.6em 0;
}
/* ----- блок с данными -----*/
.contentDiv 
{
	position: relative;
	z-index: -2;
	min-height: 580px;
	margin-left: 210px;
    padding: 5px 10px;
	background-color: white;
	
	/*margin-top: 9px;*/
	-webkit-border-radius: 8px 8px 0 0;
	-moz-border-radius: 8px 8px 0 0;
	-khtml-border-radius: 8px 8px 0 0;
	border-radius: 8px 8px 0 0;
	/*padding: 14px 19px 10px;*/
}
/* ----- блок основного нижнего колонтитула -----*/
.footerDiv {
	margin: 0 auto;
	
	background: #E7E7E7;
	-webkit-border-radius: 0 0 8px 8px;
	-moz-border-radius: 0 0 8px 8px;
	-khtml-border-radius: 0 0 8px 8px;
	border-radius: 0 0 8px 8px;
	color: #666;
	text-align: center;
	padding: 25px 10px 21px;
}
.footerDiv p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;	
	text-align: center;
	color: #666;
}
/* ----- ... -----*/
/* Кнопки  операций*/
.opsImg
{
    margin-top: 3px;
    width: 20px;
    height: 20px;
}
.opsButtonImg
{
    display: inline-block;
   /* background: #DBE8F4 url('images/bg_btn_blue_grad.png') repeat-x left bottom;*/
   background-color: #DBE8F4 ;
    border: none;
    font-size: 11px;
    font-weight: bold;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    text-decoration: none;
    font-family: Arial;
    color: #2C5D92;
    cursor: pointer;
    margin: 0px auto;
}

.opsButtonImg:hover
{
    cursor: pointer;
    color: #777;
      background-color: #DB08F4 ;
}