/* generic styles */
    * {
        margin: 0;
    }

    html {
        overflow: -moz-scrollbars-vertical;
        height: 100%;
    }

    body {
        height: 100%;
        padding: 0px;
        margin: 0px;
        background: #F6E39B;
        cursor: default;
        color: #FFF;
        text-align: center; /* center for IE */
    }

    img {
        border: none;
    }

    body,
    td {
        font-family: verdana;
        font-size: 8.25pt;
        color: #FFF;
    }

    table {
        border-collapse: collapse;
    }

    td {
        padding: 0px;
    }

    .hidden {
        display: none;
    }

    .showing {
        display: inline;
    }

    .center {
        text-align: center;
    }

    input,
    select {
        height: 16px;
        font-size: 7pt;
        border: 1px solid #A5ACB2;
    }

    input.checkbox {
        border: none;
    }

    .tinylabel {
        /* eg "each way", "your odds", "each way terms","win lose or place" */
        font-family: verdana;
        font-size: 6.75pt;
    }

    .biglabel {
        width: 120px;
    }

    h1,
    .h1,
    .biglabel {
        font-weight: bold;
        font-size: 9pt;
        color: #FFF;
        margin: 0px;
        margin-bottom: 5px;
    }

    .tiny {
        height: 3px;
        font-size: 3px;
        line-height: 3px;
    }

    .spacer {
        /* same as three tinys */
        height: 9px;
        font-size: 9px;
        line-height: 9px;
    }

    .float {
        float: left;
    }

    hr {
        padding: 0px;
        border: none;
        border-top: 1px solid #FFF;
        height: 1px;
        width: 100%;
        /* IE refuses to remove the margin, so we add the margin to FF, thus replicating IE's bug in FF so when we then account for it, it works in both browsers. */
        margin: 0px;
        margin-top: 7px;
        margin-bottom: 7px;
        *margin-top: 0px;
        *margin-bottom: 0px;
    }

    .clear {
        clear: both;
    }

    .onbg {
        /* eg "also available on..." */
        color: #2775A7;
    }

/* /generic styles */


/* construction */
    #logo {
        height: 110px;
        padding-top: 10px;
        background: #FFF;
        font-size: 10.5pt;
        font-weight: bold;
        text-align: center;
        color: #2775A7;
    }

    #blueslice {
        text-align: center;
        background-image: url("/images/blueslice_home.png");
        height: 30px;
        margin-bottom: 20px;
    }

    #blueslice .inner {
        width: 420px;
        margin: 0 auto;
    }

    #blueslice .inner div {
        padding-top: 0px;
        padding-left: 5px;
    }

    #blueslice .inner a {
        color: #49B8FF;
        cursor: pointer;
    }

    #blueslice .inner div p {
        margin-top: 3px;
    }
    
    #error h1 {
        color: #1C4784;
        font-size: 14pt;
        line-height: 3em;
    }

    #bc_container{
        width: 730px;
        margin: 0 auto;
    }

    #betcruncher {
        width: 307px;
        text-align: left;
        float: left;
    }

    .bc_interior {
        padding-left: 10px;
        padding-right: 10px;
        background: #1C4784;
        overflow: hidden;
    }

    .column {
        float: left;
        margin-left: 40px;
        margin-bottom: 10px;
    }

    #promos {
        width: 172px;
        margin-left: 0;
    }
    
    #promos > DIV {
        margin-bottom: 20px;
    }

/* /construction */

/* stake form */
    .stake {
        width: 60px;
    }

    #stakebox {
        float: left;
    }

    #eachway {
        padding-top: 3px;
        text-align: right;
        width: 70px;
        float: left;
    }
    #ewbox {
        float: left;
        vertical-align: middle;
    }
    .quickstake, .quickstake a{  
        line-height: 7pt;
        font-weight: normal;
        font-size: 7pt;
        text-decoration: none;
        color: #FFF;
        padding: 0px;
        margin: 0px;
    }
/* /stake form */


/* odds form */
    /* odds type links */
        .label,
        .label a {
            color: #49B8FF;
        }

        .label a: hover {
            color: #87d0ff;
        }

        #oddstype,
        #oddstype td {
            height: 8px;
            padding-left: 4px;
            padding-right: 4px;
            font-size: 7.5pt;
        }

        #oddstype a.active {
            text-decoration: none;
            color: #FFF;
            font-weight: bold;
        }

    /* /odds type links */

    input.odds {
        width: 30px;
    }

    .oddstable td {
        width: 90px;
        text-align: center;
    }

    .oddstable select {
        width: 85px;
    }

    .hasborder {
        border-right: 1px dotted #FFF;
    }

    .hasborder2 {
        border-right: 1px solid #0A90E6;
    }

    td.padded {
        padding: 3px;
        height: 26px; /* this MUST be an *even* value in order to get the dotted border to line up in MSIE */
    }

    #labels td {
        padding-left: 2px;
        height: 29px; /* this MUST be an *odd* value in order to get the dotted border to line up in MSIE */
    }

/* /odds form */

/* outcome */
    #outcome {
        text-align: center;
    }
    #outcome_table {
        margin: auto auto;
    }
    #outcome_table td{
        text-align: left;
        height: 19px;
    }

/* /outcome */

/* select box */
    .header {
        margin: 0px;
        background: #FEA;
        color: #000;
        /* the following are only rendered in FF. But they look great. */
        text-align: center;
        border-top: 1px solid #000;
        border-bottom: 1px solid #000;
    }
    select{
        height: 18px;
        *height: 20px;
    }

/* /select box */

/* adverts */

    #adverts {
        width: 160px;
        float: left;
    }

/* /adverts */

/* review box */
    #review {
        width: 172px;
        background: url(/images/ff_review.png) no-repeat;
        height: 93px;
        color: #125D10;
        text-align: left;
    }

    #review DIV {
        padding: 30px 5px 0px 50px;
        font-size: 7pt;
    }

    #review a {
        color: #125D10;
    }
/* /review box */

/* iphone */
    #app_store {
        position: relative;
        left: 22px;
        width: 150px;
    }
/* /iphone */

/* footer */
    #wrapper {
        min-height: 100%;
        height: auto !important;
        height: 100%;
        margin: 0 auto -30px;
    }

    #footer,
    #push {
        height: 30px;
    }
    
    #push{
        margin-top: 50px;
    }

    #footer {
        position: relative;
        width: 100%;
        background: #2876A8;
        text-align: center;
        line-height: 30px;
    }

    #footerinner {
        width: 850px;
        margin: auto auto;
        text-align: left;
    }
    #footerinner a {
        color: #FFF;
        text-decoration: none;
    }

    #footerinner select {
        width: 100px;
        margin-right: 10px;
        margin-top: 5px;
        *margin-top: 0px;
    }

    .copyright {
        width: 200px;
        float: right;
    }

/* /footer */

/* big white boxes */
    #txt_container{
        width: 541px;
        margin: 0 auto;
    }

    .txt_interior {
        padding-left: 20px;
        padding-right: 20px;
        background: #FFF;
        overflow: hidden;
        color: #000;
        text-align: left;
        border-left: 2px solid #D7B44E;
        border-right: 2px solid #D7B44E;
        font-size: 9.75pt;
    }
    
    .txt_interior h1{
        color: #2876A8;
        font-size: 10.5pt;
        margin: 0px;
    }
    .txt_interior hr{
        padding: 0px;
        border: none;
        border-top: 2px dotted #000;
        height: 2px;
        width: 100%;
        /* IE refuses to remove the margin, so we add the margin to FF, thus replicating IE's bug in FF so when we then account for it, it works in both browsers. */
        margin: 0px;
        margin-top: 7px;
        margin-bottom: 7px;
        *margin-top: 0px;
        *margin-bottom: 0px;

    }
    .txt_interior hr.secondary{
        border-top: 2px dotted #BDBDBD;
    }
    .txt_interior a.small{
        font-size: 7.5pt;
        color: #49B8FF;
    }
    .helptext{
        width: 250px;
        float: left;
    }
    .helpimg{
        width: 200px;
        text-align: center;
        padding-left: 20px;
        float: left;
    }
/* /big white boxes */