/* Если на сайте используется форум НЕ ИСПОЛЬЗОВАТЬ класс content в вёрстке!!! */

body {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #000;
}
form {
	margin:0px; 
	padding:0px
}

table, td {
	vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000;
}

p {
	text-align: justify;
	font-size:1em;	
}
p img {margin: 5px;}
* img {
	border: 0px;
	margin: 0px;
}
a:link, a:visited, a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #00608e;
}
/* ======= основные стили ====*/
.body {
	padding: 0px 0px;
}

.top {
	padding-right: 5px;
	vertical-align: top;
}
.top span  {
	margin: 0px 12px;
	color: #cc3300;
}
.top a:link, .top a:visited, .top a:hover {
	color: #cc3300;
	font-size: 1em;
}
/* верхнее меню */
.TopMenu {
	background: url(img/fonTopmenu.gif) repeat-x top;
	margin-top: 2px;
	margin-bottom: 2px;
}
.TopMenu td {
	background: url(img/verticalLine.gif) no-repeat top right;
	vertical-align: middle;
	padding: 0px 20px;
}
.TopMenu a:link, .TopMenu a:visited {
	color: #fff;
	font-size: 1em;
	text-decoration: none;
}
.TopMenu a:hover {
	color: #fff;
	font-size: 1em;
	text-decoration: underline;
}

table.TopMenu td.TopMenuActive 
{	/*background: url(img/fonTopmenuActive.gif) repeat-x top;*/
	color:#fff;	
	font-weight:bold;
	text-decoration:underline;
	
}	
		
/*table.TopMenu td.TopMenuActive div.divactive
{	background: url(img/verticalLine.gif) no-repeat top right;
	vertical-align: middle;
	/*padding: 0px 20px;
}*/
	
/*Выпадающее меню*/
.smenu td 
{
	background: #fff url(img/bulletddmenu.gif) no-repeat 3px 8px;
	padding-left: 10px;
	border: 1px solid #efc600;
}
/* верхнее меню второго и третьего уровней */
.TopMenu2 {
	background: #f0f0f0;
	margin-bottom: 1px;
}
.menu {
	padding: 8px 10px 10px 20px;
}
.menu2,.menu2a {
	background: url(img/menuLine.gif) repeat-x bottom;
	padding: 5px 0px;
	margin-bottom: 0px;
}
td.menu div.menu2a a {
	color: #3c3c3c;
}
.menu2 a:link, .menu2 a:visited {
	color: #3c3c3c;
	font-weight: bold;
	text-decoration: none;
}
.menu2 a:hover {
	color: #3c3c3c;
	font-weight: bold;
	text-decoration: underline;
}
.menu3,.menu3a {
	background: url(img/bulletMenu.gif) no-repeat 0px 5px;
	padding-left: 10px;
	margin-top: 1px;
}
td.menu div.menu3a a {
	font-weight:bold;
	color: #3c3c3c;
}
.menu3 a:link, .menu3 a:visited {
	text-decoration: none;
	font-weight: normal;
	color: #3c3c3c;
}
.menu3 a:hover {
	font-weight: normal;
	text-decoration: underline;
}

.allpublication {
	padding: 10px 15px;
	margin: 5px 0px 5px 15px;
	background: #828282;	
	width: 249px;
	width: "280px";
	color: #fff;
	font-size: 1em;
}
.allpublication li {
	list-style-image: url(img/bulletTop.gif);
}
.allpublication a:link, .allpublication a:visited, .allpublication a:hover {
	color: #fff;
}
/* поиск на главной */
input.search {
	border: 1px solid #b0b0b0;
	height: 16px; 
	width: 100%;
	font-size: 0.75em;
}
/* путь по сайту */
.navigation {
	vertical-align: middle;
}
.navigation a:link, .navigation a:visited, .navigation a:hover {
	color: #3c3c3c;	
	font-size: 1em;
}
.navigation span {
	margin: 0px 5px;
}
.navigation span.this {
	padding: 0px;
	margin: 0px;
}
.navigation span.this a:link, .navigation span.this a:visited {
	text-decoration: none;
	color: #3c3c3c;
}
.navigation span.this a:hover {
	text-decoration: underline;
	color: #3c3c3c;
}

/* основная колонка */
.main {
	padding-right: 15px;
	padding-left: 10px;
}









/* правая колонка */
.RightPane {padding-right: 10px;}
.RightBlock {
	margin-bottom: 20px;
}
.RightBlock h1 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #cc3300;
	font-size: 1.05em;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 12px;
}
.RightBlock h1 span {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #cc3300;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 12px;
}
.RightBlock h2 {
	background: url(img/h2.gif) repeat-x;
	padding: 2px;
	font-size: 1.05em;
	margin-top: 5px;
}
.RightBlock a:link, .RightBlock a:visited, .RightBlock a:hover {
	color: #00608e;
}




/* подвал */
.foot {
	background: url(img/foot.gif) repeat-x;
	font-size: 1em;
}
.foot a:link, .foot a:visited, .foot a:hover {
	color: #3c3c3c;
}
div.copy a:link, .foot a:visited, .foot a:hover {
	color: #3c3c3c;
}
div.copy {
	text-align: right;
	color: #878787;
	font-size: 0.8em;
	font-size: "0.75em";
	margin-top:20px;
	padding-right: 10px;
}
div.copy a:link, div.copy a:visited, div.copy a:hover {
	color: #878787;
	/*font-size: 10px;*/
}
/* ======= новости ===== */
.date {
	font-weight: bold;
	text-align: center;
}
.date1 {
	font-weight: bold;
}
.text {
	text-align: justify;
}
.text img {
	margin: 5px 2px 5px 10px;
}
.minitext {
	font-size: 0.8em;
}

.lines-block 
{
	margin-right: 10px;
	margin-bottom: 15px;
}

/* ======== заголовки ===== */
h1, h2, h3, h4, h5 {
	margin: 0px;
	padding: 0px;
}
h1 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #cc3300;
	font-size: 1.7em;
}
h2 {
	background: url(img/h2.gif) repeat-x;
	padding: 2px;
	font-size: 1.05em;
}
h3 {
	font-size: 1.05em;	
}
h4 {
	font-size: 1em;
	margin-bottom: 2px;	
	/*margin-bottom: "20px";*/
}
/* ======= списки ===== */

ul, ol, li {
	margin: 0px;
	padding: 0px;
}
ol li {
	margin-left: 15px;	
	margin-left: "25px";
}
li {
	margin-left: 15px;	
}
ul li {
	list-style-image: url(img/bullet.gif);
}
.next {
	text-align: right;
	margin-top: 25px;
}
/* ======= формы ==== */
.input {
	border: 1px solid #c4c4c4;
}
.width {
	width: 300px;
}
.width1 {
	width: 100%;
}
.width2 {
	width: 200px;
}

.height {
	width: 300px;
	height: 150px;
}
.height1 {
	width: 100%;
	height: 150px;
}

.button 
{
	background: url(img/button.gif) repeat-x;;
	padding: 2px;
	border: none;
	height: 23px;
	text-decoration: none;
	color: #fff;
}				
.button a:link, .button a:visited, .button a:hover
{
	text-decoration: none;
	color: #000;
}		   
/* ======== вспомогательные стили ======= */
div.line {
	border-bottom: 1px solid #b0b0b0;
	font-size: 1px;
	height: 1px;
	margin: 5px 0px;
}
div.table table {
	border-top: 1px solid #c4c4c4e;
	border-right: 1px solid #c4c4c4;
}
div.table table td, div.table table th {
	border-bottom: 1px solid #c4c4c4;
	border-left: 1px solid #c4c4c4;
}
.black {color: #c3c3c3;}
.black2 {color: #000;}
.black a:link, .black a:visited, .black a:hover {color: #000; text-decoration:none;}
.black2 a:link, .black2 a:visited, .black2 a:hover {color: #000; text-decoration:none;}

h4 {margin-bottom: 0px;}


p.left {text-align: left;}
p.right {text-align: right;}
p.center {text-align: center;}

/* ==================== голосования ============ */
.caps {
    background: url(img/bgcapsula1.gif) no-repeat;
    height:10px;
    font-size: 1px;
    padding: 0px 1px 0px 0px;}
.caps1 {
	background: url(img/capsula1.gif) repeat-x;
    height: 10px;
    font-size: 1px;
    border-right: solid 1px #008b90;
     }
	
/* ==== админское === */
div.True {border: 1px solid #eeeeee;padding:0px 3px;}
               div.True div.divedit, div.TrueOver div.divedit {margin:3px 0px; padding:4px;}
               div.TrueOver {border:1px solid black;padding:0px 3px;}
               div.TrueOver div.divedit {background:#e0e0e0;}
	

/* форум */
table.content{background: #F0F0F0}

/* баннерные/информационные блоки */
.bannerBlock {
	margin: 25px 0px;
}
.bannerBlock a:link, .bannerBlock a:visited, .bannerBlock a:hover {color: #3c3c3c;}
