﻿/*===============================================*/
/* Окно для HTMLTree                             */
/*===============================================*/

/* Окно меню */
.TreeWindowMenu, TreeWindowMenu a, TreeWindowMenu a:link, TreeWindowMenu a:visited
{
	color: #1e74c2;
	background-color: #f0eee8;
	font-size: 8pt;
}
.TreeWindowMenu a:hover, TreeWindowMenu a:active
{
	color: #d63e2e;
}
/* Строки меню */
.TreeUD
{
	color: #1e74c2;
	font-size: 9pt;
	font-weight: bolder;
	list-style-type: square;
}
/* Строки меню для терминала */
.TreeUDTerminal
{
	list-style-type: none;
}
/* Исполняемые строки меню */
.TreeUDSub
{
	color: #1e74c2;
	font-size: 9pt;
	font-weight: normal;
	list-style-type: decimal;
}
.TreeA
{
	background-image: url( 'Images/layer.gif' );
	background-position: left top;
	background-repeat: repeat-y;
	color: #00006A;
}
.TreeAtxt
{
	text-decoration: none;
	padding-top: 3px;
	padding-left: 4px;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #13005E; /*line-height: 35px;*/
	padding-bottom: 3px;
	display: block;
}
.TreeStrTitle
{
	color: #CC3300;
	font-family: Arial;
	font-weight: bold;
	font-size: 20px;
}
.TreeStr
{
	color: #000000;
	font-family: Arial;
	font-size: 12px;
}

