/* === Стандартные стили === */
.table
{
	margin-bottom: 18px;
	caption-side: top;
	width: auto;
}
.table caption
{
	text-align: right;
	padding: 4px 7px 0 7px;
}
.table td, .table th
{
	padding: 2px 5px;
	border-top: solid 1px White;
	background-color: #EBF1F1;
}
.table td td, .table th td
{
	padding: 0;
	background-color: transparent;
}
.table th
{
	background-color: #F0F0F0;
	font-weight: bold;
	text-align: left;
}
.table tfoot td
{
	border-top: solid 3px #F0F0F0;
	vertical-align: middle;
	font-size: 120%;
}
.table tr.even
{
	background-color: transparent;
}
.table tr.odd td
{
	background-color: #DADBDD;
}
.padded
{
	padding: 20px;
}
table.padded
{
	padding: 0;
}
table.padded td
{
	padding: 2px 3px;
}
.image
{
	border: solid 1px #7E8083;
}
img.left
{
	margin: 0 10px 5px 0;
}
.colored, .colored a, a:visited.colored
{
	color: #FCB034;
}
.pale
{
	color: #999999;
}
.marked1, .marked1 a, a.marked1, a:visited.marked1
{
	color: #B33C00;
}
.marked2, .marked2 a, a.marked2, a:visited.marked2
{
	color: #4C8000;
}
.marked3, .marked3 a, a.marked3, a:visited.marked3
{
	color: #4169E1;
}
.noted
{
	padding: 15px 20px;
	background-color: #F0F0F0;
	margin-bottom: 18px;
}
span.warning, a.warning, .warning a, a:visited.warning
{
	color: Red;
}
input.warning, textarea.warning, select.warning
{
	border: solid 1px Red;
}
.bordered
{
	border: solid 1px #999999;
}
table.bordered
{
	border-collapse: collapse;
}
table.bordered td
{
	border: solid 1px #999999;
}
table.bordered td td
{
	border: none;
}
div.sortinverse
{
	padding-left: 12px;
	background: url('../js/table/i/sortinverse.gif') no-repeat left center;
}
.forform
{
	margin-bottom: 18px;
	width: auto;
}
.forform td
{
	padding: 4px 0 4px 10px;
}
.forform th
{
	padding: 5px 40px 4px 1px;
	font-weight: bold;
	text-align: left;
}
td.forsubmit
{
	text-align: center;
	padding: 5px 0;
}
.edit, textarea
{
	width: 180px;
}
textarea
{
	height: 100px;
}
input, textarea, select
{
	font-family:  Verdana, Arial, sans-serif;
	font-size: 100%;
	color: #333333;
}
.popup
{
	padding: 40px;
}
.hided
{
	border: none;
	background: transparent;
	height: 0;
	width: 0;
	overflow: hidden;
	font-size: 1px;
	float: right;
}
img.button
{
	cursor: pointer;
}
input.button
{
	background: #9D9FA2 url('../i/button-bg.gif') repeat-x bottom;
	border-left: 1px solid #A19D99;
	border-right: 1px solid #A19D99;
	border-bottom: 1px solid #262728;
	border-top: 1px solid #BBBDBE;
	font-weight: bold;
	color: White; padding-left:10px; padding-right:10px; padding-top:2px; padding-bottom:2px
}
a.icon_pdf
{
	background: url('../i/icon_pdf.gif') no-repeat right center;
	padding-left:0; padding-right:20px; padding-top:2px; padding-bottom:2px
}
.forimage
{
	width: auto;
	margin: 0 10px 10px 0;
}
.forimage a
{
	color: #7E8083;
}
.forimage td
{
	padding: 0 !important;
}
.forimage th
{
	padding: 10px 0 0 0 !important;
}


/* === Общее === */
html
{
	font-size: 75%;
	color: #7E8083;
	background-color: White;
	font-family: Verdana, Arial, sans-serif;
}
html, body 
{
	margin: 0;
	padding: 0;
}
small
{
	font-size: 85%;
}
big
{
	font-size: 115%;
}
span.hr
{
	padding: 0;
	margin: 0 0 9px 0;
	font-size: 1px;
	border-top: solid 1px #DCDCDC;
	display: block;
}
table
{
	border-collapse: collapse;
	width: 100%;
	font-size: 100%;
}
td, div
{
	padding: 0;
	margin: 0;
	vertical-align: top;
	text-align: left;
}
a
{
	color: #FCB034;
}
a:hover
{
	text-decoration: none;
}
a:visited
{
	color: #66686B;
}
img
{
	border: none;
}
p
{
	margin: 0 0 15px 0;
}
ul, ol
{
	margin-bottom: 9px;
	margin-left: 10px;
	padding-left: 0;
}
ul ul, ol ol, ul ol, ol ul
{
	margin-bottom: 0;
}
ul li
{
	list-style: disc;
}
h1
{
	font-size: 110%;
	margin: 0 0 15px 0;
	text-transform: uppercase;
	color: #FCB034;
	font-family: Arial, Verdana, sans-serif;
}
h2
{
	font-size: 100%;
	margin: 0 0 10px 0;
	color: #FCB034;
	font-family: Arial, Verdana, sans-serif;
}
h3
{
	font-size: 100%;
	margin: 0 0 10px 0;
}
form
{
	padding: 0;
	margin: 0;
	width: auto;
	display: block;
}

/* === Основа === */
#mainframe
{
	background-color: #7E8083;
}
#mainframe_center
{
	width: 800px;
	background-color: White;
}


#header
{
	text-align: center;
	padding: 23px;
}
/* === Быстрые ссылки ===*/
.lang_switcher
{
	font-weight: bold;
}
.lang_switcher a
{
	color: #7E7F81;
	text-decoration: none;
}
.lang_switcher td
{
	padding: 4px 7px;
}
.lang_switcher td.active
{
	background: #FCB034 url('../i/container0-dec_tl.gif') no-repeat left top;
	color: White;
	padding: 0
}
.lang_switcher td.active div
{
	background: url('../i/container0-dec_tr.gif') no-repeat right top;
	padding-left:7px; padding-right:7px; padding-top:4px; padding-bottom:4px
}
.lang_switcher a:hover
{
	text-decoration: underline;
}
td.fast_links
{
	padding: 0 10px 0 8px;
	vertical-align: middle;
	white-space: nowrap;
}
.fast_links span
{
	padding: 0 3px;
}
.fast_links img
{
	background-color: #7E8083;
}
.fast_links a:hover img
{
	background-color: #FCB034;
}
/* === Основные ссылки ===*/
.main_links
{
	width: auto;
}
.main_links td
{
	text-align: center;
	vertical-align: middle;
	padding: 4px 15px 4px 15px;
	white-space: nowrap;
	font-weight: bold;
}
.main_links a
{
	color: #7E8083;
	text-decoration: none;
}
.main_links a:hover
{
	text-decoration: underline;
}
.main_links .active
{
	color: White;
	background: #FCB034 url('../i/container0-dec_tl.gif') no-repeat left top;
	padding: 0;
	vertical-align: top
}
.main_links .active div
{
	background: url('../i/container0-dec_tr.gif') no-repeat right top;
	text-align: center;
	cursor: default; padding-left:7px; padding-right:7px; padding-top:4px; padding-bottom:4px
}

/* === Таблица содержимого === */
#centerbar
{
	padding: 0 8px;
}
.leftside_top, .centerside_top
{
	font-size: 1px;
	line-height: 1px;
}
.leftside_top
{
	width: 154px;
}
.leftside
{
	width: 154px;
	padding: 18px 12px 30px 10px;
	font-size: 90%;
}
.leftside .details
{
	display: block;
	text-align: right;
}
.leftside h2
{
	font-size: 120%;
	margin: 0 0 15px 0;
	text-transform: uppercase;
	color: #FCB034;
}
.zerosize
{
	font-size: 1px;
	line-height: 1px;
	width: 1px;
	height: 1px;
}
.border_tl, .border_tr
{
	padding: 10px 10px 0 0;
}
.border_tl
{
	background: White url('../i/border_tl.gif') no-repeat left top;
}
.border_tr
{
	background: White url('../i/border_tr.gif') no-repeat right top;
}
.border_h
{
	background: White url('../i/border_h.gif') repeat-x top; 
}
.border_vl
{
	background: White url('../i/border_v.gif') repeat-y left; 
}
.border_vr
{
	background: White url('../i/border_v.gif') repeat-y right; 
}
.centerside
{
	padding: 18px 10px 30px 23px;
}

/* Подвал */
#footmenu
{
	background-color: #FCB034;
}
.border_bl
{
	background: #FCB034 url('../i/container1-dec_bl.gif') no-repeat left bottom;
}
.border_br
{
	background: #FCB034 url('../i/container1-dec_br.gif') no-repeat right bottom;
}
#footmenu .main_links td.active
{
	color: #7E8083;
	background: White url('../i/border_bl.gif') no-repeat left bottom;
	padding-top: 4px
}
#footmenu .main_links td
{
	padding-top: 8px;
}
#footmenu .main_links .active div
{
	background: url('../i/border_br.gif') no-repeat right bottom;
	padding-top: 4px
}
#footer
{
	padding: 8px 10px 10px 10px;
	text-align: center;
}