﻿/*
//edu35
*/
body {
	font-family: Tahoma;
	color: #4a4a4a;
	font-size: 11px;
	margin: 0px;
	margin-top:0px;
	height: 100%;
	width:100%;
	padding:0px;
    background:url(images/c_grey.jpg) repeat;
	vertical-align:top;
}
form{
	font-family: Tahoma;
	color: #4a4a4a;
	font-size: 11px;
}

tr{
	vertical-align:top;
}
th{
	text-align:center;
	background-color:#CCCCCC;
}

input, textarea {
	font-family: Tahoma;
	color: #4a4a4a;
	font-size: 12px;
}

select {
	font-family: Tahoma;
	color: #4a4a4a;
	font-size: 12px;
	width: 200px;
}

hr{
	background:#0e4570;
	border-top:1px solid #4a4a4a;
	color:#0e4570;
	height:1px;
}
table.t_w{
	width: 100%;
	border: 0px;
	background-color:#f0f0f0;
	vertical-align:top;
	padding:15px;
}

table.t_all{
	width: 100%;
	border: 1px ;
	margin:0px;
}

td.t_left{

	margin:0px;
	background:url(images/c_left.jpg) no-repeat bottom;
}

table.t_all_{
	width: 100%;
	border: 0px ;
	margin:0px;
	background:url(images/c_top_line.jpg) repeat;
	background-repeat:repeat-x;
	background-position:center;
}

table.td_top{
	width: 100%;
	border: 1px ;
	margin:0px;
	height:197px;
	/*background:url(images/c_top_line.jpg) repeat;
	background-repeat:repeat-x;*/
	padding-top:0px;
}

table.td_top1{
	height:197px;
	background:url(images/c_line1.gif) repeat;
	
	width:100%;
}
td.t_b_left{
	width: 30%;
	height:197px;
	border: 0px;
	background:url(images/c_top1.jpg) no-repeat;
	background-position:left;
	padding-left:20px;
	margin-left:5px;
	padding-top:0px;
	
}
td.t_b_right{
	width: 70%;
	height:197px;
	border: 0px;
	background:url(images/c_top2.jpg) no-repeat;
	background-position:right;
	padding-left:0px;
	vertical-align:middle;
}

table.t_bd{
	width: 99%;
	height:46px;
	border: 0px;
	background:url(images/c_blue_line_down.jpg) repeat;
	padding:0px;
	margin:5px;
	
	
}
td.l_d{
	height:6px;
	vertical-align:bottom;
	font-size:6px;
}

td.r_d{
	height:6px;
	vertical-align:bottom;
	font-size:6px;
}

td.td_empty{
	font-size:6px;
}
td.td_blue{
	width: 100%;
	height:24px;
	background:url(images/c_blue_line.jpg) repeat;
	background-repeat:repeat-x;
	color:#CCCCCC;
	padding-top:0px;
	padding-left:10px;	
	font-family:Tahoma;
	font-size:12px;
	vertical-align:middle;
}

td.td_grey1{
	width: 100%;
	color:#000000;
	padding:0px;
}

td.td_grey2{
	width: 100%;
	/*color:#FFFFFF;*/
	height:24px;
	background:url(images/c_grey_line.jpg) repeat;
	background-repeat:repeat-x;
	/*background-color:#cccc66;*/
	vertical-align:middle;
	padding-top:0px;
	padding-left:10px;
}

td.td_grey3{
	width: 100%;
	background-color:#D8DCE7;
}

td.td_grey4{
	width: 100%;
	height:20px;
	background-color:#D8DCE7;
	color:#284c93;
	font-family:Tahoma;
	font-size:14px;
	font-weight: bold;
	padding:5px;
	padding-left:15px;
	vertical-align:middle;
}
td.td_current{
	border-left-color: #003399; /*    */
	border-left-style: solid; /*   */
	border-left-width: 1px; /*   */
	padding-left: 10px; /*      */
	
	border-right-color: #003399; /*    */
	border-right-style: solid; /*   */
	border-right-width: 1px; /*   */
	padding-right: 10px; /*      */
	
	border-top-color: #003399; /*    */
	border-top-style: solid; /*   */
	border-top-width: 1px; /*   */
	padding-bottom: 5px; /*      */
	padding-top: 5px; /*      */
	
	background-color:#FFFFFF;
	vertical-align:middle;
	text-align:center;
}

td.td_bottom{
	border-bottom-color: #003399; /*    */
	border-bottom-style: solid; /*   */
	border-bottom-width: 1px; /*   */
	padding-bottom: 5px; /*      */
	padding-top: 5px; /*      */
	
	vertical-align:middle;
	text-align:center;
}

td.td_1{
	border-left-color: #003399; /*    */
	border-left-style: solid; /*   */
	border-left-width: 1px; /*   */
	padding-left: 10px; /*      */
	
	border-right-color: #003399; /*    */
	border-right-style: solid; /*   */
	border-right-width: 1px; /*   */
	padding-right: 10px; /*      */
		
	border-bottom-color: #003399; /*    */
	border-bottom-style: solid; /*   */
	border-bottom-width: 1px; /*   */
	padding-bottom: 5px; /*      */
	
	vertical-align:top;
	background-color:#FFFFFF;
}
td.td_2{
	border-left-color: #003399; /*    */
	border-left-style: solid; /*   */
	border-left-width: 1px; /*   */
	padding-left: 10px; /*      */
	
	border-right-color: #003399; /*    */
	border-right-style: solid; /*   */
	border-right-width: 1px; /*   */
	padding-right: 10px; /*      */

	background-color:#FFFFFF;
}

#table_filtr{
	display:none;
}

table.tb_menu_open{
	display:block;
}

table.tb_menu_close{
	display:none;
}

a{
	font-family: Tahoma;
	color: #0e4570;
	font-size: 11px;
}
a:hover{
	font-family: Tahoma;
	font-size: 11px;
	color: #0e4570;
}
a.small_menu{
	font-family: Tahoma;
	color: #4a4a4a;
	font-size: 11px;
	text-decoration:none;
}
a.small_menu:hover{
	font-family: Tahoma;
	COLOR: #000000;
	font-size: 11px;
	text-decoration:none;
}
a.red{
	font-family: Tahoma;
	color: #d91400;
	font-size: 11px;
}
a.red:hover{
	font-family: Tahoma;
	COLOR: #0e4570;
}
a.menu{
	font-family: Tahoma;
	color: #000000;
	font-size: 11px;
	text-decoration:none;
}
a.menu:hover{
	font-family: Tahoma;
	COLOR: #0e4570;
	font-size: 11px;
	text-decoration:none;
	}
a.menu_current{
	font-family: Tahoma;
	color: #000000;
	font-size: 11px;
	text-decoration:none;
}
a.menu_current:hover{
	font-family: Tahoma;
	COLOR: #0e4570;
	font-size: 11px;
	text-decoration:none;
	}

.cite{
	font-family: Tahoma;
	COLOR: #CCCC66;
	font-size: 28px;
}
.cite1{
	font-family: Tahoma;
	COLOR: #CCCC66;
	font-size: 16px;
	padding:0px;
	margin:0px;
}
.razdel{
	font-family: Tahoma;
	font-weight: bold;
	COLOR: #FFFFFF;
	font-size: 11px;
}

.text_white {
	font-family: Tahoma;
	color: #FFFFFF;
	font-size: 11px;
}

td.td_left{
	background:url(images/left_white_form.jpg) repeat-y right;
	width:3px;
}

td.td_right{
	background:url(images/right_white_form.jpg) repeat-y left;
	width:3px;
}

td.td_center{
	background-color:#FFFFFF;
	color: #FFFFFF;
}

td.book_admin{
	color:#f00000;
}
td.td_avtor {
	color:#999999;
	padding-left:20px;
	font-size:11px;
}
a.td_avtor1{
	color:#999999;
	font-size:11px;
}
a.td_avtor1:hover{
	color:#990000;
	font-size:11px;
}

.td_div {
 	overflow: auto;
	height: 120px;
	
	}

a.page_all{
	font-family: Tahoma;
	color:#000066;
	font-size: 12px;
	font-weight: bold;
}
a.page_all:hover{
	font-family: Tahoma;
	color:#CC6600;
	font-size: 12px;
	font-weight: bold;
}

a.page_current{
	font-family: Tahoma;
	color:#CC6600;
	font-size: 12px;
	font-weight: bold;
}
a.page_current:hover{
	font-family: Tahoma;
	color:#000066;
	font-size: 12px;
	font-weight: bold;
}

span.div1{
	color:#284c93;
	font-size: 12px;
	font-weight: bold;
}

span.div2{
	color:#0e4570;
	font-size: 11px;
	
}

div.chema{
	border-color: #8895DB; 
	border-style: solid; 
	border-width: 1px; 
	padding: 5px; 
	background-color:#D8DCE7;
	text-align:center;
	font-size:14px;
}
div.chema1{
	border-color: #8895DB; 
	border-style: solid; 
	border-width: 1px; 
	border-top:none;
	padding: 5px; 
	background-color:#FFFFFF;
	text-align:center;
	font-size:14px;
}

select.width_sel{
	width: 150px;
}

a.a_on_red{
	font-family: Tahoma;
	color: #284c93;
	font-size: 14px;
}

a.a_on_red:hover{
	font-family: Tahoma;
	color: #000066;
	font-size: 14px;

}

a.a_chema{
	font-family: Tahoma;
	color: #284c93;
	font-size: 14px;
}

a.a_chema:hover{
	font-family: Tahoma;
	color: #000066;
	font-size: 14px;

}

table.doc_establ{
	width: 100%;
}

table.doc_establ, table.doc_establ td, table.doc_establ th {
	
	border:#999999 1px solid;
	padding: 3px;  
	margin:0px;
	vertical-align:middle;
	border-collapse: collapse;
}

td.bold{
	font-weight: bold;
}
#filtr_open{
	color:#4f6ba5;
	font-size:12px;
}

#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 10px;
padding-bottom: 0;
background: #123078;
visibility: hidden;
z-index: 10;
/*cursor: hand;*/
cursor: pointer;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: bold 16px Tahoma;
letter-spacing: 5px;
line-height: 1.1em;
color: white;
padding: 5px 0;
text-align: right;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: white;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid black;
background-color: #EFEFEF;
padding: 5px;
z-index: 5;
}
td.td_blue1{
	/*background:url(images/c_blue_line.jpg) repeat;
	background-repeat:repeat-x;
	background-position:center;*/
	background-color:#25468b;
	color:#ffffff;
	padding-top:0px;
	font-size:11px;
	vertical-align:middle;
	text-align:center;
}
td.td_dat{
	color:#25468b;
	font-size:11px;
	vertical-align:middle;
	text-align:center;
	font-weight:bold;
}
td.td_org{
	color:#000000;
	font-size:11px;
	vertical-align:middle;
	text-align:center;
	font-weight:bold;
}
a.link1{
	font-family: Tahoma;
	color: #97ACD5;
	font-size: 11px;
	text-decoration:none;
}

a.link1:hover{
	font-family: Tahoma;
	color: #990000;
	font-size: 11px;
	text-decoration:none;
}