.ad-LREC {
    margin-bottom: 15px;
}

.dotcom-module {}

    .dotcom-module h3 {
        font: 12px/12px NFLEndzoneTechBold, arial, helvetica;
        padding: 8px 15px 8px 10px;
        border: 1px solid #c6c6c6;
        border-bottom: 1px solid #fff;
        background-color: #fff;
        color: #D21F2A;
        text-transform: uppercase;
        display: inline-block;
        margin-bottom: -2px;
    }

    .dotcom-module h4 {
        text-align: right;
        padding: 10px 10px 8px 10px;
        font: 12px/12px NFLEndzoneSansMedium, arial, helvetica;
        text-transform: uppercase;
    }

    .dotcom-module .tableWrap {
        border: 1px solid #c6c6c6;
        background-color: #fff;
        padding-top: 5px;
        background-image: none;
    }

        .dotcom-module .tableWrap table {
            border-collapse: separate;
        }

            .dotcom-module tr.first th {
                display: none;
            }

            .dotcom-module .tableWrap table td {
                padding: 0;
            }

            .dotcom-module .tableWrap table .last th {
                border-bottom: none;
                padding-top: 6px;
            }

/*----- research global skinned module selectors ------------------------*/
.researchGlobal-module {
    border: 1px solid #c7c7c7;
    margin-bottom: 19px;
    overflow: hidden;
    position: relative;
}
    .researchGlobal-module a.playerName:link, .researchGlobal-module a.playerName:visited {
        color:#333;
    }

    .researchGlobal-module .navBar {
        margin-bottom: 0px;
        background-image: none;
        background-color: #eee;
    }
        .researchGlobal-module .navBar li {
            margin-right: 5px;
        }

    .researchGlobal-module h2 {
        font: 16px NFLEndzoneSlabMedium, arial, helvetica;
        color: #525252;
        text-transform: uppercase;
        padding: 15px 0 10px 10px;
        background: #fff; /* Old browsers */
        background: -webkit-linear-gradient(top, #ffffff 0%, #eeeeee 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #ffffff 0%, #eeeeee 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #ffffff 0%, #eeeeee 100%); /* IE10+ */
        background: linear-gradient(to bottom, #ffffff 0%, #eeeeee 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0 ); /* IE6-9 */
        border-bottom: 1px solid #c7c7c7;
    }

    .researchGlobal-module .bd {
        border-top: 1px solid #fff;
        position: relative;
    }

    .researchGlobal-module .hd {
        position: relative;
    }

    .researchGlobal-module .hd .view-more {
        position: absolute;
        top: 5px;
        right: 5px;
        border-radius: 5px;
        padding: 0px;
        background: -webkit-linear-gradient(top, #d5d5d5 0%, #e7e7e7 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #d5d5d5 0%, #e7e7e7 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #d5d5d5 0%, #e7e7e7 100%); /* IE10+ */
        background: linear-gradient(to bottom, #d5d5d5 0%, #e7e7e7 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d5d5d5', endColorstr='#e7e7e7', GradientType=0 ); /* IE6-9 */
    }
        .researchGlobal-module .hd .view-more a:link, .researchGlobal-module .hd .view-more a:visited {
            color: #fff;
            font-size: 11px;
            font-weight: bold;
            text-shadow: 0 0 2px #000;
            background: #063669; /* Old browsers */
            background: -webkit-linear-gradient(top, #2b5f97 0%, #063669 100%); /* Chrome10+,Safari5.1+ */
            background: -o-linear-gradient(top, #2b5f97 0%, #063669 100%); /* Opera 11.10+ */
            background: -ms-linear-gradient(top, #2b5f97 0%, #063669 100%); /* IE10+ */
            background: linear-gradient(to bottom, #2b5f97 0%, #063669 100%); /* W3C */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2b5f97', endColorstr='#063669', GradientType=0 ); /* IE6-9 */
            margin: 5px;
            border-radius: 5px;
            display: block;
            padding: 5px;
        }
        .researchGlobal-module .hd .view-more a:hover {
            color: #feff99;
            text-decoration: none;
            background: #063669; /* Old browsers */
            background: -webkit-linear-gradient(top, #063669 0%, #2b5f97 100%); /* Chrome10+,Safari5.1+ */
            background: -o-linear-gradient(top, #063669 0%, #2b5f97 100%); /* Opera 11.10+ */
            background: -ms-linear-gradient(top, #063669 0%, #2b5f97 100%); /* IE10+ */
            background: linear-gradient(to bottom, #063669 0%, #2b5f97 100%); /* W3C */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#063669', endColorstr='#2b5f97', GradientType=0 ); /* IE6-9 */
        }
.researchGlobalScoring {
    position: relative;
}

.researchGlobalScoring .team-logo {
    width: 110px;
    max-width: 110px;
    height: 85px;
    position: absolute;
    left: -13px;
    z-index: 1;
    top: -80px;
}

.researchGlobalScoring-player-info {
    padding-top: 22px;
    background-color: #767676;
    width: 169px;
    z-index: 3;
    position: relative;
}

.researchGlobalScoring-player-container {
    width: 168px;
    height: 71px;
    background: #fff; /* Old browsers */
    background: -webkit-linear-gradient(top, #efefef 0%, #ffffff 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #efefef 0%, #ffffff 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #efefef 0%, #ffffff 100%); /* IE10+ */
    background: linear-gradient(to bottom, #efefef 0%, #ffffff 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#ffffff', GradientType=0 ); /* IE6-9 */
    border-right: 1px solid #dbdbdb;
    border-bottom: 1px dotted #9b9b9b;
    position: relative;
    overflow: hidden;
}

.researchGlobalScoring-player-pos {
    color: #707070;
    font: 16px NFLEndzoneSansCondMedium, arial, helvetica;
    position: absolute;
    top: 5px;
    left: 5px;
}

.researchGlobalScoring-player-name {
    color: #888;
    font: 16px NFLEndzoneSansCondMedium, arial, helvetica;
    position: absolute;
    top: 5px;
    right: 5px;
}

.researchGlobalScoring-player-pts {
    text-align: right;
    color: #053568;
    font: 21px/16px NFLEndzoneSansCondMedium, arial, helvetica;
    position: absolute;
    bottom: 5px;
    right: 5px;
}

    .researchGlobalScoring-player-pts span {
        display: block;
        color: #707070;
        font: 11px NFLEndzoneSansCondMedium, arial, helvetica;
    }

.researchGlobalScoring-player-headshot {
    position: absolute;
    bottom: -10px;
    left: 20px;
}

    .researchGlobalScoring-player-headshot img.player-headshot {
        display: block;
        width: 80px;
        max-width: 80px;
        height: 80px;
        z-index: 33;
        position: absolute;
        top: -75px;
        left: 0px;
    }

.researchGlobalScoring-player-graphs-container {
    background-color: #767676;
    overflow: hidden;
    position: absolute;
    top: 0px;
    left: 169px;
    white-space: nowrap;
}

.researchGlobalScoring-player-graphs-container ol {
    height: 22px;
}
    .researchGlobalScoring-player-graphs-container ol li {
        display: inline-block;
        color: #fff;
        font: 13px/22px NFLEndzoneSansCondMedium, arial, helvetica;
        width: 60px;
        text-align: center;
    }

.researchGlobalScoring-player-graphs-container ul {
    height: 72px;
    clear: left;
    position: relative;
}
    .researchGlobalScoring-player-graphs-container ul li {
        float: left;
        position: relative;
        width: 60px;
        height: 71px;
        border-bottom: 1px dotted #9b9b9b;
        background: #f4f4f4; /* Old browsers */
        background: -webkit-linear-gradient(top, #f4f4f4 0%, #dfdfdf 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #f4f4f4 0%, #dfdfdf 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #f4f4f4 0%, #dfdfdf 100%); /* IE10+ */
        background: linear-gradient(to bottom, #f4f4f4 0%, #dfdfdf 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#dfdfdf', GradientType=0 ); /* IE6-9 */
    }

    .researchGlobalScoring-player-graphs-container .graph-line {
        position: absolute;
        left: 30px;
        width: 0px;
        height: 71px;
        border-left: 1px solid #dbdbdb;
        border-right: 1px solid #fff;

    }

    .researchGlobalScoring-player-graphs-container .graph-dot {
        background: url("/static/img/research/scoring-leaders-sprite_1764093296.png") -13px -30px no-repeat;
        width: 16px;
        height: 15px;
        cursor: pointer;
        position: absolute;
        bottom: 0px;
        left: 22px;
        z-index: 2;
    }

    .researchGlobalScoring-player-graphs-container .graph-dot:hover .graph-value {
        display: block;
    }

    .researchGlobalScoring-player-graphs-container .graph-value {
        background: url("/static/img/research/scoring-leaders-sprite_1764093296.png") -3px -1px no-repeat;
        width: 38px;
        height: 25px;
        position: absolute;
        left: -10px;
        top:-25px;
        color: #fff;
        font: 14px NFLEndzoneSansCondMedium, arial, helvetica;
        text-align: center;
        display: none;
    }

    .researchGlobalScoring-player-graphs-container .graph-value span {
        display: block;
        margin-top: 3px;
    }

    .researchGlobalScoring-player-graphs {
        position: relative;
    }

.researchGlobalScoring-week-controls {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 4;
    text-indent: -10000px;
    width: 100%;
    height: 0;
}
    .researchGlobalScoring-week-controls div.researchGlobalScoring-week-controls-prev {
        position: absolute;
        top: 5px;
        right: 0px;
        width: 0;
        height: 0;
        border-top: 5px solid transparent;
        border-left: 10px solid #fff;
        border-bottom: 5px solid transparent;
    }
    .researchGlobalScoring-week-controls div.researchGlobalScoring-week-controls-next {
        position: absolute;
        top: 5px;
        left: 170px;
        width: 0;
        height: 0;
        border-top: 5px solid transparent;
        border-right: 10px solid #fff;
        border-bottom: 5px solid transparent;
    }












.researchGlobalPointsAgainst {
    position: relative;
}

.researchGlobalPointsAgainst ul {
    overflow: hidden;
    border-bottom: 1px dotted #9b9b9b;
    background: #f4f4f4; /* Old browsers */
    background: -webkit-linear-gradient(top, #f4f4f4 0%, #dfdfdf 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f4f4f4 0%, #dfdfdf 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f4f4f4 0%, #dfdfdf 100%); /* IE10+ */
    background: linear-gradient(to bottom, #f4f4f4 0%, #dfdfdf 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#dfdfdf', GradientType=0 ); /* IE6-9 */
}

.researchGlobalPointsAgainst li {
    height: 80px;
    text-align: center;
    float: left;
    position: relative;
    width: 68px;
}

.researchGlobalPointsAgainst .pos-container {
    padding-top: 5px;
    margin-right: 10px;
    border-right: 1px solid #dbdbdb;
    width: 85px;
    background: #fff; /* Old browsers */
    background: -webkit-linear-gradient(top, #efefef 0%, #ffffff 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #efefef 0%, #ffffff 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #efefef 0%, #ffffff 100%); /* IE10+ */
    background: linear-gradient(to bottom, #efefef 0%, #ffffff 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#ffffff', GradientType=0 ); /* IE6-9 */
}
    .researchGlobalPointsAgainst .label {
        color: #707070;
        font: 16px/16px NFLEndzoneSansCondMedium, arial, helvetica;
    }
    .researchGlobalPointsAgainst .pos {
        color: #636363;
        font: 48px/48px NFLEndzoneSansCondMedium, arial, helvetica;
    }

.researchGlobalPointsAgainst .team {

}

.researchGlobalPointsAgainst .pts {
    color: #636363;
    font: 16px/16px NFLEndzoneSlabMedium, arial, helvetica;
}

.researchGlobalPointsAgainst .c {
    margin: 13px 0 16px 0;
    padding: 0;
    width: 40px;
    height: 27px;
    position: relative;
    left: 15px;

}

.researchGlobalPointsAgainst .summary {
    text-align: center;
    font-weight: bold;
    margin: 30px;
}.researchGlobalProjections {
    position: relative;
}

.researchGlobalProjections .team-logo {
    width: 110px;
    height: 85px;
    position: absolute;
    left: -13px;
    z-index: 1;
    top: -80px;
}

.researchGlobalProjections-player-info {
    padding-top: 22px;
    background-color: #767676;
    width: 169px;
    z-index: 3;
    position: relative;
}

.researchGlobalProjections-player-container {
    width: 168px;
    height: 71px;
    background: #fff; /* Old browsers */
    background: -webkit-linear-gradient(top, #efefef 0%, #ffffff 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #efefef 0%, #ffffff 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #efefef 0%, #ffffff 100%); /* IE10+ */
    background: linear-gradient(to bottom, #efefef 0%, #ffffff 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#ffffff', GradientType=0 ); /* IE6-9 */
    border-right: 1px solid #dbdbdb;
    border-bottom: 1px dotted #9b9b9b;
    position: relative;
    overflow: hidden;
}

.researchGlobalProjections-player-pos {
    color: #707070;
    font: 16px NFLEndzoneSansCondMedium, arial, helvetica;
    position: absolute;
    top: 5px;
    left: 5px;
}

.researchGlobalProjections-player-name {
    color: #888;
    font: 16px NFLEndzoneSansCondMedium, arial, helvetica;
    position: absolute;
    top: 5px;
    right: 5px;
}

.researchGlobalProjections-player-pts {
    text-align: right;
    color: #053568;
    font: 21px/16px NFLEndzoneSansCondMedium, arial, helvetica;
    position: absolute;
    bottom: 5px;
    right: 5px;
}

    .researchGlobalProjections-player-pts span {
        display: block;
        color: #707070;
        font: 11px NFLEndzoneSansCondMedium, arial, helvetica;
    }

.researchGlobalProjections-player-headshot {
    position: absolute;
    bottom: -10px;
    left: 20px;
}

    .researchGlobalProjections-player-headshot img.player-headshot {
        display: block;
        width: 80px;
        height: 80px;
        z-index: 33;
        position: absolute;
        top: -75px;
        left: 0px;
    }

.researchGlobalProjections-player-graphs-container {
    background-color: #767676;
    overflow: hidden;
    position: absolute;
    top: 0px;
    left: 169px;
    white-space: nowrap;
}

.researchGlobalProjections-player-graphs-container ol {
    height: 22px;
}
    .researchGlobalProjections-player-graphs-container ol li {
        display: inline-block;
        color: #fff;
        font: 13px/22px NFLEndzoneSansCondMedium, arial, helvetica;
        width: 60px;
        text-align: center;
    }

.researchGlobalProjections-player-graphs-container ul {
    height: 72px;
    clear: left;
    position: relative;
}
    .researchGlobalProjections-player-graphs-container ul li {
        float: left;
        position: relative;
        width: 60px;
        height: 71px;
        border-bottom: 1px dotted #9b9b9b;
        background: #f4f4f4; /* Old browsers */
        background: -webkit-linear-gradient(top, #f4f4f4 0%, #dfdfdf 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #f4f4f4 0%, #dfdfdf 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #f4f4f4 0%, #dfdfdf 100%); /* IE10+ */
        background: linear-gradient(to bottom, #f4f4f4 0%, #dfdfdf 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#dfdfdf', GradientType=0 ); /* IE6-9 */
    }

    .researchGlobalProjections-player-graphs-container .graph-line {
        position: absolute;
        left: 30px;
        width: 0px;
        height: 71px;
        border-left: 1px solid #dbdbdb;
        border-right: 1px solid #fff;

    }

    .researchGlobalProjections-player-graphs-container .graph-bar {
        background: url("/static/img/research/scoring-leaders-sprite_1764093296.png") -13px -30px no-repeat;
        width: 16px;
        cursor: pointer;
        position: absolute;
        bottom: 0px;
    }

    .researchGlobalProjections-player-graphs-container .graph-bar-proj {
        background: #9ab7cc;
        right: 30px;
    }

    .researchGlobalProjections-player-graphs-container .graph-bar-pts {
        background: #888;
        left: 30px;
    }

    .researchGlobalProjections-player-graphs-container .graph-bar:hover .graph-value {
        display: block;
    }

    .researchGlobalProjections-player-graphs-container .graph-value {
        background: url("/static/img/research/scoring-leaders-sprite_1764093296.png") -3px -1px no-repeat;
        width: 38px;
        height: 25px;
        position: absolute;
        left: -10px;
        top: -25px;
        color: #fff;
        font: 14px NFLEndzoneSansCondMedium, arial, helvetica;
        text-align: center;
        display: none;
        z-index: 3;
    }

    .researchGlobalProjections-player-graphs-container .graph-value span {
        display: block;
        margin-top: 3px;
    }

    .researchGlobalProjections-player-graphs {
        position: relative;
    }

.researchGlobalProjections-week-controls {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 4;
    text-indent: -10000px;
    width: 100%;
    height: 0;
}
    .researchGlobalProjections-week-controls div.researchGlobalProjections-week-controls-prev {
        position: absolute;
        top: 5px;
        right: 0px;
        width: 0;
        height: 0;
        border-top: 5px solid transparent;
        border-left: 10px solid #fff;
        border-bottom: 5px solid transparent;
    }
    .researchGlobalProjections-week-controls div.researchGlobalProjections-week-controls-next {
        position: absolute;
        top: 5px;
        left: 170px;
        width: 0;
        height: 0;
        border-top: 5px solid transparent;
        border-right: 10px solid #fff;
        border-bottom: 5px solid transparent;
    }

.researchGlobal-module .legend {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 6;
}

    .researchGlobal-module .legend ul {

    }
    .researchGlobal-module .legend li {
        display: inline-block;
        float: right;
        font-family: NFLEndzoneSlabMedium;
        font-size: 12px;
        text-transform: uppercase;
        color: #3c3c3c;
        margin: 0 2px;
    }

    .researchGlobal-module .legend .pts-label div {
        background: #888;
        color: #888;
        width: 20px;
    }

    .researchGlobal-module .legend .pts-text {

    }

    .researchGlobal-module .legend .proj-label div {
        background: #9ab7cc;
        color: #9ab7cc;
        width: 20px;
    }

    .researchGlobal-module .legend .proj-text {

    }









.researchGlobalProjectionsSeason {
    position: relative;
}

.researchGlobalProjectionsSeason .team-logo {
    width: 110px;
    max-width: 110px;
    height: 85px;
    position: absolute;
    left: -13px;
    z-index: 1;
    top: -80px;
}

.researchGlobalProjectionsSeason-player-info {
    padding-top: 0px;
    background-color: #767676;
    width: 169px;
    z-index: 3;
    position: relative;
}

.researchGlobalProjectionsSeason-player-container {
    width: 168px;
    height: 71px;
    background: #fff; /* Old browsers */
    background: -webkit-linear-gradient(top, #efefef 0%, #ffffff 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #efefef 0%, #ffffff 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #efefef 0%, #ffffff 100%); /* IE10+ */
    background: linear-gradient(to bottom, #efefef 0%, #ffffff 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#ffffff', GradientType=0 ); /* IE6-9 */
    border-right: 1px solid #dbdbdb;
    border-bottom: 1px dotted #9b9b9b;
    position: relative;
    overflow: hidden;
}

.researchGlobalProjectionsSeason-player-pos {
    color: #707070;
    font: 16px NFLEndzoneSansCondMedium, arial, helvetica;
    position: absolute;
    top: 5px;
    left: 5px;
}

.researchGlobalProjectionsSeason-player-name {
    color: #888;
    font: 16px NFLEndzoneSansCondMedium, arial, helvetica;
    position: absolute;
    top: 5px;
    right: 5px;
}

.researchGlobalProjectionsSeason-player-pts {
    text-align: right;
    color: #053568;
    font: 21px/16px NFLEndzoneSansCondMedium, arial, helvetica;
    position: absolute;
    bottom: 5px;
    right: 5px;
}

    .researchGlobalProjectionsSeason-player-pts span {
        display: block;
        color: #707070;
        font: 11px NFLEndzoneSansCondMedium, arial, helvetica;
    }

.researchGlobalProjectionsSeason-player-headshot {
    position: absolute;
    bottom: -10px;
    left: 20px;
}

    .researchGlobalProjectionsSeason-player-headshot img.player-headshot {
        display: block;
        width: 80px;
        max-width: 80px;
        height: 80px;
        z-index: 33;
        position: absolute;
        top: -75px;
        left: 0px;
    }

.researchGlobalProjectionsSeason-player-graphs-container {
    background-color: #767676;
    overflow: hidden;
    position: absolute;
    top: 0px;
    left: 169px;
    white-space: nowrap;
    width: 484px;
}

.researchGlobalProjectionsSeason-player-graphs-container ol {
    height: 22px;
}
    .researchGlobalProjectionsSeason-player-graphs-container ol li {
        display: inline-block;
        color: #fff;
        font: 13px/22px NFLEndzoneSansCondMedium, arial, helvetica;
        width: 60px;
        text-align: center;
    }

.researchGlobalProjectionsSeason-player-graphs-container ul {
    height: 71px;
    clear: left;
    position: relative;
    width: 100%;
    border-bottom: 1px dotted #9b9b9b;
    background: #f4f4f4;
    background: -webkit-linear-gradient(top, #f4f4f4 0%, #dfdfdf 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f4f4f4 0%, #dfdfdf 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f4f4f4 0%, #dfdfdf 100%); /* IE10+ */
    background: linear-gradient(to bottom, #f4f4f4 0%, #dfdfdf 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#dfdfdf', GradientType=0 ); /* IE6-9 */
}


.researchGlobalProjectionsSeason-player-graphs-container ul li {
    position: absolute;
    bottom: 15px;
    left: 37px;
    right: 37px;
    height: 20px;
    border-top: 1px solid #bbb;
    border-bottom: 1px solid #fff;
    background-color: #e7e7e7;
    color: #fff;
}

.researchGlobalProjectionsSeason-player-graphs {
    position: relative;
    border-top: 1px dotted #9b9b9b;
}

.researchGlobalProjectionsSeason-player-graphs .percent-started {
    background-color: #888;
    width: 200px;
    position: absolute;
    height: 20px;
    font: 14px/20px NFLEndzoneSansCondMedium, arial, helvetica;
    text-indent: 10px;
    text-transform: uppercase;
}

.researchGlobalProjectionsSeason-player-graphs .percent-started-delta {
    background-color: #9ab7cc;
    width: 250px;
    position: absolute;
    height: 20px;
    font: 14px/20px NFLEndzoneSansCondMedium, arial, helvetica;
    text-indent: 10px;
    text-transform: uppercase;
}

.researchGlobalProjectionsSeason-player-graphs .percent-started-delta .percent-started-delta {
    background: transparent url("/static/img/research/scoring-leaders-sprite_1764093296.png") -3px -49px no-repeat;
    position: absolute;
    right: -37px;
    text-align: center;
    text-indent: 0px;
    top: -30px;
    width: 74px;
    height: 25px;
}









.researchGlobal-module .legend {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 6;
}

    .researchGlobal-module .legend ul {

    }
    .researchGlobal-module .legend li {
        display: inline-block;
        float: right;
        font-family: NFLEndzoneSlabMedium;
        font-size: 12px;
        text-transform: uppercase;
        color: #3c3c3c;
        margin: 0 2px;
    }

    .researchGlobal-module .legend .pts-label div {
        background: #888;
        color: #888;
        width: 20px;
    }

    .researchGlobal-module .legend .pts-text {

    }

    .researchGlobal-module .legend .proj-label div {
        background: #9ab7cc;
        color: #9ab7cc;
        width: 20px;
    }

    .researchGlobal-module .legend .proj-text {

    }









.researchGlobalTrends {
    position: relative;
}

.researchGlobalTrends .team-logo {
    width: 110px;
    height: 85px;
    position: absolute;
    left: -13px;
    z-index: 1;
    top: -80px;
}

.researchGlobalTrends-player-info {
    border-top: 1px dotted #9b9b9b;
    background-color: #fff;
    width: 169px;
    z-index: 3;
    position: relative;
}

.researchGlobalTrends-player-container {
    width: 168px;
    height: 71px;
    background: #fff; /* Old browsers */
    background: -webkit-linear-gradient(top, #efefef 0%, #ffffff 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #efefef 0%, #ffffff 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #efefef 0%, #ffffff 100%); /* IE10+ */
    background: linear-gradient(to bottom, #efefef 0%, #ffffff 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#ffffff', GradientType=0 ); /* IE6-9 */
    border-right: 1px solid #dbdbdb;
    border-bottom: 1px dotted #9b9b9b;
    position: relative;
    overflow: hidden;
}

.researchGlobalTrends-player-pos {
    color: #707070;
    font: 16px NFLEndzoneSansCondMedium, arial, helvetica;
    position: absolute;
    top: 5px;
    left: 5px;
}

.researchGlobalTrends-player-name {
    color: #888;
    font: 16px NFLEndzoneSansCondMedium, arial, helvetica;
    position: absolute;
    top: 5px;
    right: 5px;
}

.researchGlobalTrends-player-pts {
    text-align: right;
    color: #053568;
    font: 21px/16px NFLEndzoneSansCondMedium, arial, helvetica;
    position: absolute;
    bottom: 5px;
    right: 5px;
}

    .researchGlobalTrends-player-pts span {
        display: block;
        color: #707070;
        font: 11px NFLEndzoneSansCondMedium, arial, helvetica;
    }

.researchGlobalTrends-player-headshot {
    position: absolute;
    bottom: -10px;
    left: 20px;
}

    .researchGlobalTrends-player-headshot img.player-headshot {
        display: block;
        width: 80px;
        height: 80px;
        z-index: 33;
        position: absolute;
        top: -75px;
        left: 0px;
    }

.researchGlobalTrends-player-graphs-container {
    overflow: hidden;
    position: absolute;
    top: 0px;
    left: 169px;
    white-space: nowrap;
    width: 484px;
}

    .researchGlobalTrends-player-graphs-container ul {
        height: 71px;
        clear: left;
        position: relative;
        width: 100%;
        border-bottom: 1px dotted #9b9b9b;
        background: #f4f4f4;
        background: -webkit-linear-gradient(top, #f4f4f4 0%, #dfdfdf 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #f4f4f4 0%, #dfdfdf 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #f4f4f4 0%, #dfdfdf 100%); /* IE10+ */
        background: linear-gradient(to bottom, #f4f4f4 0%, #dfdfdf 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#dfdfdf', GradientType=0 ); /* IE6-9 */
    }

    .researchGlobalTrends-player-graphs-container li {
        position: absolute;
        bottom: 15px;
        left: 37px;
        right: 37px;
        height: 20px;
        border-top: 1px solid #bbb;
        border-bottom: 1px solid #fff;
        background-color: #e7e7e7;
        color: #fff;
    }

    .researchGlobalTrends-player-graphs {
        position: relative;
        border-top: 1px dotted #9b9b9b;
    }

    .researchGlobalTrends-player-graphs .percent-started {
        background-color: #888;
        width: 200px;
        position: absolute;
        height: 20px;
        font: 14px/20px NFLEndzoneSansCondMedium, arial, helvetica;
        text-indent: 10px;
        text-transform: uppercase;
    }

    .researchGlobalTrends-player-graphs .percent-started-delta {
        background-color: #9ab7cc;
        width: 250px;
        position: absolute;
        height: 20px;
        font: 14px/20px NFLEndzoneSansCondMedium, arial, helvetica;
        text-indent: 10px;
        text-transform: uppercase;
    }

    .researchGlobalTrends-player-graphs .percent-started-delta .percent-started-delta {
        background: transparent url("/static/img/research/scoring-leaders-sprite_1764093296.png") -3px -49px no-repeat;
        position: absolute;
        right: -37px;
        text-align: center;
        text-indent: 0px;
        top: -30px;
        width: 74px;
        height: 25px;
    }

.researchGlobalTrends .researchGlobalTrends-player-graphs-started, .researchGlobalTrends .researchGlobalTrends-player-info-started {
    display: none;
}





#researchGlobalHeadlines {}

#researchGlobalHeadlines ul {
    margin: 5px 10px 0 10px;
    font: 12px arial, helvetica;
    font-weight: bold;
}

#researchGlobalHeadlines li {
    border-bottom: 1px dotted #a0a0a0;
    padding: 5px 0px;
}

#researchGlobalHeadlines ul:first-child {
    border-top: 1px dotted #a0a0a0;
}#researchGloblStatCorrections {}

#researchGloblStatCorrections td.playerCorrectionsHeadshot {
    white-space: nowrap;
    padding: 0;
    border-right: 1px solid #dbdbdb;
}

#researchGloblStatCorrections .playerCorrectionsHeadshot div {
    width: 100%;
    height: 100%;
}

#researchGloblStatCorrections .playerCorrectionsHeadshot img {
    width: 55px;
    height: 55px;
    display: block;
}

#researchGloblStatCorrections .tableWrap table td.playerCorrectionsNameOnly {
    font: 16px/18px NFLEndzoneSansCondMedium, arial, helvetica;
    color: #646464;
    min-height: 45px;
    height: 100%;
    padding: 5px;
    border-right: 1px solid #dbdbdb;
}

#researchGloblStatCorrections .player-headshot-image {
    padding: 0;
    float: left;
    width: 55px;
    height: 55px;
    text-align: center;
}

#researchGloblStatCorrections .tableWrap table td.playerCorrectionsStatDescription {
    border-right: 1px solid #dbdbdb;
    font: 16px/18px NFLEndzoneSansCondMedium, arial, helvetica;
    color: #646464;
    padding: 5px;
}

#researchGloblStatCorrections .tableWrap table td.playerCorrectionsStatChange {
    font: 20px/45px NFLEndzoneSansCondMedium, arial, helvetica;
    color: #707070;
    padding: 5px;
    text-align: right;
    font-weight: normal;
}

#researchGloblStatCorrections .playerCorrectionsStatChange .positive {
    color: #646464;
}

#researchGloblStatCorrections .playerCorrectionsStatChange .negative {
    color: #d21f2a;
}

#researchGloblStatCorrections td {
    background: #fff;
    background: -moz-linear-gradient(top,  #fff 0%, #ededed 100%);
    background: -webkit-linear-gradient(top,  #fff 0%, #ededed 100%);
    background: -o-linear-gradient(top,  #fff 0%, #ededed 100%);
    background: -ms-linear-gradient(top,  #fff 0%, #ededed 100%);
    background: linear-gradient(to bottom,  #fff 0%, #ededed 100%);

    border-bottom: 1px dotted #949494;
}

#researchGloblStatCorrections .summary {
    text-align: center;
    font-weight: bold;
    margin: 30px;
}