@charset "windows-1251";
/* author: [EGOiST].[TeaM | TSRh].[ego1st.cjb.net] */
/* Creation date: 02.10.2004 */
h1{font-family: Arial, Helvetica, sans-serif;}
h2{font-family: Arial, Helvetica, sans-serif;}
h3{font-family: Arial, Helvetica, sans-serif;}
h4{font-family: Arial, Helvetica, sans-serif;}
h5{font-family: Arial, Helvetica, sans-serif;}
h6{font-family: Arial, Helvetica, sans-serif;}

p{font-family: Arial, Helvetica, sans-serif; font-size: 12px;}
a{font-size: 12px; color: #0033CC; font-family: Arial, Helvetica, sans-serif;}

.msg{color: #920C0C; }	
.help{color: #636363; }
.input{background-color: #FFFEE3; border-width: 2px}	
.button{background-image: url(../images/button.gif); border-width: 1px; color: #2B452A; }		
.table{background-color: #F9F9F9; font-family: Arial, Helvetica, sans-serif; font-size: 12px;}
.zagtrtable{font-weight: bold; background-color: #C5CED2;}

@charset "windows-1251";
h6{}
	h1{font-size: 22; margin:0px; font-family: Arial, Helvetica, sans-serif; }
	h2{font-size: 18; margin:0px; font-family: Arial, Helvetica, sans-serif; }	
	h3{font-size: 16; margin:0px; font-family: Arial, Helvetica, sans-serif; }		
	body{background-color: #FFFFFF}
	.input{background-color: #FFFEE3; border-width: 2px}	
	.button{ background-image: url(../../images/button.gif); border-width: 1px; color: #2B452A; }		
	p{font-family: Arial, Helvetica, sans-serif; font-size: 13px}
	.small{font-size: 11px}	
	li{font-family: Arial, Helvetica, sans-serif; font-size: 13px}
	a{color: #2136f6; font-family: Arial, Helvetica, sans-serif;}
	a:hover{color: #981912;}
	em{font-style: normal}
	.z1{font-size: 28px; color: #3C6194}
	.z2{font-size: 22px; color: #3C6194; margin-bottom: 10px}	
	.zag2{font-size: 13px; color: #264769; font-weight: bold}	
	.zagtable{font-size: 13px; color: #000000; font-weight: bold}
	.bodytable{background-color: #F0F6F6}
	.bodytablecat{background-color: #FAF7C8}	
	.help{color: #434565; font-size: 80%}
	.zagtable{font-size: 11px; color: #000000; text-align: center}
	.link{color: #10557B;}
	.menu{color: #A90303; font-size: 13px}
	.menusmall{color: #A90303; font-size: 11px}	
	.boxmenu{border-top-style: solid; border-bottom-style: solid; border-width: 1px; border-color: #89A6C3; padding: 7px; padding-left: 20px; padding-right: 20px; background-color: #E0EFF5}
	.tableheader{background-color: #8DB1CA}
	.tableheaderhide{background-color: #BAC3CA}
	.hiddenrow{background-color: #FCFCFC; color: #818181}
	.selectrow{background-color: #D8E5F4; color: #000000}	
	.tableheadercat{background-color: #CAC7A7}	
	.help{color: #3C505E}
	.topadmin{background-color: #DAF6FF; height: 60; width:100%; border-bottom-style: solid; border-width: 6px; border-color: #9CBED4}
	.catname{font-size: 15px; font-weight: bold}
	.txt{text-align: justify}
 .menu {
  height: 31px;				/* Высота вкладок */
  padding: 0px 20px;			/* Поля по вертикали и горизонтали */
  border-bottom: 2px solid black;	/* Параметры линии внизу */
  font-family: Arial, sans-serif;	/* Шрифт надписи */			
  font-weight: bold;			/* Жирное начертание */
  font-size: 14px			/* Размер шрифта надписи */
}
 .menu DIV {
  float: left;			/* Состыковка с соседней вкладкой */
  width: 115px;			/* Ширина вкладки */
  height: 31px;			/* Высота вкладки */
  margin-right: 5px;		/* Расстояние между вкладками */
  text-align: center;		/* Выровнять надпись по центру */
  background: 
   url(greentab.jpg) 		/* Путь к начальному рисунку */
   no-repeat			/* Установить фон без повторений */
}
 .menu A {
  display: block;		/* Ссылка как блочный элемент */
  width: 100%;			/* Ссылка на всю ширину вкладки */
  height: 100%;			/* Ссылка на всю высоту вкладки */
  padding: 8px 0px		/* Поля для размещения текста по центру */
}
 .menu A:hover {
  width: 115px;
  height: 31px;
  background: 
   url(orange.jpg) 		/* Путь к замещаемой картинке */
   no-repeat			/* Отображать фон без повторений */
}
/*footer styles*/
div#footer {width:100%;  /* makes the div fill its container - usually body */
 					padding:4px 0; /* pushes the links away from top and bottom of the div */
					font-size:.9em;  /* sets the font size of all links */
					text-align:center; /* centers the ul elements in the div */
					background-color:#DEE7B6; /* sets the background color of the div */
					border-top:1px solid #960; border-bottom:2px solid #960; margin-top:1.5em;}
 div#footer ul {margin:2px 0;} /* vertical spacing between the lists */
 div#footer li {display:inline; /* the key CSS - makes the lists display horizontally */
						color:white; /* sets the color of the vertical lines */
						border-left:1px solid; /* creates the vertical line to the left of each list items */
						color:#C60; /* sets the color of the vertical lines  - links colored below */
						padding:0 5px 0 9px; /* horiz space between links and vert lines - needed diff l & r values to center */
						}
 div#footer li:first-child {border-left:0;} /* removes the left border of the first list item - IDWIMIE */
 div#footer ul li a {text-decoration:none; /* removes the underlining off the links */
 							 color:C60; /* the color of the links */
							 }
 div#footer ul li a:hover {text-decoration:underline; color:#960} /* underlines the links when hovered */
 div#footer ul.fineprint li {color:#C60;} /* color for copyright and vert dividers on last row */
 div#footer ul.fineprint li a {color:#C60;} /* had to explicitly color these or they inherit white from div#footer li */
  div#footer ul.fineprint li a:hover {color:#960;} /* turns bottom row white when hovered */

div#rightcolumn {position:absolute; width:80px; top:80px; right:0px;  
		margin:80px 0 0 0; padding:1em  0; border-top:2px solid #960; border-bottom:1px solid #960;}
div#rightcolumn p {font-size:.75em;}
div#rightcolumn img {border:none;}
div#rightcolumn div#newslinks ul {list-style-type:none; font-size:.5em; padding-left: 0px; margin:0 6px 0 0;}
div#rightcolumn div#newslinks li {margin-top:0; margin-bottom:.5em;}
div#rightcolumn h3 {text-align:center; font-size:.5em; color:#960; margin-bottom:0px; padding-top:3px; border-top: 2px dotted #960;}
div#rightcolumn a {text-decoration:none; color:#C60; text-decoration:underline}
div#rightcolumn a:hover {color: #960; text-decoration: none;}
div#rightcolumn li.morelink {font-style:italic;}

div#nav {position:absolute; left:3px; top:140px; width:150px;
			padding:0; margin:22px 0 15px 0;}			
div#nav ul {border:0; margin:12px 1.25em 12px 1.25em; padding:0; list-style-type:none; font-weight:bold; font-size:.75em;}
div#nav li {border-bottom:2px dotted #960; margin:0; padding:.3em 0; text-indent:.5em}
div#nav li:first-child {border-top:2px dotted #960;}
div#nav a {text-decoration:none; color:#C60;}
div#nav a:hover {color: #960;}
/* a hack for IE Win only \*/	
* html div#nav ul {border-top:2px dotted #960;}

