OBJECT {background-color: black;}


/* Заголовок */
.heading {font-family: "Arial", Helvetica, sans-serif; font-size: 100%; font-weight: bold;}
#heading {text-decoration: underline; color: black;}
h1.heading {margin: 0px; font-size: 120%; font-weight: lighter;}

/* Название */
.name {font-family: "Arial", Helvetica, sans-serif; font-size: 90%;}
#name {font-size: 110%;}
ul.text {margin-top: 0px;}


/* Текст */
p, ul, ol, .text, .text_small, .text_ul, .text_small_ul, .text_mark {font-family: "Arial", Helvetica, sans-serif; font-size: 80%; color: black;}
p .text, .text p, .tree_all ul, ul ul {font-size: 100%;}
p table .text, table.text p {font-size: 80%;}
.text_small {font-size: 70%;}
.text_ul {margin-top: -14px; margin-bottom: 0px;}
.text_small_ul {margin-top: -14px; margin-bottom: 0px; font-size: 70%;}
.text_mark {background-color: #FF9999; padding: 5px; min-width: 1%;}
#text {color: black;} 
#detailed {color: red;}
#visible {color: green;}
#dark {color: #666666;}
#light {color: #999999;}
#unsuccessful {color: red;}
#successfully {color: green;}
#hidden {color: #999999; text-decoration: line-through;}



/* Меню */
.tree_all {font-family: "Arial", Helvetica, sans-serif; font-size: 80%; line-height: 150%;}
.menu {font-family: "Arial", Helvetica, sans-serif; font-size: 100%; line-height: 130%;}
.tree_all .ul0 {PADDING-LEFT: 0.8em; PADDING-TOP: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px 0.5em; MARGIN-RIGHT: 0em;}
.menu_management {font-family: "Arial", Helvetica, sans-serif; font-size: 60%; line-height: 200%;}

/* Списки */
.ul_margin {PADDING-LEFT: 0.8em; PADDING-TOP: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px 0.5em; MARGIN-RIGHT: 0em;}
.dl_margin {margin-top: 0px; margin-bottom: 0px;}


/* Форма */
form {margin: 0pt;}
.form_input {font-size: 8pt; margin-top: 1pt;}
.form_select {font-size: 8pt; margin-top: 1pt;}

.button, .button_bright {border: 1px solid #003366; background-color: #DDDDDD; height: 23px;}
.button_bright {border-color: #CCCCCC; background-color: #FFFF33;}


/* Копирайт */
.copyright {font-family: "Arial", Helvetica, sans-serif; font-size: 80%;}


/* Горизонтальные линии */
.hr {border-style: solid; height: 2; color: #CCCCCC; background-color: #CCCCCC;}
hr.line_content {border-style: solid; height: 2; color: #CCCCCC; background-color: #CCCCCC;}


/* Таблица */
.table_dark, .table_light {
	/*background-color: #FFFFFF;*/
	border-color: #FFFFFF;
	border-style: solid;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px
}
.table_dark_very {background-color: #CCCCCC;}
.table_dark {background-color: #DDDDDD;}
.table_light {background-color: #EEEEEE;}

.line_left, .line_top, .line_right, .line_bottom {
	/*background-color: #FFFFFF;*/
	border-color: #CCCCCC;
	border-style: solid;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px
}
.line_left {border-left-width: 1px;}
.line_top {border-top-width: 1px;}
.line_right {border-right-width: 1px;}
.line_bottom {border-bottom-width: 1px;}
.line_dots {PADDING: 0px; BACKGROUND: url(/images/graphics/dots.gif) repeat-x right middle; LINE-HEIGHT: 1.3em;}


/* wbr - Для совместимости с броузерами */
wbr:after {content: "\00200B"}
