/*Основной стиль*/
body {
	font-family: Georgia, "Times New Roman", Century, serif;
	font-size:15px;
    background-image: url(../images/bgMainTile.jpg);
}
/*Стиль заголовков*/
h1{
    font-size: 16px;
	padding: 10px 0 10px 0;
    margin: 0 0 15px 0;
	text-align: center;
    background-color: #26558b;
    color: #e97b00;
    /* Тень текста */
    text-shadow: #2d2d2d 1px 1px 2px;
}
/*Стиль ссылок*/
a {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}
/*Стиль ссылок при наведении*/	
a:hover {
	color: #d10101;
}
/*Стиль картинок при наведении*/
a:hover img {
    -webkit-box-shadow: 0 0 6px #2d2d2d;
    -moz-box-shadow: 0 0 6px #2d2d2d;
    box-shadow: 0 0 6px #2d2d2d;
}
/*Контейнер сайта*/
#container {
	width: 1000px;
	margin: auto;
	background-color: #ffffff;
/* Тень страницы Safari 3.0 */
	-webkit-box-shadow: #656565 0px 0px 12px; 
/* Тень страницы 3.5 */
    -moz-box-shadow: #656565 0px 0px 12px;
/* Тень страницы для современных браузеров */
	box-shadow: #656565 0px 0px 12px;
 /* Эмуляция CSS3 для для IE 6-8 */
    behavior: url(assets/style/PIE.php);
	}
/*Фон левой части шапки (для масштабирования сайта в Chrome)*/
#header {
    width: 1000px;
    height: 149px;
    font-size: 0;
    line-height: 0;
}
/*Контейнер блока авторских прав*/
#license {
    width: 1000px;
    margin: 15px auto;
    background-color: #7ca1ce;
/* Тень страницы Safari 3.0 */
	-webkit-box-shadow: #656565 0px 0px 12px; 
/* Тень страницы 3.5 */
    -moz-box-shadow: #656565 0px 0px 12px;
/* Тень страницы для современных браузеров */
	box-shadow: #656565 0px 0px 12px;
 /* Эмуляция CSS3 для для IE 6-8 */
    behavior: url(assets/style/PIE.php);
	}   
#license p {
    text-align: center;
    font-size: 0.9em;
    font-style: normal;
    padding: 5px;
}
/*Стиль текстового блока*/
#content {
    margin: 20px 15px 20px 15px; 
    position: relative;
    width: 696px;
}
/*стиль активной ссылки*/
.menu-active {
	color:#bf0202;
}
/*Фон верхнего меню*/
#menu_top {
	background-image: url(../images/menu_top.jpg);
	background-repeat: repeat-x;
    height: 59px;
    width: 1000px; 
    font-size: 16px;
}
/*Стиль верхнего меню*/
#main_menu {
    width: 950px;
    margin: auto;
    text-align: center;
}
#main_menu a:link, #main_menu a:visited {
    margin: 0 35px 0 35px;
}
/*Фон правого меню*/
#menu_right {
	background-image: url(../images/menu_right.jpg);
	background-repeat: repeat-y;
    background-color: #7ca1ce;
    width: 274px;
	}
/*Стиль разделов правого меню*/
.right-menu-blocks {
	width: 240px;
	margin-top: 25px;
	margin-left: 25px;
}
/*Стиль правого меню*/
.right-menu-blocks a{
    font-size: 14px;
}
/*Стиль картинок виртуального архива*/
.banners {
	margin: 20px 0 5px 0;
}
/*Стиль линии правого меню*/
.line-menu {
    background: url(../images/line.png) top center no-repeat;
    background-color: #000;
	width: 230px;
    height:1px;
	margin: 20px 0px 0px 29px;
}
/*Стиль пустого раздела*/
#empty {
	margin-top: 100px;
}
/*Фон подвала*/
#footer {
	background-image: url(../images/footer.jpg);
	background-repeat: repeat-x;
    height: 80px;
	width: 1000px;
}
/*Стиль меню подвала*/
.footer_menu {
	width: 250px;
	margin-top: 15px;
	margin-bottom: 15px;
}
/*Стиль текстологического модуля*/
#search {
    margin: 20px 0px 0px 100px;
}
#result {
    font-size: 15px;
    margin-bottom: 20px;
}
.query {
    width: 400px;
    height: 20px;
    border: solid 1px gray;
}
.button {
    height: 25px;
}
.separate {
    background-color: red;
}
.checkbox {
    margin: 10px 0px 0px 0px;
}
#menu {
    margin: 25px 0px 30px 75px;
    width: 850px;
}
#menu ul a:link, #menu ul a:visited {
    font-size: 15px;
    text-decoration: none;
    font-weight: bold;
    display: block;
    margin-bottom: 10px;
}
#demo_box {
    position: relative;
    width: 1000px;
    height: 530px;
    background-color: #a8b3e4;
}
#unit_box {
    width: 1000px;
    height: 630px;
    margin: auto;
    position: relative;
    background-color: #a8b3e4;
}
#unit_box a, #unit_box a:visited, #unit_box a:link {
    color: #ff8800;
    text-decoration: none;
}
#unit_box a:hover{
    color: #d10101;
}
#unit_box a img{
    border: none;
}
#top_panel {
    background-color: #26558b;
    height: 25px;
}
#header_textolog {
    font-weight: bold;
    text-align: center;
    width: 750px;
    margin-left: 125px;
    font-size: 16px;
	text-align: center;
    color: #e97b00;
    /* Тень текста */
    -moz-text-shadow: #2d2d2d 1px 1px 2px;
    -webkit-text-shadow: #2d2d2d 1px 1px 2px;
    text-shadow: #2d2d2d 1px 1px 2px;
    behavior: url(assets/style/PIE.php);
}
#next {
    position: absolute;
    font-size: 14px;
    font-weight: bold;
    margin: 2px 0 0 895px;
    -moz-text-shadow: #484848 1px 1px 2px;
    -webkit-text-shadow: #484848 1px 1px 2px;
    text-shadow: #484848 1px 1px 2px;
    behavior: url(assets/style/PIE.php);
}
#prev {
    position: absolute;
    font-size: 14px;
    font-weight: bold;
    margin: 2px 0 0 15px;
    -moz-text-shadow: #484848 1px 1px 2px;
    -webkit-text-shadow: #484848 1px 1px 2px;
    text-shadow: #484848 1px 1px 2px;
    behavior: url(assets/style/PIE.php);
}
#text {
    height: 565px;
    width: 480px;
    margin-top: 5px;
    margin-left: 5px;
    font-size: 16px;
    background-color: white;
    overflow: scroll;
    position: absolute;            
}
#picture {
    height: 595px;
    width: 480px;
    margin-top: 5px;
    margin-left: 515px;
    overflow: hidden;
    background-color: gray;
    position: absolute;            
}
#sheet {
    position: relative;
    cursor: pointer;
    margin-left: 0px;       
}
#plus {
    height: 28px;
    width: 28px;
    position: absolute;
    margin-top: 560px;
    margin-left: 520px;
}
#minus {
    height: 28px;
    width: 28px;
    position: absolute;
    margin-top: 560px;
    margin-left: 555px;
}
#show {
    height: 28px;
    width: 28px;
    position: absolute;
    margin-top: 560px;
    margin-left: 590px;
}
#show a img {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
#scale {
    margin-top: 560px;
    margin-left: 625px;
    position: absolute;
    font-size: 20px;
    color: black;
    width: 80px;
}
#navigator {
    margin-left: 5px;
    margin-top: 570px;        
    background-color: #4e7690;
    width: 480px;
    height: 30px;
    position: absolute;
}
#img_name {
    margin: 3px 0px 0px 180px;
    position: absolute;
    border: solid 1px gray;
    height: 22px;
    font-size: 16px;
    background-color: white;
    text-align: center;
    vertical-align: bottom;
    width: 120px;
}
#leftnarr {
    margin: -2px 0px 0px 136px;
    position: absolute;
    font-size: 27px;
    font-weight: bold;
    -moz-text-shadow: #484848 1px 1px 2px;
    -webkit-text-shadow: #484848 1px 1px 2px;
    text-shadow: #484848 1px 1px 2px;
    behavior: url(assets/style/PIE.php);
}
#rightnarr {
    margin: -2px 0px 0px 308px;
    position: absolute;
    font-size: 27px;
    font-weight: bold;
    -moz-text-shadow: #484848 1px 1px 2px;
    -webkit-text-shadow: #484848 1px 1px 2px;
    text-shadow: #484848 1px 1px 2px;
    behavior: url(assets/style/PIE.php);
}
#back {
    position: relative;
    font-size: 14px;
    color: #ff8800;
    width: 1000px;
    height: 20px;
    text-align: center;
    background-color: #26558b;
    -moz-text-shadow: #484848 1px 1px 2px;
    -webkit-text-shadow: #484848 1px 1px 2px;
    text-shadow: #484848 1px 1px 2px;
    behavior: url(assets/style/PIE.php);
    margin: 10px 0 0 0;
}
#back a, #back a:visited, #back a:link {
    color: #ff8800;
    text-decoration: none;
}
#back a:hover{
    color: #d10101;
}
#back_main, #back_main a {
    color: #ff8800;
    width: 1000px;
    height: 20px;
    font-size: 14px;
    position: absolute;
    left: 0;    
    bottom: 0;
    text-decoration: none;
	text-align: center;
    background-color: #26558b;
    -moz-text-shadow: #2d2d2d 1px 1px 2px;
    -webkit-text-shadow: #2d2d2d 1px 1px 2px;
    text-shadow: #2d2d2d 1px 1px 2px;
    behavior: url(assets/style/PIE.php);
}
#back_main a:hover{
    color: #d10101;
}
.search {
    background-color: red;
}
/*<------------Начало блока стилей контента сайта------------->*/
.line {
	background: url(../images/line.png) top center no-repeat;
	width: 500px;
	height:1px;
    margin: 20px 0 20px 100px;
}
/*Разделитель между контейнерами div*/
.clearer {
	clear:both;
}
/*Стили элементов, относящихся к главной странице*/
.main-top {
	margin-bottom: 10px;
	text-align: center;
	}
.main {
	margin: 5px;
	text-align: justify;
	}
.nameimg {
    text-align: center;
    margin-bottom: 10px;
}   
.leftimg {
    padding: 5px;
    background-color: #26558b;
    vertical-align: middle;
    float: left; 
    margin: 0px 15px 0px 0px; 
   }
.rightimg {
    padding: 5px;
    background-color: #26558b;
    vertical-align: middle;
    float: right; 
    margin: 0px 0px 0px 15px; 
   }
/*Стиль отображения каждой отдельной статьи/публикации и т.д.*/
#article-prologue {
    text-align: right;
}
#article-images {
    width: 110px;
    margin: 0 -5px 5px 10px; 
    float: right;
    line-height: 0px;
    font-size: 0px;
}
.article-img-link {
    font-size: 9px;
    margin: 0 0 10px 0;
    line-height: 9px;
}
#article-images img {
    width: 100px;
}
#article-text {
	margin-bottom: 20px;
    text-align: justify;
    line-height: 20px;  
    font-size: 16px; 
}
#article-text p{
     margin-top : 0px;
     margin-bottom: 5px;
	 text-indent: 0px;
}
#article-text a{
     text-decoration: underline;
     white-space: pre-line;
}
#article-author {
	font-size: 15px;
	text-align: right;
	position: relative;
	font-style: italic;
	margin-right: 7px;
	width: 300px;
	float: right;
}
#article-info {
	font-size: 15px;
	text-align: left;
	position: relative;
	font-style: italic;
	margin-left: 7px;
	width: 300px;
	float: left;
}
#article-notes {
    text-align: justify;
}
/*Стиль прокрутки страницы наверх*/
#top {
    text-align: center;
	font-size: 14px;
    font-weight: bold;
    color: #213977;
    cursor: pointer;
}
/*Стиль отображения видео*/
#iframe {
    margin: 0 0 20px 32px;
}
/*Стиль отображения информации в виде списка*/
.table-text-list {
    vertical-align: top;
    text-align: left;
}
.table-img-list {
    line-height: 0px;
    font-size: 0px;
    margin: auto;
    width: 125px;
}
.list-img {
	padding: 5px;
    background-color: #26558b;
    width: 100px;
    float: left;
}  
.list-img img {
    width: 100px;
    vertical-align: middle;
}  
.list-img a:hover img {
    -webkit-box-shadow: 0 0 8px #a90204;
    -moz-box-shadow: 0 0 8px #a90204;
    box-shadow: 0 0 8px #a90204;
} 
.list-title {
	text-align: left;
    font-size: 16px;
	margin-left: 15px;
}
.list-author {
	text-align: left;
	float: left;
    margin: 15px 0 0 15px;
}
.list-text {
	text-align: justify;
    margin: 15px 0 5px 15px;
} 
/*Стиль элементов виртуального архива*/    
.va-title {
	text-align: left;
	margin-left: 15px;
}
.va-title a:link, .va-title a:visited {
	font-size: 14px;
	text-decoration: none;
}
.va-text-top {
	margin-left: 15px;
	margin-bottom: 15px;
	font-size: 14px;
    width: 100%;
    text-align: left;
}
.va-text-bottom {
	margin-top: 15px;
	font-size: 14px;
    text-align: left;
}
.va-float {
	margin-top: 15px;
	font-size: 14px;
    float: left;
}
.va-text-float {
	margin-top: 15px;
	font-size: 14px;
    text-align: left;
}
.va-view {
	width: 100%;
	text-align: left;
}
.va-view a:link, .va-view a:visited {
	font-size: 13px;
	float: left;
	text-decoration: underline;
	margin-left: 15px;
	margin-bottom: 15px;
	font-weight: bold;
}
#list ul {
	text-align: left;
	list-style-type: square;
	padding: 10px 0px 0px 30px;
	}	
#list li {
    padding-bottom: 20px;
	}	
#list a:link, #list a:visited{
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}  
/*Стиль галереи*/
#gallery {
    margin: auto;
    text-align: center;
}
.gallery_image {
    width:100px;
    height: 120px;
    position: relative;
    display: table;
    margin:0px 10px 20px 10px;
    background-color: #a46746;
}
.gallery_image img {
      max-height: 120px;
      position: absolute;
      margin: auto;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
}
/*lightbox*/
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
    height: 1650px;
}
#jquery-lightbox {
	position: absolute;
    margin: -50px auto;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { 
    border: none; 
}
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { 
    padding: 10px; 
}
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { 
    font-size: 10px;
    font-weight: bold; 
}
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
    font-weight: bold; 
	padding-bottom: 1.0em;	
    padding-top: 1.0em;
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
    padding-top: 0.7em;
	padding-bottom: 0.7em;	
}
/*Форма обратной связи*/
#contact-form {
    width: 500px;
    padding: 10px 0 0 20px;
    margin: 20px auto;
    background-color: #7ca1ce;
	border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
	/* Тень страницы Safari 3.0 */
	-webkit-box-shadow: #858585 0px 0px 7px;
	/* Тень страницы 3.5 */
    -moz-box-shadow: #858585 0px 0px 7px;
	/* Тень страницы для современных браузеров */
	box-shadow: #858585 0px 0px 7px;
    /* Эмуляция CSS3 для для IE 6-8 */
    behavior: url(assets/style/PIE.php);
}
#contact-form textarea, .email, .captcha2 {
    border: 1px solid #7ca1ce;
    box-shadow: inset 0px 2px 4px #989898;
    -moz-box-shadow: inset 0px 2px 4px #989898;
    -webkit-box-shadow: inset 0px 2px 4px #989898;
    behavior: url(assets/style/PIE.php);
}
#contact-form textarea {
    width: 472px;
    height: 200px;
}
#contact-form label {
    font-weight: bold;
    font-size: 12px;
}
#contact-form .email {
    width: 240px;
    height: 18px;
}
#contact-form .captcha2 {
    text-align: center;
    width: 50px;
    height: 20px;
}
input[type=submit] {
    margin: 10px 0 10px 0;
    border: 1px solid #b2b3c5;
    width: 110px;
    height: 25px;
    font-weight: bold;
    font-size: 12px;
   	font-family: Georgia, "Times New Roman", Century, serif;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    behavior: url(assets/style/PIE.php);
}
/*Капча*/
.captcha {
	background: url(../images/captcha.jpg) top center no-repeat;
	color: #fff;
	border: 0;
	text-align: center;
	width: 50px;
	height: 20px;
}
.error{
    color: red;
    margin: auto;
    width: 520px;
    text-align: center;

}
/*Форма авторизации*/
#authorization-form {
    width: 225px;
    padding: 10px 0 0 20px;
    margin: 20px auto;
    background-color: #7ca1ce;
	border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
	/* Тень страницы Safari 3.0 */
	-webkit-box-shadow: #858585 0px 0px 7px;
	/* Тень страницы 3.5 */
    -moz-box-shadow: #858585 0px 0px 7px;
	/* Тень страницы для современных браузеров */
	box-shadow: #858585 0px 0px 7px;
    /* Эмуляция CSS3 для для IE 6-8 */
    behavior: url(assets/style/PIE.php);
}
#authorization-form .login, .password {
    border: 1px solid #7ca1ce;
    box-shadow: inset 0px 2px 4px #989898;
    -moz-box-shadow: inset 0px 2px 4px #989898;
    -webkit-box-shadow: inset 0px 2px 4px #989898;
    behavior: url(assets/style/PIE.php);
}
#authorization-form textarea {
    width: 472px;
    height: 200px;
}
#authorization-form label {
    font-weight: bold;
    font-size: 12px;
}
#authorization-form .login {
    width: 200px;
    height: 20px;
}
#authorization-form .password {
    width: 200px;
    height: 20px;
}