/*Стиль меню*/
.basictab ul{
margin: 1px;
padding: 1px 5px;
margin-left: 0;
list-style-type: none;
text-align: left; /*Положение меню*/
}

.basictab li{
display: inline;
margin: 3;
}

/*Ссылки меню*/
.basictab li a{
color : #CCCCCC; font-size : 16px; text-decoration: none; border-bottom: 1px solid #CCCCCC; cursor: hand; font-family:Times New Roman;}
.basictab li a:hover{
color : #FFFFFF; font-size : 16px; text-decoration: none ; border-bottom: 1px dashed #FFFFFF; font-family:Times New Roman;}


.menu{
margin-left: 0;
padding: 1px 5px;
text-align : left;
clear: left;
width:100%; /*Ширина подменю второго уровня*/
height:20px; /*Высота подменю второго уровня*/
}

/*Ссылки подменю*/
.menu a {color : #CCCCCC; font-size : 13px;text-decoration: underline; margin: 3; font-family:Times New Roman;}
.menu a:hover {color : #FFFFFF; font-size : 13px;text-decoration: underline; font-family:Times New Roman;}

.tabcontent{
display:none;
}
/*<----------------Конец стиля меню---------------->*/

/*<----------------Стиль документа---------------->*/

/*Таблицы*/
.table{border-top : solid 0px; border-left : solid 1px #285f8b; border-right : solid 1px #285f8b; border-bottom : solid 0px;}
.table_osn {border-top : solid 0px; border-left : solid 1px #285f8b; border-right : solid 1px #285f8b; border-bottom : solid 1px; #285f8b}
.table_vak {text-align: center; font-size: 12px; }
.table_vakzg {
	text-align: center;
	font-size: 13px;
	font-weight: bold;
}

/*Заголовок*/
.zg {margin: 1px 5px; color : #004a80; font-size : 16pt; text-align : center;font-family:Times New Roman;}
.pzg {margin: 1px 5px; color : #000000; font-size : 13pt; text-align : center;font-family:Times New Roman;font-weight: bold;}

/*Новости*/
.news {padding : 10px 5px; color : #505050; font-family:Times New Roman; font-size : 10pt; text-align:left}
.news a{color : #303030; font-size : 10pt; text-decoration: underline; cursor: hand; font-family:Times New Roman;}
.news a:hover{color : #285f8b; font-size : 10pt; text-decoration: underline ; border-bottom: 1px dashed #EEFECD; font-family:Times New Roman;}

/*Контакты*/
.cont {padding : 5px 5px; color : #505050; font-family:Times New Roman; font-size : 11pt; text-align:left}
.cont_zg {padding : 5px 5px; color : #303030; font-family:Times New Roman; font-size : 11pt; text-align:left; font-weight: bold;}

/*Копирайты*/
.cpr {color : 303030; font-family:Times New Roman; font-size : 9pt; text-align:center}
.cpr a{color : #303030; font-size : 9pt; text-decoration: underline; font-family:Times New Roman;}
.cpr a:hover{color : #285f8b; font-size : 9pt; text-decoration: underline ; font-family:Times New Roman;}

/*Основной текст*/
.osn_text {margin : 10px 5px; font-family:verdana; font-size : 8pt;}
.osn_text a{color : #303030; font-size : 8pt; text-decoration: underline; font-family:verdana;}
.osn_text a:hover{color : #285f8b; font-size : 8pt; text-decoration: underline ; font-family:verdana;}
.osn_text_en a{margin : 1px 1px; color : #303030; font-size : 8pt; text-decoration: none; font-family:verdana;}
.osn_text_en a:hover{margin : 1px 1px; color : #285f8b; font-size : 8pt; text-decoration: underline ; font-family:verdana;}

