﻿body {
    background: #b6b7bc;
    font-size: 11px;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #696969;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 24px;
    color: #666666;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h1 {
    font-size: 20px;
    padding-bottom: 0px;
    margin-top: 0;
    margin-bottom: 0;
}

h2 {
    font-size: 1.5em;
    font-weight: 600;
}

h3 {
    font-size: 13px;
}

h4 {
    font-size: 12px;
}

h5, h6 {
    font-size: 16px;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2 {
    margin-top: 0px;
}

.InfoPopup {
    border: 1px solid #000080;
    padding: 8px;
    background: white;
}

.PopupHeader {
    border-color: #202933;
}

.PopupBody {
    padding: 8px;
    margin: 8px 0px 8px 0px;
    background-color: #FFFFFF;
    border: 1px solid #496077;
    min-width: 500px;
    min-height: 400px;
}

.Controls {
}

    .Controls input {
        border-style: none;
        height: 30px;
        width: 75px;
        background-color: #465c71;
        color: White;
        cursor: hand;
    }

.clear {
    clear: both;
    visibility: collapse;
}

.footer {
    padding: 8px;
    position: absolute;
    height: 50px;
    width: 100%;
    left: 0;
    color: White;
    background-color: #4b6c9e;
    text-align: center;
}

.accordionHeader {
    border: 1px #4e667d solid;
    color: White;
    background-color: #2e4d7b;
    font-family: Arial, Sans-Serif;
    font-size: 12px;
    font-weight: bold;
    padding: 5px;
    margin: 0;
    cursor: pointer;
}

.accordionContent {
    padding: 0px;
    cursor: pointer;
}

/* SIDE SUB-MENU */
div.accordionContent ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
}

    div.accordionContent ul li a, div.accordionContent ul li a:visited {
        background-color: #465c71;
        border: 1px #4e667d solid;
        color: #dde4ec;
        display: block;
        line-height: 1.35em;
        padding: 4px 20px;
        text-decoration: none;
        white-space: nowrap;
    }

        div.accordionContent ul li a:hover {
            background-color: #bfcbd6;
            color: #465c71;
            text-decoration: none;
        }

        div.accordionContent ul li a.highlight {
            background-color: #bfcbd6;
            color: #465c71;
            text-decoration: none;
        }

        div.accordionContent ul li a:active {
            background-color: #465c71;
            color: #cfdbe6;
            text-decoration: none;
        }

        div.accordionContent ul li a:focus {
            outline: none;
        }

div.leftMenu {
    position: absolute;
    left: 0;
    top: 8px;
    bottom: 8px;
    width: 250px;
    margin: 0;
    border: 0;
    background-color: #4b6c9e;
}

div.menu {
    padding: 4px 0px 4px 8px;
}

    div.menu ul {
        list-style: none;
        margin: 0px;
        padding: 0px;
        width: auto;
    }

        div.menu ul li a, div.menu ul li a:visited {
            background-color: #465c71;
            border: 1px #4e667d solid;
            color: #dde4ec;
            display: block;
            line-height: 1.35em;
            padding: 4px 20px;
            text-decoration: none;
            white-space: nowrap;
        }

            div.menu ul li a:hover {
                background-color: #bfcbd6;
                color: #465c71;
                text-decoration: none;
            }

            div.menu ul li a:active {
                background-color: #465c71;
                color: #cfdbe6;
                text-decoration: none;
            }

.page {
    height: 100%;
    max-width: 1000px;
    background-color: #fff;
    margin: 0 auto 0 auto;
    border: 1px solid #496077;
    overflow: hidden;
    position: relative;
}

.header {
    position: relative;
    margin: 0px;
    padding: 0px;
    background: #4b6c9e;
    width: 100%;
}

.title {
    height: 135px;
    max-height: 135px;
    /*height: 68px;
    max-height: 150px;*/
    background-color: #fff;
}

.img {
    height: 95%;
    width: 100%;
    object-fit: contain;
    z-index: -1;
}


.header h1 {
    border-bottom-style: solid;
    border-bottom-width: 4px;
    border-style: none;
    border-width: medium;
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: #f9f9f9;
    line-height: 2em;
    font-size: 2em;
}

.topBar {
    display: block;
    margin: 0;
    padding: 0;
    background-color: #3a4f63;
}

.main {
    border-style: dashed;
    border-color: #0000FF;
    position: absolute;
    top: 76px;
    bottom: 24px;
    left: 8px;
    right: 8px;
    border: 0;
    padding: 0;
    margin: 0;
}

.rightCol {
    margin: 8px 8px 0px 0px;
    min-height: 400px;
    min-width: 500px;
}

.leftCol {
    padding: 6px 0px 0px 0px;
    margin: 8px;
    width: 250px;
    background-color: #4b6c9e;
    min-height: 400px;
}

    .leftCol > h1 {
        padding: 10px;
        color: #FFFFFF;
    }

.footer {
    position: absolute;
    height: 54px;
    width: 100%;
    bottom: -34px;
    left: 0;
    color: White;
    background-color: #4b6c9e;
    padding: 0;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
}

div.headingNavMenu {
    display: inline-block;
    width: 500px;
    height: 37px;
}

#schedule {
    font-size: 11px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: auto;
}

    #schedule h2 {
        margin: 0;
        margin-top: 8px;
        border: none;
    }

    #schedule h3 {
        margin: 0;
        border: none;
    }

    #schedule #gameDateHead {
        margin: 8px 0 0 0;
        color: #ffffff;
        background-color: #4b6c9e;
        font-size: 14px;
        font-weight: bold;
        padding: 4px;
    }

    #schedule #gameColHead, #schedule #game, #schedule #tntTeam {
        position: relative;
    }

    #schedule #gameColHead {
        height: 20px;
        line-height: 20px;
        background-color: #BFCBD6;
        color: #465C71;
        font-weight: bold;
        text-align: center;
        border-bottom: thin solid #4b6c9e;
    }

    #schedule #game {
        border-bottom: thin solid #4b6c9e;
    }

    #schedule #gameColHead label {
        position: absolute;
        overflow: hidden;
    }

    #schedule #game div {
        position: relative;
    }

    #schedule #game label {
        position: absolute;
        overflow: hidden;
    }

    #schedule #game .gameValues label {
        line-height: 22px;
    }

    #schedule #game.started .gameValues {
        background-color: #FFDDDD;
    }

    #schedule #game .gameValues a {
        position: absolute;
        overflow: hidden;
        padding: 0;
        margin: 0;
        color: #FFFFFF;
        background-color: #465c71;
        border-top: 1px solid #eeeeee;
        border-right: 1px solid #636363;
        border-bottom: 1px solid #636363;
        border-left: 1px solid #c1c1c1;
        cursor: pointer;
        text-align: center;
        height: 20px;
        line-height: 20px;
    }

        #schedule #game .gameValues a:hover {
            background-color: #6699CC;
        }

    #schedule #game .gameHeading {
        height: 20px;
        line-height: 20px;
        background-color: #F2F7FA;
    }

        #schedule #game .gameHeading a {
            float: right;
            margin-right: 8px;
            margin-left: 7px;
        }

    #schedule #game .gameValues {
        height: 44px;
    }


    #schedule #game .gameTime {
        top: 0;
        left: 2px;
        font-weight: bold;
        width: 200px;
    }

    #schedule #game .gameTimeCircled {
        color: red;
        top: 0;
        left: 2px;
        font-weight: bold;
        width: 200px;
    }

    #schedule #game .headingOrLeague {
        top: 0;
        left: 200px;
        font-weight: bold;
        width: 396px;
    }

    /* Tournaments */
    #schedule #game.game_sptTNT .gameValues {
        height: 25px;
    }

#gameColHead.colHead_sptTNT .moneyLine {
    left: 420px;
    width: 46px;
}

#game.game_sptTNT {
}

    #game.game_sptTNT .vRot {
        top: 0;
        left: 2px;
        width: 36px;
    }

    #game.game_sptTNT .hRot {
        top: 22px;
        left: 2px;
        width: 36px;
    }

    #game.game_sptTNT .vTeam {
        top: 0;
        left: 42px;
        width: 214px;
    }

    #game.game_sptTNT .hTeam {
        top: 22px;
        left: 42px;
        width: 214px;
    }

    #game.game_sptTNT .vOdds {
        top: 0px;
        left: 420px;
        width: 46px;
    }

    #game.game_sptTNT .hOdds {
        top: 22px;
        left: 420px;
        width: 46px;
    }

/* Matchups */
#schedule #game.game_sptMU .gameValues {
    height: 66px;
}

#gameColHead.colHead_sptMU .pointSpread {
    left: 260px;
    width: 46px;
}

#gameColHead.colHead_sptMU .total {
    left: 308px;
    width: 96px;
}

#gameColHead.colHead_sptMU .moneyLine {
    left: 406px;
    width: 64px;
}

#game.game_sptMU {
}

    #game.game_sptMU .vRot {
        top: 0;
        left: 2px;
        width: 36px;
    }

    #game.game_sptMU .hRot {
        top: 22px;
        left: 2px;
        width: 36px;
    }

    #game.game_sptMU .vTeam {
        top: 0;
        left: 42px;
        width: 214px;
    }

    #game.game_sptMU .hTeam {
        top: 22px;
        left: 42px;
        width: 214px;
    }

    #game.game_sptMU .dTeam {
        top: 44px;
        left: 42px;
        width: 214px;
    }

    #game.game_sptMU .vOdds {
        top: 0px;
        left: 406px;
        width: 64px;
    }

    #game.game_sptMU .hOdds {
        top: 22px;
        left: 406px;
        width: 64px;
    }

    #game.game_sptMU .over {
        top: 0px;
        left: 308px;
        width: 96px;
    }

    #game.game_sptMU .under {
        top: 22px;
        left: 308px;
        width: 96px;
    }

    #game.game_sptMU .vSpread {
        top: 0px;
        left: 260px;
        width: 46px;
    }

    #game.game_sptMU .hSpread {
        top: 22px;
        left: 260px;
        width: 46px;
    }


/*#schedule #game.game_sptMU .gameValues
{
    height: 45px;
}

#gameColHead.colHead_sptMU .moneyLine
{
    left: 420px;
    width: 46px;
}

#game.game_sptMU
{
}

#game.game_sptMU .vRot
{
    top: 0;
    left: 2px;
    width: 36px;
}

#game.game_sptMU .hRot
{
    top: 22px;
    left: 2px;
    width: 36px;
}

#game.game_sptMU .vTeam
{
    top: 0;
    left: 42px;
    width: 214px;
}

#game.game_sptMU .hTeam
{
    top: 22px;
    left: 42px;
    width: 214px;
}

#game.game_sptMU .vOdds
{
    top: 0px;
    left: 420px;
    width: 46px;
}

#game.game_sptMU .hOdds
{
    top: 22px;
    left: 420px;
    width: 46px;
}*/

/* Hockey */
#schedule #game.game_sptNHL .gameValues {
    height: 66px;
}

#gameColHead.colHead_sptNHL .pointSpread {
    left: 260px;
    width: 46px;
}

#gameColHead.colHead_sptNHL .total {
    left: 308px;
    width: 96px;
}

#gameColHead.colHead_sptNHL .moneyLine {
    left: 406px;
    width: 64px;
}

#game.game_sptNHL {
}

    #game.game_sptNHL .vRot {
        top: 0;
        left: 2px;
        width: 36px;
    }

    #game.game_sptNHL .hRot {
        top: 22px;
        left: 2px;
        width: 36px;
    }

    #game.game_sptNHL .vTeam {
        top: 0;
        left: 42px;
        width: 214px;
    }

    #game.game_sptNHL .hTeam {
        top: 22px;
        left: 42px;
        width: 214px;
    }

    #game.game_sptNHL .dTeam {
        top: 44px;
        left: 42px;
        width: 214px;
    }

    #game.game_sptNHL .vOdds {
        top: 0px;
        left: 406px;
        width: 64px;
    }

    #game.game_sptNHL .hOdds {
        top: 22px;
        left: 406px;
        width: 64px;
    }

    #game.game_sptNHL .over {
        top: 0px;
        left: 308px;
        width: 96px;
    }

    #game.game_sptNHL .under {
        top: 22px;
        left: 308px;
        width: 96px;
    }

    #game.game_sptNHL .vSpread {
        top: 0px;
        left: 260px;
        width: 46px;
    }

    #game.game_sptNHL .hSpread {
        top: 22px;
        left: 260px;
        width: 46px;
    }

/* Football */
#schedule #game.game_sptNFL .gameValues {
    height: 45px;
}

#gameColHead.colHead_sptNFL .pointSpread {
    left: 260px;
    width: 46px;
}

#gameColHead.colHead_sptNFL .total {
    left: 308px;
    width: 96px;
}

#gameColHead.colHead_sptNFL .moneyLine {
    left: 406px;
    width: 64px;
}

#game.game_sptNFL {
}

    #game.game_sptNFL .vRot {
        top: 0;
        left: 2px;
        width: 36px;
    }

    #game.game_sptNFL .hRot {
        top: 22px;
        left: 2px;
        width: 36px;
    }

    #game.game_sptNFL .vTeam {
        top: 0;
        left: 42px;
        width: 214px;
    }

    #game.game_sptNFL .hTeam {
        top: 22px;
        left: 42px;
        width: 214px;
    }

    #game.game_sptNFL .vOdds {
        top: 0px;
        left: 406px;
        width: 64px;
    }

    #game.game_sptNFL .hOdds {
        top: 22px;
        left: 406px;
        width: 64px;
    }

    #game.game_sptNFL .over {
        top: 0px;
        left: 308px;
        width: 96px;
    }

    #game.game_sptNFL .under {
        top: 22px;
        left: 308px;
        width: 96px;
    }

    #game.game_sptNFL .vSpread {
        top: 0px;
        left: 260px;
        width: 46px;
    }

    #game.game_sptNFL .hSpread {
        top: 22px;
        left: 260px;
        width: 46px;
    }

/* College Football */
#schedule #game.game_sptCFB .gameValues {
    height: 45px;
}

#gameColHead.colHead_sptCFB .pointSpread {
    left: 260px;
    width: 46px;
}

#gameColHead.colHead_sptCFB .total {
    left: 308px;
    width: 96px;
}

#gameColHead.colHead_sptCFB .moneyLine {
    left: 406px;
    width: 64px;
}

#game.game_sptCFB {
}

    #game.game_sptCFB .vRot {
        top: 0;
        left: 2px;
        width: 36px;
    }

    #game.game_sptCFB .hRot {
        top: 22px;
        left: 2px;
        width: 36px;
    }

    #game.game_sptCFB .vTeam {
        top: 0;
        left: 42px;
        width: 214px;
    }

    #game.game_sptCFB .hTeam {
        top: 22px;
        left: 42px;
        width: 214px;
    }

    #game.game_sptCFB .vOdds {
        top: 0px;
        left: 406px;
        width: 64px;
    }

    #game.game_sptCFB .hOdds {
        top: 22px;
        left: 406px;
        width: 64px;
    }

    #game.game_sptCFB .over {
        top: 0px;
        left: 308px;
        width: 96px;
    }

    #game.game_sptCFB .under {
        top: 22px;
        left: 308px;
        width: 96px;
    }

    #game.game_sptCFB .vSpread {
        top: 0px;
        left: 260px;
        width: 46px;
    }

    #game.game_sptCFB .hSpread {
        top: 22px;
        left: 260px;
        width: 46px;
    }

/* BasketBall */
#schedule #game.game_sptNBA .gameValues {
    height: 45px;
}

#gameColHead.colHead_sptNBA .pointSpread {
    left: 260px;
    width: 46px;
}

#gameColHead.colHead_sptNBA .total {
    left: 308px;
    width: 96px;
}

#gameColHead.colHead_sptNBA .moneyLine {
    left: 406px;
    width: 64px;
}

#game.game_sptNBA {
}

    #game.game_sptNBA .vRot {
        top: 0;
        left: 2px;
        width: 36px;
    }

    #game.game_sptNBA .hRot {
        top: 22px;
        left: 2px;
        width: 36px;
    }

    #game.game_sptNBA .vTeam {
        top: 0;
        left: 42px;
        width: 214px;
    }

    #game.game_sptNBA .hTeam {
        top: 22px;
        left: 42px;
        width: 214px;
    }

    #game.game_sptNBA .vOdds {
        top: 0px;
        left: 406px;
        width: 64px;
    }

    #game.game_sptNBA .hOdds {
        top: 22px;
        left: 406px;
        width: 64px;
    }

    #game.game_sptNBA .over {
        top: 0px;
        left: 308px;
        width: 96px;
    }

    #game.game_sptNBA .under {
        top: 22px;
        left: 308px;
        width: 96px;
    }

    #game.game_sptNBA .vSpread {
        top: 0px;
        left: 260px;
        width: 46px;
    }

    #game.game_sptNBA .hSpread {
        top: 22px;
        left: 260px;
        width: 46px;
    }




/* College BasketBall */
#schedule #game.game_sptCBB .gameValues {
    height: 45px;
}

#gameColHead.colHead_sptCBB .pointSpread {
    left: 260px;
    width: 46px;
}

#gameColHead.colHead_sptCBB .total {
    left: 308px;
    width: 96px;
}

#gameColHead.colHead_sptCBB .moneyLine {
    left: 406px;
    width: 64px;
}

#game.game_sptCBB {
}

    #game.game_sptCBB .vRot {
        top: 0;
        left: 2px;
        width: 36px;
    }

    #game.game_sptCBB .hRot {
        top: 22px;
        left: 2px;
        width: 36px;
    }

    #game.game_sptCBB .vTeam {
        top: 0;
        left: 42px;
        width: 214px;
    }

    #game.game_sptCBB .hTeam {
        top: 22px;
        left: 42px;
        width: 214px;
    }

    #game.game_sptCBB .vOdds {
        top: 0px;
        left: 406px;
        width: 64px;
    }

    #game.game_sptCBB .hOdds {
        top: 22px;
        left: 406px;
        width: 64px;
    }

    #game.game_sptCBB .over {
        top: 0px;
        left: 308px;
        width: 96px;
    }

    #game.game_sptCBB .under {
        top: 22px;
        left: 308px;
        width: 96px;
    }

    #game.game_sptCBB .vSpread {
        top: 0px;
        left: 260px;
        width: 46px;
    }

    #game.game_sptCBB .hSpread {
        top: 22px;
        left: 260px;
        width: 46px;
    }

/* Soccer */
#schedule #game.game_sptSOC .gameValues {
    height: 67px;
}

#gameColHead.colHead_sptSOC .pointSpread {
    left: 406px;
    width: 64px;
}

#gameColHead.colHead_sptSOC .total {
    left: 308px;
    width: 96px;
}

#gameColHead.colHead_sptSOC .moneyLine {
    left: 260px;
    width: 46px;
}

#game.game_sptSOC {
}

    #game.game_sptSOC .vRot {
        top: 0;
        left: 2px;
        width: 36px;
    }

    #game.game_sptSOC .hRot {
        top: 22px;
        left: 2px;
        width: 36px;
    }

    #game.game_sptSOC .dRot {
        top: 44px;
        left: 2px;
        width: 36px;
    }

    #game.game_sptSOC .vTeam {
        top: 0;
        left: 42px;
        width: 214px;
    }

    #game.game_sptSOC .hTeam {
        top: 22px;
        left: 42px;
        width: 214px;
    }

    #game.game_sptSOC .dTeam {
        top: 44px;
        left: 42px;
        width: 214px;
    }

    #game.game_sptSOC .vOdds {
        top: 0px;
        left: 260px;
        width: 46px;
    }

    #game.game_sptSOC .hOdds {
        top: 22px;
        left: 260px;
        width: 46px;
    }

    #game.game_sptSOC .dOdds {
        top: 44px;
        left: 260px;
        width: 46px;
    }

    #game.game_sptSOC .over {
        top: 0px;
        left: 308px;
        width: 96px;
    }

    #game.game_sptSOC .under {
        top: 22px;
        left: 308px;
        width: 96px;
    }

    #game.game_sptSOC .vSpread {
        top: 0px;
        left: 406px;
        width: 64px;
    }

    #game.game_sptSOC .hSpread {
        top: 22px;
        left: 406px;
        width: 64px;
    }

/* Baseball */
#schedule #game.game_sptMLB .gameValues {
    height: 45px;
}

#gameColHead.colHead_sptMLB .rot {
    left: 2px;
    width: 36px;
    text-align: left;
}

#gameColHead.colHead_sptMLB .team {
    left: 42px;
    width: 136px;
    text-align: left;
}

#gameColHead.colHead_sptMLB .pitcher {
    left: 180px;
    width: 116px;
    text-align: left;
}

#gameColHead.colHead_sptMLB .moneyLine {
    left: 252px;
    width: 46px;
}

#gameColHead.colHead_sptMLB .total {
    left: 300px;
    width: 96px;
}

#gameColHead.colHead_sptMLB .pointSpread {
    left: 398px;
    width: 64px;
}

#game.game_sptMLB {
}

    #game.game_sptMLB .vRot {
        top: 0;
        left: 2px;
        width: 36px;
    }

    #game.game_sptMLB .hRot {
        top: 22px;
        left: 2px;
        width: 36px;
    }

    #game.game_sptMLB .vTeam {
        top: 0;
        left: 42px;
        width: 136px;
    }

    #game.game_sptMLB .hTeam {
        top: 22px;
        left: 42px;
        width: 136px;
    }

    #game.game_sptMLB .vPitcher {
        top: 0;
        left: 180px;
        width: 116px;
    }

    #game.game_sptMLB .hPitcher {
        top: 22px;
        left: 180px;
        width: 116px;
    }

    #game.game_sptMLB .vOdds {
        top: 0;
        left: 252px;
        width: 46px;
    }

    #game.game_sptMLB .hOdds {
        top: 22px;
        left: 252px;
        width: 46px;
    }

    #game.game_sptMLB .over {
        top: 0;
        left: 300px;
        width: 96px;
    }

    #game.game_sptMLB .under {
        top: 22px;
        left: 300px;
        width: 96px;
    }

    #game.game_sptMLB .vSpread {
        top: 0;
        left: 398px;
        width: 64px;
    }

    #game.game_sptMLB .hSpread {
        top: 22px;
        left: 398px;
        width: 64px;
    }

.printButton {
    border: 2px solid #FFFFFF;
    height: 25px;
    width: 100px;
    cursor: hand;
    margin-left: 100px;
    background-color: Green;
    position: absolute;
    left: 615px;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    color: #FFFFFF;
    font-size: small;
    margin-top: 8px;
}

.ModalPopupBG {
    background-color: #202933;
    filter: alpha(opacity=50);
    opacity: 0.7;
}

div.inline {
    float: left;
}

.clearBoth {
    clear: both;
}
