table{
	border:0px;
	border-collapse:collapse;
}

table td{
	padding:0px;
} 

body, p, td, input, textarea, pre{
	font-family: Arial, Helvetica, sans;
	font-size: 12px;	
}

body {
	margin: 0;
	padding: 0;
	background-color: white;
	color: #002B55;
}

p {
	margin: 0;
	padding: 0;
	text-indent: 0;	
}

/* Стили заголовков */
h1 { text-align: center; font-size: 1.4em; }
h2 { text-align: center; font-size: 1.2em;  color:red;}
h3 { text-align: left; font-size: 1em; font-weight: bold;}
h4 { text-align: center; font-size: 1em; }

/* Стили разных частей страницы */
td.bottom {
	padding: 5px;
	vertical-align: top;
	text-align: center;
	background-color: #B3C8DC;
	background-image: URL("/theme/bg_menu.png");
	background-position: right;
	background-repeat: repeat-y;
}

td.left {
	padding: 30 10 0 0;
	vertical-align: top;
	text-align: right;
	background-image: URL("/theme/bg_left.jpg");
	background-position: top;
	background-color: #B3C8DC;
	background-repeat: repeat-x;
}

td.menue {
	font-weight: normal;
	padding: 3px 3px;
	color: white;
	font-size: 10pt;
	vertical-align: center;
}

td.menuecol {
	width: 210px;
	padding: 10 5 5 5;
	vertical-align: top;
	text-align: justify;
	background-color: #0052a6;
	background-image: URL("/theme/bg_menu.png");
	background-position: left;
	background-repeat: repeat-y;
}


/* Стили новостей на главной */
.NewsItem{
	border: 1px solid #002953;
	margin-bottom: 2px;
}
.NewsContent {
	padding: 5px;
}
.NewsDate{
	font-size: 0.8em;
	text-align: right;
	padding-right: 20px;
}

.NewsTitle {
	background-color: #0052A6;
	color: white;
	font-size: 1.2em;
	font-weight: bold;
	height: 20px;
	padding: 5px 0 5px 70px;
	text-align: center;
	background-image: URL("/theme/bg_news_title.png");
	background-position: 0% 0%;
	background-repeat: no-repeat;
}

td.page {
	padding: 20px;
	vertical-align: top;
}

td.page p { 
	text-indent: 2em; 
	margin-top: 0; 
	margin-bottom: 0; 
}

.head_table{
	background-color:  #002953;
}

.main_table{
	background-color:  white;
}


/* Стиль блоков правого меню */
.menublock{
	margin-top: 20px;
}

.menublock{
	padding:0;
}
.menublock div.content{
	border-top: 1px solid #0052a5;
	border-bottom: 1px solid #0052a5;
	padding: 3px;
}

.menublock div.title{
	margin: 5px 0 5px 0;
	color: white;
	font-weight: bold;
}

.menublock div.title a{
	color: white;
	font-weight: bold;
	text-decoration: none;
}

.copyright{
	color: #009;
	font-size: 9pt;
	text-align: center;
	margin: 10px;
}

.small{
	font-size: 9pt;
}

.center{
	text-align: center;
}

#bottom_line{
	color: white;
	text-align: center;
	font-size: 10px;
	padding: 2px;
	background-color: #002953;
}

#bottom_line a{
	color: white;	
}

.white, .white a{
	color: white;
}

#pages ul{
	list-style-image: url('/theme/actions/book-open-text-image.png');
}

#pages ul ul,#pages ul ul ul, #pages ul ul ul{
	list-style-image: url('/theme/actions/document-text-image.png');
}

#sitemap ul{
	list-style-image: url('/theme/actions/document-text-image.png');
}

#photogallery ul{
	list-style-image: url('/theme/actions/blue-folder-open-image.png');
}

#photogallery ul li ul{
	list-style-image: url('/theme/actions/images.png'); 
}

#phototable .title{
	font-weight: bold;
}
#phototable td{
	padding:5px;
} 


/* Стиль формы обратной связи */
#form_feedback div {
	width: 400px;
	/*border: 1px solid black;*/
	margin: 0 auto;
}

#form_feedback input,#form_feedback textarea {
	width: 350px;
}
.sendok,.senderror{
	font-size: 14px;
	text-align: center;
	font-weight: bold;
	margin: 20px 20px;
}
.sendok{
	color: green;

}

.senderror{
	color: red;
}

.errors{
	color: red;
	padding: 10px 10px;
	text-align: center;
	font-weight: bold;
}

#abit_table{
	margin-top: 20px;
}

#abit_table td{
	padding: 5px;
}

fieldset{
	border: 1px solid #002B55;
}
.post
{
	color: #ffffff !important;
	text-decoration: none;
}
.post a
{
	color: #ffffff !important;
	text-decoration: none;
}
.post a:visited
{
	color: #ffffff  !important;
	text-decoration: none;
}
.post a:link
{
	color: #ffffff !important;
	text-decoration: none;
}
.post a:hover
{
	color: #ffffff !important;
	text-decoration: none;
}