/**
 *
 * @author      Taras Kushnir
 *
 */
 
*
{
    margin: 0;
    padding: 0;
    border: 0;
}

a
{
    color: #04a8ed;
}

.clear
{
    width: inherit;
    height: 1px;
    clear: both;
}

.none
{
    display: none;
}

.right
{
    text-align: right;
    width: 100%;
    font-size: 12px;
}

.bold
{
    font-weight: bold !important;
}

.hint
{
    color: #ddd !important;
}

.float_left
{
    float: left !important;
}

ul
{
    list-style: square inside;
    text-indent: 10px;
}

ul.arrow_01
{
    list-style-position: outside;
    list-style-image: url('/images/arrow_01.png');
    text-indent: 0;
    margin-left: 18px;
}

ul.arrow_02
{
    list-style-position: outside;
    list-style-image: url('/images/arrow_02.png');
    text-indent: 0;
    margin-left: 18px;
}

ul.arrow_03
{
    list-style-position: outside;
    list-style-image: url('/images/arrow_03.png');
    text-indent: 0;
    margin-left: 18px;
}

ol
{
    list-style: decimal inside;
    text-indent: 10px;
}

body
{
    height: 100%;
    background: white url('/images/back_head.png') repeat-x top left;
}

p
{
    margin: 5px 0;
}

p.subheader
{
    font-weight: bold;
}

p.title
{
    margin: 10px 0;
    font-weight: bold;
    font-size: 16px;
}

p.indent
{
    margin-left: 10px;
}

p.announcement
{
    font-size: 10px;
}

p.shift_right
{
    text-indent: 0;
    padding-left: 10px;
}

#main_container
{
    margin: 0 auto 27px;
    width: 956px;
    height: 100%;
    background-color: white;                          
}

.main_img
{
    float: right;
    margin-top: 5px;
}

.campaign_img
{
    float: right;
    margin: 0 0 5px 10px;
}

#foot_mask
{
    z-index: 2;
    position: fixed;
    bottom: 0;
    left: 0;
    height: 22px;
    width: 100%;
}

#foot
{
    width: 956px;
    height: 22px;
    margin:0 auto;    
}

#foot_lt
{
    float: left;
    width: 14px;
    height: 22px;
    background: url('/images/foot_lt.png') no-repeat top center;
}

#foot_rt
{
    float: right;
    width: 14px;
    height: 22px;
    background: url('/images/foot_rt.png') no-repeat top center;
}

#foot_center
{
    float: left;
    width: 928px;
    height: 16px;
    background-color: #e2e2e2;
    text-align: center;
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #999;
    padding-top: 6px;
    border-top: 1px solid white;
}

#foot_menu_mask
{
    z-index: 2;
    position: fixed;
    bottom: 0;
    left: 0;
    height: 22px;
    width: 100%;
}

#foot_menu
{
    width: 900px;
    height: 22px;
    margin:0 auto;
    padding-top: 3px;
    text-align: right;
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #999;
}

#foot_menu a
{
    margin: 0 5px;
    color: #999;    
}

#foot_menu a:hover
{
    color: #666;
}

#loader_cover
{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 101;
    width: 100%;
    height: 100%;
    cursor: wait;
}

#loader
{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 102;
    width: 200px;
    height: 68px;
    background: url('/images/loading.gif') no-repeat top center;
    cursor: wait;
}

#head
{
    width: 956px;
    height: 215px;
    background: url('/images/head.png') no-repeat top center;
}

#head_top
{
    width: auto;
    height: 64px;
    padding-right: 15px;
    float: right;
    clear: both;
}

#login_form
{
    float: right;
    width: 422px;
    height: 35px;
    margin-right: 10px;
    background: url('/images/login_back.png') no-repeat top left;
}

#login_lock
{
    float: left;
    width: 13px;
    height: 17px;
    margin: 9px 13px 0 15px;
    background: url('/images/login_lock.png') no-repeat top left;
}

#login_go
{
    float: right;
    width: 15px;
    height: 15px;
    margin: 10px 10px 0 3px;
    background: url('/images/login_go.png') no-repeat top left;
}

#login_go:hover
{
    background-position: 0 -15px;
}

#login_go:active
{
    background-position: top left;
}

.login_input
{
    float: right;
    width: 115px;
    height: 18px;
    margin: 8px 5px 0;
    border: 1px solid #e2e2e2;
    color: #999;
    /*font-size: 13px;*/
    font-weight: normal;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

.login_float_left
{
    float: left;
}

#login_container
{
    float: right;
    width: 254px;
    height: 28px;
}

.login_input_label
{
    float: right;
    margin: 12px 3px 0;
    color: #227497;
    font-size: 13px;
    font-weight: normal;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

.login_input_wrapper
{
    float: right;
    width: 100%;
}

.login_sign_container
{
    float: left;
    margin-top: 1px;
}

.login_sign
{
    display: block;
    margin-top: 2px;
    color: #227497;
    text-decoration: none;
    font-size: 9px;
    font-weight: normal;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

#sign_rules
{
    margin: 12px 5px 0;
}

.checkbox
{
    float: right;
    width: 15px;
    height: 15px;
    border: 1px solid #e2e2e2;
    background: url('/images/checkbox.png') no-repeat top left;
    cursor: pointer;
}

.captcha
{
    float: right;
    width: 115px;
    height: 30px;
    margin: 8px 5px 0;
    border: 1px solid #e2e2e2;
}

#lang_form
{
    float: right;
    width: 100px;
}

.lang
{
    float: right;
    margin: 11px 5px 0;
    color: #72adc5;
    font-size: 9px;
    font-weight: bold;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    cursor: pointer;
}

.lang:hover
{
    color: #36738c;
}

#incorrect_pass
{
    display: none;
    float: right;
    width: 327px;
    height: 35px;
    margin-right: 143px;
    background: url('/images/incorrect_pass.png') no-repeat top left;
    clear: both;
}

#incorrect_pass_message_main
{
    float: left;
    width: 227px;
    height: 35px;
    margin-left: 50px;
}

#incorrect_pass_message
{
    display: none;
    float: left;
    width: 227px;
    height: auto;
    color: maroon;
    text-align: center;
    font-size: 11px;
    font-weight: normal;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

#incorrect_pass_message a.save_password
{
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    font-family: inherit;
}

.close_cross
{
    float: right;
    width: 13px;
    height: 13px;
    margin: 7px 7px 0 0;
    cursor: pointer;
    background: url('/images/close_cross.png') no-repeat top left;
}

.close_cross:hover
{
    background-position: 0 -13px;
}

.close_cross:active
{
    background-position: top left;
}

#sign_form_close_cross
{
    margin: 18px 18px 0 0;
}

#incorrect_pass_close_cross
{
    margin: 3px 3px 0 0;
}

#cover
{
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 99;
    height: 100%;
    width: 100%;
    background-color: black;
    opacity: .70;
    filter: alpha(opacity=70);
}

#sign_form
{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 296px;
}

#sign_form_head
{
    float: left;
    width: 296px;
    height: 87px;
    background: url('/images/sign_tp.png') no-repeat top left;
}

#sign_form_header
{                
    float: left;
    margin: 25px 0 0 18px;
    color: maroon;
    font-size: 14px;
    font-weight: bold;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

#sign_form_main
{
    float: left;
    width: 220px;
    /*min-height: 200px;*/
    padding: 5px 38px 10px 38px;
    background-color: #e2e2e2;
}

#sign_form_main_message
{    
    float: left;
    color: #227497;
    font-size: 13px;
    font-weight: normal;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

#sign_form_foot
{
    float: left;
    width: 296px;
    height: 17px;
    background: url('/images/sign_dn.png') no-repeat top left;
}

#sign_go
{
    float: right;
    width: 104px;
    height: 19px;
    margin: 25px 58px 0 0;
    padding-top: 3px;
    background: url('/images/sign_btn.png') no-repeat top left;
    color: #285119;
    text-decoration: none;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

#sign_go:hover
{
    background-position: 0 -22px;
}

#sign_go:active
{
    background-position: top left;
}

#error_message
{
    display: none;
    position: fixed;
    top: 5px;
    left: 0;
    z-index: 200;
    width: 380px;
    height: 120px;
}

#error_message_head
{
    float: left;
    width: 380px;
    height: 54px;
    background: url('/images/hlp_tp.png') no-repeat top left;
}

#error_message_main
{
    float: left;
    width: 360px;
    height: 84px;
    padding: 5px 10px 10px;
    background-color: #feaebd;
}

#error_message_text
{
    float: left;
    width: 360px;
    color: maroon;
    text-align: center;
    font-size: 13px;
    font-weight: normal;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

#error_message_foot
{
    float: left;
    width: 380px;
    height: 12px;
    background: url('/images/hlp_dn.png') no-repeat top left;
}

#notification_message
{
    display: none;
    position: fixed;
    top: 5px;
    left: 0;
    z-index: 200;
    width: 380px;
    height: 120px;
}

#notification_message_head
{
    float: left;
    width: 380px;
    height: 54px;
    background: url('/images/ntf_tp.png') no-repeat top left;
}

#notification_message_main
{
    float: left;
    width: 360px;
    height: 84px;
    padding: 5px 10px 10px;
    background-color: #aee7fe;
}

#notification_message_text
{
    float: left;
    width: 360px;
    color: #066;
    text-align: center;
    font-size: 13px;
    font-weight: normal;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

#notification_message_foot
{
    float: left;
    width: 380px;
    height: 12px;
    background: url('/images/ntf_dn.png') no-repeat top left;
}

.confirm
{
    float: left;
    width: 100%;
    color: #333;
    text-align: center;
    font-size: 18px;
    font-weight: normal;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

.captcha_renew
{
    float: right;
    margin: 14px 0 0;
    width: 16px;
    height: 16px;
    background: url('/images/load.png') no-repeat top left;
}

#new_captcha
{
    margin-right: 3px;
}

#head_middle
{
    clear: both;
    height: 130px;
}

#menu
{
    height: 21px;
    width: auto;
    margin-left: 20px;
}

#menu_left
{
    float: left;
    width: 5px;
    height: 21px;
    background: url('/images/menu_l.png') no-repeat top left;
}

#menu_center
{
    float: left;
    width: auto;
    height: 21px;
    background: url('/images/menu_center.png') repeat-x top left;
}

#menu_right
{
    float: left;
    width: 5px;
    height: 21px;
    background: url('/images/menu_r.png') no-repeat top left;
}

.menu_item
{
    float: left;
    padding: 2px 6px 0 12px;
    text-align: center;
    color: white;
    font-size: 14px;
    font-weight: normal;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    background: url('/images/menu_arrow.png') no-repeat 2px 7px;
    cursor: pointer;
}

.menu_item:hover
{
    color: #ccc;
}

.menu_item:active
{
    color: white;
}

.menu_item_l
{
    padding-left: 17px;
    background: url('/images/menu_home.png') no-repeat 4px 7px;
}

.menu_item_r
{
    padding-right: 2px;
}

.menu_delimiter
{
    float: left;
    margin-top: 3px;
    width: 2px;
    height: 16px;
    background: url('/images/razd.png') no-repeat top left;
}

#inner_main_container
{
    width: 956px;
    height: 100%;
    margin: 5px 0 0;
}

.left_head_inner
{
    float: right;
    margin: 10px 10px 0 0;
    font: 13px Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: white;
    text-indent: 0;
    text-align: right;
}

#news_container
{
    float: left;
    width: 176px;
}

#news_head
{
    width: 176px;
    height: 81px;
    background: url('/images/top_news.png') no-repeat top left;
}

#news_main
{
    min-height: 256px;
    padding: 5px;
    font: 11px Verdana, Arial, Helvetica, sans-serif;
    text-align: left;
    color: #016a95;
    background-color: #e2e2e2;
}

#news_foot
{
    width: 176px;
    height: 20px;
    background: url('/images/bottom_news.png') no-repeat top left;
}

.news_last_news
{
    margin: 15px 0 0;
    font: 13px Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #999;
}

div.news_date
{
    clear: both;
    margin: 5px 0 0;
    text-indent: 0;
}

.news_header_main
{
    margin-top: 10px;
    font: 16px Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: maroon;
}

div.news_date_main
{
    float: left;
    margin: 5px 0 0;
    text-indent: 0;
}

.news_go_all_main
{
    float: right;
    margin: 5px 0 0;
    text-indent: 15px;
    background: url('/images/news.png') no-repeat 0 3px;
    min-height: 15px;
}

.news_go_all_main a
{
    color: #999;
}

.news_go_all_main a:hover
{
    color: #666;
}

.news_content_main
{
    margin: 10px 0 0;
}

.news_go_full
{
    clear: both;
    margin: 0 0 5px;
    text-indent: 0;
}

.news_go_full a:hover
{
    color: #0171a0;
}

.news_go_all
{
    clear: both;
    margin: 10px 0 0 10px;
    text-indent: 15px;
    background: url('/images/news.png') no-repeat 0 1px;
    min-height: 13px;
}

.news_go_all a
{
    color: #999;
}

.news_go_all a:hover
{
    color: #666;
}

#banner_join_container
{
    float: right;
    margin-top: 10px;
    width: 768px;
}

#banner_join_main
{
    float: right;
    width: 768px;
    height: 80px;
    background: url('/images/back_join.png') no-repeat top left;
}

#banner_join_main_btn
{
    float: right;
    width: 143px;
    height: 34px;
    margin: 16px 20px 0 0;
    padding-top: 13px;
    background: url('/images/button_join.png') no-repeat top left;
    color: #d6d154;
    text-decoration: none;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

#banner_join_main_btn:hover
{
    background-position: 0 -47px;
}

#banner_join_main_btn:active
{
    background-position: top left;
}

#banner_join_main_slogan
{
    float: left;
    margin: 26px 0 0 40px;
    color: #0171a0;
    font-size: 22px;
    font-weight: bold;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}
  
#right_container
{
    float: right;
    width: 768px;
    /*min-height: 281px;*/
}

.right_outer_container
{
    float: left;
}

#advertiser_head
{
    float: left;
    width: 156px;
    margin-right: 11px;
    background: url('/images/top_adver.png') no-repeat top left;
}

#advertiser_main
{
    float: left;
    width: 146px;
    margin-right: 11px;
}

#advertiser_foot
{
    float: left;
    width: 156px;
    margin-right: 11px;
    background: url('/images/bottom_box01.png') no-repeat top left;
}

#publisher_head
{
    width: 156px;
    margin-right: 11px;
    background: url('/images/top_publisher.png') no-repeat top left;
}

#publisher_main
{
    width: 146px;
    margin-right: 11px;
}

#publisher_foot
{
    width: 156px;
    margin-right: 11px;
    background: url('/images/bottom_box01.png') no-repeat top left;
}

div.icon
{
    margin-top: 7px;
    text-indent: 15px;
    background-repeat: no-repeat;
    background-position: 0 1px;
    min-height: 13px;
}

.join
{
    background-image: url('/images/join.png');
}

.info
{
    background-image: url('/images/info.png');
}

.faq
{
    background-image: url('/images/faq.png');
}

#widebox_head
{
    width: 434px;
    background: url('/images/top_box02.png') no-repeat top left;
}

.widebox_head_inner
{
    float: left;
    margin: 14px 0 0 6px;
    font: 13px Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: white;
    text-indent: 0;
}

#widebox_head_1
{
    background: url('/images/box02_01.png') no-repeat 0 11px;
}

#widebox_head_2
{
    background: url('/images/box02_02.png') no-repeat 0 11px;
}

#widebox_head_3                 
{
    background: url('/images/box02_03.png') no-repeat 0 11px;
}

#widebox_main
{
    width: 434px;
    padding: 0;
}

#widebox_foot
{
    width: 434px;
    background: url('/images/bottom_box02.png') no-repeat top left;
}

.right_head
{
    float: left;
    height: 81px;
}

.right_head_inner
{
    position: relative;
    top: 16px;
    z-index: 1;
    float: left;
    width: 135px;
    height: 81px;
    margin-left: 7px;
}

.right_foot
{
    float: left;
    height: 20px;
}

.right_main
{
    float: left;
    position: relative;
    left: 612px;
    min-height: 132px;
    padding: 5px;
    font: 11px Verdana, Arial, Helvetica, sans-serif;
    text-align: left;
    color: #227497;
    background-color: #aee7fe;
}

.right_main_inner
{
    float: left;
    width: 125px;
    margin-left: 7px;
    padding: 21px 5px 0;
}

.right_white_underground
{
    float: left;
    width: 100%;
    background-color: white;
}

.right_underground
{
    float: left;
    width: 100%;
    background-color: #aee7fe;
}

#r2_underground_5
{
    position: relative;
    overflow: hidden;
}

#r2_underground_4
{
    position: relative;
    right: 434px;
}

#r2_underground_3
{
    position: relative;
    right: 11px;
}

#r2_underground_2
{
    position: relative;
    right: 156px;
}

#r2_underground_1
{
    position: relative;
    right: 11px;
}

#main_right_container
{
    float: right;
    width: 692px;
}

#main_right_head
{
    width: 692px;
    height: 92px;
    background: url('/images/right_tp.png') no-repeat top left;
}

div.main_right_head_inner
{
    float: right;
    margin: 25px 25px 0 0;
    font: 18px Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: maroon;
}

#main_right_main
{
    min-height: 256px;
    padding: 5px;
    font: 11px Verdana, Arial, Helvetica, sans-serif;
    text-align: left;
    text-indent: 10px;
    color: #016a95;
    background-color: #e2e2e2;
}

div.main_right_main_inner
{
    position:relative;
    top:-40px;
    padding: 10px;
    font: 13px Verdana, Arial, Helvetica, sans-serif;
    text-indent: 0;
    text-align: justify;
}

#main_right_foot
{
    width: 692px;
    height: 27px;
    background: url('/images/right_dn.png') no-repeat top left;
}

#main_left_container
{
    float: left;
    width: 246px;
}

#main_left_head
{
    width: 246px;
    height: 10px;
    background: url('/images/left_tp.png') no-repeat top left;
}

#main_left_main
{
    min-height: 256px;
    padding: 10px;
    font: 11px Verdana, Arial, Helvetica, sans-serif;
    text-align: left;
    text-indent: 10px;
    color: #016a95;
    background-color: #aee7fe;
}

#main_left_foot
{
    width: 246px;
    height: 10px;
    background: url('/images/left_dn.png') no-repeat top left;
}

.main_left_main_content
{
    width: 226px;
    min-height: 64px;
    padding: 0 0 10px;
}

.main_left_main_content_head
{
    float: left;
    margin-bottom: 5px;
    width: 226px;
    height: 39px;
}

.main_left_main_content_head_inner
{
    float: left;
    margin: 6px 0 0 6px;
    font: 13px Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: white;
    text-indent: 0;
}

#main_left_main_1
{
    background: url('/images/box01_01.png') no-repeat top left;
}

#main_left_main_2
{
    background: url('/images/box01_02.png') no-repeat top left;
}

#main_left_main_3                 
{
    background: url('/images/box01_03.png') no-repeat top left;
}

.no_page
{
    font: 16px Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: maroon;
    text-align: center;
    margin-top: 50px;
}

a.unavailable
{
    font: 16px Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: maroon;
}

#contact_form
{
    position: relative;
    top: -10px;
    margin: 0 auto;
    width: 500px;
    padding-right: 50px;
}

.contact_form_input_wrapper
{
    float: left;
    width: 100%;
}

.contact_form_input
{
    float: right;
    width: 230px;
    height: 22px;
    margin: 8px 40px 0 5px;
    border: 1px solid #e2e2e2;
    color: #999;
    font: 18px Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
}

.contact_form_input_label
{
    float: right;
    margin: 14px 3px 0;
}

.contact_form_textarea
{
    float: right;
    width: 230px;
    height: 100px;
    margin: 8px 40px 0 5px;
    border: 1px solid #e2e2e2;
    color: #999;
    font: 18px Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
}

.contact_form_captcha
{
    float: right;
    width: 115px;
    height: 30px;
    margin: 8px 40px 0 5px;
    border: 1px solid #e2e2e2;
}

.contact_form_captcha_input
{
    float: right;
    width: 89px;
    height: 22px;
    margin: 8px 5px 0;
    border: 1px solid #e2e2e2;
    color: #999;
    font: 18px Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
}

#contact_form_go
{
    float: right;
    width: 84px;
    height: 15px;
    margin: 10px 40px 0 5px;
    padding-top: 1px;
    text-indent: 0;
    background: url('/images/sign_btn_small.png') no-repeat top left;
    color: #285119;
    text-decoration: none;
    text-align: center;
    font-size: 11px;
    font-weight: bold;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

#contact_form_go:hover
{
    background-position: 0 -16px;
}

#contact_form_go:active
{
    background-position: top left;
}

.tree
{
    list-style: none outside;
    font-weight: bold;
    text-indent: 0;
}

.tree_big
{
    font-size: 15px;
    text-indent: 0;
}

.tree li
{
    margin: 5px 0;
}

.tree_expand
{
    float: left;
    margin: 2px 7px 0 0;
    width: 13px;
    height: 13px;
    background: url('/images/tree_expand.png') no-repeat top left;
    cursor: pointer;
}

.tree_content_outer
{
    height: 0;
    overflow: hidden;
    font-weight: normal;
    font-size: 13px;
    margin-bottom: 7px;
}

.footnote
{
    margin-top: 10px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    text-indent: 0;
    font-size: 9px;
}
