@charset "utf-8";
/* CSS Document */

html {
	overflow: scroll;
  overflow: -moz-scrollbars-vertical;
}

body {
	background: #b5b5b5 url('img/bg_f2_w972.png') center top repeat-y;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	height: 100%;
}


body, td, input, button, ul, li {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 13px;	
	color: #333333;
}

p, ul {
	margin-top: 10px;
}

p {
	line-height: 140%;
}

p.left_margin {
	margin-left: 40px;
}

.structured_text ol {
	margin-left: 20px;
}

ul {
	margin-bottom: 0px;
	list-style-image: url("img/ul_li_small_dot.png");
	margin-left: 8px;
	padding-left: 12px;
}


img {
	border: 0px;
}

a, li a.active {
	color: #1B75B6;
	text-decoration: none;
}

a:hover, a.active:hover { 
	color: #00557F;
}

.subtitle, .subsubtitle, h2 {
	font-weight: bold;
	color: #C33213;
	padding-top: 10px;	
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

.subtitle {
  font-size: 14px;
}

.subsubtitle, h2 {
	font-size: 14px;
}

.text_alt {
	font-size: 12px;
	color: #666666;
	font-weight: bold;
	font-style:italic
}

.color_cyan, .color_blue {
	color: #1B75B6;
}

.table_clean {
	border: none;
}

ul.box_list_larger {
	list-style-image: url("img/ul_li_small_dot_cyan.png");
	margin-left: 10px;
	padding-left: 10px;
}

ul.box_list_larger li {
	font-size: 12px;
	margin-bottom: 4px;
}

ul.box_list_larger li a {
	font-weight: bold;
}

ul.box_list_smaller {
	list-style-image: url("img/ul_li_small_dot_cyan.png");
	margin-left: 12px;
	padding-left: 8px;
}

ul.box_list_smaller li {
	font-size: 11px;	
	font-weight: bold;
	color: #1B75B6;
	margin-bottom: 4px;
}


span.green_underline {
	background: #ffffff url('img/underline.png') right bottom no-repeat;
	color: #3C9221;
}
span.green_underline:hover {
	color: #3ab213;
}

.li_arrow_cyan {
	list-style-image: url("img/ul_li_arrow_cyan.png");
}

.link_italic {
	font-style: italic;
	font-size: 11px;
}

.li_arrow_green {
	list-style-image: url("img/ul_li_arrow_green.png");
}
.li_arrow_green:hover {
	list-style-image: url("img/ul_li_arrow_green_hl.png");
}

.link_green, .link_green:hover, .green {
	font-style: italic;
	font-size: 11px;
	color: #3C9221;
}
.link_green:hover {
	color: #3ab213;
}

.text_bold {
	font-weight: bold;
}

.text_warning {
  font-size: 12px;
  color: #C33213;
  font-style: italic; 
}

div.content_block {
	width: 470px;
	border-left: 1px solid #e3e3e3;	
	border-right: 1px solid #bbbbbb;
	border-top: 1px solid #e9e9e9;
	border-bottom: 1px solid #cccccc;
	display: table;	
	background-color: #ffffff;
	background: #ffffff url('img/bg_gradient_corner_right_bottom_w200.png') right bottom no-repeat;
	border-collapse: separate;
}

div.content_block_inner {
	display: table;
	padding: 10px;
}

div.content_block .content_block_name {
	font-size: 14px;
	font-weight: bold;
	color: #666666;
}

div.content_block .content_block_title {
	font-size: 14px;
	font-weight: bold;
}

div.content_block .content_block_subtitle {
	font-size: 11px;
	font-weight: bold;
	color: #666666;
}

div.content_block .content_block_text {
  font-size: 11px;
}

input.themed_input, textarea.themed_input,
.themed_form input[type=text], .themed_form input[type=password], .themed_form textarea, .themed_form select,
.submit-contact-form input[type=text], .submit-contact-form input[type=password], .submit-contact-form textarea,		
.search-form input[type=text], .search-form input[type=password], .search-form textarea
{
  border-left: 3px solid #eeeeee; 
  border-right: 3px solid #e8e8e8;
  border-top: 3px solid #eeeeee;
  border-bottom: 3px solid #e8e8e8;
  background-color: #f8f8f8;
  padding: 3px;
  margin-top: 4px;
}

table.content_table {
  border-left: 1px solid #eeeeee;
  border-top: 1px solid #eeeeee;
}
table.content_table td {
  text-align: center;
  border-right: 1px solid #e8e8e8;
  border-bottom: 1px solid #dddddd;
  padding-top: 12px;
  padding-bottom: 12px;
  background: #ffffff url('img/bg_gradient_corner_right_bottom_w200.png') right bottom no-repeat;
}

table.with_frame {
	border: 1px solid #888888;
}

table.without_frame {
	border: 1px solid #DDDDDD;
}

table.data_table {	
	border-collapse: separate;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
}

table.data_table th {
  border-right: 1px solid #b65a00;
  border-bottom: 1px solid #b65a00;
  padding: 2px;
  padding-left: 8px;
  padding-right: 8px;
  font-size: 11px;
  font-weight: bold;
  color: #FFFFFF;
  background-color: #e97400;
}

table.data_table th:last-child {
  border-right: none;
}

table.data_table td {
	border-right: 1px solid #eeeeee;
  border-bottom: 1px solid #e0e0e0;
  padding: 4px;
  padding-left: 8px;
  padding-right: 8px;
  font-size: 11px;
}

table.dark_border td {
  border-right: 1px solid #BBBBBB;
  border-bottom: 1px solid #BBBBBB;
}

table.data_table tr.darker {
	background-color: #F4F4F4;
}

table.data_table td.main_column {
  font-size: 12px;
}

table.data_table td.label {
  padding: 3px;
  padding-left: 6px;
  padding-right: 7px;
  font-weight: bold;
  color: #555555;
  font-size: 11px;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  background-color: #eee;
}

table.data_table th.center, table.data_table td.center, col.center, td.center {
  text-align: center;
}

.table_sublabel {
  background-color:#d5ebf8;
}
    
table.data_table th.right, table.data_table td.right {
	text-align: right;
}

table.simple_table, table.simple_table td {
  padding: 2px;
  background: none;
  font-size: 11px;
  text-align: left;
  border: none;
}

table.simple_table_with_borders, table.simple_table_with_borders td {
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 2px;
  padding-bottom: 2px;
  background: none;
  font-size: 11px;
  text-align: left;
}

table.simple_table_with_borders {
  border-left: 2px solid #dfdf93;
  border-top: 2px solid #dfdf93;
  border-right: 2px solid #dfdf93;
  border-bottom: 2px solid #dfdf93;
}
  
table.simple_table_with_borders td {
	border-right: 1px solid #dfdf93;
	border-bottom: 1px solid #dfdf93;
}

.cell_cost {
    float: left;
    border: none;
    vertical-align: top;
    width: 36px;
}

div.navigation {
  margin-top: 8px;
  margin-bottom: 8px;
}

div.navigation a {
	font-weight: bold;
}

div.navigation span.arrow {
  	background: url('img/icon_nav_arrow.png') left top no-repeat;
  	width: 17px;
  	height: 16px;
  	display: inline-block;
}

div.with_margin {
  margin-top: 10px;
  margin-bottom: 10px;	
}

.small_bold {
	font-size: 11px;
	font-weight: bold;
}

.small {
  font-size: 11px;	
}

.description {
  font-size: 12px;
  color: #888888;    
}

.highlight_bg {
  background-color: #ffffbb;	
}

.filter_text, .filter_text input, .filter_text td {
	font-size: 12px;
}

.popup {
	background: #ffffbb;
	font-size: 80%;
	border-color: #dfdf93;
	border-width: 1px;
	border-style: none;
}

.underline {
  width: 100%;
  border-top: 1px solid #eeeeee;
  padding-bottom: 12px;
  margin-top: 12px;
}

/*--------------------------------------------------------------------------------------
----    MAIN STRUCTURE                                                                --
--------------------------------------------------------------------------------------*/

.site_height {
	height: 100%;
	width: 972px;
	background-color: #f2f2f2;
	margin-left: auto;
	margin-right: auto;
}

.site {
	height: 100%;
	padding-left: 24px;
	padding-right: 24px;
}

.header {
	width: 924px;
	display: table;
}

.main {
	width: 924px;
	height: 100%;	
	display: table;
	/*clear: both;*/
}

.footer {
	background: #c8e3f2 url('img/footer_bg.png') left top no-repeat;
	width: 924px;
	height: 34px;
}

.gap_row {
	height: 24px;
	width: 924px;
}

.left_column {
	width: 186px;
	height: 100%;
	/*float: left;*/
}

.middle_column {
	width: 100%;
	height: 100%;
	/*background: #8888FF;*/
	/*float: left;*/
}

.right_column {
	width: 186px;
	height: 100%;
	/*background: #88FF88;*/
	/*float: left;*/
}

.gap_column {
	width: 22px;
	/*float: left;*/
}


/*--------------------------------------------------------------------------------------
----    HEADER                                                                        --
--------------------------------------------------------------------------------------*/

.header_logo {
	float: left;
}
.header_logo_img {
	background: url('img/header_logo.png') left top no-repeat;	
	float: left;
	width: 160px;
	height: 79px;
}
.header_logo_img:hover {
	background: url('img/header_logo_hl.jpg') left top no-repeat;	
}

.header_search {
	float: right;
	margin-right: 14px;
	margin-top: 21px;
	background: url('img/header_search_bg.jpg') left top no-repeat;	
	text-align: left;
}
.header_search_input {
	font-size: 11px;
	width: 118px;
	height: 17px;
	margin-left: 9px;
	border: none;
	background: none;
	float: left;
}
.header_search_button {
	width: 24px;
	height: 18px;
	vertical-align: top;
}
.header_search_deco_left_part_img {
	width: 10px;
	height: 18px;
	vertical-align: top;
}

.header_menu {
	width: 924px;
	height: 33px;
}

a.menu_generic:hover, .header_menu a.active {
	background-position: 0 -33px;
}

/*--------------------------------------------------------------------------------------
----    BOX  structure                                                                --
--------------------------------------------------------------------------------------*/

.box, .banner {
	margin-bottom: 24px;
}

.box_left, .box_right {
  width: 186px;	
}

.box_left, .banner_left_top, .banner_left_bottom {
	margin-right: 22px;
}

.box_right, .banner_right_top, .banner_right_bottom {
	margin-left: 22px;
}

.box_middle_column {
	
}

.box_part_top {
	background: #1e8dcd url('img/box_header_bg.png') right top repeat-x;
	height: 27px;
	border: none;
	color: #ffffff;
	font-family: Verdana, Tahoma, Arial, Helvetica, Raavi, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.box_part_top_content {
	padding-left: 6px;
	background: url('img/box_header_bg_left_part.png') left top no-repeat;
	border: none;
}
.box_part_top_text {
	padding-top: 5px;
	padding-left: 6px;
}

.box_part_top_white {
	background: #ffffff url('img/box_header_white_bg.png') right top repeat-x;
	height: 10px;
	border: none;
	vertical-align: middle;
	font-size: 1px;
}
.box_part_top_white_content {
	background: url('img/box_header_white_bg_left_part.png') left top no-repeat;
	border: none;
	width: 10px;
	height: 10px;
	font-size: 1px;
}

.box_part_main {
	background-color: #ffffff;
	border-left: 1px solid #c2c2c2;
	border-right: 1px solid #c2c2c2;

}

.box_part_main_content {
	background-color: #ffffff;
}

.box_left_column_main_content, .box_right_column_main_content {
	padding: 10px;
	padding-top: 3px;
	font-size: 12px;	
	color: #1B75B6;
}

.box_middle_column_main_content {
	padding: 15px;
	padding-top: 9px;
}

.box_part_bottom {
	background: #ffffff url('img/box_footer_bg.png') right top repeat-x;
	height: 10px;
	border: none;
	vertical-align: middle;
	font-size: 1px;
}
.box_part_bottom_content {
	background: url('img/box_footer_bg_left_part.png') left top no-repeat;
	border: none;
	width: 10px;
	height: 10px;
	font-size: 1px;
}

/*--------------------------------------------------------------------------------------
----    BOXES  content                                                                --
--------------------------------------------------------------------------------------*/

.box_title_link {
}

.box_part_top_img_title {
	height: 9px;
	padding: 10px;
	padding-bottom: 9px;
}

/*---   Login   ---*/

.login_label {
	font-size: 11px;
	color: #666666;
	font-weight: bold;
	padding-right: 6px;
}

.login_input_login_bg, .login_input_password_bg {
}
.login_input_login, .login_input_password {
	font-size: 11px;
	width: 86px;
	height: 13px;
	margin-bottom: 3px;
	margin-left: 1px;
}
.login_button_registration {
  display: inline-block;
  width: 158px;
  height: 19px;
  background: transparent url('img/login_button_registration.png') left top no-repeat;
  margin-top: 7px;    
}
.login_button_upt {
  display: inline-block;
  width: 158px;
  height: 19px;
  background: transparent url('img/login_button_use_promo_ticket.png') left top no-repeat;
  margin-top: 7px;    
}
.login_forgot_password a {
  font-size: 11px;
  padding-left: 25px;
  color: #52aedb;
}
.login_forgot_password a:hover {
  color: #1b8edb;
}
.login_button_login {
  width: 95px;
  height: 22px;
}

/*--------------------------------------------------------------------------------------
<!--    FOOTER                                                                        --
--------------------------------------------------------------------------------------*/

.footer_content {
	width: 924px;
	height: 34px;
	text-align: center;
	display: box;
	padding-top: 10px;
	padding-bottom: 18px;
	font-size: 11px;
}


.test {
	border: 1px solid #ff0000;
}

.display_none {
	display: none;
}

/*--------------------------------------------------------------------------------------
----    ARTICLES                                                                      --
--------------------------------------------------------------------------------------*/

.articles_section {
  padding-bottom: 10px;
}
.articles_article {
  margin-top: 10px;
  padding: 10px;
  border: 1px solid #e8e8e8;
  border-bottom: 1px solid #eeeeee;
  background: #ffffff url('img/bg_gradient_corner_right_bottom_w200.png') right bottom no-repeat;
}
.articles_subtitle {
  font-size: 14px;
  padding-top: 0px;
}
.articles_date {
  font-size: 11px;
  color: #888888;
  padding-top: 2px;
}
.articles_perex {
  margin-top: 6px;
}

/*--------------------------------------------------------------------------------------
----    ADVERTISE                                                                     --
--------------------------------------------------------------------------------------*/

.advertise_banner {
	font-size: 11px;
	height: 72px;
	text-align: left;
	background: #ffffff url('img/bg_gradient_corner_right_bottom_w200.png') right bottom no-repeat;
}
.advertise_banner_img {
  margin-right: 15px;
}
.advertise_banner_price {
	font-size: 16px;
	font-weight: bold;
  color: #3D8727;
}
.advertise_banner_size {
	font-size: 12px;
	padding-bottom: 4px;
	padding-top: 15px;
}

/*--------------------------------------------------------------------------------------
----    APP NEWS                                                                      --
--------------------------------------------------------------------------------------*/
.app_news_bg {
  width: 100%;
  /*float: left;*/
  border-left: 1px solid #e3e3e3; 
  border-right: 1px solid #bbbbbb;
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #cccccc;
  display: table; 
  background-color: #ffffff;
  background: #ffffff url('img/bg_gradient_corner_right_bottom_w200.png') right bottom no-repeat;
}
.app_news {
  /*padding: 10px;*/
  margin: 14px;
  display: table;
}
.app_news_subtitle {
  font-size: 14px;
  padding-top: 0px;
}
.app_news_date, .app_news_article_date {
  font-size: 11px;
  color: #888888;
}
.app_news_perex {
  margin-top: 6px;
}
.app_news_article_date {
  padding-top: 3px;
  padding-bottom: 12px;
}


/*--------------------------------------------------------------------------------------
<!--    overrides                                                                     --
--------------------------------------------------------------------------------------*/

.form-item {
  margin-top: 0px;
  margin-bottom: 0px;
}

.themed_form .form-item {
  margin-top: 0px;
  margin-bottom: 10px;
}

.themed_form input.error {
	border-color: #EE5555;
	border-width: 2px;
}

tbody {
  border-top: none;
}

.tabs ul.primary li a,
.tabs ul.primary li.active a
{
  border-style: none;
  font-weight: bold;
  background: none;
}

.tabs ul.primary {
  border-style: none;
}

ul.menu li.leaf {
  list-style-image: url("img/ul_li_small_dot_cyan.png") !important;
  font-size: 12px;
  margin-left: 3px;
  padding-left: 3px;
  padding-top: 0px;
  padding-bottom: 0px;
}

ul.menu li.leaf a {
  font-weight: bold;
}

ul.menu {
  margin-top: 3px;
}

div.status {
	background: #CCFFCC none repeat scroll 0 0;
	color: #220000;
	padding: 2px;
  border: 1px solid #77DD77;
}

div.messages ul {
	margin-top: 0px;
	list-style: none;
	list-style: none;
}

.disabled_bg {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: alpha(opacity=20);
  -moz-opacity: 0.2;
  -khtml-opacity: 0.2;
  opacity: 0.2;
}
