html {
	width: 100%;
	height: 100%;
}

* {
	outline: none;
}

body {
	color:#000000;
	height:100%;
	width:100%;
	padding: 0px;
	margin: 0px;
	font-family: tahoma;
	font-size: 12px;
	background: #f3f3f3 url(/images/index_body.gif) top center repeat-y;
	font-weight: normal;
}

img {
	border: none;
}

.body {
	width:990px;
	min-height: 100%;
	height: auto;
	position: relative;
	margin: 0px auto;
	padding:0px;
}

.main {
	margin: 0px;
	padding: 0px 0px 80px 0px;
}

.header {
	height:195px;
	margin: 0px 0px 20px 0px;
}

.logo_link {
	display: block;
	position: absolute;
	top: 45px;
	left: 330px;
	width: 352px;
	height: 50px;
}

.logo_link_inside {
	width: 352px;
	height: 50px;
}

.logo_link1 {
	display: block;
	position: absolute;
	top: 108px;
	right: 195px;
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
}

.search_container {
	position:absolute;
	top:130px;
	right: 195px;
}

.search_container .inputwrapper {
	width: 108px;
	background: url(search_input_bg.png) 0 0 no-repeat;
	margin:0px;
	padding:0px;
	float: left;
	height: 18px;
}

.search_container .inputwrapper input {
	width: 145px;
	border: 0px;
	height: 16px;
	padding:0px;
	margin-left:2px;
	background-color: transparent;
	color: #787878;
	font-size: 11px;
}

.search_container_submit {
	vertical-align: top;
	margin-left: 6px;
}

.mainmenu {
	display:block;
	position:absolute;
	top:156px;
	left:246px;
	height: 38px;
	padding:0px;
	margin:0px;
}

.mainmenu li {
	float: left;
	font-weight: bold;
	font-family: tahoma;
	font-size: 12px;
	display: block;
	width: 102px;
	height: 38px;
	text-transform: uppercase;
	text-align: center;
	position:relative;
}


.mainmenu a {
	padding-top: 12px;
	margin-left: 2px;
	width: 100px;
	height: 25px;
	display:block;
	color:#000000;
	font-weight: bold;
	font-family: tahoma;
	font-size: 12px;
	text-decoration: none;
	outline: none;
}

.submenu {
	top:39px;
	left:0px;
	width: 102px;
	display: none;
	position: absolute;
	margin: 0px;
	margin-left:2px ! important;
	padding: 0px;
	z-index:1000;
}

.submenu li {
	display: block;
	width: 102px;
	height: 39px;
	background: none;
	text-transform: none;
}

.submenu a {
	width: 100px;
	height: 28px;
	background-image: url(/images/transp_lite.png);
	padding-top: 11px;
	margin: 0px;
	border-bottom: 2px solid #FFFFFF;
}

.submenu a:hover {
	background: url(/images/transp_dark.png) 0 0 repeat !important;
}

.curr_dtime {
	position: absolute;
	top:105px;
	left: 215px;
	color: #ffffff;
}

.curr_dtime_time {
	font-family: arial;
	font-size: 22px;
	margin: 0px;
}

.curr_dtime_date {
	font-family: arial;
	font-size: 12px;
	margin: 2px 0px 0px 0px;
}

.main_middle {
	width: 990px;
}

.left_column {
	float: left;
	width: 171px;
	position: relative;
	margin: 0px;
	padding: 25px 26px 0px 32px;
}

.left_column_logo {
	position: absolute;
	top: 0px;
	left: 54px;
	width: 184px;
	height: 45px;
	background: url(/images/index_left_logo.png) no-repeat;
}

.center_column {
	float: left;
	width: 536px;
}

.tabs {
	width: 536px;
	height: 39px;
	background: url(/images/index_tabs_bg.gif) no-repeat;
}

.tab {
	color: #acacac;
	font-size: 15px;
	text-transform: uppercase;
	text-decoration: none;
	display: block;
	float: left;
	height: 24px;
	width: 112px;
	margin: 9px 0px 0px 0px;
	text-align: center;
	padding: 6px 0px 0px 0px;
}

.current_tab {
	text-align: center;
	color: #cc2229;
	font-size: 17px;
	text-transform: uppercase;
	text-decoration: none;
	float: left;
	margin: 0px 0px 0px 0px;
	height: 25px;
	width: 112px;
	padding: 14px 0px 0px 0px;
	background: url(/images/index_tab_link_top.gif) no-repeat;
}

.right_column {
	float: left;
	width: 169px;
	padding: 6px 28px 0px 28px;
}

.calendar_container {
	padding: 0px 5px 0px 5px;
}

.current-month {
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #000000;	
	float: left;
	width: 110px;
	margin-top:6px;
	text-align: center;
}

.nav-prev {
	float: left;
	margin-left: 9px;
	margin-top:7px;
}

.nav-next {
	float: left;
	margin-top:7px;
}

.calendar-month {
	clear:both;
	padding:0px;
	border: 1px solid #ebebee;
	margin-top: 3px;
}

.calendar-month td {
	font-family: tahoma;
	font-size: 10px;
	color: #757575;
	background-color: #fbfbfb;
	width:22px;
	height:18px;
	text-align: center;
	vertical-align: middle;
	padding:0px;
}

.calendar-month th {
	font-family: tahoma;
	font-size: 10px;
	color: #757575;
	background-color: #eeeae9;
	width:22px;
	height:18px;
	text-align: center;
	vertical-align: middle;
	padding:0px;
	font-weight: normal;
}

.calendar-month th.darker {
	background-color: #ece2e3 !important;
}

.calendar-month td a {
	font-weight: bold;
	color: #000000;
}

.current-month-day5 {
	background-color: #f3f2f4 ! important;
}

.current-month-day6 {
	background-color: #f3f2f4 ! important;
}

.left_column_calendar {
	margin: 30px 0px 0px 0px;
	border: 1px solid #dfdfdf;
	padding: 5px 0px 5px 0px;
}

.left_column_calendar_header {
	font-size: 11px;
	color: #15496f;
	text-align: center;
	text-transform: uppercase;
	margin: 0px 0px 5px 0px;
	padding: 0px;
}

.left_column_block {
	margin: 30px 0px 0px 0px;
	width: 100%;
}

.left_column_block_header {
	color: #15496f;
	font-size: 11px;
	border-bottom: 1px solid #d2d2d2;
	text-align: center;
	text-transform: uppercase;	
}

.left_column_block_header a {
	color: #15496f;
	font-size: 11px;
	text-decoration: none;
}

.left_column_news_item {
	margin: 10px 0px 0px 0px;
}

.left_column_news_item_date {
	float: left;
	color: #649cb7;
	width: 15px;
	font-size: 14px;
	margin: 0px;
}

.left_column_news_item_text {
	float: left;
	width: 156px;
	font-size: 11px;
	color: #000000;
}

.left_column_news_item_text a {
	color: #000000;
	font-weight: normal;
	text-decoration: none;
}

.left_column_news_item_text span {
	color: #649cb7;
	margin-top: 5px;
	display: block;
}

.left_column_number {
	margin: 7px 0px 0px 0px;
	text-align: center;
}

.left_column_number a {
	color: #797979;
	font-size: 12px;
	text-decoration: none;
}

.left_column_number_info {
	margin: 7px 0px 0px 0px;
}

.left_column_number_img {
	float: left;
	width: 120px;
	overflow: hidden;
	border: 1px solid #e0e0e0;
}

.left_column_number_prev_button {
	width: 24px;
	float: left;
	text-align: left;
	height: 100px;
	padding: 75px 0px 0px 0px;
}

.left_column_number_next_button {
	width: 24px;
	text-align: right;
	float: left;
	height: 100px;
	padding: 75px 0px 0px 0px;
}

.content {
	width: 510px;
	border-left: 1px solid #e0e0e0;
	border-right: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
	border-top: none;
	padding: 12px;
	background: url(/images/content_bg.png) left bottom repeat-x;
}

.content a {
	color: #000000;
}

.news_first_item {
	color: #000000;
	font-size: 12px;
	padding: 0px 0px 10px 0px;
	font-weight: bold;
}

.news_first_item_img {
	float: right;
	margin: 0px 0px 10px 20px;
}

.news_first_item_img div {
	font-family: tahoma;
	font-size: 10px;
	color: #8b8b8b;
	text-align: right;
	margin-top: 4px;
	font-weight: normal;
}

.news_first_item span {
	color: #000000;
	font-size: 12px;
	font-weight: normal;
}

.no_border {
	border: none !important;
}

.news_other_items {
	padding: 10px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-size: 11px;
	color: #000000;
	border-top: 1px solid #e0e0e0;
}

.news_other_items img {
	float: left;
	margin: 3px 10px 5px 0px;
}

.news_other_items span {
	color: #649cb7;
}

.news_other_items_date {
	color: #649cb7;
	font-size: 14px;
	margin: 0px;
	padding: 10px 0px 0px 0px;
	border-top: 1px solid #e0e0e0;
}

.news_other_items_title {
	font-size: 12px;
	font-weight: bold;
}

.news_link_more {
	clear: both;
	display: block;
	text-align: right;
	color: #649cb7 !important;
	margin: 0px 0px 5px 0px;
}

.persons_item {
	width: 157px;
	padding: 5px;
	border: 1px solid #dfdfdf;
	color: #929292;
	font-size: 12px;
	margin: 4px 0px 0px 0px;
	background-color: #ffffff;
	position: relative;
}

.persons_item_hover {
	padding: 14px 14px 5px 14px !important;
	color: #134874;
	margin: -5px 0px 0px -9px;
	background: #f6f6f6;
}

.persons_item span {
	font-size: 10px;
}

.persons_item div {
	color: #000000;
	font-size: 10px;
	display: none;
	position: absolute;
	background: #f6f6f6;
	border-left: 1px solid #dfdfdf;
	border-right: 1px solid #dfdfdf;
	border-bottom: 1px solid #dfdfdf;
	left: -1px;
	width: 157px;
	padding: 14px;
	z-index: 1000;
}

.persons_item img {
	width: 59px;
	height: 70px;
	margin: 0px 0px 5px 0px;
	display: block;
}

.partners_header {
	color: #15496f;
	font-size: 11px;
	border-bottom: 1px solid #d2d2d2;
	text-align: center;
	text-transform: uppercase;
	margin: 20px 0px 10px 0px;
}

.partners_header a {
	color: #15496f;
	font-size: 11px;
	text-decoration: none;
}

.partners_block {
	font-size: 11px;
	color: #bebdbd;
	overflow: hidden;
}

.footer {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 990px;
	height: 63px;
	border-top: 1px solid #ebebeb;
}

.footer_rss {
	float: left;
	margin-left: 28px;
	margin-top: 18px;
}

.footer_pda {
	float: left;
	margin-left: 14px;
	margin-top: 18px;
}

.footer_copy {
	float: left;
	width: 500px;
	margin-left: 143px;
	margin-top: 12px;
	font-family: tahoma;
	font-size: 10px;
	color: #000000;
}

.footer_counters {
	float: left;
	margin-top: 15px;
	width:240px;
	text-align:right;
}

.footer .footer_copy .copy {
	font-size: 12px;
}

.footer .footer_copy .contacts {
	color:#646464;
}

.article_first_container {
	padding-bottom: 20px;
}

.article_first_image {
	float: right;
	margin-bottom: 4px;
	margin-left: 5px;
}

.article_first_image div {
	font-family: tahoma;
	font-size: 10px;
	color: #8b8b8b;
	text-align: right;
	margin-top: 4px;
}

.articles_first_title a {
	font-family: tahoma;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

.articles_first_subtitle {
	font-family: tahoma;
	font-size: 12px;
	color: #000000;
	margin-top:7px;
	font-weight: bold;
}

.articles_first_subtitle a {
	color: #000000;
	text-decoration: none;
}

.articles_first_descr {
	font-family: tahoma;
	font-size: 12px;
	color: #000000;
}

.articles_first_descr a {
	color: #000000;
	text-decoration: none;
}

.articles_delimeter {
	border: 0px;
	clear:both;
	background-color: #8b8b8b;
	height: 1px;
	margin-bottom: 10px;
	margin-top:0px;
	line-height: 0px;
	font-size: 1px;
}

.articles_line_number {
	float: right;
	border-left: 1px solid #8b8b8b;
	font-family: tahoma;
	font-size: 10px;
	color: #8b8b8b;
	padding: 0px 3px 4px 10px;
}

.article_container {
	margin-bottom:20px;
	clear: both;
}

.articles_title {
	font-family: tahoma;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}

.articles_title a {
	font-family: tahoma;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

.articles_subtitle {
	font-family: tahoma;
	font-size: 10px;
	color: #000000;
	font-weight: bold;
	font-weight: bold;
}

.articles_descr {
	font-family: tahoma;
	font-size: 10px;
	color: #000000;
}

.articles_descr p {
	display: inline;
}

.articles_descr span {
	font-family: tahoma;
	font-size: 10px;
	color: #8b8b8b;
	border-left: 1px solid #8b8b8b;
	margin-left: 5px;
	padding-left: 5px;
	white-space: nowrap;
	white-space: nowrap;
}

.articles_image {
	float: left;
	margin: 3px 15px 15px 0px;
}

.newspaper_lines_container {
	float: right;
	width: 24px;
	margin: 12px -12px 0px 0px;
	line-height: 0px;
}

.newspaper_line {
	width: 24px;
	margin:0px;
	text-align: right;
}

.newspaper_top_menu div {
	float: right;
	margin-right: 15px;
}

.articles_container {
	width: 510px;
	padding: 0px;
	margin: 0px;
}

.articles_container_lines {
	width: 490px;
	padding: 0px;
	margin: 0px;
	float: left;
}

.article_title {
	font-family: tahoma;
	font-size: 16px;
	color: #000000;
	font-weight: bold;
	margin: 0px;
	text-transform: uppercase;
}

.article_title div {
	float:right;
}

.article_subtitle {
	font-family: tahoma;
	font-size: 10px;
	color: #000000;
	margin-top: 5px;
}

.article_info {
	font-family: tahoma;
	font-size: 12px;
	color: #646464;
	margin-top: 10px;
}

.article_info span {
    font-size: 10px;
}

.article_info div {
    font-weight: bold;
    color: #000000;
}

.article_text {
	font-family: tahoma;
	font-size: 12px;
	color: #000000;
	margin-top: 10px;
}

.article_text a {
	font-family: tahoma;
	font-size: 12px;
	color: #000000;
}

.article_prev_next {
	font-family: tahoma;
	font-size: 14px;
	color: #15496F;
	clear: both;
	margin-top:15px;
	margin-bottom:15px;
	text-align: center;
}

.article_prev_next a {
	color: #15496F;
	text-decoration: none;
}

.article_question_header_container {
	cursor: pointer;
	clear: both;
	margin-bottom: 8px;
	height: 17px;
}

.article_question_header {
	background: url(articles_question_header_bg.jpg) no-repeat;
	width: 232px;
	height: 17px;
	font-family: tahoma;
	font-size: 12px;
	color: #5f5f5f;
	float: left;
	padding-left: 10px;
	margin-left: 8px;
}

.article_question_container {
	clear: both;
	padding: 13px;
	border: 1px solid #cfcfcf;
	background: #fafafa;
	width: 380px;
	font-family: tahoma;
	font-size: 12px;
	color: #000000;
}

.article_question_container p {
	margin-top:0px;
	margin-bottom:10px;
}

.article_question_field {
	clear: both;
	margin-bottom: 15px;
}

.article_question_field div {
	width: 50px;
	float: left;
	height: 17px;
	padding-top:4px;
}

.article_question_container textarea {
	margin-left: 50px;
	height: 237px;
	width: 292px;
}

.article_question_container img {
	margin-top: 10px;
	margin-bottom: 10px;
}

.article_newspaper_link {
    text-align:center;
    display: block;
    color:#545454;
}

.article_newspaper_info {
    text-align:center;
    color:#000000;
    margin-top:15px;
	font-family: tahoma;
	font-size: 10px;
}

.article_newspaper_info div {
	font-family: tahoma;
	font-size: 14px;
}

.article_image_div {
	position: relative;
	float:right;
	margin-left: 20px;
	margin-top: 12px;
	margin-bottom: 7px;
}

.article_gallery {
	position: absolute;
	height: 98px;
	right:0px;
	bottom:-112px;
	background-color:#ffffff;
	padding: 7px 7px 7px 0px;
	display:none;
	white-space:nowrap;
}

.article_gallery_image_container {
	height: 84px;
	margin-left:7px;
	display:inline;
}

.article_gallery_info {
    font-size:10px;
    color:#646464;
    padding-left:7px;
}

.article_gallery_info a {
    display: block;
    float:right;
    font-size:12px;
    color: #000000;
    background: url(/images/arrow_right.gif) right center no-repeat;
    padding-right:18px;
    text-decoration: none;
}

.article_gallery_link {
	position:absolute;
	bottom:0px;
	right:0px;
}

.article_assoc_articles_header {
	clear:both;
	font-family: tahoma;
	font-size: 14px;
	color: #cb2516;
	font-weight:bold;
	text-transform: uppercase;
	margin-bottom: 5px;
	margin-top: 10px;
}

.article_assoc_articles_item {
	font-family: tahoma;
	font-size: 14px;
	color: #15496f;
}

.article_assoc_articles_item a {
	font-family: tahoma;
	font-size: 14px;
	color: #15496f;
	text-decoration: underline;
	margin-left: 5px;
}

.newspapers_item {
	float:left;
	width: 152px;
	height: 275px;
	margin: 0px 9px 0px 9px;
}

.newspapers_item a {
	color: #000000;
	text-decoration: none;
}

.newspapers_image_container {
	width: 152px;
	height: 220px;
	text-align:center;
	padding-top:5px;
	line-height: 0px;
	font-size: 0px;
}

.newspapers_image_container img {
	border: 1px solid #dddddd;
	width: 150px;
}

.newspapers_number {
	font-family: tahoma;
	font-size: 12px;
	color: #000000;
	text-align: center;
}

.newspapers_date {
	font-family: tahoma;
	font-size: 10px;
	color: #000000;
	text-align: center;
	text-transform: lowercase;
}

.gallery_bullet {
	position: absolute;
	right: -12px;
	bottom: -15px;
}

.gallery_date {
	font-family: tahoma;
	font-size: 10px;
	color: #010101;
}

.gallery_title {
	font-family: tahoma;
	font-size: 12px;
	color: #000000;
	text-transform: uppercase;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 10px;
}

.gallery_descr {
	font-family: tahoma;
	font-size: 10px;
	color: #010101;
}

.gallery_author {
	font-family: tahoma;
	font-size: 12px;
	color: #646464;
	margin-top: 8px;
	margin-bottom:25px;
}

.gallery_author span {
	font-family: tahoma;
	font-size: 10px;
	color: #646464;
	margin-left:10px;
}

.gallery_author a {
	font-family: tahoma;
	font-size: 10px;
	color: #646464;
	margin-left:10px;
	text-decoration:none;
}

.gallery_img_container {
	position: relative;
	width:127px;
	height:84px;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}

.gallery_info_container {
	float:left;
	width:363px;
}

.gallery_imgs_container {
	margin-left: -20px;
}

.gallery_img_item {
	float: left;
	width: 141px;
	height: 200px;
	border: 1px solid #d0d0d0;
	margin-left: 30px;
	margin-bottom: 18px;
}

.gallery_image_container {
	width: 141px;
	height: 132px;
	text-align: center;
	background-repeat:no-repeat;
	background-position:center;
}

.gallery_img_descr {
	width: 133px;
	background-color: #ebebeb;
	font-family: tahoma;
	font-size: 10px;
	color: #000000;
	padding:4px;
	position:absolute;
}

.gallery_img_descr_white_strap {
	height: 5px;
	background-color:#FFFFFF;
	width:143px;
	margin-left: -5px;
	margin-bottom: -10px;
}

.gallery_img_descr_exp {
	height: auto;
	border-left: 1px solid #d0d0d0;
	border-right: 1px solid #d0d0d0;
	margin-left:-1px;
	border-bottom: 1px solid #d0d0d0;
	z-index: 1000;
	overflow:visible;
}

.gallery_img_descr_nrm {
	overflow: hidden;
	margin: 0px;
	height: 46px;
	border: none;
	z-index: 0;
}

.gallery_img_title {
	font-family: tahoma;
	font-size: 12px;
	color: #000000;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 7px;
}

.gallery_img_author {
	font-family: tahoma;
	font-size: 12px;
	color: #646464;
	margin-bottom: 15px;
}

.gallery_img_iconbar {
	height: 14px;
	text-align: right;
	padding-right: 5px;
	padding-top: 1px;
}

.video_items_container {
	margin-left: -17px;
}

.video_item {
	float: left;
	width: 171px;
	margin: 0px 69px 20px 20px;
}

.video_image {
	display: block;
	width: 169px;
	border: 1px solid #dfdfdf;
	padding:7px 0px 27px 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	text-align: center;
	background: #f6f6f6 url(/images/video_bottom.png) bottom left no-repeat;
}

.video_image img {
	height: 84px;
}

.video_title {
	color: #15496f;
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	overflow:hidden;
	margin: 0px 0px 10px 0px;
	padding: 0px 1px 0px 1px;
}

.video_title a {
	color: #15496f;
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
}

.video_info {
	color: #a4a4a4;
	font-family: tahoma;
	font-size: 10px;
	padding: 0px 1px 0px 1px;
}

.video_info span {
	color: #000000;
}

.video_first_item {
	color: #000000;
	font-size: 12px;
	padding: 0px;
	font-weight: bold;
	border-bottom: 1px solid #e0e0e0;
	margin: 0px 0px 10px 0px;
	position: relative;
}

.video_first_info {
	color: #646464;
	font-family: tahoma;
	font-size: 10px !important;
	margin: 10px 0px 10px 0px;
}

.video_first_info span {
	color: #000000;
	font-family: tahoma;
	font-weight: bold;
	font-size: 10px !important;
	padding: 0px;
}

.video_first_item span {
	color: #000000;
	font-size: 12px;
	font-weight: normal;
}

.video_first_image {
	float: right;
	display: block;
	margin: 0px 0px 5px 20px;
	padding:0px 0px 27px 0px;
	background: url(/images/video_bottom.png) bottom right no-repeat;
	position: relative;
}

#play_button {
	background: url(/images/left_video_center.png) center center no-repeat;
	width: 68px;
	height: 68px;
	position: absolute;
	display: none;
}

.video_first_rubrics {
	border-bottom: 1px solid #e0e0e0;
	margin: 0px 0px 10px 0px;
	white-space: nowrap;
}

.video_first_rubrics td {
	text-align: center;
	width: 100%;
	padding: 0px 0px 10px 0px;
	white-space: nowrap;
}

.video_first_rubrics .rubric_td_1 {
	text-align: left;
	width: 1%;
}

.video_first_rubrics .rubric_td_3 {
	text-align: right;
	width: 1%;
}

.video_rubric_header{
	display: block;
	height: 15px;
	overflow: hidden;
	text-decoration: none !important;
}

.video_rubric_header span {
	background-color: #CC2229;
	color: #FFFFFF;
	text-transform: uppercase;
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold;
	padding: 0px 1px 1px 1px;
	text-decoration: none;
}

.video_rubric_header img {
	vertical-align: top;
}

.video_item_title {
	color: #000000;
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.video_item_info {
	color: #646464;
	font-family: tahoma;
	font-size: 11px;
	margin-bottom: 10px;
}

.video_item_info span {
	color: #000000;
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	margin-right: 10px;
}

.video_item_descr {
	color: #000000;
	font-family: tahoma;
	font-size: 12px;
}

.video_player {
	float: right;
	border: 1px solid #b6b6b6;
	background-color: #ffffff;
	padding:5px 5px 3px 5px;
}

.video_large_container {
	border-bottom: 1px solid #e0e0e0;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 10px 0px;
}

.galleries_first_item {
	color: #929292;
	font-size: 15px;
	border-bottom: 1px solid #e0e0e0;
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 20px 0px;
}

.galleries_first_item img {
	float: right;
	margin: 0px 0px 10px 20px;
}

.left_column_gallery_img {
	display: block;
	padding: 7px 0px 7px 0px;
	border: 1px solid #dfdfdf;
	text-align: center;
	margin: 15px 0px 8px 0px;
}

.left_column_gallery_title {
	font-family: tahoma;
	font-size: 11px;
	color: #15496f;
	text-decoration: underline;
}

.left_column_gallery_info {
	font-family: tahoma;
	font-size: 10px;
	color: #000000;
	margin: 5px 0px 0px 0px;
	position: relative;
}

.left_column_gallery_info span {
	color: #a4a4a4;
}

.left_column_gallery_info div {
	position: absolute;
	right: 0px;
	bottom: 0px;
}

.page_content {
	padding: 0px 20px 0px 20px;
}

.page_content a {
	color: #000000;
}

.left_video_block {
	margin: 30px 0px 0px 0px;
	width: 100%;
	background: url(/images/left_video_center.png) center center no-repeat;
}

.left_video_block_header {
	color: #15496f;
	font-size: 11px;
	text-align: center;
	text-transform: uppercase;
	background: url(/images/left_video_top.png) top center no-repeat;
	height: 20px;
	padding: 2px 0px 0px 0px;
}

.left_video_block_header a {
	color: #15496f;
	font-size: 11px;
	text-decoration: none;
}

.left_video_block_footer {
	background: url(/images/left_video_bottom.png) top center no-repeat;
	height: 35px;
}

.left_video_item {
	background: url(/images/left_video_bg.gif) top center repeat-y;
	padding: 10px;
}

.left_video_item_date {
	float: left;
	width: 40px;
	color: #649cb7;
	font-size: 12px;
}

.left_video_item span {
	font-size: 10px;
	color: #649cb7;
	display: block;
	float: left;
	width: 111px;
}

.left_video_item a {
	color: #000000;
	text-decoration: underline;
	font-size: 11px !important;
}

.newspaper_years_container {
	text-align:center;
	width: 153px;
	margin: 10px 8px 0px 8px;
}

.newspaper_years {
	display:block;
	background: url(year_bg.jpg) no-repeat;
	width: 153px;
	height: 22px;
	margin-top: 4px;
	font-family: tahoma;
	font-size: 16px;
	color: #000000;
	font-weight: bold;
	padding-top:3px;
	cursor:pointer;
}

.newspaper_years_selected {
	color: #bb2212;
}

.newspaper_year_months_container {
	border: 1px solid #dbdbdb
}

.newspaper_years_month {
	display:block;
	width:150px;
	height: 14px;
	font-family: tahoma;
	font-size: 10px;
	color: #9b9b9b;
	text-decoration: none;
}

.newspaper_years_month_enabled:hover {
	color: #bb2212;
}

.newspaper_years_month_dark {
	background-color: #fafafa;
}

.newspaper_years_month_enabled {
	color: #000000;
	cursor:pointer;
}

.newspaper_years_month_selected {
	color: #bb2212;
	text-decoration: underline;
}

.actions_anonses_header {
	font-family: tahoma;
	font-size: 14px;
	font-weight: bold;
	color: #cb2516;
	margin-bottom: 5px;
	text-transform: uppercase;
	float: left;
}

.actions_anonses_link {
	float: right;
	width:110px;
	height:16px;
	display: block;
	background: url(arrow_right.gif) right center no-repeat;
	font-family: tahoma;
	font-size: 12px;
	font-weight:bold;
	color: #000000;
	text-decoration:none;
	text-align:right;
	padding-right:25px;
	padding-top:1px;
}

.actions_anonses_item {
	clear: both;
	font-family: tahoma;
	font-size: 12px;
	color: #144b6e;
}

.actions_anonses_item span {
	text-decoration: underline;
}

.actions_header {
	font-family: tahoma;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	margin: 10px 0px 5px 0px;
	text-transform: uppercase;
}

.actions_img {
	height:84px;
}

.actions_item {
	clear:both;
}

.actions_item_img_container {
	width:129px;
	height:84px;
	overflow: hidden;
	margin-right: 20px;
	margin-bottom: 20px;
	float: left;
}

.actions_item_info_container {
	float:left;
	width:570px;
}

.actions_date {
	font-family: tahoma;
	font-size: 10px;
	color: #144b6e;
}

.actions_title {
	font-family: tahoma;
	font-size: 12px;
	color: #000000;
	text-transform: uppercase;
	font-weight: bold;
}

.actions_descr {
	font-family: tahoma;
	font-size: 12px;
	color: #868686;
	text-align:left;
}

.action_img {
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
}

.action_title {
	font-family: tahoma;
	font-size: 16px;
	color: #000000;
	text-transform: uppercase;
	margin-bottom:10px;
	font-weight: bold;
}

.action_author {
	font-family: tahoma;
	font-size: 12px;
	color: #646464;
	margin-bottom:10px;
}

.action_descr {
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold;
	margin-bottom:15px;
	text-align:left;
}

.action_body {
	font-family: tahoma;
	font-size: 12px;
	text-align:left;
}

.actions_anons_container {
	width:205px;
	float:left;
}

.actions_anons_header {
	margin-top: 21px;
	margin-left:20px;
}

.actions_content {
	padding: 0px 20px 0px 20px;
	width: 725px;
	float: left;
}

.actions_content a {
	color: #000000;
}

.laws_link {
	color: #15496f;
	font-size: 11px;
	text-align: center;
	text-transform: uppercase;
	margin: 20px 0px 20px 0px;
}

.laws_link a {
	color: #15496f;
	font-size: 11px;
	text-decoration: none;
}

.inserted_left_image {
	margin: 5px 10px 5px 0px;
}

.inserted_right_image {
	margin: 5px 0px 5px 10px;
}
