<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">a img, :link img, :visited img { border: none; }
.colorOfA {
    color: #fda72e !important;
    cursor: pointer;
}
a {
    color: #fda72e;
    text-decoration: none;
}
a:focus {
    color: #fcb858;
    text-decoration: none;
    outline: 1px #999 dotted;
}
a:hover {
    color: #fcb858;
    text-decoration: none;
}
.noHover, .noHover:hover {
    text-decoration: none;
    color: #fff;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    color: white;
    background-color: #052868; /*#0e365a;*/
    height: 100%;
    width: 100%;
}
h6 {
    font-weight: bold;
}
strong {
    font-size: 13pt;
    color: #b2c8e0;
}
textarea {
    height: 6em;
    font-family: Arial, sans-serif;
    font-size: 11pt;
    color: #444;
    padding: 2px;
}
input {
    font-family: inherit;
    /*font-size: 11pt;*/
    color: #444;
    padding: 2px;
}
input[type=radio], input[type=checkbox] {
    vertical-align: text-top;
}
select, option {
    font-size: small;
    font-family: inherit;
    color: #444;
}
hr {
    border: 0 none;
    height: 0px;
}
.smText {
    font-size: small;
}
.unselectable {
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
}
/* errorMarker only used in CustomSearchSuccess */
.errorMarker {
    color:#CC3300 !important;
    font-size:xx-large;
    font-weight:bold;
    line-height:10px;
    position:relative;
    top:12px;
}

optgroup {
    margin: 0px;
    font-family: inherit;
    font-size: small;
    font-style: normal;
    font-weight: bold;
    color: #000;
    background: #ccc;
}

optgroup option {
    color: #000;
    background: #fff;
}

/* ONLY USED ON welcome (menuSuccess) page */
#green_bar_promo {
    width: 100%;
    height: 42px;
    text-align: center;
    background-image: url("../images/green_bar_promo/bg-left.png");
    background-repeat: no-repeat;
    background-position: top left;
}
.green_bar_promo_non_board {
    margin: 0px 0px 0px -2px;
}
.green_bar_promo_board {
    margin: 0px 0px 20px 0px;
    white-space: nowrap; 
}
.green_bar_promo_board_countdown {
    margin: 0px 0px 0px 0px;
    white-space: nowrap;
}
#green_bar_promo a {
    width: 100%;
    height: 42px;
    display: block;
    background-image: url("../images/green_bar_promo/bg-right.png");
    background-repeat: no-repeat;
    background-position: top right;
}
/* ONLY USED ON welcome (menuSuccess) page */
#non_sale_promo {
    width: 100%;
    height: 65px;
    margin: 0px 0px 0px -2px;
    text-align: center;
    background-image: url("../images/non_sale/bg-left.png");
    background-repeat: no-repeat;
    background-position: top left;
}
#non_sale_promo a {
    width: 99.30%;
    height: 65px;
    display: block;
    background-image: url("../images/non_sale/bg-right.png");
    background-repeat: no-repeat;
    background-position: top right;
}

#payway_countdown_outer {
    width: 100%;
    text-align: center;
    margin: -4px 0px 25px 0px;
}
#payway_countdown_inner {
    height: 55px;
    width: 95%;
    text-align: center;
    background: #083304 url('../images/green_bar_promo/countdownBackgroundDefault.png') no-repeat center center;
    cursor: pointer;
    margin: auto;
    padding: 20px 15px 15px 15px;
    border-left: 2px solid #052003;
    border-right: 2px solid #052003;
    border-bottom: 2px solid #052003;
    -webkit-border-bottom-left-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    -moz-border-radius-bottomright: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;    
}
#payway_countdown {
    width: 300px;
    height: 50px;
    margin: auto;
    color: #FFFFFF;
    background: transparent;
}
#payway_countdown_expiry_text {
    font-size: 1.5em;
    font-weight: bold;
    width: 425px;
    color: #FFFFFF;
    margin-top: 10px;
}

body.noTopMenu input {
    font-family: Arial, sans-serif;
    font-size: 11pt;   
    margin: 3px 0.5ex;
}

body.noTopMenu form:not([class~=modal]) {
    margin: 0;
    padding: 0;
}

.inactive {
    font-size: 8pt;
    padding: 8px;
    color: #6482ad;
}
.boardRulesLink {
    cursor: pointer;
}</pre></body></html>