/* Главный слой */
html, body {height:100%; margin:0; padding:0;}
table td#left_shadow {background: url('../img/left_shadow.gif') right center repeat-y; border-right:1px solid #666666;}
table td#right_shadow {background: url('../img/right_shadow.gif') left center repeat-y; border-left:1px solid #666666;}
table td#header {border-bottom:1px solid #666666; background:#CCCCCC url('../img/logo.jpg') center center no-repeat;}
table td#body {border-top:1px solid white; border-bottom:1px solid #666666; background:#CCCCCC;}
table td#footer {background:#DDDDDD url('../img/footer_line.gif') center top repeat-x; color:#666666; padding:16px 4px 4px 4px; line-height:160%;}
table td#footer a {color:#666666;}

a#lang_ru, a#lang_ua {display:inline-block; font-weight:bold; line-height:250%; margin-top:8px; padding:4px 20px 0 38px; height:32px; background:url(/img/space.gif) 0 50% no-repeat;}
a#lang_ru.on, a#lang_ua.on {cursor:default; color:#000; text-decoration:none;}
a#lang_ua {background-image:url(/img/lang_ua.gif); margin-left:20px;}
a#lang_ru {background-image:url(/img/lang_ru.gif);}

/* Левая панель */
td#left_panel {border-right:1px solid #666666;}

/* Блок */
div.block_header {background:transparent url('../img/block_header.gif') left top no-repeat; padding:6px 4px 16px 36px; color:white; text-align:right; line-height:110%;}

/* Контент панель */
td#content_panel {background:white; padding:1em;}

/* Дерево Меню */
a#home_link {display:block; height:18px; margin-left:8px; font-weight:bold; background: transparent url('../img/mainmenu_page.gif') center left no-repeat; padding:10px 0 6px 18px; color:#990000; text-decoration:none;}
a#home_link:hover {display:block; color:#990000; text-decoration:underline;}
div#tree_menu ol {list-style:none; padding:0; margin-left:16px;}
div#tree_menu li {padding:10px 0 1px 0; display:none;}
div#tree_menu li a.parent {display:block; width:16px; height:16px; background: transparent url('../img/mainmenu_closed.gif') center center no-repeat;}
div#tree_menu li a.parent_opened {display:block; width:16px; height:16px; background: transparent url('../img/mainmenu_opened.gif') center center no-repeat;}
div#tree_menu li a.page {display:block; width:16px; height:16px; background: transparent url('../img/mainmenu_page.gif') center center no-repeat;}
div#tree_menu li a.title {display:block; margin-top:-14px; margin-left:18px; color:#990000; text-decoration:none;}
div#tree_menu li a.title:hover {display:block; color:#990000; text-decoration:underline;}
div#tree_menu li a.title {font-weight:bold;}
div#tree_menu li ol li a.title {font-weight:normal;}
div#tree_menu ol#ol_0 {margin: 0 8px; border-bottom:1px solid #EEEEEE; border-top:1px solid #999999;}
div#tree_menu li.parent_0 {display:block; padding:10px 0; border-bottom:1px solid #999999; border-top:1px solid #EEEEEE;}

/* Навигатор */
div#navigator {padding: 2px 0 10px 0; margin-bottom:1em; border-bottom:1px solid #CCCCCC;}
div#navigator img {vertical-align:middle;}

/* Список ошибок */
div.errors_list {color:red; margin: 2em 0 2em 0;}

/* Сообщение OK */
div.ok_message {color:white; background:green; padding:1em; margin: 2em 0 2em 0;}

/* Форма для клиентов */
form#stat_form {background:white url('../img/loading.gif') center center no-repeat;}
table#stat_form_table {background:#CCCCCC;}