html
{
	height: 100%;
	margin: 0px;
	padding: 0px;
}

body
{
	font-family: Arial, Verdana, 'MS Sans Serif', sans-serif;
	background-color: #FFFFFF;
	font-size: 75%;
	
	height: auto !important;
	/* для Firefox и Opera — чтобы не сработало следующее объявление */
	
	/*height: 100%;
	/* для IE (работает некорректно, что обеспечивает нужный результат) */
	
	min-height: 100%;
	/* для Firefox и Opera (в IE 7 делает то же, что предыдущее объявление) */

	margin: 0px;
	padding: 0px;
	color: #333333;
	position: relative;
	/* чтобы потомки элемента body позиционировались по отношению к body */
}

img
{
	border: 0px;
}

.img_line
{
	margin-bottom: -3px;
}

.logo 
{
	position: relative; float: left; width: 200px;
}

.logo a
{
	font-size: 17pt;
	font-family: Verdana;
	text-decoration: none;
	letter-spacing: 2px;
}

.logo img
{
	color: #db1905;
}

a:visited, a:link, a:hover
{
	color: #0070BD;
}

ol li, ul li
{
	margin-bottom: 3pt;
	margin-top: 3pt;
}

.table_style
{
	margin-top: 10px;
}

.footer_logo
{
	margin-left: 10px;
	margin-right: 10px; 
}

.left_td
{
	padding-right: 20px;
}

.main_td
{
	padding-right: 20px;
}

.left_td p
{
	padding-left:10px;
}

acronym
{
	border-bottom: 1px dashed #C0C0C0;
	cursor: help;
}

#footer_line1
{
	background: #FF5500;
	height: 2px;
	overflow: hidden;
	position: relative;
	margin-top: 30px;
}

#footer_line2
{
	background: #0072B2;
	height: 2px;
	overflow: hidden;
	position: relative;
	margin-top: 15px;
}

#title
{
	color: #333333;
	font: menu;
	margin:0px;
	padding:0px;
	position:absolute;
	visibility:hidden;
}

form
{
	margin-bottom:0;
	margin-top:0;
}

.bg_1
{
	background-color: #F1F1F1;
	padding-left:10px;
}

.bg_2
{
	background-color: #FF5500;
}

.menu_over
{
	background-color: #DDDDDD;
}

.menu_out
{
	background-color: #F1F1F1;
}

table
{
	empty-cells: show;
} 

.admin_table_title
{
	color: #000000;
	font-weight: bold;
	text-align: left;
	height: 25px
}

.admin_table_title td
{
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 2px;
	background-color: #EAEAEA;
	border-top: #D9D9D9 solid 1px;
	border-bottom: #D9D9D9 solid 1px;
	/*white-space: nowrap;*/
}

.admin_table_title .hl
{
	background-color: #E0E0E0;
}

.admin_table_main_title td
{
	background-color: #CACACA;	
}


.admin_table_sub td
{
	padding-right: 5px;
	padding-left: 5px;
	/*border-bottom: 1px solid #AAA;*/
}

.admin_table_sub_title td
{
	font-weight: bold;
	font-size: 120%;
}

.admin_table_filter td
{
	background-color: #F2F0EB;
	border-bottom: #CEC3A3 solid 1px;
	padding-right: 6px;
	padding-left: 4px;
}

.admin_table_filter .hl
{
	background-color: #E9E7E2;
}

.admin_table
{
	border: 1px solid #eeeeee;
	margin-top: 5px;
}

.admin_table td
{
/*	height: 25px; */
	empty-cells: show;
	border-bottom: 1px;
	border-bottom-style: solid;
	border-color: #dddddd;
}

.top td, .footer td
{
	line-height: 1.1em; 
	font-size: 7.5pt;
	padding-left: 7px;
	padding-right:7px;
	vertical-align: top;
}

hr
{
	border-top: 1px solid #e2d1ba;
	border-bottom: 1px solid #FFF;
	border-left: none;
	border-right: none;
	height: 0px !important;
	height: 2px;
	margin: 25px 0px 10px 0px !important;
	padding: 0px;
	margin: 0px 0px 5px 0px
}


/* Стили для групбоксов на главной */
.main_div
{
	/*width: 100%;*/
	height: 100%;
	margin: 0px 0px 10px 0px;
	/* border: 1px solid #000000; */
}

.div_title
{
	position: absolute;
	background-color: #ffffff;
	padding: 0px 4px 0px 4px;
	margin: -8px 0px 0px 20px;
	font-weight: bold;
}

.div_content
{
	border: 1px solid #dddddd;
	padding: 10px 5px 10px 5px;
	height: 100%;
}
/* / Стили для групбоксов на главной */

input, textarea, select, input:focus, select:focus
{
	font-family: Tahoma, Verdana, 'MS Sans Serif', Arial, sans-serif;
	font-size: 10pt;
	outline: none;
	margin-top: 2px;
}

input
{
	padding: 3px;
	vertical-align: middle;
	behavior: url('/admin/css/input_readonly.htc');
}

textarea
{
	padding: 5px 5px;
}

input[type=text],
input[type=password],
textarea,
select
{
	background: none repeat scroll 0 0 #FFFFFF;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-sizing: padding-box;
	-webkit-box-sizing: padding-box;
}

input[type=text]:focus,
input[type=password]:focus,
textarea:focus,
select:focus
{
	box-shadow: 0 0 7px rgba(10,10,10,.5);
	-moz-box-shadow: 0 0 7px rgba(10,10,10,.5);
	-webkit-box-shadow: 0 0 7px rgba(10,10,10,.5);
}

select
{
	/*margin: 0px;*/
	padding: 2px;
}

/*option {
margin: 2px;
}*/

input[readonly], .read_only_input
{
	background-color: #F9F9F9;
	color: #333333;
}

input[type="checkbox"]
{
	padding: 1px;
	border: 0px;
}

input[type="submit"],
input[type="button"]
{
	cursor: pointer;
	padding: 2px;
	margin-top: 0 !important;
}

/* Большое поле ввода центра администрирования */
input.large, div.large, input.calendar_field_large, select.large
{
	font-size: 14pt;
}

button
{
	font-family: Verdana, 'MS Sans Serif', Arial, sans-serif;
	border: 1px solid #777777;
	background-color:#f7f7f7;
	cursor: pointer;
	margin-right: 8px;
	color: #000000;
	font-size: 9pt;
	margin-top: 10px;
}

button img
{
	border: 0;
	margin-right: 5px;
	margin-top: 2px;
	margin-bottom: 1px;
	vertical-align: middle;
}

/* Поля загрузки файлов */
.load_file {
	margin-bottom: 10px
}

.load_file .input_field {
	float: left;
	margin-right: 7px
}

.load_file .input_field input {
	margin-left: 7px
}

.load_file .input_button input {
	position: relative;
}
/* END Поля загрузки файлов */

h1
{
	position: relative;
	font-weight: normal;
	font-size: 18pt;
	color: #000000;
	border-left: 6px solid #db1905;
	padding-bottom: 0em;
	padding-left: 34px;
	left: -40px;
	margin-top: 15px;
}

h2
{
	color: #000000;
	font-size: 15pt;
	font-weight: normal;
	padding-top: 2pt;
	padding-bottom: 1pt;
}

.button_image {margin-left: -8px;}

.table_filling
{
	background-color: #555555;
	color: #ffffff;
	font-size: 8pt;
	padding-left: 7px;
	padding-right: 7px;
}

.table_filling td
{
	color: #ffffff;
}

.table_filling a:link, .table_filling a:visited
{
	color: #ffffff;
	font-size: 8pt;
	margin: 0px;
	text-decoration: none;
}

.table_filling a:hover
{	
	color: #ffffff;
	text-decoration: underline;
}

.table_border, .table_border td
{
	border-collapse: collapse;
	empty-cells: show;
	border-width:1px;
	border-color: #222222;
	border-style: solid;
}

#message, #error_message
{
	z-index: 1;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 5px 5px 5px 25px;
	font-size: 8pt;
	border-collapse: collapse;
	background-color: #FFFFFF;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#message
{
	border: 1px solid #3A7E34;
	color: #3A7E34;
	background: url('/admin/images/attention.gif') no-repeat 5px 50%;
}

#error_message
{
	border: 1px solid #CA1D13;
	color: #CA1D13;
	background: url('/admin/images/error.gif') no-repeat 5px 50%;
}

.table_border_file, td.table_border_file
{
	border-collapse: collapse;
	empty-cells: show;
	border-width:1px;
	border-color: #eeeeee;
	border-style: solid;
	background-color: #f5f5f5;
}

.row_table_over
{
	background-color: #E5E5E5;
}

.row_table_over .hl
{
	background-color: #DCDCDC;
}

.row_table_over_odd
{
	background-color: #E5E5E5;
}

.row_table_over_odd .hl
{
	background-color: #D6D5D5;
}

.row_table
{
	background-color: #FFFFFF;
}

.row_table .hl
{
	background-color: #F6F6F6;
}

.row_table_odd
{
	background-color: #F5F5F5;
}

.row_table_odd .hl
{
	background-color: #EEEEEE;
}

.Highlight_row_table
{
	background-color: #F2F0EB;
}

.Highlight_row_table_odd
{
	background-color: #E2E0DB;
}

.admin_table
{
	/*table-layout: fixed;*/
}

.row_table td,
.row_table_over td,
.admin_td,
.row_table_odd td,
.row_table_over_odd td,
.Highlight_row_table td,
.Highlight_row_table_odd td
{
	padding-left: 3px;
	padding-right: 3px;
	padding-bottom: 2px;
	border-bottom: 1px;
	border-bottom-style: solid;
	border-color: #dddddd;
	overflow: hidden;
	whitespace: nowrap;
}

.admin_table td div
{
	clear: both;
	position: relative;
	margin: 0;
	padding: 0;
}

.admin_table td div.dl
{
	overflow: hidden;
}

.report_height td
{
	height: 25px;
}

.success
{
	color: #339933;
}

.warning
{
	color: #EBB100;
}

.error
{
	color: #CC0000;
	font-weight: bold;
	text-decoration: blink;
}

.short_title
{
	color: #000000;
	font-weight: bold;
	font-size: 110%;
}


#index_gray_div
{
	position: relative;
/*	background-color: #F1F1F1; */
	border: 1px solid #E0E0E0;

	height: 100%;
}

.index_table_td
{
/*	border: 1px solid #E0E0E0; */
	color: #000000;
/*	padding: 0px 5px 0px 5px;*/
	margin: 0px;
	color: #000000;
}

.order:link, .order:visited, .order:hover
{
	color: #DB1905;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px dotted #FF5500;
}

table.no_border, table.no_border td
{
	border: 0px;
}

/* Стили для show_link */
.current, .page_link, .arrow_span
{
	/*border: 1px dashed #bbbbbb;*/
	border: 1px solid #E1E1E1;
	padding: 0.2em 0.5em 0.3em 0.5em;
	float: left;
	display: block;
	margin-right: 0.3em;
	background: #FFFFFF;
	float: left;
}

.current
{
	font-weight: bold;
	color: #000000;
	/* background-color: #F2F0EB; */
}

.arrow_span
{
	color: #777777;
	background-color: #FFF;
}
/* Конец стилей для show_link */


/* Стили для admin_forms_fields */
.item_div
{
	padding-right: 10px;
	margin-bottom: 7px;
}

/* Span заголовка поля внутри закладки */
div.item_div .caption
{
	/* color: #777777; */
	display: block;
	margin: 0px 0px 3px 0px;
	/* padding: 0px 0px 20px 0px; */
	padding: 0px;
	/*font-weight: bold;*/
}

.item_div_as_is
{
	float: left; margin-right: 10px; margin-top: 20px; 
}

.arrow_path 
{
	/* color: #CEC3A3; */
	color: #0070BD;
}
/* Конец стилей для admin_forms_fields */

.main_ul
{
	list-style-type: none;	
	font-family: verdana, arial, sans-serif;
	color: #303030;	
	padding: 0px;
	margin-left: 0px;	
	position: relative;
	margin-bottom: 11px;	
}

.main_ul .shadowed
{
	/* Только для IE */
	// left: 0px;
	// top: 25px;
} 

.main_ul a,
.main_ul a:visited,
.main_ul a:hover
{
	text-decoration: none;
	color: #303030;	
}

.main_ul ul a:hover
{
	text-decoration: underline;
	color: #303030;	
}

.main_ul img
{
	margin: 0px 4px 0px 0px;
}

.li_lev_1
{
	padding: 0px 15px 0px 0px;
	margin: 0px 0px 0px 0px;
	height: 25px;
	background: url('/admin/images/line1.gif') repeat-x 0 100%;
	white-space: nowrap;
	padding: 0px 10px 4px 2px;
	position: relative;
}

.li_lev_1 span
{
	cursor: pointer;
}

/* Первый UL выпадающего меню */
.li_lev_1 div ul
{
	margin: 3px 0px 0px -2px;
	padding: 0px 0px 0px 0px;
	list-style-type: none;
	
	/* Только для IE */
	// margin-left: 0px;
}

.li_lev_1 ul img
{
	position: absolute;
	margin: 0px 0px 0px -25px;
}

.li_lev_1 ul a
{	
	position: relative;
	left: 28px;
}

.arrow_img
{
	position: relative;
	margin: 0px 0px 0px -24px;	
}

.li_lev_1 ul ul
{
	position: absolute;
	border: 0px solid #CEC3A3;
	margin: 0px;	
	padding: 0px;
	top: 0px;
	left: 100%;
	border-bottom: 1px solid #CEC3A3;
	border-top: 1px solid #CEC3A3;
	background-color: #fff;
}

.li_lev_1 ul li
{	
	padding: 4px 40px 4px 0px;
	margin: 0px;
	background-color: #fff;
}

.light_table, .light_table td
{
	border-collapse: collapse;
	empty-cells: show;
	border: 1px solid #E1E1E1;
	margin: 0px 2px;
}

.from_ie
{	
	background: url(/admin/images/fon_li.png) repeat-y 0 0;
}

.div_message_error
{
	color: #777777;
	/* font-size: 90%; */
}

/*.shadowed *
{
	font-family: serif;
	font-size:100%;
	font-weight:normal;
	font-style:normal !important;
	color:#000000;
	text-transform:none;
	text-decoration:none !important;
	letter-spacing:normal;
	word-spacing:0;
	line-height:20px;
	text-align:start;
	vertical-align:baseline;
	direction:ltr;
	background-color:transparent;
	background-image:none;
	background-repeat:repeat;
	background-position:0 0;
	background-attachment:scroll;
	opacity:1;
	width:auto;
	height:auto;
	top:auto;
	right:auto;
	bottom:auto;
	left:auto;
	margin-top:0;
	margin-right:0;
	margin-bottom:0;
	margin-left:0;
	padding-top:0;
	padding-right:0;
	padding-bottom:0;
	padding-left:0;
	border-top-width:0;
	border-right-width:0;
	border-bottom-width:0;
	border-left-width:0;
	border-top-color:'#000000';
	border-right-color:'#000000';
	border-bottom-color:'#000000';
	border-left-color:'#000000';
	border-top-style:none;
	border-right-style:none;
	border-bottom-style:none;
	border-left-style:none;
	position:static;
	display:block;
	visibility:visible;
	z-index:auto;
	overflow-x:visible;
	overflow-y:visible;
	white-space:normal;
	clip:auto;
	float:none;
	clear:none;
	cursor:auto;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:disc;
	marker-offset:auto;
}*/

/* End стилей для меню центра администрирования */
.shadowed
{
	zoom: 1;
	z-index: 99;
	position: absolute !important;
	margin-top: 10px;
	background-color: #FFF;
	font-size: 9pt;
	/*border: 1px solid #f00;*/
} 

.shadowed .tl
{
	position: absolute;
	font-size: 0;
	top: -15px;
	left: -17px;
	background: url('/admin/images/shadow-lt.png') 0 0 no-repeat !important;
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/admin/images/shadow-lt.png');
	width: 17px;
	height: 15px;
}

.shadowed .t
{
	position: absolute;
	font-size: 0;
	top: -15px;
	left: 0;
	background: url('/admin/images/shadow-t.png') 0 0 repeat-x !important;
	background: url('/admin/images/spacer.gif');
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/admin/images/shadow-t.png', sizingmethod='scale');
	width: 100%;
	height: 15px;
	/* border: 1px solid; */
}

.shadowed .tr
{
	position: absolute;
	font-size: 0;
	top: -15px;
	left: 100%;
	background: url('/admin/images/shadow-rt.png') 0 0 no-repeat !important;
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/admin/images/shadow-rt.png');
	width: 17px;
	height: 15px;
}

.shadowed .r
{
	position: absolute;
	font-size: 0;
	top: 0;
	left: 100%;
	background: url('/admin/images/shadow-r.png') 0 0 repeat-y !important;
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/admin/images/shadow-r.png', sizingmethod='scale');
	width: 17px;
	height: 100%;

}

.shadowed .br
{
	position: absolute;
	font-size: 0;
	top: 100%;
	left: 100%;
	background: url('/admin/images/shadow-rb.png') 0 0 no-repeat !important;
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/admin/images/shadow-rb.png');
	width: 17px;
	height: 21px;
}

.shadowed .b
{
	position: absolute;
	font-size: 0;
	top: 100%;
	left: 0;
	background: url('/admin/images/shadow-b.png') 0 0 repeat-x !important;
	background: url('/admin/images/spacer.gif');
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/admin/images/shadow-b.png', sizingmethod='scale');
	width: 100%;
	height: 21px;
}

.shadowed .bl
{
	position: absolute;
	font-size: 0;
	top: 100%;
	left: -17px;
	background: url('/admin/images/shadow-lb.png') 0 0 no-repeat !important;
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/admin/images/shadow-lb.png');
	width: 17px;
	height: 21px;
}

.shadowed .l
{
	position: absolute;
	font-size: 0;
	top: 0;
	left: -17px;
	background: url('/admin/images/shadow-l.png') 0 0 repeat-y !important;
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/admin/images/shadow-l.png', sizingmethod='scale');
	width: 17px;
	height: 100%;
}

.shadow_tail
{
	position: absolute;
	bottom: -30px;
	// bottom: -27px;
	right: 20px;
	z-index: 100;
}

.shadowed #subdiv
{
	overflow: auto;
	width: 600px;
	height: 400px;
}

#helpdesk_m_tree
{
	border: 1px solid #F2F0EB;
	padding: 5px;
	margin: 5px;
}

.helpdesk_span
{
	color: #FFFFFF;
	padding: 1px 5px;
	font-weight: bold;
}

.helpdesk_critical_level
{
	color: #777;
	cursor: pointer;
	white-space: nowrap;
}

.helpdesk_img_line
{
	margin-bottom: -3px;
	margin-right: 5px;
}

#helpdesk_additional_search
{
	background-color:#F2F0EB;
	border:1px solid #CEC3A3;
	float: left;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 3px;	
}

/* --- */

.admin_form_action img
{
	margin: 0px 2px -3px 5px;
}

.admin_form_action_link:link, .admin_form_action_link:hover, .admin_form_action_link:visited
{
	color: #000000;
	margin-right: 10px;
	font-size: 9pt;
}

.admin_form_action_alert_link:link, .admin_form_action_alert_link:hover, .admin_form_action_alert_link:visited
{
	color: #DB1905;
	margin-right: 10px;
	font-size: 9pt;
}

input.calendar_field, input.calendar_field_large
{
	padding-right: 17px;
	background: url('/admin/images/calendar.gif') no-repeat 100% 50% #FFFFFF;
}

* html #header
{
	height: 1%; /* So IE plays nice */
}

/* Шапка */
#header
{
	/*border: 1px solid #0f0; /**/
	overflow: hidden;
	padding: 45px 245px 0px 40px; /* 245 - Ширина правой колонки */
	margin: 0px 0px 0px 0px; /* 45 - отступ сверху */
	min-width: 655px;
}

#header .left_box
{
	width: 100%;
	border-right: 245px solid #fff; /* The width and color of the rail */
	margin-right: -245px; /* Hat tip to Ryan Brill */
	float: left;
}

#header .right_box
{
	width: 245px;
	float: left;
	margin-right: -245px;
}
/* /шапка */

/* BODY */
#body
{
	/*border: 1px solid #f00; /**/
	overflow: hidden;
	padding: 15px 245px 60px 40px; /* 245 - Ширина правой колонки */
	min-width: 655px;
}

* html #body
{
	height: 1%; /* So IE plays nice */
}

#body .left_box
{
	/*border: 1px dashed #0f0;*/
	width: 100%;
	border-right: 245px solid #fff; /* The width and color of the rail */
	margin-right: -245px; /* Hat tip to Ryan Brill */
	float: left;
	/*
	overflow: auto;
	_overflow-y: hidden;
	padding-bottom: 25px;
	
	scrollbar-3dlight-color: #b0a78b; 
	scrollbar-arrow-color: #b0a78b;
	scrollbar-highlight-color: #f2f0eb;
	scrollbar-face-color: #ebe8e0;
	scrollbar-shadow-color: #f2f0eb;
	scrollbar-darkshadow-color: #b0a78b;
	scrollbar-track-color: #f2f0eb;*/
}

#body .right_box
{
	/* width: 245px; */
	float: left;
	margin-right: -245px;
	padding: 0px;
	/* overflow: auto */
	/*border: 1px solid #000; */
}


#body .right_box div a:link,
#body .right_box div a:hover,
#body .right_box div a:visited
{
	color: #000000;
}

#body .right_box div ul li a:link,
#body .right_box div ul li a:hover,
#body .right_box div ul li a:visited
{
	color: #000000;
}

#body .right_box div ul
{
	margin: 10px 0px 0px 40px;
	padding: 0px;
	/* width: 100%; */
}

#body .right_box div ul li
{
	list-style-type: none;
	padding-left: 15px;
	padding-right: 15px;
	background: url('/admin/images/menu_li.gif') no-repeat 0px 5px;
	/* line-height: 1.5em; */
}

/* /BODY */

.left_img
{
	margin: 0px 5px -3px 0px;
	padding: 0px;
}

.right_img
{
	margin: 0px 0px -3px 3px;
	padding: 0px 5px 0px 0px;
	cursor: pointer;
}

/* --- */
.box3:before, .box3before
{
	content: url('/admin/images/gray-lt.gif');
	background: url('/admin/images/gray-rt.gif') no-repeat 100% 0;
	height: 10px;
	display: block;
	margin: -5px -15px 0px -15px;
	font-size: 0px;
	line-height: 0.1;
}

.box3:after, .box3after
{
	content: url('/admin/images/gray-lb.gif');
	background: url('/admin/images/gray-rb.gif') no-repeat 100% 0;
	height: 10px; 
	display: block;
	margin: 0px -15px -5px -15px;
	font-size: 0px;
	line-height: 0.1;
}

.box3
{
	position: relative;
	white-space: nowrap;
	overflow: hidden;
	zoom: 1;
	background-color: #EAEAEA;
	padding: 5px 15px 5px 15px;
	
	behavior: url('/admin/css/box3.htc');
}

/* --- */
.box0:before, .box0before
{
	content: url('/admin/images/brown-lt.gif');
	background: url('/admin/images/brown-rt.gif') no-repeat 100% 0;
	height: 10px;
	display: block;
	margin: -5px -15px 0px -15px;
	font-size: 0px;
	line-height: 0.1;
}

.box0:after, .box0after
{
	content: url('/admin/images/brown-lb.gif');
	background: url('/admin/images/brown-rb.gif') no-repeat 100% 0;
	height: 10px; 
	display: block;
	margin: 0px -15px -5px -15px;
	font-size: 0px;
	line-height: 0.1;
}

.box0
{
	position: relative;
	white-space: nowrap;
	overflow: hidden;
	zoom: 1;
	background-color: #EAE7DA;
	padding: 5px 15px 5px 15px;

	behavior: url('/admin/css/box0.htc');
}

/* --- */
.box1:before, .box1before
{
	content: url('/admin/images/green-lt.gif');
	background: url('/admin/images/green-rt.gif') no-repeat 100% 0;
	height: 10px;
	display: block;
	margin: -5px -15px 0px -15px;
	font-size: 0px;
	line-height: 0.1;
}

.box1:after, .box1after
{
	content: url('/admin/images/green-lb.gif');
	background: url('/admin/images/green-rb.gif') no-repeat 100% 0;
	height: 10px; 
	display: block;
	margin: 0px -15px -5px -15px;
	font-size: 0px;
	line-height: 0.1;
}

.box1
{
	background-color: #E0F4D3;
	padding: 5px 15px 5px 15px;
	display: block; 
	zoom: 1;
	position: relative;
	white-space: nowrap;
	overflow: hidden;
	
	behavior: url('/admin/css/box1.htc');
}

/* --- */
.box2:before, .box2before
{
	content: url('/admin/images/turquoise-lt.gif');
	background: url('/admin/images/turquoise-rt.gif') no-repeat 100% 0;
	height: 10px;
	display: block;
	margin: -5px -15px 0px -15px;
	font-size: 0px;
	line-height: 0.1;
}

.box2:after, .box2after
{
	content: url('/admin/images/turquoise-lb.gif');
	background: url('/admin/images/turquoise-rb.gif') no-repeat 100% 0;
	height: 10px; 
	display: block;
	margin: 0px -15px -5px -15px;
	font-size: 0px;
	line-height: 0.1;
}

.box2
{
	background-color: #DFF3F4;
	padding: 5px 15px 5px 15px;
	display: block; 
	zoom: 1;
	position: relative;
	white-space: nowrap;
	overflow: hidden;
	behavior: url('/admin/css/box2.htc');
}

.box0 span, .box1 span, .box2 span, .box3 span { cursor:pointer; text-decoration:underline }

.box0 select, .box1 select, .box2 select, .box3 select
{
	margin: 0px 0px -1px 0px;
}

.buy_hostcms:link,
.buy_hostcms:hover,
.buy_hostcms:visited
{
	color: #DB1905;
}

input.authorization
{
	margin: 5px 0px 3px 0px;
	padding: 5px 20px 5px 35px;
	color: #776E47;
	background: url('/admin/images/authorization.gif') no-repeat 10px 50% #EAE7DA;
	border: 1px solid #C1BBA3;
}

#footer
{
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	text-align: right;
	margin: 0px 0px 5px 0px;
	height: 30px;
	/*border: 1px solid #00f; /**/
}

#footer div
{
	/*margin: 30px 0px 0px 0px; /**/
	padding: 5px 10px 5px 0px;
	border-right: 6px solid #db1905;
	color: #595959;
	font-size: 10pt;
}

#footer div span
{
	border-bottom: 1px dashed;
	cursor: pointer;
}

.t_authorization td
{
	vertical-align: top;
}

.authorization_message
{
	margin: 50px 50px 0px 0px;
}

input.checkbox_authorization
{
	margin: 7px 0px 3px 0px !important;
	margin: 0px;
	zoom: 1;
	border: 0px;
}

label
{
	position: relative;
	top: 3px !important;
	top: 0px;
}

#MainMenu
{
	zoom: 1;
	overflow: hidden;
	visitibility: hidden;
	width: 215px; /**/
	/* border: 1px dashed #000; /**/
}

#MainMenu div
{
	/* для box-ов */
	width: 180px;

	/* use ie_hacks.css */
}

#MainMenuShowHide
{
	position: absolute;
	left: 100%;
	/* top: 50%; */
	top: 400px;
	width: 10px;
	margin-left: -20px;
	/* border: 1px dotted #0ff; */
}

div.sub_menu
{
	width: 215px !important;
	/* use ie_hacks.css */
	
	overflow: hidden;
	/* border: 1px dashed #000; */
	margin-bottom: 10px;
	
	/* Только для IE */
	// padding-right: 1px;
}

div.sub_menu ul
{
	overflow: hidden;
	width: 100%;
}

/* fix bug IE button padding */
#ControlElements input
{
	overflow: visible;
}

.admin_forms_action_td
{
	white-space: nowrap;
}

/* Контейнер для ShowLoadingScreen() */
.admin_forms_fade
{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	
	/* Только для IE */
	//top: expression( body.scrollTop ); /*for IE*/
	/*border: 5px solid #000; /**/
}

/* Слой, который становится прозрачным. Вложен в admin_forms_fade */
.fill_div_layer
{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
}

/* Верхняя полосочка */
.topbar
{
	background-color: #F1F1F1;
	height: 20px;
	font-size: 90%;
	padding: 6px 0px 0px 5px;
	margin-bottom: 5px;
	padding-right: 20px;
	font-weight: bold;
}

.topbar img
{
	cursor: pointer;
	position: absolute;
	left: 100%;
	z-index: 1000;
	margin-top: 3px;
	margin-left: -15px;
}

/* TABs */
#tab
{
	float: left;
	width: 100%;
	background: url("/admin/images/tab_top_fon_4_form.gif") repeat-x bottom;
	/*font-size:93%; */
	line-height: normal;
	margin: 0px 2px 20px 2px;
	position: relative;
	border: 0;
}

#tab ul
{
	margin: 0;
	padding: 10px 10px 0 7px;
	list-style: none;	
}

#tab li
{
	float: left;
	background: url('/admin/images/tab_l_no_active.gif') no-repeat left top;
	margin: 0;
	padding: 0 0 0 3px;
	position: relative;
	margin-left: -3px;	
}

#tab span
{
	float: left;
	display: block;
	background: url('/admin/images/tab_fon_no_active.gif') no-repeat right top;
	padding: 8px 18px 7px 12px;
	text-decoration: none;
	color: #606060;
	float: none;
	cursor: pointer;
}

#tab .current_li
{
	background-image: url('/admin/images/tab_l_active.gif');
	border-width: 0;
	z-index: 2;
}

#tab .current_li span
{
	background-image: url('/admin/images/tab_fon_active.gif');
	color: #262626;
	z-index: 2;
}
/* / TABs */

.arrow_up
{
	color: #6BC500;
	font-size: 120%;
	padding-bottom: 3px;
}

.arrow_down
{
	color: #C51200;
	font-size: 120%;
	padding-bottom: 3px;
}

.screen
{
	border: #E1E1E1 1px solid;
	margin: 10px 0px;
}

#gray 
{
	color: #777;
}

.shadowed #subdiv_small
{
	overflow: auto;
	width: 100%;
	height: 89%;
}

.typograph_result
{
	border-left: 3px solid #db1905;
	margin: 15px 0px;
	padding: 0px 0px 0px 15px;
	background-color: #F7F7F7;
	font-size: 110%;
	height: 150px;
	overflow: auto;
}

.typograph_result span, .typograph_result nobr
{
	background-color: #FFD79D;
}


.hidden
{
	display: none;
}

/* Templates install */
.site_template_block
{
	width: 210px; float: left;
}

.bord_img {
	padding: 6px;
	position: relative;
	border: 1px solid #e0e0e0;
	margin-right: 12px;
	margin-bottom: 12px;
	zoom: 1;
	float: left;
}

.bord_img .tl,
.bord_img .tr,
.bord_img .br,
.bord_img .bl {
	z-index: 3;
	position: absolute;
	font-size: 1px;
}

.bord_img .t,
.bord_img .r,
.bord_img .b,
.bord_img .l {
	z-index: 2;
	position: absolute;
	font-size: 1px;
}

.bord_img .t,
.bord_img .b {
	width: 100% !important;
	width: auto;
	width: expression((parentElement.clientWidth) + 'px');
}

.bord_img .r,
.bord_img .l {
	height: 100% !important;
	height: auto;
	height: expression((parentElement.clientHeight) + "px");
}

.bord_img .tl {
	background: url('/admin/images/bord_img_tl.gif') no-repeat 0 0;
	top: -7px;
	left: -7px;
	width: 13px;
	height: 14px;
}

.bord_img .t {
	background: url('/admin/images/bord_img_t.gif') repeat-x 0 0;
	top: -7px;
	left: 0;
	height: 7px;
}

.bord_img  .tr {
	background: url('/admin/images/bord_img_tr.gif') no-repeat 0 0;
	top: -7px;
	right: -8px;
	width: 15px;
	height: 14px;
}

.bord_img  .r {
	background: url('/admin/images/bord_img_r.gif') repeat-y 0 0;
	top: 0px;
	right: -8px;
	width: 8px;
}

.bord_img  .br {
	background: url('/admin/images/bord_img_br.gif') no-repeat 0 0;
	bottom: -9px;
	right: -8px;
	width: 15px;
	height: 16px;
}

.bord_img  .b {
	background: url('/admin/images/bord_img_b.gif') repeat-x 0 0;
	bottom: -9px;
	left: 0px;
	height: 9px;
}

.bord_img  .bl {
	background: url('/admin/images/bord_img_bl.gif') no-repeat 0 0;
	bottom: -9px;
	left: -7px;
	width: 13px;
	height: 16px;
}

.bord_img  .l {
	background: url('/admin/images/bord_img_l.gif') repeat-y 0 0;
	top: 0px;
	left: -7px;
	width: 7px;
}

.bord_img .bottom
{
	position: absolute;
	width: 100%;
	bottom: 5px;
}

.bord_img .bottom span
{
	color: #777777;
	font-size: 90%;
	font-style: italic;
}
/* /end Templates install */