﻿html, body
{
	height: 100%;
}
body 
{
	background: #1D1C1C url('../images/bg_body.gif') repeat-x;
	margin: 0 0 15px 0;
	font-family: Arial, Tahoma;
	font-size: 0.82em;
}
a
{
	 color: #3030A0; text-decoration: none;
}
#dv_page
{
	width: 980px;
	margin-left: auto;
	margin-right: auto;
}
#dv_header
{
	border-top: solid 1px #535a61;
	border-bottom: solid 1px #535a61;
	border-left: solid 2px #535a61;
	border-right: solid 2px #535a61;
	height: 110px;
	background-image: url('images/fond.png');
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}
#dv_logo
{
	background-image: url('images/logo.png');
	height:110px;
	width: 550px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}
#dv_menu
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	border-left: solid 2px #535a61;
	border-right: solid 2px #535a61;
	border-bottom: solid 1px #535a61;
	background-image: url('images/button.gif');
	height: 30px;
	line-height: 30px;
	clear: both;
}
.dv_connect
{
	vertical-align: middle;
	margin-left:10px;
}
.dv_connect .inp_connect
{
	border: solid 1px #b0b0b0;
	width: 70px; 
	height: 12px;
	font-size: 10px;
	margin-right: 4px;
}
.dv_connect .but_connect
{
	border: solid 1px #b0b0b0;
	height: 16px;
	font-size: 10px;
	text-align:center;
	margin-left: 5px;
	margin-right: 5px;
}
.dv_connect span
{
	color: #E0E0E0;
	font-size:9px;
	font-weight:bold;
	margin-right: 5px;
	vertical-align: middle;
}
.dv_userconnect
{
	float: right;
	margin-right: 10px;
}
.dv_mainmenu
{
	font-weight: bold;
	float: left;
	text-align:center;
	border-right: solid 1px #232a39;
	padding: 0 5px 0 5px;
	width: 80px;
}
.dv_mainmenu a
{
	text-decoration: none;
	color: #D0D0D0;
}
.dv_submenu
{
	position: absolute;
	background: #1D1C1C url('images/bg_body.gif') repeat-x;
	display: none;
	left: 145px;
	top: 156px;
	border: solid 1px #505050;
	padding: 0 4px 0 4px;
	width: auto;
	min-width: 100px;
}
.dv_submenu .mindiv
{
	width: 100px;
	height: 0px;
	line-height: 0px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	border: none;
}
.dv_submenu a, .dv_submenu a:visited
{
	display: block;
	color: #f8f8f8;
	text-decoration: none;
}
.dv_submenu a:hover, .dv_submenu a:focus
{
	display: block;
	color: #b5b5b5;
	text-decoration: none;
}
#dv_nav
{
	border-top: solid 1px #606060;
	border-bottom: solid 1px #B0B0B0;
	border-left: solid 2px #606060;
	border-right: solid 2px #606060;
	padding-left: 10px;
	background-image: url('images/bar_nav.png');
	background-color: #F9F9F9;
	font-family: Arial, Tahoma;
	height: 20px;
	line-height: 20px;
	color: #404040;
}
#dv_nav a
{
	color: #404040;
}
#dv_content
{
	border-left: solid 2px #535a61;
	border-right: solid 2px #535a61;
	border-bottom: solid 1px #535a61;
	background-color: #F9F9F9;
	min-height: 350px;
	padding: 0px 0px 0px 0px;
	margin: 0 0 0 0;
	font-family: Arial;
	overflow: hidden;
}
#dv_footer
{
	clear: both;
	font-size: 11px;
	font-weight: bold;
	font-family: Tahoma;
	color: #D0D0D0;
	margin: 0px 0px 15px 0px;
	height: 25px;
	line-height: 25px;
	background-image: url('images/bar_page.png');
	vertical-align: middle;
	text-align: center;
}
.dv_userconnect, .dv_userconnect a
{
	color: #FFFFFF;
	font-size: 12px;
}
