/*  HEADER part */
.header
{
	position:relative;
	display:block;
	height:130px;
	width:100%;
	white-space:nowrap;
}
.top_logo
{
	clear:none;
	padding:0px;
	padding-left: 6px;
	margin-left:0px;
	float:left;
	display:block;
	width:130px;
	height:130px;
	z-index:0;
	position:absolute;
}
.forum_top_logo
{
	clear:none;
	padding:0px;
	padding-left: 6px;
	margin-left:0px;
	float:left;
	display:block;
	width:130px;
	height:130px;
	z-index:0;

}
.top_banner
{
	clear:none;
	padding:0px;
	margin:0 auto;
	float:center;
	display:block;
	width:800px;
	height:120px;
	z-index:99;
	position:relative;
}
.top_links
{
	clear:none;
	padding:0px;
	margin-right:0;
	margin-left:auto;
	/*float:right;*/
	display:block;
	width:auto;
}
/* bottom crap*/
.bottom_crap
{
	display:table;
	clear:both;
	text-align:center;
	margin:0 auto;
}
.bottom_crap p
{
	float:left;
	margin:0 2px;
	padding:0;
}
/* menu style */
div.h_menu
{
	display:table-cell;
	font-family: Arial, Helvetica;
	clear: both;
	float: center;
	padding:0px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 4px;
	width: 40em;
	height: 34px;
	overflow:visible;
	white-space:nowrap;

}
.h_menu ul
{
	white-space:nowrap;
	clear:both;
	padding:0px;
	margin: 0px auto;
	/*width:auto;*/
	display:table-cell;
	height: 30px;
	float: center;
}
.h_menu ul li:hover
{
	background-color: #F6F6F6;
}
.h_menu ul li.current
{
	background-color: #E5E2E2;
}
.h_menu ul li img
{
	height: 22px;
	border: 0px;
	padding: 0px;
	margin: 1px;
	float: left;
	visibility: hidden;
	display: none;
}
.h_menu ul li
{
	float: left;
	background-color: #E5E2E2;
	display: table-cell;
	height: 30px;
	padding: 0px 4px 0px 4px;
	max-width:150px;
	position: relative;
	/*margin:0 2px;*/
}
.h_menu ul li.h_menu_first
{
	width:16px;
	height: 30px;
	background-color: #E5E2E2;
	background-image: url('data/corners/left-bot.gif');
	background-position: 0px 16px; /* Положение фона */
    background-repeat: no-repeat; /* Отменяем повторение фона */
	padding: 0px;
}
.h_menu ul li.h_menu_last
{
	width:16px;
	height: 30px;
	background-color: #E5E2E2;
	background-image: url('data/corners/right-bot.gif');
	background-position: 0px 16px; /* Положение фона */
    background-repeat: no-repeat; /* Отменяем повторение фона */
	padding: 0px;
}

div.h_menu a, div.h_menu a:visited, div.h_menu a:active
{
	color: #000;
	font-size: 12px;
	display: block;
	padding: 2px;
	margin: 0px;
	border: 0px;
	text-decoration: underline;
	white-space: nowrap;
	vertical-align: middle;
	text-align:left;
	height: 24px;
	float:left;
	cursor:pointer;
}
div.h_menu a span.link_name
{
	display:inline;
	height: 24px;
	/*vertical-align:middle;*/
}
div.h_menu a:hover
{
	color: #0099FF;
}
div.h_menu a.current, div.h_menu a.current:hover, div.h_menu a.current:active,div.h_menu a.current:visited
{
	color: #fff;
	text-decoration: none;
	background-color: #0099FF;
}

/* vertical menu */
div.v_menu
{
	display:block;
	font-family: Arial, Helvetica;
	width:165px;
	clear: both;
	float: center;
	padding:0px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 4px;
	/*width: 40em;*/
	/*height: 34px;*/
	overflow:visible;
	white-space:nowrap;

}
.v_menu ul
{
	white-space:nowrap;
	clear:both;
	padding:0px;
	margin: 0px auto;
	/*width:auto;*/
	display:block;
	/*height: 30px;*/
	float: none;
	list-style: none;
	width:100%;
	display: block;
}
.v_menu ul li:hover
{
	background-color: #E5E2E2;
}
.v_menu ul li:hover img
{
	opacity: 1;
	filter: alpha(opacity=100);
	border: 1px solid #E5E2E2;
}
.v_menu ul li.current img
{
	opacity: 1;
	filter: alpha(opacity=100);
	border: 1px solid #0099FF;
}
.v_menu ul li.current
{
	background-color: #0099FF;
}
.v_menu ul li img
{
	height: 22px;
	border: 0px;
	padding: 2px;
	margin: -6px 5px 1px 3px;
	float: left;
	background:#F6F6F6;
	opacity: 0.45;
	filter: alpha(opacity=45);
	display:block;
	position:relative;
	border:1px solid #F6F6F6;
	/*visibility: hidden;*/
	/*display: none;*/
}
.v_menu ul li
{
	float: none;
	clear: both;
	/*background-color: #E5E2E2;*/
	display: block;
	height: 20px;
	padding: 0px 4px 0px 4px;
	text-align:left;
	width:157px;
	/*max-width:150px;*/
	position: relative;
	/*margin:0 2px;*/
}
.v_menu ul li.v_menu_first
{
	width:16px;
	height: 30px;
	background-color: #E5E2E2;
	/*background-image: url('data/corners/left-bot.gif');*/
	background-position: 0px 16px; /* Положение фона */
    background-repeat: no-repeat; /* Отменяем повторение фона */
	padding: 0px;
}
.v_menu ul li.v_menu_last
{
	width:16px;
	height: 30px;
	background-color: #E5E2E2;
	/*background-image: url('data/corners/right-bot.gif');*/
	background-position: 0px 16px; /* Положение фона */
    background-repeat: no-repeat; /* Отменяем повторение фона */
	padding: 0px;
}

div.v_menu a, div.v_menu a:visited, div.v_menu a:active
{
	color: #000;
	font-size: 13px;
	display: block;
	padding: 2px;
	margin: 0px;
	border: 0px;
	text-decoration: underline;
	white-space: nowrap;
	vertical-align: middle;
	/*text-align:right;*/
	height: 24px;
	/*float:left;*/
	cursor:pointer;
	width:100%;
	float:left;
}
div.v_menu a span.link_name
{
	/*display:inline;*/
	display:block;
	height: 24px;
	margin:1px 0 0;
	/*vertical-align:middle;*/
}
div.v_menu a:hover
{
	/*color: #0099FF;*/
	/*background-color: #F6F6F6;*/
}
div.v_menu a.current, div.v_menu a.current:hover, div.v_menu a.current:active,div.v_menu a.current:visited
{
/*	background-color:#0099FF;*/
	color:#FFFFFF;
	height:24px;
	/*padding-bottom:4px;
	padding-top:4px;*/
	text-align:left;
	text-decoration: none;
	vertical-align:middle;
	font-weight:bold;
	text-transform:uppercase;
}

h3, h3 a, h3 a:visited, h3 a:active, h3 a:link
{
	color:#000;
	font-size:14px;
	font-weight:normal;

}
h3 a:hover, h3 a, h3 a:visited, h3 a:active, h3 a:link
{
	text-decoration:underline;
}
h3 a:hover
{
	color: #0099FF;
}
.news_title
{
	border-bottom:1px solid #0099FF;
	background: url("../data/maintab_back.gif") repeat-x scroll left top transparent;
	color: black;
	font-size:12px;
}
.news_title a,.news_title a:visited,.news_title a:link,.news_title a:active
{
	color: black;
}
.news_title a:hover
{
	text-decoration:underline;
}

.left_column
{
	font-size:12px;

}

tr.calendar_row, div.calendar_row, td.calendar_row
{
	FONT-SIZE: 12px;
	background-Color:#E5E2E2;
}
tr.calendar_row:hover, div.calendar_row:hover, td.calendar_row:hover
{
	FONT-SIZE: 12px;
	background-Color:#e9ecf4;
}
tr.faden:hover,td.faden:hover
{
	opacity: 0.99;
	filter: alpha(opacity=99);
	/*filter: alpha(opacity=100);*/
}
tr.faden
{
	opacity: 0.7;
	filter: alpha(opacity=70);
	/*filter: alpha(opacity=50);*/
}
td.faden
{
	opacity: 0.99;
	filter: alpha(opacity=99);
	background-Color:#E5E2E2;
	color: #000;
	/*filter: alpha(opacity=50);*/
}

.calendar_text
{
	FONT-SIZE: 12px;
	font-weight:normal;
	COLOR: black;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	border-left:1px solid;
	border-top:1px solid;
	border-color:#F6F6F6;
	text-align:left;
	/* background-color:#F6F6F6; */
}
.calendar_month
{
	FONT-SIZE: 12px;
	font-weight:normal;
	COLOR: white;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	FONT-WEIGHT: bold;
	border-left:0px;
	border-right:0px;
	border-top:1px solid;
	border-bottom:1px solid;
	border-color:#F6F6F6;
	background-color:#0099FF;
	text-align: center;
}
.calendar_heading
{
	FONT-SIZE: 12px;
	font-weight:normal;
	COLOR: black;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	FONT-WEIGHT: normal;
	border-top:0px solid;
	border-bottom:0px solid;
	border-color:#0099FF;
	background-color:#F6F6F6;
}
table.calendar_table
{
	border:1px solid;
	border-color:#E5E2E2;
}

.heading
{
	FONT-SIZE: 12px;
	font-weight:normal;
	COLOR: black;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	FONT-WEIGHT: normal;
	border-left:0px;
	border-right:0px;
	border-top:1px solid;
	border-bottom:1px solid;
	border-color:#F6F6F6;
	background-color:#E5E2E2;
}
span.highlight_text
{
	background-color:#E5E2E2;
}
table
{
	empty-cells:show;
}
.additional_lnk
{
	display: table;
	/*white-space:nowrap;*/
	width:100%;
	height:auto;
	padding:0px;
	margin:2px 0;
	/*float:right;*/
	clear:both;
	background-color:#E5E2E2;
	/*text-align:right;*/
}
.additional_lnk a,.additional_lnk a:visited,.additional_lnk a:active,.additional_lnk a:link
{
	display: block;
	/*white-space:normal;*/
	/*width:100%;*/
	/*height:32px;*/
	padding:0px;
	margin:0px;
	height:auto;
	/*float:right;*/
	/*clear:both;*/
	/*text-align:right;*/
}
.additional_lnk a:hover
{
	text-decoration:none;
}
.additional_lnk a:hover span
{
	background-color:#F27900;
	color:#fff;
}
.additional_lnk .right
{
	float:right;
	display:block;
}
.additional_lnk span
{
	float:left;
	width:110px;
	height:auto;
	display:block;
	padding:2px;
}
.transp img
{
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.transp img:hover, .transp a:hover img
{
	opacity: 1;
	filter: alpha(opacity=100);
}

.centered
{
	text-align:center;
}

.vkontakte_button
{
	float:right;
	display:block;
}
