/*Правила для фиксированной зоны над полем, с панелью навигации*/

*.highlighted{
	height: 50px;
	text-align: center;
	background: url(shell/highlightedBack.png);
}
.highlighted a{
	width: 100px;
	height: 32px;
	
	display: inline-block;	
	vertical-align: middle;
	padding: 5px 10px;
	margin: 5px 10px;
	text-decoration: none;
	font: bold 12px Tahoma;
	color: #ccc;
}
.highlighted a:hover{
	color: #fff;
	font: bold 13px Tahoma;
}
.highlighted a.active{
	color: #b00;
}

.highlighted button img{
	height: 15px;
}
.highlighted form{
	float: right;
}


ol
{
	text-align: justify;
	font: 17px Arial;
}
ul
{
	padding: 10px;
	text-align: justify;
	font: 17px Times New Roman;
}


/*Заголовок*/

.header{
margin: 20px 80px;
}
.header img{
	width: 70px;
	float: left;
}
.header h2{
	font: 18px Arial;
	margin: 0 20px;
}
.header h1{
	margin: 0 80px;
	font: bold 60px Tahoma;
	color: #970c0c;
}


/*Контент и всякие-разные его виды. Исключение - слайдер, он в отдельном файле*/
.contentContainer{
	margin: 0 auto;
	width: 850px;
	text-align: center;
	position: relative;
	top: 0;
	left: 0;
}
.attention{
margin: 20px;
text-align: center;
font: 17px Arial;
}
.article{
margin: 0 auto;
padding: 20px;
text-align: justify;
font: 16px Times New Roman;
}
.fList{
	font: 18px Arial;
	color: #500;
}
.note{
padding: 5px 20px;
font: 14px Times New Roman;
width: 500px;
background: #ddd;
border: solid 1px #999;
text-align: justify;
}
.note:before{
content: "Справка: ";
font: bold 14px Arial;
color: #900;
}
.submenu{
padding: 5px 20px;
font: 14px Times New Roman;
width: 500px;
background: #ddd;
border: solid 1px #999;
text-align: justify;
margin: 0 auto;
}


/*Таблицы*/
.headerTable{
	background: #ccc;
}
.contentContainer table{
width: 800px;
font: 15px Times New Roman;
text-align: left;
margin: 10px auto;
margin-bottom: 30px;
}
.contentContainer td{
padding: 5px;
}
h4{
font: 18px Arial;
color: #000;
}


/*Подвалище. К подвалищу относятся также подсчитывалище и информировалище*/
.footer{
margin-top: 30px;
text-align: center;
background: #ddd;
border: solid 1px #aaa;
}

.footer table{
	color: #555;
	font: 13px Tahoma;
}
.informer{
	font: 15px Arial;
	width: 200px;
}
.counter{
	float: right;
	position: relative;
	right: 5px;
	top: -120px;
}