/* минимальная/максимальная страница */
#document-main{
	background: #FFFBFD repeat-y;
	margin: 0px;
	padding: 0px;
	min-width: 992px;
	min-height: 336px;
	width: 100%;
	height: 100%;
	/**/_width: expression((document.documentElement.clientWidth < 992 ? 992 : document.documentElement.clientWidth) + 'px');/**/
	/**/_height: expression((document.documentElement.clientHeight < 336 ? 336 : document.documentElement.clientHeight) + 'px');/**/
}
#document-main-layout{
	table-layout: auto;
	border-collapse: collapse;
	border-spacing: 0px;
	margin: 0px;
	padding: 0px;
}
#document-main-layout-header, #document-main-layout-body, #document-main-layout-footer{
	overflow: hidden;
	margin: 0px;
	padding: 0px;
}
#document-main-layout-header{
	height: 140px;
}
#document-main-layout-body{
	height: 169px;
}
#document-main-layout-footer{
	height: 49px;
}
/* HEADER */
#document-main-layout-header-search{
	border: 1px solid #666;
	border-top: none;
	background: #E0EBFD;
	position: absolute;
	top: 48px;
	left: 304px;
	width: 600px;
	height: 64px;
	overflow: hidden;
}
#document-main-layout-header .background{
	background: repeat-x;
	margin-top: 0px;
	padding-top: 8px;
	height: 48px;
}
#document-main-layout-header .background .lang-menu{
	margin-left: 800px;
	margin-right: 64px;
	text-align: right;
}
#document-main-layout-header .logo-1{
	position: absolute;
	top: 0;
	left: 0;
	width: 331px;
	height: 135px;
}
#document-main-layout-header .logo-2{
	position: absolute;
	top: 8px;
	left: 350px;
	width: 400px;
	height: 30px;
}
#document-main-layout-header .module-title{
	margin-left: 336px;
	margin-right: 32px;
	margin-top: 64px; /*120px|72px*/
	margin-bottom: 8px;
}
/* BODY */
#document-main-layout-body-module-path{
	background: #FFF7DA repeat-y;
	margin: 8px 0px 0xp;
	padding: 12px 256px;
}
#document-main-layout-body-layout{
	table-layout: fixed;
	border-collapse: collapse;
	border-spacing: 0px;
	margin: -16px 0px 16px;
	padding: 0px;
}
#document-main-layout-body-layout td{
	margin: 0px;
	padding: 0px;
}
#document-main-layout-body-layout-left, #document-main-layout-body-layout-right{
	border: 1px solid #666;
	background: #FFF repeat-x;
	overflow: hidden;
	padding: 8px;
	width: 216px;
	min-height: 192px;
	overflow: auto;
	/** /_height: 192px;/**/
	text-align: left;
}
#document-main-layout-body-layout-left{
	border-left: none;
}
#document-main-layout-body-layout-right{
	border-right: none;
}
#document-main-layout-body-layout-left-corner{
	position: relative;
	margin-top: -16px;
	margin-right: 1px;
	width: 233px;
	height: 0px;
	text-align: right !important;
}
#document-main-layout-body-layout-right-corner{
	position: relative;
	margin-bottom: 0px;
	_margin-bottom: -16px;
	margin-left: 1px;
	width: 233px;
	height: 0px;
	text-align: left !important;
}
#document-main-layout-body-layout-center{
	margin: 32px 8px 0px 8px;
	/** /background: red;/**/
}
/* FOOTER */
#document-main-layout-footer .background{
	border-top: 1px solid #666;
	background: repeat-x;
	height: 48px;
}




#MessageBox{
	border: none;
	background: transparent;
	margin: 0px auto 0px;
	overflow: auto;
/**
	border: 1px solid #CCCCCC;
	background: #EEEEEE !important;
/**/
}
