@import url("../common/style.css");

body {
	margin: 0;
	padding: 0;
}

body b, body td, body a, body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.lineTop {
	background: url(../../img/v02/top.gif) repeat-x;
	height: 27px;
	width: 100%;
	color: white;
	text-align: right;
}

a {
	color: #4e4dd9;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

b, strong {
	color: #eb5a5a;
}

.lineTop a {
	color: white;
}
.topHeader {
/*	background: url(../../img/v02/top-right.jpg) repeat-x; */
	height: 240px;
	width: 100%;
	overflow: hidden;
}

.headerImage {
	height: 240px;
	border: none;
}

.logoZone {
	position: absolute;
	left: 10px;
	top: 36px;
}

.logoZone img {
	border: none;
}

.topMenuZone {
	position: absolute;
	left: 282px;
	top: 258px;
	height: 28px;
}

.topMenuZone div { float: left; white-space: nowrap }
.topMenuZone div img { border: none; }
.topMenuZone div * { float: left; margin: 0;	padding: 0; }
.topMenuZone div div.active { background: url(../../img/v02/btn_active2.gif) repeat-x; height: 28px; }
.topMenuZone div div.red {	background: url(../../img/v02/btn_red2.gif) repeat-x;	height: 28px; }
.topMenuZone div div.active1 { background: url(../../img/v02/btn_active1.gif) no-repeat; height: 28px; width: 5px; }
.topMenuZone div div.active3 { background: url(../../img/v02/btn_active3.gif) no-repeat;	height: 28px;	width: 5px; }
.topMenuZone div div.red1 { background: url(../../img/v02/btn_red1.gif) no-repeat; height: 28px; width: 5px; }
.topMenuZone div div.red3 { background: url(../../img/v02/btn_red3.gif) no-repeat; height: 28px; width: 5px; }
.topMenuDiv { width: 1px; height: 28px; background: url(../../img/v02/btn_vstavka.gif) no-repeat; }
.topMenuZone a { text-decoration: none; font: bold 12px Verdana, Geneva, Arial, Helvetica, sans-serif; margin: 5px 5px 0 5px; }
.topMenuZone .active a { color: black; }
.topMenuZone .red a { color: white; }

.amSpacer {
	height: 32px;
	width: 100%;
}

table td {
	text-align: left;
	vertical-align: top;
}

.leftArrow {
	background: url(../../img/v02/left_arrow.gif) no-repeat;
	width: 18px!important;
	height: 16px;
}
.leftArrow0 {
	background: url(../../img/v02/left_arrow0.gif) no-repeat;
	width: 18px!important;
	height: 16px;
}

.leftArrow1 {
	background: url(../../img/v02/left_arrow1.gif) no-repeat;
	width: 18px!important;
	height: 16px;
}

.leftZone {
	margin-left: 30px;
}


.leftZone h3 {
	color: #eb5a5a;
	font: bold 14px Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin-bottom: 16px!important;
}
.leftZone a {
	color: #4e4dd9;
	text-decoration: none;
}

.leftZone a:hover {
	text-decoration: underline;
}
.leftDiv {
	background: url(../../img/v02/leftdiv.gif) no-repeat left;
	height: 10px;
}

.leftZone a.active {
	color: black;
	font-weight: bold;
}

.leftZone a.inpath {
	color: black;
}


.submenu, .submenu2 {
	margin-left: 12px;
}



.subArrow1 {
	width: 7px;
	height: 9px;
	float: left;
	background: url(../../img/v02/sub_arrow1.gif) no-repeat top;
}

.subArrow0 {
	width: 7px;
	height: 9px;
	float: left;
	background: url(../../img/v02/sub_arrow0.gif) no-repeat top;
}

.submenu .selected {
	color: black!important;
	font-weight: bold!important;
}

.header_pt1 {
	color: white;
	position: absolute;
	left: 10px;
	top: 180px;
}

.header_pt2 {
	color: white;
	position: absolute;
	left: 10px;
	top: 200px;
}

.header_pt3 {
	color: white;
	position: absolute;
	left: 150px;
	top: 44px;
	font-weight: bold;
}


.btnred {
	
	border: none;
	background: url(../../img/v02/btnred.gif);
	width: 120px;
	height: 31px;
	color: white;
	font-weight: bold;
	letter-spacing: 1px;
}


h1, h2, h3, h4, h5, h6 {
	color: #6aa4d4;
	margin: 0;
}

a h1, a h2, a h3, a h4, a h5, a h6 {
	text-decoration: none;
}

h1 { font-size: 22px; }
h2 { font-size: 18px; }
h3 { font-size: 16px; }
h4 { font-size: 14px; }
h5 { font-size: 12px; }
h6 { font-size: 10px; }


.footer {
	background: #f0f0f0;
	margin-top: 20px;
}

.footer td {
	vertical-align: middle;
}

.copyrights {
	float: right;
}

hr {
	margin-bottom:5px;
	margin-top:5px;
	height:1px;
	background-color: #eb5a5a;
	border: none;
	color: #eb5a5a;
}


.album {
	margin: 10px;
	float: left;
	height: 250px;
}

.album img {
	width: 200px;
	height: 200px;
	border: solid 2px #c0c0c0;
}

.table, .table td  {
	border-collapse: collapse;
	border: 1px solid #6aa4d4;
	padding: 2px;
}



 .table th {
 	background: #6aa4d4;
	border: 1px solid white;
	font-size: 12px;
	padding: 2px;
	color: white;
 }
 
 .more {
	float: right;
}

.album2 {
	margin: 10px;
}

.album2 img {
	width: 200px;
	height: 200px;
	border: solid 2px #c0c0c0;
}

.report {
	font: bold 11px;
	color: #ff4400;
	width: 360px;
	padding: 10px 10px 10px 50px;
	margin: 10px 0 10px 0;
	border: 3px solid #ddd;
	background: url(../../img/info.gif) no-repeat top 10px;
}

.rightNull {
	width: 30px;
}



.navigator {
	width: 100%;
	clear: both;
	text-align: right;
	height: 26px;
	padding-top: 8px;
}

.navigator a, .navigator b {
	padding: 8px;
	vertical-align: middle;
	height: 12px;
}


.navigator a:hover, .navigator b {
	background: #ccccdd;
}	

.extra_column p, .extra_column b, .extra_column a { 
	font-size: 11px; 
}

