﻿

body
{
    font-family: Arial;
    font-size: 12px;
    margin:0px;
    padding:0px;
    background-color: white;
   /* background-image: url(images/pattern.png)*/
}

a
{
    color: #0d6ab0;
    text-decoration:none;
}

#body
{
    width:850px;
    text-align:center;
    position:relative;
}

#loading
{
    position: absolute;
    z-index:5020;
    top:0px;
    left:0px;
    display:none;
    background-color: #ffffff;
    filter:alpha(opacity=50); /* IE 5.5+*/
    -moz-opacity: 0.5; /* Mozilla 1.6 и ниже */
    -khtml-opacity: 0.5; /* Konqueror 3.1, Safari 1.1 */
    opacity: 0.5; /* CSS3 - Mozilla 1.7b +, Firefox 0.9 +, Safari 1.2+, Opera 9 */
}
#loading_text
{
    position: absolute;
    z-index:5021;
    top:0px;
    left:0px;
    display:none;
    background-color: #0876c1;
    padding:10px;
    font-size:14px;
    font-weight:bold;
    color:#ffffff;
    
}

p
{
    text-indent: 10px;
}

#Header_1
{
    height: 34px;
    background-position: left bottom;
    background-image: url(images/header_1.png);
    background-repeat: no-repeat;
}
#Header_2
{
    height: 87px;
    background-position: left bottom;
    background-image: url(images/header_2.png);
    background-repeat: no-repeat;
}
#Header_3
{
    height: 80px;
    background-position: left bottom;
    background-image: url(images/header_3.png);
    background-repeat: no-repeat;
}

#Header_1, #Header_2, #Header_3, #Content
{

	margin-left: 0;
	margin-right: 0;
    background-color:White;
}




.vtp 
{
    position: absolute;
	left: 5px;
	top: 20px;
	text-transform: uppercase;
	font-size: 20px;
}

.lblNews 
{   
	text-transform: uppercase;
	font-size: 10px;
}

#Header, #Footer
{
    width: 970px;	
}









#nayka div
{
    margin: 10px;
    text-indent: 10px;
}




.menu_top
{
    width:850px; 
    height:47px; 
    position:relative;
    margin-left: auto;
	margin-right: auto;
}
.menu_top_l, menu_top_c, menu_top_r
{
    height:27px;
    margin:0px;
    padding:0px;
}

.menu_top_l
{
    width: 105px;
    background-image: url(images/menu_l.png);
    background-position: left top;
    background-repeat: no-repeat;
}
.menu_top_r
{
    width: 123px;
    background-image: url(images/menu_r.png);
    background-position: left top;
    background-repeat: no-repeat;
}
.menu_top_c
{
    width: 104px;
    background-image: url(images/menu.png);
    background-position: left top;
    background-repeat: no-repeat;
}

.menu{
	position: absolute;
	left: 8px;
	top: 94px;
	text-transform: uppercase;
	font-size: 11px;
}

.menu_admin
{
    position: absolute;
	left: 8px;
	top: 15px;
	text-transform: uppercase;
	font-size: 11px;
}

.menu a, .menu_admin a
{
    color: White;
    font-weight:bold;
}

.menu a:hover, .menu_admin a:hover
{
    color: black;
}

.menu_top_item{text-align:center;}

.colo
{
    width:175px;
}

.menu_sub
{
    filter:alpha(opacity=70); /* IE 5.5+*/
    -moz-opacity: 0.7; /* Mozilla 1.6 и ниже */
    -khtml-opacity: 0.7; /* Konqueror 3.1, Safari 1.1 */
    opacity: 0.7; /* CSS3 - Mozilla 1.7b +, Firefox 0.9 +, Safari 1.2+, Opera 9 */
}

.menu_sub
{
    margin-left:20px;
    text-align:left;
    background-image: url(images/menu_sub.png);
    border-top:solid 1px White;
    background-repeat: repeat;
}
.menu_sub_item
{
    text-align:left;
    height: 21px;
    border-bottom:solid 1px White;
    color: White;
    padding: 0px 2px 0px 2px;
    
    
}
.menu_sub_item a:hover
{
    color:Black;
}

#Content_all
{
    background-position: right top;
    /*background-image: url(images/content_left.png);*/
    background-repeat: repeat-y;
    padding-left:15px;
    padding-right:10px;
}
#Content_all_1
{
    background-position: left top;
    /*background-image: url(images/side_l.png);*/
     background-image: url(images/bg.png);
    background-repeat: repeat-y;
}

#footer_1
{
    height: 61px;
    background-position: left top;
    background-image: url(images/footer_1.png);
    background-repeat: repeat-x;
}

#content_header
{
    padding-right:20px;
    height: 30px;
    background-position: right bottom;
    background-image: url(images/dots.png);
    background-repeat: no-repeat;
    margin-bottom: 20px;
    text-align:right;
    color: #fb5e3c;
    font-weight:bold;
    font-size: 14px;
}

.block
{
    border: solid 1px #dbdbdb;
    margin-bottom: 10px;
}

.block_content
{
    padding:3px;
    margin-bottom: 0px;
}

.block_header
{
    height:16px;
    background-position: left top;
    background-image: url(images/block_header.png);
    background-repeat: repeat-x;
    color: White;
    font-weight:bold;
    text-transform:uppercase;
    text-align:center;
}

.block_footer
{
    height: 7px;
    background-position: left bottom;
    background-image: url(images/block_footer.png);
    background-repeat: repeat-x;
}

.cal
{
    border: 0px;
    margin: 0px;
    padding: 0px;
}
.cal_day
{
    border: solid 1px #949494;
}

.cal_cur_day
{
    background-color: #0b79c2;
    
    border: solid 1px #949494; 
}
.cal_cur_day a
{
    color: White;
}

.cal_weekend_day
{
    background-color: #d4d4d4;
    border: solid 1px #949494; 
}

.cal_title{color: #0b79c2;}

.cal_title a
{
    text-decoration: none;
}

.news_date
{
    font-weight:bold;
    padding-left: 0px;
}
.news_text
{
    color: Black;
    font-size: 11px;
    line-height:13px;
    padding: 1px 2px 1px 10px;
}
.news_more
{
    text-align:right;
    
}
.news_more a {text-decoration:none;}

.disc
{
    position: absolute;
    bottom:64px;
    background-image: url(images/side_l_b.png);
    background-position: left bottom;
    background-repeat: no-repeat;
    height: 92px;
    width: 125px;
}

.Login
{
    position: absolute;
    top:63px;
    /*left:500px;*/
    right:11px;
    text-align:right;
}

.Login input, .Login span, .Login label
{
    /*height:12px;*/
    font-size:10px;
    background-color: Transparent;
    /*border: solid 1px White;*/
    color: White;
}
.Login input{border: solid 1px White;}
#btn_login{height:20px;}


.ErrorMessage
{
	color: Red;
	font-size:12;
	font-family:Verdana;
	background-color: RGB(254, 247, 180);
	border: solid 1px Red;
	padding:8px;
	margin-bottom:10px;
}
