@CHARSET "UTF-8";

html {
	overflow: -moz-scrollbars-vertical;
	overflow-y: scroll;
}

* {
	border: 0px;
}
body, p, span {
	font-family: verdana;
	font-size: 12px;
	color: #73000b;
}

body {
	background-color: #ffffff;
	margin: 0px;
	padding: 0px;
}

A {
	color: #aa0b18;	
}

a:visited {
	color: #690b18;
}


table.table {
	text-align: left;
	
}

table.table td {
/*	border: 1px solid red;*/	
}
/* LEFT MENU */

#logo_link{
	height: 145px;
	padding:0;
	margin:0;
	cursor: pointer;
}

div.left_sections {
	padding: 10px 10px 10px 10px;
}
div.left_sections div.section_left {
	text-align: center;
	height: 42px;
	vertical-align: bottom;
	background-color: #FF6300;
	padding: 0px 10px 0px 10px;
	background: url('/img/passive_left_section.gif');
	background-repeat: no-repeat;
	background-position: top;
	
}

div.left_sections div.active {
	background: url('/img/active_left_section.gif');
	background-repeat: no-repeat;
	background-position: top;
}

div.left_sections div.section_left * {
	color: #690B18;
	font-weight: bold;
	padding: 24px 10px 0;
	text-decoration: none;
	unicode-bidi: bottom;
	font-size: 12px;
	font-family: verdana;
}

/* END LEFT MENU */ 

/*=================================*/ 

/*TOP MENU*/
.top_sections {
	vertical-align: bottom;
	text-align: right;
	margin-right: 10px;
	margin-top: 160px;
	float: right;
}

.section_top {
	background: url('/img/passive_top_section.gif');
	margin-top: 160px;
	text-align: right;
	float: left;
	margin-bottom: 40px;
	margin: 3px;
	padding: 0px;
	width: 107px;
	height: 31px;
	background-repeat: no-repeat;
	text-align: center;
}

.section_top div {
	/*font-size: 13px;*/
	margin-top: 10px;
}

.section_top div * {
	text-decoration: none;
	font-weight: bold;
	color: #73000B;
}

div.top_sections div.active {
	background: url('/img/active_top_section.gif');
	color: #FFFEEB;
}

div.top_sections div.active * {
	color: #FFFEEB;
}

.active {
	
}

/* END TOP MENU */ /*==============================*/
div.copyleft {
	text-align: center;
	margin: 20px;
	padding: 20px;
	font-size: 70%;
}


.article_title {
	
}

div.article_descr {
	
}

div.content {
	width: 100%;
}

div.opinion {
	background-color: #FFFDDE;
	border: 1px solid #dddddd;
	padding: 10px;
}

table.timetable {
	border: 1px solid #B98913;
}

table.timetable td {
	border: 1px solid #B98913;
}

div.timetable {
	overflow: scroll;
}

.adminlink {
	background: #dedede;
	border: 1px solid #adadad;
	padding: 1px 4px 2px 4px;
	text-decoration: none;
	margin: 0px;
	width: auto;
	color: #fd4444;
}

div.small_image {
	float: left;
	margin: 10px;
	padding:10px;
	clear:right;
}
table.list td{
	padding: 10px;
	margin: 10px;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 1px solid #B98913;
}
table.list td.item_description {
	vertical-align: top;
}

div.list_item_description {
}


div.head *{
	font-size :  120%;
	font-weight: bold;
}


.item_description h3 , h3.item_description {
	font-size: 14px;
	font-weight: bold;
	margin:10 10px 10px 0px;
}



h2 {
	font-size:18px;
	font-weight: bold;
	margin: 10px;
}


div.notpublished , tr.notpublished *{
	border:1px solid red;
	background-color: #de8787;
}


div.block {
	background-color: #FFFFEA;
	padding: 10px 10px 10px 10px ;
	margin: 10;
	border: #b98913 solid 1px;
}

div.block h3 {
	font-size: 130%;
}
