/* Стандартные стили */

/** * * * * * * * * * * * * * * * *
* Базовый файл стилей             *
* * * * * * * * * * * * * * * * * *
* В этом файле заданы стили основных элементов
* и перечислены встроенные селекторы и идетификаторы
* ---
* Для указания пути к картинкам используйте макрос $(styleRoot)
*/

/* Основные стили */
html, body {
  margin: 0; padding: 0;
  width: 100%; height: 100%;
  font-family: verdana, tahoma, sans-serif;
}

img {
	/*border: none;*/
	/*margin: 10px;*/
	/*border: 1px solid Silver;*/
}

table, tr, td {
  border: 1px solid black;
  border-collapse: collapse;
  padding: 5px;
}

sup, sub {font-size: 80%;}

a {color: #00f;text-decoration: underline;}
a:link {color: #00f;text-decoration: underline;}
a:visited {color: #008;text-decoration: underline;}
a:hover {color: #f00;text-decoration: none;}

p {
  /*text-align: justify;*/
  text-indent: 1em;
  margin: 2px 0 3px;
}

h1, h2, h3, h4, h5, h6 {font-family: arial, verdana, tahoma, sans-serif;  margin: 1em 0 0.2em;}
h1 {font-size: 118%;}
h2 {font-size: 115%;}
h3 {font-size: 112%;}
h4 {font-size: 109%;}
h5 {font-size: 107%;}
h6 {font-size: 105%;}

.hidden {display: none;}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* Стиль области контента                                                           *
* Внутри этой области не допускается никаких вложенных элементов шаблона страницы  *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
#Content {
  padding: 0.5em 1em;
}

/* Переключатель страниц */
div.pages {}
.pages span.selected {} /* Выбранная страница */


/* * * * * * * * *
* Стили веб-форм *
* * * * * * * * */
form, fieldset { 
	border: 0px;
	margin: 1px 0 3px 0;
	padding: 0;
}
input.text { 
	margin: 0;
	width: 135px;
	border: 1px solid Silver;
	background: #FFF;
	color: #000;
}
input.button { 
	margin: 0 2px 0 2px;
	padding: 2px 5px 2px 5px;
	border: 1px solid #4F4F4F;
	background: #DCDCDC;
	color: #000;
}
textarea {
	margin: 0; 
	/*width: 95px;*/
	border: 1px solid #ccc; 
	background: #FFF;
	color: #000;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * *
* Стили, используемые информационными сообщениями  *
* * * * * * * * * * * * * * * * * * * * * * * * * */
/* Сообщения об ошибках */
div.errorBox {background: #fff; border: solid 2px #f00; padding: 5px; margin: 0 2px 2px 2px;}
div.errorBoxCap {background: #f00; color: #fff; font-weight: bold; padding: 2px 5px 0px 5px; margin: 2px 2px 0 2px;}
/* Информационные сообщения */
div.infoBox {background: #fff; border: solid 2px #25b; padding: 5px; margin: 0 2px 2px 2px;}
div.infoBoxCap {background: #25b; color: #fff; font-weight: bold; padding: 2px 5px 0px 5px; margin: 2px 2px 0 2px;}

/* * * * * * * * * * * * * * * * * * * * * *
* Дополнительные стили модулей расширения  *
* * * * * * * * * * * * * * * * * * * * * */



*, a img {
	padding: 0;
	margin: 0;
	border: 0;
}

p, h1, h2, h3, h4, h5, h6, #Content{
	padding: 0;
	margin: 0;
	text-indent: 0;
	/*text-align: left;*/
}

#all{
	float: left;
	width: 100%;
/*	position: relative;
	z-index: 1;*/
	background: url(images/all_inner2.jpg) 0px bottom no-repeat;
}

#all_inner{
	float: left;
	width: 100%;
	background: url(images/all_inner3.jpg) 560px bottom no-repeat;
}

body{
	background: url(images/body.gif) top left repeat #F4DAAE;
}

#top{
	float: left;
	/*width: 100%;*/
	/*width: 904px;*/
	height: 136px;
}

#top img{
	float: left;
}

#menu_outer{
	margin-right: 56px;
}

#menu{
	float: left;
	width: 100%;
	background: url(images/menu.gif) top left repeat-x;
	height: 37px;
	font-size: 14px;
	font-family: "times new roman ps mt", "times new roman ps", "times new roman", times, serif;
}

#menu_inner{
	float: left;
	width: 100%;
	background: url(images/menu_inner.gif) top left no-repeat;
	height: 37px;
}

#menu_inner2{
	float: left;
	width: 100%;
	background: url(images/menu_inner2.gif) top right no-repeat;
	height: 37px;
}

#menu_inner3{
	margin-left: 20px;
	margin-right: 18px;
}

#body_outer{
	margin-right: 23px;
	/*min-width: 1200px;*/
}

#body{
	float: left;
	width: 100%;
	position: relative;
	background: url(images/bodyv.gif) top left repeat-y white;
}

#body_inner{
	float: left;
	width: 100%;
	background: url(images/body_inner.gif) top right repeat-y;
}

#body_inner2{
	float: left;
	width: 100%;
	background: url(images/body_inner2.gif) top left repeat-x;
}

#body_inner3{
	float: left;
	width: 100%;
	background: url(images/body_inner3.gif) top left no-repeat;
}

#body_inner4{
	float: left;
	width: 100%;
	background: url(images/body_inner4.gif) top right no-repeat;
}

#body_inner5{
	float: left;
	width: 100%;
	background: url(images/body_inner5.gif) bottom left no-repeat;
}

#left{
	float: left;
	position: relative;
	z-index: 3;
/*	width: 252px;*/
	font-family: "times new roman ps mt", "times new roman ps", "times new roman", times, serif;
	width: 198px;
	padding-left: 9px;
	padding-right: 25px;
	padding-top: 24px;
	padding-bottom: 17px;
}

#left .head{
	float: left;
	width: 100%;
	display: inline;
	font-weight: bold;
	font-size: 90%;
	/*font-size: 14px;*/
	color: #000000;
	margin-bottom: 25px;
}

#left p{
	float: left;
	width: 100%;
	color: #000000;
	font-size: 14px;
	margin-bottom: 16px;
	display: inline;
}

#left p .date{
	font-weight: bold;
}

#left a{
	color: #487EB6;
}

#left a:hover{
	text-decoration: none;
}

#right{
	float: right;
	position: relative;
	z-index: 2;
	/*modified*/
	margin-left: -232px;
	width: 100%;
}

#right_inner{
	/*modified*/
	margin-left: 232px;
}

#bookmarks{
	float: right;
	width: 47px;
	padding-top: 32px;
	position: relative;
	z-index: 2;
}

#bookmarks img{
	float: right;
	display: inline;
	margin-bottom: 10px;
}

#true_content{
	float: left;
	width: 100%;
	position: relative;
	z-index: 1;
	margin-right: -47px;
}

#true_content_inner{
	/*modified*/
	margin-right: 17px;
}

#true_content_inner2{
	float: left;
	width: 100%;
	/*modified*/
	/*background: url(images/true_content_inner2.gif) left 50px repeat-x;*/
}

#true_content_inner3{
	float: left;
	width: 100%;
	/*modified*/
	/*background: url(images/true_content_inner3.gif) left 50px no-repeat;*/
}

#true_content_inner4{
	float: left;
	width: 100%;
	/*modified*/
	/*background: url(images/true_content_inner4.gif) right 50px no-repeat;*/
}

#true_content_inner5{
	padding-left: 43px;
	padding-right: 48px;
	color: #000000;
	font-size: 100%;
	font-family: "times new roman ps mt", "times new roman ps", "times new roman", times, serif;
	padding-top: 24px;
}

#Content h1{
	font-size: 90%;
	font-weight: bold;
	margin-bottom: 25px;
}

#Content a{
	color: #487EB6;
}

#Content a:hover{
	text-decoration: none;
}

#Content .small{
	font-size: 80%;
}

#Content .it{
	font-style: italic;
}

#Content p{
	/*text-align: justify;*/
	margin-bottom: 12px;
}

#Content ul{
	margin-top: 8px;
	margin-left: 21px;
	margin-bottom: 8px;
}

/*
ul {
	margin-left: 21px;
}
*/

#post_body{
	float: left;
	width: 100%;
	height: 80px;
	background: url(images/post_body.gif) top left repeat-x;
}

#post_body_inner{
	float: left;
	width: 100%;
	height: 80px;
	background: url(images/post_body_inner.jpg) top left no-repeat;
}

#post_body_inner2{
	float: left;
	width: 100%;
	height: 80px;
	background: url(images/post_body_inner2.gif) top right no-repeat;
}

#note{
	float: left;
	/*width: 100%;*/
	width: 153px;
	height: 80px;
	background: url(images/note.jpg) 25px 0px no-repeat;
}

#post_body a{
	font-family: "times new roman ps mt", "times new roman ps", "times new roman", times, serif;
	font-size: 12px;
	color: #FF4500;
	float: left;
	display: inline;
	margin-left: 65px;
	margin-top: 20px;
}

#post_body a:hover{
	text-decoration: none;
}

#botmenu{
	float: left;
	width: 100%;
	height: 66px;
	text-align: center;
	color: #9B6C21;
	font-family: "times new roman ps mt", "times new roman ps", "times new roman", times, serif;
	font-size: 85%;
}

#botmenu_inner{
	margin-top: 35px;
 	margin-left: 28px;
 	margin-right: 28px;
}

#botmenu a{
	color: #9B6C21;
	font-weight: bold;
}

#botmenu a:hover{
	text-decoration: none;
}

#footer{
	float: left;
	width: 100%;
	height: 34px;
	padding-top: 14px;
	background: url(images/footer.gif) 30% bottom no-repeat;
	text-align: center;
	font-family: "times new roman ps mt", "times new roman ps", "times new roman", times, serif;
	font-size: 80%;
}

#footer a{
	color: #895E1D;
}

#footer a:hover{
	text-decoration: none;
}

.width {
  width: 100%;
  min-width: 924px;
}


#top_inner{
	float: left;
	width: 100%;
	/*width: 891px;*/
	background: url(images/top_inner.jpg) 711px 0px no-repeat;
}

#statue{
	/*display: inline;
	position: absolute;*/
	margin-left: 86px;
}

.firstpage {
	margin: 0 0 15px 0;
	padding-bottom: 9px;
	/*padding: 9px;*/
	/*padding-left: 43px;*/
	/*padding-right: 48px;*/
	width: 96%;
	/*display: block;*/
	/*clear: left;*/
	/*float: left;*/
	/*display: inline;*/
	/*margin-top: 11px;*/
	/*margin-bottom: 15px;*/
	/*border: 1px solid #D3D3D3;*/
}

.right_left {
	/*margin: 0 0 15px 0;*/
	float: left;
	width: 45%;
	/*padding: 9px;*/
	/*margin-top: 11px;
	margin-bottom: 15px;*/
	/*background: #f2f2f2 url(images/corner.gif) no-repeat bottom right;*/
	/*background: #FFEBCD no-repeat bottom right;*/
	/*border: 1px dotted #708090;*/
}

.right_right {
	/*margin: 0 0 15px 0;*/
	float: right;
	width: 45%;
	/*padding: 9px;*/
	/*margin-top: 11px;
	margin-bottom: 15px;*/
	/*background: #D4E7F4 url(images/corner.gif) no-repeat bottom right;*/
	/*background: #FFEBCD no-repeat bottom right;*/
	/*border: 1px dotted #708090;*/
}

.right_center {
	/*margin: 0 0 15px 0;*/
	float: left;
	width: 100%;
	/*padding: 9px;*/
	/*margin-top: 11px;
	margin-bottom: 15px;*/
	/*background: #D4E7F4 url(images/corner.gif) no-repeat bottom right;*/
	/*background: #FFEBCD no-repeat bottom right;*/
	/*border: 1px dotted #708090;*/
}

.advtext {
	margin: 0;
	padding: 1px 7px 1px 7px;
	font-size: 90%;
	font-weight: bold;
	color: #FFFFFF;
	display: inline;
	/*background: #00008B;*/
}

.contentblock {
	margin: 0;
	padding: 11px 9px 1px 9px;
	font-size: 100%;
	color: #000000;
	display: block;
	overflow: hidden;
}

.contblock2 {
	display: block;
	clear: both;
	padding-bottom: 10px;
}

.contblock2img {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 1px solid Silver;
}

.subpages ul {
	margin-top: 1px;
	padding-bottom: 15px;
	color: #DCDCDC;
	font-size: 90%;
}

.ditto_currentpage {
	font-weight: bold;
}

#total_pages a {
    padding: 3px;
}

.subpages li {
	margin-left: 20px;
	display: inline;
	white-space: nowrap;
}

.neighbors {
	margin-top: 2px;
	margin-left: 15px;
	margin-bottom: 15px;
	padding-top: 5px;
	padding-left: 5px;
	padding-bottom: 9px;
	width: 170px;
	/*display: block;*/
	clear: left;
	float: right;
	/*display: inline;*/
	border-left: 1px dashed #708090;
	border-bottom: 1px dashed #708090;
	border-top: 1px dashed #708090;
}

/* Search Terms Highlighting
------------------------------------------------------------------------------- */
.ajaxSearch_highlight {
    background-color: #FFCC00;
    padding: 1px;
    margin: 0px;
    border: 1px solid #CC9900;
    color: #000000;
}

#ajaxSearch_input { 
	font-size:17px;
	margin: 0;
	width: 135px;
	border: 1px solid Silver;
	background: #FFF;
	color: #000;
	/*height: 20px;*/
}
#ajaxSearch_submit { 
	margin: 0;
	padding: 0 5px 0 5px;
	border: 1px solid #4F4F4F;
	background: #DCDCDC;
	color: #000;
}