/*@charset "windows-1256";*/

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
/*	scrollbar-face-color:#ffffff;
	scrollbar-highlight-color:#2E4E6B;
	scrollbar-3dlight-color:#EDF2F3;
	scrollbar-shadow-color:#002CA5;
	scrollbar-darkshadow-color:#002CA5;
	scrollbar-track-color:#ffffff;
	scrollbar-arrow-color:#002CA5;*/
}

.normal_txt{
	font-family: Tahoma, Arial, Verdana;
	font-size:12px;
	color:#000199;
   line-height: 16px;
}


.left_right_panel {
	background-color: #425BA7;
}

.menu_tab{
	border: 1px solid #777777;
	background-color: #EBEBEB;
}


.block_body{
	border-left: 1px solid #9197FF;
	border-right: 1px solid #9197FF;
	border-bottom: 1px solid #9197FF;
	font-size: 12px;
/*	background-color: #DFE1FF;*/
	
	
}

.inside_title{
	font-family: Tahoma, Arial, Verdana;
	font-size:13px;
	color:#000197;
	font-weight: bold;
	border-bottom:1px solid #EA9090;
	/*border-right: 15px solid #DF5151;*/
	padding-bottom: 4px;

}

.inside_title:link, .inside_title:visited, .inside_title:active{
	font-family: Tahoma, Arial, Verdana;
	font-size:13px;
	color:#000197;
	font-weight: bold;
	border-bottom:1px solid #EA9090;
	/*border-right: 15px solid #DF5151;*/
	padding-bottom: 4px;
	text-decoration: none;
}

.inside_title:hover{
	font-family: Tahoma, Arial, Verdana;
	font-size:13px;
	color:#28A629;
	font-weight: bold;
	border-bottom:1px solid #EA9090;
	/*border-right: 15px solid #DF5151;*/
	padding-bottom: 4px;
}

.inside_title_cycle{
/*	font-size: 10px;*/
/*	color: #DF5151;*/
	color: #425BA7;
	font-size: 16px;
}

/************* Inside Links **************/
.inside_link, .inside_link:link, .inside_link:visited, .inside_link:active{
	color: #4C8D2A;
	padding-right: 5px;
	font-weight: bold;
}

.inside_link:hover {
	text-decoration: none;
	color: #0000FF;
	font-weight: bold;
}

/* links with no underline */
.inside_link2, .inside_link2:link, .inside_link2:visited, .inside_link2:active{
	color: #559D2F;
	padding-right: 5px;
	font-weight: bold;
	text-decoration: none;
}

.inside_link2:hover {
	text-decoration: none;
	color: #0000FF;
	font-weight: bold;
}
/************* END Links **************/

/*********** listing with no dashes ***********/
.tab_first_list{
	background: #F3F3F3;
	border: 1px solid #D3D3D3;
}

.tab_snd_list{
	background: White;
	border: 1px solid #D3D3D3;
}
/*********** listing with dashes ***********/
.td_list1{
	background: #F7FCF9;
/*		background: #B8E5CC;*/
	border-bottom: 1px dashed #D3D3D3;
}

.td_list2{
	background: #FDFDFD;
/*background: #EFEFEF;*/
	border-bottom: 1px dashed #D3D3D3;


}


.td_list4{
	background: #F1FAF5;
	border-bottom: 1px solid #D3D3D3;
}

.td_list3{
	background: #FDFDFD;
}

/*********** End listing ***********/

.td_title{
	background: #E6E9ED;
}

.txt_field{
	border:1px solid #CCCCCC;
	padding:0pt 0pt 0pt 0pt;
	margin:0pt 0pt 0pt 0pt;
	font-family: Tahoma, Arial, Verdana;
	font-size: 13px;
	
}


.btn { 
	font-family: Tahoma, Helvetica ; 
	font-size: 12px; 
	background-color : #e5e5e5; 
	color:#000099;  
	border : 1px solid;   
	border-color : #8AACCE;
}

.error_msg{
	color: #B22222;
	font-size: 10pt;
	font-weight: bold;
	border:1px solid #ff0000;
	padding: 5pt;
	background-color: #F2C8C8;
	font-family: Tahoma;
}

.success_msg{
	color: Green;
	font-size: 10pt;
	font-weight: bold;
	border:1px solid #007501;
	padding: 5pt;
	background-color: #E9F8EE;
}

.loading{
	color: Green;
	font-size: 10pt;
	font-weight: bold;
	border:1px solid #007501;
	background-color: #E9F8EE;
	padding: 10pt;
}

table{
	font-family: Tahoma, Arial, Verdana;
	font-size:12px;
	color:#000199;
   line-height: 16px;
}

.title{
	font-size: 13px;
	color: #289E29;
	font-weight: bold;
}

.title2{
	font-size: 13px;
	color: #0000CD;
	font-weight: bold;
}

.copyright {
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #A6A6A6;
	border-top: 1px solid #777777;
}

.block_cyckle{
	color: #28AC29;
	font-size: 16px;
}

.block_small_link, .block_small_link:link, .block_small_link:visited, .block_small_link:active{
	color: #0002D9;
	padding-right: 5px;
	font-weight: normal;
	text-decoration: none;
	font-size:11px;
}

.block_small_link:hover {
	text-decoration: underline;
	color: #0000FF;
	font-weight: normal;
}

.block_inside_header{
	color: Navy;
	font-weight: bold;
	background-color: #CBC7E6;
}

/****************** Main Page ****************/
.lec_title{
	font-size:12px;
	font-weight:bold;
	color: #0002DF;/*#B22222;*/
	/*border:1px solid #D0D0D0;*/
	border:1px solid #DEDEDE;
	/*background-color: #FAFAFA;*/
		background-color: #FFFFFF;
}
.lec_author{
	color:#007301;
	font-weight:bold;
	
}

.lec_info{
	font-size: 11px;
}

.lec_date{
	font-size: 10px;
	font-weight: bold;
}

a.main_news_title:link, a.main_news_title:visited{
	color: #3300CC;
	font-weight:bold;
	text-decoration: none;
}

a.main_news_title:hover {
	text-decoration: underline;
	color: #006600;	
}

a.main_news_more:link, a.main_news_more:visited {
	text-decoration:none;
	color: #006600;
	font-weight: bold;
	font-size: 11px;
}

a.main_news_more:hover {
	color: #006600;	
	text-decoration: underline;
	font-weight: bold;
	font-size: 11px;	
}

/*********************/
.top_link, .top_link:link, .top_link:visited, .top_link:active{
	text-decoration: none;
	font-weight: bold;
	color: #010F5B;
	font-size:10px;
}

/*********************/
.top_link:hover {
	text-decoration: none;
	font-weight: bold;
	color: #0000FF;
}

.google_txt{
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color:Navy;
}
.google_box{
	border: 1px solid #CCCCCC;
	font-size:9px;
}
.google_btn{
	border: 1px solid #BAB4DE;
	font-size:9px;
	background-color : #e5e5e5; 
	color:#000099;  
	border : 1px solid #8AACCE;	
	font-family:Arial , Helvetica, sans-serif;
}

.scroll_block{
	border: 1px solid #E26565;
	background-color: #F8E8E8;
	height: 20px;
	color: #0000FF;
	font-size: 12px;
}

.scroll_link, .scroll_link:link, .scroll_link:visited, .scroll_link:active{
	color: #C40000;
	padding-right: 5px;
	text-decoration: none;
	font-size: 12px;
}

.scroll_link:hover {
	text-decoration: none;
	color: #5D7C1F;
	font-size: 12px;
}


.scroll_cycle{
	color: #0000FF;
	font-size: 16px;
}

.header_2{
	color:#007301;
	font-weight:bold;
	letter-spacing: 1px;
	
}

.hor_sep{
/*	border-top: 1px dashed  #28A629;
	background-color: #EDF5ED;
	*/
	border-top: 1px dashed  #C8C8FF;
}

.main_div{
	background-color: #F7F6FC;
	text-align: center;
	border: 1px solid #C8C8FF;
}
.to_top_page, .to_top_page:link, .to_top_page:visited, .to_top_page:active{
	color: #65BA38;
	padding-right: 5px;
	font-weight: bold;
	text-decoration: none;
}

.to_top_page:hover {
	text-decoration: none;
	color: #0000FF;
	font-weight: bold;
}

.new_SC_txt{
	padding-left:5pt; 
	font-size: 10pt 
}

.new_SC_title{
	padding-left:5pt; 
	font-size: 14pt ;
	color:#CC0000;
font-weight: bold;
padding: 10pt;
font-family:Verdana, Arial, Helvetica, sans-serif;
	
}

a.new_sc_link:link, a.new_sc_link:visited{
	color: #009900;
	font-weight:bold;
	text-decoration: underline;
}


a.new_sc_link:hover{
	color: #009900;
	font-weight:bold;
	text-decoration: none;
}
