/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 
body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:100;
	color: #333333;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	line-height: 1.166;
	left: 20;
	text-align:left;
}
table{
	font-size: 14px;
	font-weight:100;	
}

p{
	text-align: justify;
}

a{
	color: #006699;
	page-break-before: auto;
}

a:link{
	color: #006699;
	text-decoration: none;
}

a:visited{
	color: #006699;
	text-decoration: none;
}

a:hover{
	color: #006699;
	text-decoration: underline;
}

h1{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 150%;
	color: #066;
	font-weight: bold;
	font-style: italic;
}

h2{
 font-family: Arial,sans-serif;
 font-size: 120%;
 font-weight: bold;
 color: #006699;
 margin: 0px;
}

h3{
	font-family: Arial, sans-serif;
	font-size: 120%;
	color: #006699;
	margin: 0px;
}

h4{
 font-family: Arial, sans-serif;
 font-size: 100%;
 font-weight: bold;
 color: #333333;
 margin: 0px;
}

h5{
 font-family: Verdana,Arial,sans-serif;
 font-size: 100%;
 color: #334d55;
 margin: 0px;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font-family: Arial, sans-serif;
 font-size: 100%;
 color: #003366;
}

div.main{
/*	font-size:14px;*/
	text-align: left;
	padding: 5px 10px 10px 10px;	
}

div.winDialog{
	Z-INDEX: 10;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	position: fixed;
	top: expression(document.getElementsByTagName( 'body' )[0].scrollTop + "px");
	position:expression(document.getElementById?"absolute":"fixed");
	visibility: hidden;
	display:block;
}

div.dialog{
	padding: 10px 10px 0px 10px; 
	Z-INDEX: 10; 
	overflow: visible; 
	background-color: #FFFFFF; 
	layer-background-color: #FFFFFF; 
	border: 1px none #000000; 
	border: double;
}
div.dialogHeader{
	width: 100%;	
	background-color: #CC9;
	font-family: Arial, sans-serif;
 	font-size: 100%;
	font-weight: bold;
	color: #333333;
	text-align:center;
}
div.style12{
	font-size:12px;
	text-align: left;
}
/***********************************************/
/* Таблица с подсветкой                        */
/***********************************************/
#lighttab tr:hover {
    background-color: #FFFF99;
}
/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#content{
	/*padding: 5px 10px 10px 10px;*/
	font-size: 12px;
}

#content a{
	font-size: 12px;
}

/***********************************************/
/* navBar 		                               */
/***********************************************/
table.navBar{
	font-size: 12px;	
	/*margin: 0px 0px -2px 0px;*/	
}
table.navBar td{
	/*background: url(images/top_menu_bk.jpg);*/
	padding: 5px;
	text-align:center;
	background-color: #DDD;		
	font: bold sans-serif;
	font-weight:bold;
	border-left: solid 1px #CCC;
	border-bottom: solid 1px #999;
	border-top: solid 1px #999;
	border-right: solid 1px #999;
	cursor: pointer;
}

table.navBar td.selMenu{
	background-color: #FFF;
	border-bottom: solid 1px #FFF;
}
table.navBar td:hover {
    background-color: #FFFF99;
}
/*********** #navBar link styles ***********/
table.navBar a:hover{
	text-decoration:none;
}

table.topMenu{
	font-size:12px;
	padding: 4px;
}
table.topMenu td{
	margin: 0px 0px -2px 0px;	
	/*border-bottom: solid 1px #999;*/
}
/***********************************************/
/* Дерево папок                                */
/***********************************************/
#treeBar{
	background-color: #EFF0F2;
	padding: 5px 10px 10px 10px;
}

/*********** #treeBar link styles ***********/
#treeBar a{
	font-size: 12px;
}

/* затемнение */
#winShading{
	Z-INDEX: 10;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	position: fixed;
	top: expression(document.getElementsByTagName( 'body' )[0].scrollTop + "px");
	position:expression(document.getElementById?"absolute":"fixed");
	visibility: hidden;
	background-color: #333333;
	layer-background-color: #333333;
	border: 1px none #000000;
	display:block;
	opacity: 0.5;
	filter:alpha(opacity = 50);
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
}

