#contest_table {
 margin: 0 auto;
 text-align: center;
 max-width: 700px;
}
#contest_table TABLE {
 width: 100%;
 border-collapse: collapse;
 margin: 0 auto;
}
#contest_table TH, #contest_table TD {
 border: 1px solid #BEB5B5;
}
#contest_table THEAD TR {
 background: #E4E6E7 url('/data/contests/bg_table_head.png') repeat-x 0 100%;
}
#contest_table THEAD TH {
 padding: 10px 10px;
 background: url('/data/contests/bg_table_line.png') no-repeat -1px 100%;
}
#contest_table TBODY TD {
 padding: 3px 10px;
}
#contest_table THEAD TH.is_sort {
 cursor: pointer;
 background: url('/data/contests/sort-down-up.gif') no-repeat 50% 90%;
 cursor: pointer;
}
#contest_table THEAD TH.sort_desc {
 background: url('/data/contests/sort-down.gif') no-repeat 50% 90%;
}
#contest_table THEAD TH.sort_asc {
 background: url('/data/contests/sort-up.gif') no-repeat 50% 90%;
}
#contest_table TBODY TR.even {
 background-color: #F0F0F0;
}
#contest_table TBODY TR.hover {
 background-color: #E0E0E0;
 cursor: pointer;
}
#contest_table .status_ok, .status_no {
 padding-top: 2px;
 text-align: left;
 width: 40px;
 height: 16px;
 background: url('/data/contests/status_ok.png') no-repeat 50% 50%;
}
#contest_table .chart {
 padding: 2px 0 0 5px;
 text-align: left;
 width: 65px;
 height: 16px;
 background: url('/data/contests/chart.png') no-repeat 100% 50%;
}
#contest_table .status_no {
 background: url('/data/contests/status_no.png') no-repeat 100% 50%;
}
#contest_table .pagesbar {
 margin: 15px auto;
 text-align: center;
}
#contest_table .pagesbar A, #contest_table .pagesbar .active {
 background: #BCBCBC url(/data/forex_news/pages_bg.gif);
 border: 1px solid gray;
 color: gray;
 padding: 3px 7px;
 text-decoration: none;
}
#contest_table .pagesbar .active {
background: #BCBCBC url(http://instaforex.com/img/forex_news/pages_bg_sel.gif);
}

#contest_search {
 max-width: 696px;
 position: relative;
 padding: 1px;
 border: 1px solid #BEB5B5;
 border-top-left-radius:  5px;
 border-top-right-radius: 5px;
 -moz-border-radius-topleft: 5px;
 -moz-border-radius-topright: 5px;
 margin: 10px auto 5px auto;
}
#contest_search .loader {
 visibility: hidden;
 position: absolute;
 right: 20px;
 top: 50%;
 margin-top: -30px;
 width: 54px;
 height: 55px;
 border: 0px solid #000;
 background: url('/data/contests/ajax_loader.gif') no-repeat 50% 50%;
}
#contest_search_form {
 border-top-left-radius:  3px;
 border-top-right-radius: 3px;
 padding: 25px 0 15px 0;
 text-align: center;
 width: 100%;
 background: #E4E6E7 url('/data/contests/bg_search_form.png') repeat-x 0 100%;
}
#contest_search_form TABLE {
 margin: 0 auto;
}
#contest_search_form #button_search {
 cursor: pointer;
 border: 0;
 margin-left: 15px;
 width: 24px;
 height: 22px;
 background: url('/data/contests/table_search.png') no-repeat 0 0;
}
#contest_search_form #button_refresh {
 cursor: pointer;
 border: 0;
 margin-left: 10px;
 /*
 margin-left: 5px;
 width: 21px;
 height: 22px;
 background: url('/data/contests/table_refresh.png') no-repeat 0 0;
*/
}
#contest_search_form #contest_select_id {
 text-align: center;
 border: 1px solid #808080;
 height: 24px;
 padding: 2px 0;
 display: block;
 margin: 3px 0;
 width: 190px;
}
#contest_search_form #text_search {
 border: 1px solid #808080;
 height: 16px;
 padding: 4px;
 color: #AAA;
 width: 180px;
}
#contest_search_form .status {
 margin-top: 10px;
}

#contest_reg {
 width: 400px;
 position: relative;
 padding: 10px 20px;
 border: 2px solid #BEB5B5;
 border-radius:  5px;
 -moz-border-radius: 5px;
 margin: 20px auto 20px auto;
 background-color: #EEEFF1;
}
#contest_reg H2 {
 text-align: center;
 margin-bottom: 20px;
}
#contest_reg_form TD {
 padding: 5px;
}
#contest_reg .loader {
 visibility: hidden;
 position: absolute;
 left: 50%;
 top: 50%;
 margin-top: -30px;
 margin-left: -27px;
 width: 54px;
 height: 55px;
 border: 0px solid #000;
 background: url('/data/contests/ajax_loader.gif') no-repeat 50% 50%;
}
#contest_reg_form INPUT[type="text"] {
 padding-top: 3px;
 width: 100%;
 height: 22px;
 border-radius: 3px;
 -moz-border-radius: 3px;

}
#contest_reg_form INPUT.incorrect {
 border-color: #F00;
}
#contest_reg_form INPUT.active {
 padding-top: 2px;
 height: 21px;
 border-width: 2px;
 margin-left: -1px;
}
INPUT#contest_reg_button {
 cursor: pointer;
 border-width: 0;
 width: 226px;
 height: 57px; 
 background: transparent no-repeat 50% 50%;
}
#contest_reg_form #recaptcha_area {
 margin: 10px auto 0 auto;
}
#contest_reg_form #recaptcha_area INPUT {
 width: auto;
 height: auto;
}
#contest_reg_link {
 text-align: center;
}
#contest_reg_success {
 text-align: center;
}
#contest_reg_success TABLE {
 margin: 0 auto;
}
#contest_reg_success TD {
 text-align: left;
 padding: 3px 10px;
 font-size: 120%;
}
#contest_reg_success .links {
 margin: 10px 0 0 0;
}
#contest_reg_success .links A{
 font-weight: bold;
 text-decoration: none;
}
#contest_reg_error {
 border: 0px solid #000;
 width: 250px;
}
#contest_reg_error SPAN {
 text-decoration: underline;
}
#contest_reg_error UL {
 display: inline-block;
 text-align: left;
}
#contest_reg_error LI {
 list-style: disc inside;
 margin: 0;
 padding: 0;
}

#contest_logo {
 text-align: center;
 margin: 10px auto;
}

#contest_text {
 text-align: justify;
}

#contest_number {
 text-align: center;
 margin: 10px auto;
 width: 300px;
 border: 2px solid #BEB5B5;
 border-radius:  5px;
 -moz-border-radius: 5px;
 padding: 0 10px 10px 10px;
}
#contest_number H2 {
 text-align: center;
}
#contest_number #number TABLE {
 margin: 0 auto;
 border-spacing: 4px;
}
#contest_number #number TABLE TD {
 border: 2px solid #DB170F;
 padding: 3px 4px;
 font: bold 15px inherit;
}
#contest_number SPAN{
 font: bold 15px inherit;
} 

._AjaxCPagesBar th
{
    border: none!important;
}
