@CHARSET "UTF-8";
table.bbHeader { width: 100% }
table.bbHeader td {
    background-color: #606060;
    color : #FFF;
    font-weight    : bold;
    font-size : 10px;
    padding : 2px;
}
table.bbHeader td.on {
    background-color : #FADD00;
    cursor : pointer;
}
table.bbHeader td.link {
    text-align : center;
    width : 100px;
}
table.bbHeader td.link a {
    color : #FFF;
    text-decoration : none;
}
table#bbResults {
    width : 100%;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size : 11px;
}
table#bbResults tr.header {
    font-size : 9px;
    background-color : #FF0000;
    font-weight : bold;
}
table#bbResults td { padding : 0px 2px }
table#bbResults td.odds {
    font-size : 12px;
    font-weight : bold;
    width : 100px;
    text-align : center;
    line-height : 18px;
}
table#bbResults td.date {
    font-size : 9px;
    width : 58px;
    text-align : center;
}
table#bbResults td.max { background-color    : #FFCC00 }
div#bbLoading {
    width : 100%;
    text-align : center;
    margin : 15px 0px;
    display : none;
}
span.bbOddNormal {
    font-size: 9px;
    color: black;
}
span.bbOddMinus {
    font-size: 9px;
    color: red;
}
span.bbOddPlus {
    font-size: 9px;
    color: green;
}
div#bbPopup {
    z-index: 1000;
    display: none;
    position: absolute;
    width: 400px;
    height: 200px;
    background-color: #FFF;
    border: 1px solid black;
    box-shadow: 5px 5px 4px #888888;
}
div#bbPopup div.loading {
    width: 100%;
    text-align: center;
    height: 50px;
    margin-top: 90px;
}
#bbPopup table.results td.max { background-color    : #FFCC00 }
#bbPopup table.results td.min { background-color    : #40E0D0 }
#bbPopup div.titleBar {
    background-color: #FFCC00;
    width: 396px;
    margin: 2px;
    height: 16px;
}
#bbPopup div.titleBar div {
    font-size: 10px;
    font-weight: bold;
    cursor: pointer;
    float: right;
    line-height: 16px;
    height: 16px;
    vertical-align: middle;
}
#oddsHistoryHeader {
    position: absolute;
    top: 20px;
    left: 0px;
}
#scroller {
    position: absolute;
    top: 50px;
    left: 0px;
}
#bbPopup .results {
    display: none;
    border: 0px;
    border-collapse: collapse;
    width: 100%;
}
#bbPopup .results td {
    text-align: center;
    padding: 0 2px;
    font-size: 10px;
    height: 12px;
    border: 1px solid #fff;
}
#bbPopup #oddsHistoryHeader td {
    font-weight: bold;
    background-color: #fc0;
}
#bbPopup td.providerTd { width: 130px; }
.oddsDate { width: 110px; }
#scroller {
    display: block;
    overflow: scroll;
    height: 150px;
    overflow-x: hidden;
}
.history_bookmaker_logo {
    width:80px;
}
.history_show_btn_area {
    width: 20px;
}

.preMatchToggleArea {
    text-align:left;
    padding-bottom: 4px;
}

.preMatchToggleButton {
    color: #c10004;
    background-color:#e0e0e0;
    font-weight:bold;
    cursor:pointer;
    border:1px solid #ecc;
    padding-left: 4px;
    padding-right: 4px;
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    width: 80px;
    border-radius: 4px;
    box-shadow: 1px 1px 1px #888888;
}

.preMatchToggleArea .toggleOn {
    background-color:#ff0000;
}

.bmpick {
    border:0px;
}

.bmpick td {
    padding-bottom: 4px;
}

.bmpick .bmchecktd {
    text-align: center;
    padding-right: 14px;
}

.bmpick .bmimg {
    padding-left:14px;

}

tr.highlight_bet_param {
    background-color: #aaaaff;
}

.odds_chart__chart_btn {
    cursor: pointer;
}