/* -------------------------------- html & body & basic rules --------------------------------*/
html {
    background: #52520d;
}
body {
    color: #000000;
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    font-size: 11px;
    height: 100%;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}
#PageContainer {
    margin: 0 auto 0 auto;
    position: relative;
    width: 751px;
    background: transparent;
}
a {
    color: #eaea75;
    text-decoration: underline;
    font-weight: bold;
}
a:link {
    color: #eaea75;
    text-decoration: underline;
    font-weight: bold;
}
a:visited {
    color: #eaea75;
    text-decoration: underline;
    font-weight: bold;
}
a:hover {
    color: #eaea75;
}
h1, .title /* .title is acting like header*/ {
    font-size: 15px;
    font-weight: bold;
    font-family: verdana, sans-serif;
    color: #000000;
}
h2 {
    font-size: 14px;
    font-weight: bold;
    font-family: verdana, sans-serif;
    color: #000000;
}
h3 {
    font-size: 13px;
    font-weight: bold;
    font-family: verdana, sans-serif;
    color: #000000;
    padding: 0px;
    margin: 0px;
}
h4 {
    font-size: 13px;
    font-weight: bold;
    font-family: verdana, arial, sans-serif;
    color: #000000;
}
.ciGelb /* acting like Special Text */{
    color: #ffffff;
}
form {
    margin: 0px;
    border: 0px;
}
legend {
}
.paygroup /*class for legend*/{
    color:#000000;
}
input, select {
    background: #666600;
    color: #000000;
    border: 1px solid #000000;
    -webkit-border-radius:0px;
    height: 20px;
    -moz-border-radius:0px;
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    font-size: 10px;
    font-weight: normal;
    padding: 2px 2px 2px 2px;
}
textarea {
    border: 2px solid #5b5b5d;
}
.textinput{
    background: #666600;
    color: #000000;
    border: 1px solid #000000;
    -webkit-border-radius:0px;
    -moz-border-radius:0px;
    height: 13px;
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    font-size: 10px;
    font-weight: normal;
    padding: 2px 2px 2px 2px;
}
.textinput_l /* homepage login*/{
    width: 104px;
    height: 13px;
    color:white;
    padding: 2px;
    border:1px solid #464646;
    float:left;
    background: #171717;
}
input[type="radio"] { /* IE redundant border fix */
    background: none;
    border: none;
}
hr{
    height:1px;
    border:none;
    border-top:1px solid #000000;
    color:black;
}
.ruler {
    border-top: solid 1px #000000;
}

/* -------------------------------- header/top -------------------------------- */
#Masthead {
    margin-top: 0px;
    background:url(/bin_images/logo_bg) no-repeat;
    width: 751px;
    height: 101px;
}
#Header {
    position:absolute;
    top:0;
    font-size: 10px;
    margin-bottom: 0px;
    height: 40px;
    width:100%;
}
.StartBtnPlaceholder /*top link to homepage*/{
    cursor: pointer;
    height: 70px;
    width: 47%;
    position: absolute;
    left: 0px;
    background-image: url(/grafik/pixel.gif);
    top: 0px;
    z-index: 900;
}
/*login*/
.Login {
    text-transform: uppercase;
    font-weight: bold;
    color: #000000;
    position: absolute;
    top: 59px;
    right: 95px;
    width: 550px;
    text-align: center;
}
.Login .textinput {
    color: #0b0b0b;
    height: 14px;
    border: none;
    background: #666600;
    margin-bottom: 7px;
}
.login_info {
    position: relative;
    top: 50px;
    float:right;
    right: 0px; 
    text-align: left;
    width: 120px;
    color: #000000;
    height: 50px;
}
.login_info a {color: #ff0000;}
/* language selection*/
.language_toolbar {
    border: 1px solid black;
    -webkit-border-radius:2px;
    -moz-border-radius:2px;
    font-size: 12px;
    background-color: #999933;
    width: 87px;
    height: 20px;
    padding:1px;
    color: black;
}
#LangSelection {
    display: block;
    position: absolute;
    right: 4px;
    top: 58px;
    color: #000000;
    z-index: 500;
}
#LangSelection a {
    color: #1d3833;
    text-decoration: none;
}
.langselActive {
    font-weight: bold;
}
/*search*/
#search {
    text-transform: uppercase;
    position: absolute;
    top: -1px;
    right: 0px;
}
#search a {
    color: #ffffff;
    text-decoration: none;
    font-weight: normal;
    text-transform: capitalize;
}
.SearchField {
    background: white url(/bin_images/input_bg) repeat-x;
    border-right: 0;
    border-bottom: 0;
    border: 1px solid #6f6f6f;
    padding-bottom: 3px;
    padding: 3px;
    padding-top: 0px;
    height: 13px;
    color: #bfb273 !important;
    width: 110px;
}
.SearchBar {
    position: absolute;
    right: 95px;
    top: 31px;
    color: #bfb273;
    font-weight: normal;
    width: 85px;
}
.SearchBar a, .SearchBar a:visited {
    color: #bfb273;
    text-decoration: none;
    font-weight:normal;
}
.SearchBar a:hover {
    color: #bfb273;
    text-decoration: none;
}
/*clock*/
.clock_time {
    position: relative;
    top: 0px;
    font-weight:normal;
    color: #bfb273;
}
.clock_text {}

/*navigation path*/
.NaviPath {
    color: #000000;
    padding-top: 4px;
    padding-left: 25px;
    width: 727px;
    height: 20px;
    text-decoration: none;
    background: #ede1c2;
    text-transform: capitalize;
}
.NaviPath a, .NaviPath a:link, .NaviPath a:visited {
    text-decoration: none;
    font-weight: normal;
}
.breadcrumbs_item, .breadcrumbs_item:visited {
    color: #594B00;
}
.breadcrumbs_item {
    padding-left: 4px;
}
.breadcrumbs_last, .breadcrumbs_last:link, .breadcrumbs_last:visited, .breadcrumbs_last:active {
    color: #594B00;
    padding-left: 4px;
}
.breadcrumbs_last:hover {
    color: #594B00;
}

/* -------------------------------- navigation  -------------------------------- */
.GlobalNav {
    /*background: url(/bin_images/menu_bg) repeat-x;*/
    color: #f9f96a;
    font-size: 11px;
    position: absolute;
    left: 3px;
    top: 81px;
    width: 747px;
    height: 20px;
    padding: 0px;
}
#topmenu {
    width: 100%;
    color: black;
    margin: 0px;
    height: 20px;
    vertical-align:top;
    table-layout: fixed;
    margin-bottom: 0px;
}
.khorbar {
}
.khorbaritem {
    padding: 0px; margin: 0px;
    height: 20px;
    color: #000000;
    font-family: verdana, Arial Narrow, sans-serif;
    font-size: 12px;
    border:none;
    text-transform: uppercase;
    font-weight: normal;
    text-align:center;
    vertical-align:middle;
    cursor: default;

}
.khorbaritem:first-child {
    border: none;
}
.khorbaritem span {
    width: 100%;
    height: 20px;
    padding-top: 9px;
    display: block;
}
.khorbaritem:hover, .khorbaritem_active {
    color: #ee1d24;
}
.khorbaritem:first-child:hover{
}
.khorbaritem_active a {
    color: #b6b54a !important;
}
.khorbaritem a {
    display: block;
    text-decoration: none;
    font-weight: normal;
    border-left: 1px solid #ffffff;
}
.khorbaritem:first-child a {
    border-left: none;
}
.khorbaritem a:link {
    color: white;
    text-decoration: none;
}
.khorbaritem a:visited {
    color: white;
    text-decoration: none;
}
.khorbaritem a:hover {
    color:#b6b54a;
}
.khorbaritem a:active {
    color: #b6b54a;
    text-decoration: none;
}
.ksubmenu {
    position: absolute;
    left: 0;
    top: 0;
    visibility: hidden;
}
.ksubframe {
    position: relative;
    /* margin-top:1px;*/
    display: block;
    border: 1px solid #898836;
    border-top: none;
    color: white;
    z-index: 200;
}
.kitem {
    border-top: 1px solid #898836;
    height: 18px;
    text-align: left;
    white-space: nowrap;
    margin: 0px;
    background-color: #535300;
    color: white;
}
.kitem:hover {
    height: 18px;
    border-top: 1px solid #898836;
    text-align: left;
    white-space: nowrap;
    margin: 0px;
    background-color: #898836;
    color: #000000;
}
.kitem a {
    color: #ffffff;
    position: relative;
    display: block;
    padding: 2px;
    text-decoration: none;
    font-weight: normal;
}
.kitem a:link {
    text-decoration: none;
    font-weight: normal;
}
.kitem a:visited {
    color: #ffffff;
    text-decoration: none;
    font-weight: normal;
}
.kitem a:hover {
    color: #000000;
    text-decoration: none;
}
.kitem a:active {
    color: #ffffff;
    text-decoration: none;
}
.kitem .kfwdarr {
    position: absolute;
    top: 4px;
    right: 11px;
}
.kseparator {
    margin: 0px 0px 0px 0px;
    border: solid 1px red;
}

/* -------------------------------- main-part/content/articles -------------------------------- */
.Content, .Content_home /*need JS in start.php to enable*/ {
    background: url(/bin_images/content_bg) repeat-y #898836;
    padding: 0;
    text-align: left;
    min-height: 385px;
    border-right: 2px solid #000000;
    border-left: 2px solid #000000;
}
.Content {
}
.mceContentBody {
    border:none;
}
.maincontent, .reg_form, #article, .mceContentBody {
    color: #000000;
    margin-top: 10px !important;
    margin-bottom: 8px !important;
    border: none;
    background: none;
}
.reg_form .reg_form {
    margin-top: 0px !important;
}
#article {
    text-align: left;
}
/*#article td {
    padding-top: 0px !important;
}*/
.maincontent {
    float: right;
    padding: 10px;
    width: 580px;
}
.articlebox {
    border: dotted 1px #ffffff;
    color: white;
    padding-bottom: 10px;
    padding-left: 3px;
    padding-right: 3px;
    padding-top: 3px;
    font-size: 9px;
    background-color: #a02525;
}
.articlebox a {
    color: white;
}
/* flating left part of subpage */
html>body #floating_left {
    position: fixed;
    top: 105px;
    margin-left:4px;
}
#floating_left img{
    margin-bottom:7px;
}
#tooltext_separator {
    color: #000000;
}
#tooltext {
    margin-top: 2px !important;
    color: #000000;
    text-align: center;
    width:130px;
    display: block;
    visibility: visible;
}
#tooltext a {
    color: #000000;
    text-decoration: none;
    text-transform: capitalize;
    font-weight: normal;
}
#top_new {
    position: absolute;
    bottom: 174px;
    display: none;
    left: 120px;
}
#top_new a {
    text-decoration: none;
    color: white;
    font-weight: bold;
}
/* NEW SIGNUP PAGE */
.nac_step_active {
    color: #ffffff;
    text-transform: uppercase;
    background-color: #535300;
    width: auto;
}
.nac_step_inactive {
    color: #000000;
    text-transform: uppercase;
    background-color: #999933;
    width: auto;
}
.notValidated {
    background-color: transparent;
    height: 18px;
}
.Valid {
    background: url(/bin_images/icon_correct.gif) no-repeat;
    background-color: transparent;
    height: 18px;
}
.InValid {
    background: url(/bin_images/icon_wrong.gif) no-repeat;
    background-color: transparent;
    height: 18px;
}
.hint {
    display: none;
    position: absolute;
    width: 200px;
    margin-top: -4px;
    border: 1px solid #c93;
    padding: 10px 12px;
    background: #ffc;
}
.hint .hint-pointer {
    position: absolute;
    left: -10px;
    top: 5px;
    width: 10px;
    height: 19px;
    background: url(/bin_images/pointer.gif) left top no-repeat;
}
/* messages shown like a hints*/
.formMessage {
    color: black;
    display: none;
    position: absolute;
    width: 200px;
    margin-top: -4px;
    border: 1px solid #c93;
    padding: 10px 12px;
    background: #ffc;
}
.formMessage a {
    color: black;
}
.formMessage a:hover {
    color: black;
}
.formMessagePointer {
    position: absolute;
    left: -10px;
    top: 5px;
    width: 10px;
    height: 19px;
    background: url(/bin_images/message_pointer.gif) left top no-repeat;
}

/* homepage/start.php sign-up form */
.sp_signup {
    background: url(/bin_images/sp_bg) no-repeat;
    width: 230px; 
    height: 305px;
    position: absolute; 
    top: 104px; 
    left: 0px;
}
.reg_form_table {
    margin-top: 40px;
}
.startform_head {
    font-family: Arial;
    font-size: 20px;
    text-transform: capitalize;
    text-align: left;
    font-weight: bold;
    color: #000000;
    padding-top: 9px;
    padding-left: 52px;
    height: 26px;
}
.startform_field {
    border: none;
    width: 131px;
    text-align: right;
    margin-bottom: 0px;
}
.startform_label {
    height:17px;
    padding-top:2px;
    padding-left:0px;
    text-transform: capitalize;
    background: url(/bin_images/sp_label) repeat-x;
    float: left;
    text-align: left;
    color: #000000;
    width: 186px;
    font-size: 12px;
    margin: 0;
}
.textinput_sg {
    background: #ffffff;
    width: 187px;
    height: 15px;
    padding-left: 3px;
    padding-top: 3px;
    color: #000000;
    border: 2px solid #949597;
}
/* homepage articles */
.article_scroll hr, #article_scroll hr {
    height:1px;
    border:none;
    border-top:1px dashed white;
    color:white;
}


table.article_scroll, #article_scroll {
    width: 100%;
    overflow: scroll;
}

.article_scroll td, #article_scroll td {
    padding: 0px !important;

}

.article_scroll h1, #article_scroll h1{
    font-size: 12px;
    color: black;
    margin: 0 !important;
}

#article_scroll p {
    margin-top: 10px;
    margin-bottom:10px;
}


/* -------------------------------- bottom -------------------------------- */
#PageBottom, #PageBottom_SSL {
    background: #898836;
    height: 52px;
    padding: 0px;
    margin-bottom: 20px;
    border-left: 2px solid #000000;
    border-right: 2px solid #000000;
    border-bottom: 2px solid #000000;
}
#Footer {
    font-size: 11px;
    height: 30px;
    color: #363638;
    margin: 0 auto;
    width: 780px;
    position:relative;
    background: transparent;
    text-align: center;
}
#Footer a {
    color: #363638;
    text-decoration: none;
    font-weight: bold;
    font-family: Arial;
    font-size: 13px;   
}
.bottom_nav_bar {
    font-weight: normal;
    text-decoration: none;
    height: 24px;
    background: url(/bin_images/bottom_nav.jpg) scroll 0% 0% no-repeat;
    line-height: 22px;
}
.bottom_nav_bar a {
    font-weight: normal;
    text-decoration: none;
    color:#ffffff;
}
.bottom_nav_bar a:visited {
    font-weight: normal;
    text-decoration: none;
}
/* bottom article */
.bottom_text {
    color: #717171;
}

/* -------------------------------- popups windows -------------------------------- */
.default_popup_window {
    color:#000000;
    left:150px;
    margin:0;
    padding:0;
    top:150px;
}
.default_popup_area {
    background:url(/bin_images/popup_logo) no-repeat #c5c56f;
    color:#000000;
    padding-left:20px;
    padding-right:20px;
    padding-top:55px;
    border-right: 1px solid #000000;
    border-left: 1px solid #000000;
    border-top: 1px solid #000000;
}
.default_popup_area p {
    padding-top:60px;
}
.default_popup_bar_left {
}
.default_popup_bar_main {
    background:url(/bin_images/popup_title) repeat-x;
    color:#000000;
    font-size:14px;
    font-weight:bold;
    height:19px;
    padding:0 0 0 95px;
    text-align:left;
    vertical-align:middle;
    visibility: hidden;
    display: none;
}
.default_popup_bar_right {
}
.default_popup_closebutton {
    background:url(/bin_images/popup_x) no-repeat;
    cursor:pointer;
    float:right;
    height:18px;
    margin:-2px 0 0;
    padding-right:12px;
    width:12px;
    z-index:100;
}
.default_popup_bottom_left {
}
.default_popup_bottom_main {
    padding: 0px;
    height: 30px;
    background: url(/bin_images/popup_bottom) no-repeat;
}
.default_popup_bottom_main td {
    background: none !important;
    color: #ffffff;
    height: 30px;
}
.default_popup_main_left {
}
.default_popup_main_right {
}
.default_popup_bottom_right {
}
.welcome_closebutton {
    background:url(/bin_images/close_red.gif) no-repeat center center;
    cursor:pointer;
    float:right;
    height:21px;
    margin:4px 0 0;
    padding-right:10px;
    width:20px;
    z-index:100;
}
.welcome_window {
    border: none;
    width: 303px
}
.welcome_area {
    background: black url(/bin_images/popup_bg) no-repeat;
    border:medium none;
    padding-top:90px;
}
.welcome_bar_main {
    background:url(/bin_images/win_pop_top) repeat-x;
    border:medium none;
}
.welcome_main_left {
    background:url(/bin_images/win_pop_left) repeat-y;
}
.welcome_main_right {
    background:url(/bin_images/win_pop_right) repeat-y;
}
.welcome_bar_right {
    background:url(/bin_images/win_pop_top_rgt_corner);
}
.welcome_bar_left {
    background:url(/bin_images/win_pop_top_left_corner);
}
.welcome_bottom_main {
    background:url(/bin_images/win_pop_bottom) repeat-x bottom center;
    border:medium none;
}
.welcome_bottom_right {
    background:url(/bin_images/1110) bottom center;
}
.welcome_bottom_left {
    background:url(/bin_images/win_pop_bottom_left_corner) bottom center;
}
.goodbye_closebutton {
}
.goodbye_window {
}
.goodbye_area {
}
.goodbye_bar_main {
}
.goodbye_main_left {
}
.goodbye_main_right {
}
.goodbye_bar_right {
}
.goodbye_bar_left {
}
.goodbye_bottom_main {
}
.goodbye_bottom_right {
}
.goodbye_bottom_left {
}
.imagepopup_area {
    background:none;
    padding:5px;
}
.imagepopup_area p {
    padding:0;
}
.imagepopup_closebutton {
    padding-top:2px;
}
.imagepopup_bottom_main {
}
.imagepopup_bottom_left {
}
.imagepopup_bottom_right {

}
.imagepopup_main_right {
}
.imagepopup_main_left {
}
.imagepopup_bar_main {
    background:none;
}
.imagepopup_bar_right {
}
.imagepopup_bar_left {
}
.failure_window, .default_popup_window {
    background: none transparent;
    width: 303px;
}
.failure_area {
}
.failure_bar_left {
    display:none;
    visibility:hidden;
}
.failure_bar_main {
}
.failure_closebutton {
}
.failure_bar_right {
    display:none;
    visibility:hidden;
}
.failure_main_left {
    display:none;
    visibility:hidden;
}
.failure_main_right {
    display:none;
    visibility:hidden;
}
.failure_bottom_left {
    display:none;
    visibility:hidden;
}
.failure_bottom_main {
}
.failure_bottom_right {
    display:none;
    visibility:hidden;
}
._bar_left, ._main_left, ._bottom_left, ._bar_right, ._main_right, ._bottom_right {
    display:none;
}
/* -------------------------------- Buttons -------------------------------- */
.button_right1, .button_right2, .button_right3,
.button_right4, .button_right5, .button_right6 {
    border-left: none;
    border: none;
    height: 32px;
    width:5px;
    background:url(/bin_images/button_bg) left -64px;
    font-size: 0px;
}
.button_main1, .button_main1_submit, .button_main2,
.button_main3, .button_main4, .button_main5, .button_main6 {
    font-weight: bold;
    color: #000000; 
    height: 32px;
    background:url(/bin_images/button_bg) repeat-x left -32px;;
    border: none;
}
td.button_main1_submit {
}
input.button_main1_submit {
    font-size:11px;
    font-weight:bold;
    padding:0px;
    position:relative;
    border: none;
    height: 32px;
}
.button_left1, .button_left2, .button_left3,
.button_left4, .button_left5, .button_left6 {
    border-right: none;
    border: none;
    height: 32px;
    width:5px;
    background:url(/bin_images/button_bg) left 0px;
    font-size: 0px;
}
/* homepage login button */
.button_right_l {
    border-left: none;
    border: none;
    height: 23px;
    width: 10px;
    background: url(/bin_images/login_button) no-repeat left -46px;
}
.button_main_l {
    border: none;
    font-weight: bold;
    font-family: Arial;
    text-transform: uppercase;
    height: 23px;
    font-size: 12px;
    color: #000000;
    padding-bottom: 2px;
    background: url(/bin_images/login_button) repeat-x left -23px;
}
.button_main_l input {
    color: #7e6b1f;
    font-weight:normal;
    text-transform:lowercase;
}
input.button_main_l_submit {
    height:19px;
    font-size:11px;
    padding:0px;
    position:relative;
    top:0px;
}
.button_left_l {
    background: url(/bin_images/login_button) repeat-x left 0px;
    font-size:0px;
    border-right: none;
    border: none;
    height:23px;
    width: 23px;
    font-size: 10px;
}

/* -------------------------------- Tables  --------------------------------*/

.list_table_head {
    color: #ffffff;
    background: url(/bin_images/table_header) repeat-x #9a0201;
    font-size: 12px;
    font-weight: bold;
    border-left: 1px solid #5a5a5a;
}
.list_table_head:first-child {
    border-left: none;
}
.list_table_head td {
    color: #ffffff;
    font-size: 11px;
    font-weight: bold;
    border-left: 1px solid #5a5a5a;
}
.list_table_head td:first-child {
    border-left: none;
}
.set_list {
    color: #633031;
}
.set_list a {
    color: #633031;
}
.liste {
    color: #cccccc;
    background-color: #adadad;
    border: 1px solid #5a5a5a;
}
.headline {
    font-size: 15px;
    font-weight: bold;
    font-family: verdana, sans-serif;
    color: #ee1d24;
}
.headline:before {
    content: url(/bin_images/heading_left.gif) " ";
}
.headline:after {
    content: " " url(/bin_images/heading_right.gif);
}
.subheadline {
    background-color: #646464;
    font-weight: bold;
    text-align: center;
    color: #ffffff;
    border-top: none;
    border-right: 1px solid #5a5a5a;
    border-bottom: 1px solid #5a5a5a;
    border-left: none;
}
.subheadline td {
    background-color: #646464;
    font-weight: bold;
    text-align: center;
    color: #ffffff;
    font-size: 12px;
}
.line1 td {
    color: black;
    background-color: #cccccc;
}
.line2 td {
    color: black;
    background-color: #999999;
}
.list_table_head a {
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
}
.list_table_line1 {
    color: black;
    background-color: #f5f4f4;
    border-left: 1px solid #5a5a5a;
}
.list_table_line1:first-child {
    border-left: none;
}
.list_table_line1 td {
    color: black;
    border-top: none;
    border-left: 1px solid #5a5a5a;
}
.list_table_line1 td:first-child  {
    border-left: none;
}
.list_table_line1 td a {
    color: #003333;
    font-weight: normal;
}
.list_table_line2 {
    color: black;
    background: #cacaca;
    border-left: 1px solid #5a5a5a;
}
.list_table_line2:first-child  {
    border-left: none;
}
.list_table_line2 td {
    color: #000000;
    border-top: none;
    border-left: 1px solid #5a5a5a;
}
.list_table_line2 td:first-child {
    border-left: none;
}
.list_table_line2 td a {
    color: #003333;
    font-weight:normal;
}
.list_table_line3 {
    color: black;
    background: #CE0000;
}
.list_table_line3 td {
    color: #000000;
    border-top: none;
    border-right: 1px solid #5a5a5a;
    border-bottom: 1px solid #5a5a5a;
    border-left: none;
}
.list_table_trenner {
    background-color: #086550;
}
.tournamentsearch a {font-size: 10px !important;} /* to fix calendar in RU and NL */
/* -------------------------------- Tournaments --------------------------------*/
.activ_reiter {
    font-size: 12px;
    width: 102px;
    height: 18px;
    margin: 0px;
    padding: 5px;
    color: #000000;
    text-transform: uppercase;
    font-weight: bold;
    background-color: #cccccc;
    border-top: 1px #ffffff solid;
    border-left: 1px #ffffff solid;
    border-right: 1px #ffffff solid;
}
.activ_reiter:before {
    content: "- ";
}
.inactiv_reiter {
    font-size: 12px;
    /*font-style: italic;
    */
    width: 102px;
    height: 18px;
    margin: 0px;
    padding: 5px;
    color: #ffffff;
    text-transform: uppercase;
    background-color: #999999;
    border-top: 1px #7d7d7d solid;
    border-left: 1px #7d7d7d solid;
    border-right: 1px #7d7d7d solid;
}
.inactiv_reiter a {
    font-size: 12px;
    /*font-style: italic;
    */
    font-weight: normal;
    color: #ffffff;
}
.inactiv_reiter a:before {
    content: "+ ";
}
.tournamentday {
    border-right: 1px solid #999999;
    border-bottom: 1px solid #999999;
    padding: 2px;
    width: 14px;
    color: white;
    background-color: #ff0033;
}
.tournamentday i {
    color: #ffffff;
}
.tournamentsearch {
    background-color: #333333;
    border-top: 1px solid #999999;
    border-left: 1px solid #ffffff;
    color: white;
    font-size: 11px;
}
.tournamentsearch td {
}
/*announced*/
.tourn_status_1 a {
    color: #2d64a1;
    font-size: 11px;
}
/*registering*/
.tourn_status_2 a {
    color: #ff3c11;
    font-size: 11px;
}
/*completed*/
.tourn_status_6 a {
    color: #996633;
    font-size: 11px;
}
/*cancelled*/
.tourn_status_7 a {
    color: #005953;
    font-size: 11px;
}
.tourn_status_default a {
    color: #9a0000;
    font-size: 11px;
}
/*announced*/
.tourn_status_light_1 {
    color: #2d64a1;
    font-size: 10px;
}
/*register*/
.tourn_status_light_2 {
    color: #ff3c11;
    font-size: 10px;
}
/*completed*/
.tourn_status_light_6 {
    color: #996633;
    font-size: 10px;
}
/*canceled*/
.tourn_status_light_7 {
    color: #005953;
    font-size: 10px;
}
.tourn_status_light_default {
    color: #9a0000;
    font-size: 10px;
}
.tourn_week {
    color: white;
}
.color1 {
    color: white;
}
.color2 {
    color: #990000;
}
.color3 {
    color: #666666;
}
.color4 {
    color: #999999;
}
.color5 {
    color: #ff0000;
}
.tourn_headline a {
    color: #003333;
}
.tabLabel {
    font-weight: bold;
    font-size: 12px;
    color: #666666;
}
.tabLabel a {
    font-weight: bold;
    font-size: 12px;
    color: #FE0032;
}

/* -------------------------------- Calendar -------------------------------- */
/* The main calendar widget.  DIV containing a table. */
.calendar {
    position: relative;
    display: none;
    border: 2px solid #191A1A;
    font-size: 11px;
    color: black;
    cursor: default;
    background: #DDDDDD;
}
.calendar table {
    font-size: 11px;
    color: #cccccc;
    cursor: default;
    background: #DDDDDD;
}
/* Header part -- contains navigation buttons and day names. */
.calendar .button {
    /* "<<", "<", ">", ">>" buttons have this class */
    text-align: center;
    padding: 1px;
    border-top: 1px solid #fff;
    border-right: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    border-left: 1px solid #fff;
    color: #000000;
}
.calendar .nav {
    background: transparent url(menuarrow.gif) no-repeat 100% 100%;
    color: #000000;
}
.calendar thead .title {
    /* This holds the current "month, year" */
    font-weight: bold;
    padding: 1px;
    border: 1px solid #cccccc;
    background: #A7A4B4;
    color: #645555;
    text-align: center;
}
.calendar thead .headrow {
    /* Row <TR> containing navigation buttons */
    color: #000;
}
.calendar thead .daynames {
    /* Row <TR> containing the day names */
    color: #1b553c;
}
.calendar thead .name {
    /* Cells <TD> containing the day names */
    border-bottom: 1px solid #cccccc;
    padding: 2px;
    text-align: center;
    color: #000000;
}
.calendar thead .weekend {
    /* How a weekend day name shows in header */
    color: #BC0000;
}
.calendar thead .hilite {
    /* How do the buttons in header appear when hover */
    border-top: 2px solid #fff;
    border-right: 2px solid #cccccc;
    border-bottom: 2px solid #cccccc;
    border-left: 2px solid #fff;
    padding: 0px;
    background-color: #d8e4e0;
    color: #545552;
}
.calendar thead .active {
    /* Active (pressed) buttons in header */
    padding: 2px 0px 0px 2px;
    border-top: 1px solid #cccccc;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #cccccc;
    background-color: #b8c4c0;
    color: #545552;
}
/* The body part -- contains all the days in month. */
.calendar tbody .day {
    /* Cells <TD> containing month days dates */
    width: 2em;
    text-align: right;
    padding: 2px 4px 2px 2px;
    color: black;
}
.calendar tbody .day.othermonth {
    font-size: 80%;
    color: #aaa;
}
.calendar tbody .day.othermonth.oweekend {
    color: #faa;
}
.calendar table .wn {
    padding: 2px 3px 2px 2px;
    border-right: 1px solid #000;
    background: #cccccc;
}
.calendar tbody .rowhilite td {
    background: #cccccc;
}
.calendar tbody .rowhilite td.wn {
    background: #cccccc;
}
.calendar tbody td.hilite {
    /* Hovered cells <TD> */
    padding: 1px 3px 1px 1px;
    border: 1px solid #000000;
    color: #ffffff;
}
.calendar tbody td.active {
    /* Active (pressed) cells <TD> */
    padding: 2px 2px 0px 2px;
    border-top: 1px solid #000;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #000;
    color: #000;
}
.calendar tbody td.selected {
    /* Cell showing selected date */
    font-weight: bold;
    border: 1px solid #000;
    padding: 2px 2px 0px 2px;
    background: #dedede;
    color: #A4A6CB;
}
.calendar tbody td.weekend {
    /* Cells showing weekend days */
    color: #BC0000;
}
.calendar tbody td.today {
    /* Cell showing today date */
    font-weight: bold;
    color: #3D4B73;
    border: solid 1px #3D4B73;
}
.calendar tbody .disabled {
    color: #999;
}
.calendar tbody .emptycell {
    /* Empty cells (the best is to hide them) */
    visibility: hidden;
}
.calendar tbody .emptyrow {
    /* Empty row (some months need less than 6 rows) */
    display: none;
}
/* The footer part -- status bar and "Close" button */
.calendar tfoot .footrow {
    /* The <TR> in footer (only one right now) */
}
.calendar tfoot .ttip {
    /* Tooltip (status bar) cell <TD> */
    padding: 1px;
    border-top: solid 1px #cccccc;
    color: #000000;
    text-align: center;
}
.calendar tfoot .hilite {
    /* Hover style for buttons in footer */
    border-top: 1px solid #fff;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    border-left: 1px solid #fff;
    padding: 1px;
    background: #d8e4e0;
}
.calendar tfoot .active {
    /* Active (pressed) style for buttons in footer */
    padding: 2px 0px 0px 2px;
    border-top: 1px solid #000;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #000;
}
/* Combo boxes (menus that display months/years for direct selection) */
.calendar .combo {
    position: absolute;
    display: none;
    width: 4em;
    top: 0px;
    left: 0px;
    cursor: default;
    border-top: 1px solid #fff;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    border-left: 1px solid #fff;
    background: #d8e4e0;
    font-size: 90%;
    padding: 1px;
    z-index: 100;
}
.calendar .combo .label, .calendar .combo .label-IEfix {
    text-align: center;
    padding: 1px;
}
.calendar .combo .label-IEfix {
    width: 4em;
}
.calendar .combo .active {
    background: #c8d4d0;
    padding: 0px;
    border-top: 1px solid #000;
    border-right: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    border-left: 1px solid #000;
}
.calendar .combo .hilite {
    background: #cccccc;
    color: black;
}
.calendar td.time {
    border-top: 1px solid #cccccc;
    padding: 1px 0px;
    text-align: center;
    background-color: #BBBBBB;
    color: black;
}
.calendar td.time .hour, .calendar td.time .minute, .calendar td.time .ampm {
    padding: 0px 3px 0px 4px;
    border: 1px solid #cccccc;
    font-weight: bold;
    background-color: #fff;
    color: #000000;
}
.calendar td.time .ampm {
    text-align: center;
}
.calendar td.time .colon {
    padding: 0px 2px 0px 3px;
    font-weight: bold;
    color: #000;
}
.calendar td.time span.hilite {
    border-color: #cccccc;
    background-color: #cccccc;
    color: #000;
}
.calendar td.time span.active {
    border-color: #f00;
    background-color: #cccccc;
    color: #000;
}


/* -------------------------------- patches --------------------------------*/

.resultNone{width:300px;} /* to fix search result in IE8*/


/* ------------ custom borders for maincontent(un-comment for usage) -------------- */
/*
.box_top_left, .box_top_right, .box_top_center, .box_bottom_left, .box_bottom_right, .box_bottom_center {
background-image:url(/bin_images/subpage_edges.png);
height:8px;
}
.box_top_left {
background-position:top left;
}
.box_top_center {
background-position: left -8px;
background-repeat:repeat-x;
}
.box_top_right {
background-position: right -16px;
}
.box_bottom_left {
background-position: left -24px;
}
.box_bottom_center {
background-position: left -32px;
background-repeat:repeat-x;
}
.box_bottom_right {
background-position: right -40px;
}
*/



/* -------------------------------- NOT CATEGORIZED  -------------------------------- */

.tournamentsearch select { height: 20px; }
.boxBottom1 {}
.boxBottom {}
#signup_txt_phone {display: none; visibility: hidden;}
#signup_sel_phonetime {display: none; visibility: hidden;}
#signup_txt_phonealternate{display: none; visibility: hidden;}
#signup_sel_phonetimealternate {display: none; visibility: hidden;}

#homebanner1 {
    position: absolute; 
    top: 3px; 
    left: 2px;
}
#homebanner2 {
    position: absolute; 
    top: 3px; 
    right: 1px;
}
#homebanner3 {
    position: absolute; 
    top: 104px; 
    right: 1px;
}
#homebanner4 {
    position: absolute; 
    top: 204px; 
    right: 1px;
}
#homebanner5 {
    position: absolute; 
    top: 253px; 
    right: 2px;
}

.SearchBar-links {
    position: absolute;
    top: 124px;
    right: 9px;
    font-weight: normal;
    width: 154px;
}
.SearchBar-links a {
    font-weight: normal;
    font-weight: normal;
    color: #000000;
    text-decoration: none;
    margin-bottom: 5px;
    display: block;
} 
#top-tab-container {position: absolute; top: 0px; right: 0px; z-index:1000; }
.top-tab { margin-right: 3px; float: left;width: 92px; height: 22px; text-align: center; padding-top: 3px;}
.top-tab a { text-decoration: none; text-transform: uppercase; font-weight: bold; font-size: 11px; display: block;}
.top-tab.on { background: url(/bin_images/tab) no-repeat;}
.top-tab.on a { color: #cccc66; }
.top-tab.off { background: url(/bin_images/tab) no-repeat; }
.top-tab.off a { color: #cccc66; }

.top-links {
    text-decoration: none;
    text-transform: capitalize;
    color: #666600;
}

.top-links a {
    text-decoration: none;
    text-transform: capitalize;
    color: #666600;
}

.bottom-links {
    float: left;
    margin-top: 4px;
    margin-left: 2px;
}
.bottom-links img {
    border: none;
}
#content-bottom {
    height: 15px;
    width: 747px;
    border-right: 2px solid #000000;
    border-left: 2px solid #000000;
    background: url(/bin_images/content_bottom) no-repeat #898836;   
}

fieldset.paygroup {
    border: 1px solid #000000 !important;   
}
#form_tplan {
    background: #898836;   
}
#ext-game .game .actions {
    color: #898836 !important;
}

#ext-game h1 {
    color: #ffffff !important;
}

.home-article {
    width: 542px;
    height: 316px;
    position: absolute;
    top: 253px;
    left: 3px;
}
.home-buttons {
    width: 543px;
    height: 43px;
}
.home-button {
    width: 162px;
    font-family: Arial;
    font-weight: bold;
    font-size: 16px;
    height: 37px;
    margin-right: 1px;
    float: left;
    padding: 6px 0 0 18px;
}
.home-button:hover {
    background: url(/bin_images/home-button-act) !important;
    color: #000000 !important;
    cursor: pointer;
}
.home-article-content {
    background: url(/bin_images/home-article-bg) repeat-y #c5c56f;
    width: 521px;
    height: 252px;
    padding: 10px;
    border-bottom: 1px solid #555401;
    border-right: 1px solid #555401;
    overflow: auto;
}
.home-article-content h4 {
    margin: 10px 0 10px;
}
