/* START DRAFT TRACKER CSS */

#draft #uinfo{
    padding: .65em 0 .65em 23%;
}
#draft #uinfo.user{
    padding: 0 0 0 23%;
}
    /* basic css overrides */
    a,
    a:link,
    a:visited,
    a:hover,
    a:active {color: #077fc4;}
    .phead {display: none;}

    body #cnt {}

    /* subnav */
    .subnav {list-style: none; margin: 0; padding: 0}
        .subnav li {
            border: 1px solid #2b4553;
            width: 33.3333%; display: block;
            font-family: "NFLEndzoneSansCondMedium",Arial,sans-serif;
            font-size: 2.6em; line-height: 2.3em;
            text-transform: uppercase; text-align: center;
            background: #0063a5;
            background: -moz-linear-gradient(top,  #0063a5 0%, #0079c1 100%);
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0063a5), color-stop(100%,#0079c1));
            background: -webkit-linear-gradient(top,  #0063a5 0%,#0079c1 100%);
            background: -o-linear-gradient(top,  #0063a5 0%,#0079c1 100%);
            background: -ms-linear-gradient(top,  #0063a5 0%,#0079c1 100%);
            background: linear-gradient(to bottom,  #0063a5 0%,#0079c1 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0063a5', endColorstr='#0079c1',GradientType=0 );
            webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            float: left;
             border-right: none;

        }
            .subnav li a{
                color: #fff; display: block; width: 100%; height: 100%;
            }
     .mock-draft .subnav .mock-draft,.tracker .subnav .tracker, .war-rooms .subnav .war-rooms { color: #3e3e3e!important; background: #dedede; box-shadow: inset 0 0 .4em #505050;}
     .mock-draft .subnav .mock-draft a,.tracker .subnav .tracker a, .war-rooms .subnav .war-rooms a{ color: #3e3e3e;}


    /* draft tracker main */
    #dt-container {font-size: .5em;}

    /* view buttons */
    #dt-view-links {
        list-style: none; margin: 0; text-align: center;
        color: #fff;
        font-family: "NFLEndzoneSansBold",Arial,sans-serif;
        font-size: 2.6em; text-transform: uppercase;
        background: #0063a5;
        background: -moz-linear-gradient(top,  #0063a5 0%, #0079c1 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0063a5), color-stop(100%,#0079c1));
        background: -webkit-linear-gradient(top,  #0063a5 0%,#0079c1 100%);
        background: -o-linear-gradient(top,  #0063a5 0%,#0079c1 100%);
        background: -ms-linear-gradient(top,  #0063a5 0%,#0079c1 100%);
        background: linear-gradient(to bottom,  #0063a5 0%,#0079c1 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0063a5', endColorstr='#0079c1',GradientType=0 );
    }
        #dt-view-links a,
        #dt-view-links a:link,
        #dt-view-links a:visited,
        #dt-view-links a:hover,
        #dt-view-links a:active {color: #fff;}
        #dt-view-links li { display: inline-block; padding: 0.3em 1.2em; margin: 0.3em 0 0.3em 0; -webkit-border-radius: .7em; -moz-border-radius: .7em; border-radius: .7em;}

        .view-byname   .view-button-name,
        .view-round    .view-button-round,
        .view-position .view-button-position,
        .view-team     .view-button-team {
            border: .08em solid #003a6f;
            background: #ffffff;
            background: -moz-linear-gradient(top,  #ffffff 0%, #cdc9c6 100%);
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#cdc9c6));
            background: -webkit-linear-gradient(top,  #ffffff 0%,#cdc9c6 100%);
            background: -o-linear-gradient(top,  #ffffff 0%,#cdc9c6 100%);
            background: -ms-linear-gradient(top,  #ffffff 0%,#cdc9c6 100%);
            background: linear-gradient(to bottom,  #ffffff 0%,#cdc9c6 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cdc9c6',GradientType=0 );
        }
        .view-byname #dt-view-links .view-button-name a,
        .view-round #dt-view-links .view-button-round a,
        .view-position #dt-view-links .view-button-position a,
        .view-team #dt-view-links .view-button-team a {color: #003a6f !important;}


    /* view filters */
    #dt-view-filters {background-color: #dedede; position: relative; border-top: 1px solid #c5c5c5; border-bottom: 1px solid #bebebe; padding: 2em 0 2em 2em; }

    .filter-interface {display: none;}
    .filter-interface ul {list-style: none; width: 100%; clear: both; }
    .filter-interface ul li {margin-right: 4px; float: left; font-size: 2em; }
    .filter-interface select {font-size: 3em; }

    .view-byname #filter-byname,
    .view-round #filter-round,
    .view-team #filter-team,
    .view-position #filter-position {display: block;}

    #filter-byname.param-a .opt-a, #filter-byname.param-a .opt-a a,
    #filter-byname.param-b .opt-b, #filter-byname.param-b .opt-b a,
    #filter-byname.param-c .opt-c, #filter-byname.param-c .opt-c a,
    #filter-byname.param-d .opt-d, #filter-byname.param-d .opt-d a,
    #filter-byname.param-e .opt-e, #filter-byname.param-e .opt-e a,
    #filter-byname.param-f .opt-f, #filter-byname.param-f .opt-f a,
    #filter-byname.param-g .opt-g, #filter-byname.param-g .opt-g a,
    #filter-byname.param-h .opt-h, #filter-byname.param-h .opt-h a,
    #filter-byname.param-i .opt-i, #filter-byname.param-i .opt-i a,
    #filter-byname.param-j .opt-j, #filter-byname.param-j .opt-j a,
    #filter-byname.param-k .opt-k, #filter-byname.param-k .opt-k a,
    #filter-byname.param-l .opt-l, #filter-byname.param-l .opt-l a,
    #filter-byname.param-m .opt-m, #filter-byname.param-m .opt-m a,
    #filter-byname.param-n .opt-n, #filter-byname.param-n .opt-n a,
    #filter-byname.param-o .opt-o, #filter-byname.param-o .opt-o a,
    #filter-byname.param-p .opt-p, #filter-byname.param-p .opt-p a,
    #filter-byname.param-q .opt-q, #filter-byname.param-q .opt-q a,
    #filter-byname.param-r .opt-r, #filter-byname.param-r .opt-r a,
    #filter-byname.param-s .opt-s, #filter-byname.param-s .opt-s a,
    #filter-byname.param-t .opt-t, #filter-byname.param-t .opt-t a,
    #filter-byname.param-u .opt-u, #filter-byname.param-u .opt-u a,
    #filter-byname.param-v .opt-v, #filter-byname.param-v .opt-v a,
    #filter-byname.param-w .opt-w, #filter-byname.param-w .opt-w a,
    #filter-byname.param-x .opt-x, #filter-byname.param-x .opt-x a,
    #filter-byname.param-y .opt-y, #filter-byname.param-y .opt-y a,
    #filter-byname.param-z .opt-z, #filter-byname.param-z .opt-z a {font-weight: bold; color: #333 !important;}

    #filter-byname {
        /*
        border-radius: 2em;
        width: 98%;
        height: 40px;
        background: #a19d9b;
        background: -moz-linear-gradient(left,  #a19d9b 0%, #ffffff 10%, #ffffff 90%, #a19d9b 100%);
        background: -webkit-gradient(linear, left top, right top, color-stop(0%,#a19d9b), color-stop(10%,#ffffff), color-stop(90%,#ffffff), color-stop(100%,#a19d9b));
        background: -webkit-linear-gradient(left,  #a19d9b 0%,#ffffff 10%,#ffffff 90%,#a19d9b 100%);
        background: -o-linear-gradient(left,  #a19d9b 0%,#ffffff 10%,#ffffff 90%,#a19d9b 100%);
        background: -ms-linear-gradient(left,  #a19d9b 0%,#ffffff 10%,#ffffff 90%,#a19d9b 100%);
        background: linear-gradient(to right,  #a19d9b 0%,#ffffff 10%,#ffffff 90%,#a19d9b 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a19d9b', endColorstr='#a19d9b',GradientType=1 );
        text-transform: uppercase;
        */
    }
        #filter-byname ul {width: 1440px; height: 40px; display: block;}
        #filter-byname ul li {height: 40px; display: block; -moz-user-select: none;}
        #filter-byname select, #filter-byname select option {text-transform: uppercase; }
    /*
    .view-byname #dt-view-filters {
        background: #0063a5;
        background: -moz-linear-gradient(top,  #0063a5 0%, #0079c1 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0063a5), color-stop(100%,#0079c1));
        background: -webkit-linear-gradient(top,  #0063a5 0%,#0079c1 100%);
        background: -o-linear-gradient(top,  #0063a5 0%,#0079c1 100%);
        background: -ms-linear-gradient(top,  #0063a5 0%,#0079c1 100%);
        background: linear-gradient(to bottom,  #0063a5 0%,#0079c1 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0063a5', endColorstr='#0079c1',GradientType=0 );
    }
    */
    #filter-byname .yui3-scrollview {position: relative; overflow: hidden; width: 100%; }
    #filter-byname .yui3-scrollview-content {position: relative; width: 1440px; height: 40px; }

    #filter-round.param-1 .opt-1,
    #filter-round.param-2 .opt-2,
    #filter-round.param-3 .opt-3,
    #filter-round.param-4 .opt-4,
    #filter-round.param-5 .opt-5,
    #filter-round.param-6 .opt-6,
    #filter-round.param-7 .opt-7,
    #filter-round.param-8 .opt-8 {font-weight: bold;}

    #filter-position.param-qb .opt-qb,
    #filter-position.param-rb .opt-rb,
    #filter-position.param-wr .opt-wr,
    #filter-position.param-te .opt-te,
    #filter-position.param-ol .opt-ol,
    #filter-position.param-dl .opt-dl,
    #filter-position.param-lb .opt-lb,
    #filter-position.param-cb .opt-cb,
    #filter-position.param-s  .opt-s,
    #filter-position.param-specialists .opt-specialists {font-weight: bold;}

    .view-team #filter-team {height: 17px; padding: 12px 0px 12px 0px}
    .view-team #dt-view-filters {padding: 0px !important;}

    /*
     * views
     */
    #dt-view-container, #dt-best-available {clear: both; font-family: "NFLEndzoneSansCondMedium",Arial,sans-serif; font-size: 3em; }
        #dt-view-container h2, #dt-best-available h2 {font-size: 1.5em; font-family: "NFLEndzoneSansCondMedium",Arial,sans-serif; padding-left: .7em;}

    /* state element filter */
    .state-prepre .not-prepre,
    .state-pre .not-pre,
    .state-in .not-in,
    .state-active .not-active,
    .state-post .not-post {display: none !important;}
    /* round element filter */
    .round1 .not-round1,
    .round2 .not-round2,
    .round3 .not-round3,
    .round4 .not-round4,
    .round5 .not-round5,
    .round6 .not-round6,
    .round7 .not-round7,
    .round8 .not-round8 {display: none;}

    /* data grid basic styles */
    .result-list { color: #252525; list-style: none; margin: 0px;}
        .result-list .header {
            text-transform: uppercase;
            white-space: nowrap;
            color: #fff;
            height: 1.5em;
            font-family: "NFLEndzoneSansCondBold",Arial,sans-serif;
            font-size: 1em;
            background: #0063a5;
            background: -moz-linear-gradient(top,  #0063a5 0%, #0079c1 100%);
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0063a5), color-stop(100%,#0079c1));
            background: -webkit-linear-gradient(top,  #0063a5 0%,#0079c1 100%);
            background: -o-linear-gradient(top,  #0063a5 0%,#0079c1 100%);
            background: -ms-linear-gradient(top,  #0063a5 0%,#0079c1 100%);
            background: linear-gradient(to bottom,  #0063a5 0%,#0079c1 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0063a5', endColorstr='#0079c1',GradientType=0 );
        }
        .result-list .header div {display: block; float: left; }
        .result-list li {background-color: #fff; padding: .3em 0px .3em 1em; }
        .result-list .odd {background-color: #ecf4fa} /* alternate row color */
        .result-list li span {display: inline-block;}
        .result-list .notes {color: red; font-size: .7em; line-height: .7em; display: block; top: -5px; padding-bottom: .5em;}

        .result-list li {
            transition: background-color 1500ms linear, font-size 3000ms linear;
            -moz-transition: background-color 1500ms linear, font-size 3000ms linear; /* Firefox 4 */
            -webkit-transition: background-color 1500ms linear, font-size 3000ms linear; /* Safari and Chrome */
            -o-transition: background-color 1500ms linear, font-size 3000ms linear; /* Opera */
        }
        .state-active .result-list .pick-previous {
            background-color: #FFF7C8;
        }
        .state-active .result-list .pick-active {
            background-color: #CCFFFF;
        }
        .state-active .result-list .pick-active .col1 {font-size: 1.5em !important; width: 3em !important;}
        .state-active .result-list .pick-active .col1 span {font-size: .5em;}

        /* by round view */
        #result-list-round .header .col1 {color: #fff; }
        #result-list-round .col1 {width: 5em; font: 0.9em/1em "NFLEndzoneSansBold",Arial,sans-serif; color: #222222; }
        #result-list-round .col2 {width: 7em;}
        #result-list-round .col3, #result-list-round .col4 {display: none;}
        #result-list-round .notes {padding-left: 6.6em; padding-bottom: .5em;}
        .state-active #result-list-round .col1, .state-in #result-list-round .col1, .state-post #result-list-round .col1 {width: 5em;}
        .state-active #result-list-round .col2, .state-in #result-list-round .col2, .state-post #result-list-round .col2 {width: 4em;}
        .state-active #result-list-round .col3, .state-in #result-list-round .col3, .state-post #result-list-round .col3 {width: 4em; display: inline-block;}
        .state-active #result-list-round .col4, .state-in #result-list-round .col4, .state-post #result-list-round .col4 {width: 8em; display: inline-block;}
            /* filter paremeter specific display */
            .only-round1,
            .only-round2,
            .only-round3,
            .only-round4,
            .only-round5,
            .only-round6,
            .only-round7,
            .only-round8 {display: none;}
            .param-1 .only-round1,
            .param-2 .only-round2,
            .param-3 .only-round3,
            .param-4 .only-round4,
            .param-5 .only-round5,
            .param-6 .only-round6,
            .param-7 .only-round7,
            .param-8 .only-round8 {display: inline;}


        /* by name view */
        #result-list-name .header .col1 {color: #fff; }
        #result-list-name .col1 {width: 4em; font: 0.7em/1em "NFLEndzoneSansBold",Arial,sans-serif; color: #222222; }
        #result-list-name .col2 {width: 9em; }
        #result-list-name .col3 {width: 8em; }
        #result-list-name .col4 {width: 3.6em;}
        #result-list-name .notes {padding-left: 15%; }
        .state-in #result-list-name .col2, .state-active #result-list-name .col2, .state-post #result-list-name .col2,
        .state-in #result-list-name .col3, .state-active #result-list-name .col3, .state-post #result-list-name .col3  {width: 7em;}

        /* by position view */
        #result-list-position .header .col1 {color: #fff; }
        #result-list-position .col1 {width: 4em; font: 0.7em/1em "NFLEndzoneSansBold",Arial,sans-serif; color: #222222; }
        #result-list-position .col2 {width: 9em; text-transform: none;}
        #result-list-position .col3 {width: 8em; text-transform: none;}
        #result-list-position .col4 {width: 3.6em;}
        #result-list-position .notes {padding-left: 15%;}
        .state-in #result-list-position .col2, .state-active #result-list-position .col2, .state-post #result-list-position .col2,
        .state-in #result-list-position .col3, .state-active #result-list-position .col3, .state-post #result-list-position .col3  {width: 7em;}
            /* filter paremeter specific display */
            .only-qb,
            .only-rb,
            .only-wr,
            .only-te,
            .only-ol,
            .only-dl,
            .only-lb,
            .only-cb,
            .only-s,
            .only-specialists {display: none;}
            .param-qb .only-qb,
            .param-rb .only-rb,
            .param-wr .only-wr,
            .param-te .only-te,
            .param-ol .only-ol,
            .param-dl .only-dl,
            .param-lb .only-lb,
            .param-cb .only-cb,
            .param-s  .only-s,
            .param-specialists .only-specialists {display: inline;}

        /* by team view*/
        #filter-team select {position: relative; left: 80px;}
        .team-logos {
            padding: 7px 13px 7px 13px;
            position: absolute;
            top: 0px; left: 0px; width: 45px !important; height: 28px; margin: 0px;
            background: #ffffff;
            background: -moz-linear-gradient(top,  #ffffff 0%, #929292 100%);
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#929292));
            background: -webkit-linear-gradient(top,  #ffffff 0%,#929292 100%);
            background: -o-linear-gradient(top,  #ffffff 0%,#929292 100%);
            background: -ms-linear-gradient(top,  #ffffff 0%,#929292 100%);
            background: linear-gradient(to bottom,  #ffffff 0%,#929292 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#929292',GradientType=0 );
        }
            .team-logos li {display: none;}
            .param-arizonacardinals li.opt-arizonacardinals,
            .param-atlantafalcons li.opt-atlantafalcons,
            .param-baltimoreravens li.opt-baltimoreravens,
            .param-buffalobills li.opt-buffalobills,
            .param-carolinapanthers li.opt-carolinapanthers,
            .param-chicagobears li.opt-chicagobears,
            .param-cincinnatibengals li.opt-cincinnatibengals,
            .param-clevelandbrowns li.opt-clevelandbrowns,
            .param-dallascowboys li.opt-dallascowboys,
            .param-denverbroncos li.opt-denverbroncos,
            .param-detroitlions li.opt-detroitlions,
            .param-greenbaypackers li.opt-greenbaypackers,
            .param-houstontexans li.opt-houstontexans,
            .param-indianapoliscolts li.opt-indianapoliscolts,
            .param-jacksonvillejaguars li.opt-jacksonvillejaguars,
            .param-kansascitychiefs li.opt-kansascitychiefs,
            .param-miamidolphins li.opt-miamidolphins,
            .param-minnesotavikings li.opt-minnesotavikings,
            .param-newenglandpatriots li.opt-newenglandpatriots,
            .param-neworleanssaints li.opt-neworleanssaints,
            .param-newyorkgiants li.opt-newyorkgiants,
            .param-newyorkjets li.opt-newyorkjets,
            .param-oaklandraiders li.opt-oaklandraiders,
            .param-philadelphiaeagles li.opt-philadelphiaeagles,
            .param-pittsburghsteelers li.opt-pittsburghsteelers,
            .param-sandiegochargers li.opt-sandiegochargers,
            .param-losangeleschargers li.opt-losangeleschargers,
            .param-sanfrancisco49ers li.opt-sanfrancisco49ers,
            .param-seattleseahawks li.opt-seattleseahawks,
            .param-stlouisrams li.opt-stlouisrams,
            .param-losangelesrams li.opt-losangelesrams,
            .param-tampabaybuccaneers li.opt-tampabaybuccaneers,
            .param-tennesseetitans li.opt-tennesseetitans,
            .param-washingtonredskins li.opt-washingtonredskins {display: inline-block; width: 45px; height: 30px; boder: 1px solid blue;}

        .team-needs-container {
            margin: 1em 0 0 0;
            padding: 0.2em;
            background-color: #fff;
        }
        .team-needs-positions {background-color: #fff; padding-bottom: .2em;}
        .team-needs-positions-list {
            text-transform: uppercase; margin: 0px;
            padding: 0.2em 0 0.2em 1em;
            color: #fff; font-family: "NFLEndzoneSansCondMedium",Arial,sans-serif;
            background: #0063a5;
            background: -moz-linear-gradient(top,  #0063a5 0%, #0079c1 100%);
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0063a5), color-stop(100%,#0079c1));
            background: -webkit-linear-gradient(top,  #0063a5 0%,#0079c1 100%);
            background: -o-linear-gradient(top,  #0063a5 0%,#0079c1 100%);
            background: -ms-linear-gradient(top,  #0063a5 0%,#0079c1 100%);
            background: linear-gradient(to bottom,  #0063a5 0%,#0079c1 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0063a5', endColorstr='#0079c1',GradientType=0 );
        }
            .team-needs-positions-list li {display: inline-block; padding: 0px 1em 0px 0px;}

        .team-needs-analysis {background-color: #EAEAEA; font: 0.9em/1.5em Arial,sans-serif; color: #222222; padding: 1em;}
            .team-needs-analysis .title {text-transform: uppercase; font-size: 1em; font-weight: bold; padding: 0 0 .5em 0; display: block;}

        #result-list-team .col1 {width: 8em;}
        #result-list-team .col2 {width: 8em; text-transform: none;}
        #result-list-team .col3 {width: 5em; text-transform: none; white-space: nowrap; overflow: hidden;}
        .state-active #result-list-team .col1 {width: 8em;}

        #profile-modal {
            display: none;
            position: absolute; width:80%; padding: 0px; background: #e5e5e5; border: 4px solid white; top:0; left:5%; z-index: 10000;
            -webkit-box-shadow: 0px 0px 30px 5px rgba(0, 0, 0, .7);
            -moz-box-shadow: 0px 0px 30px 5px rgba(0, 0, 0, .7);
            -ms-box-shadow: 0px 0px 30px 5px rgba(0, 0, 0, .7);
            -o-box-shadow: 0px 0px 30px 5px rgba(0, 0, 0, .7);
            box-shadow: 0px 0px 30px 5px rgba(0, 0, 0, .7);
            -webkit-border-radius: .7em; -moz-border-radius: .7em; border-radius: .7em;
        }
        #profile-modal.visible {display: block;}

        #profile-modal #combine-player-profile {position: relative; padding: 10px 1em 1em 1em;}
        #profile-modal .combine-profile-section-wrapper {position: relative; padding: 0px;}
        #profile-modal .combine-profile-inner-section {width: auto;}

        #profile-modal .grade {display: block; width: 85px; background-color: #c5c5c5; position: absolute; text-align:center; top: 0px; right: 50px; border-left: 2px solid #fff; border-right: 2px solid #fff; border-bottom: 2px solid #fff; color: #222222; padding: 3px 5px 3px 5px; }
        #profile-modal .grade-heading {font: 1.5em/1em NFLEndzoneSansBold, sans-serif; text-transform: uppercase; display: inline-block; position: relative; }
        #profile-modal .grade-number { font: 2.5em/1em NFLEndzoneSansCondMedium, sans-serif; }
        #profile-modal #player-data {margin: 1.5em 1em 1em 1em; min-height: 80px; position: relative; }
        #profile-modal #player-data .player-data-container {left: 80px; bottom: 0px; position: absolute;}

        .more-button a{
            font-size: 20px; float: right;
        }
        a.close-button {
            display: inline-block; padding: .4em .6em .4em .6em; background-color: #fff; color: #222222;
            -webkit-border-radius: 0 0.5em 0 0.5em; -moz-border-radius: 0 0.5em 0 0.5em; border-radius: 0 0.5em 0 0.5em;
            position: absolute; top: -4px; right: -4px;
            font: 2em/1em NFLEndzoneSansBold, sans-serif; text-transform: uppercase;
            text-align: center;

        }
        /* best available */
        #dt-best-available {background-color: #fff; padding-top: 10px;}
            #dt-best-available .col1 {width: 9em;}
            #dt-best-available .col2 {width: 8em;}
            #dt-best-available .col3 {width: 3.6em;}

/**/

#main{padding: 0px;}
.promo-area img {width: 100%;}

h4.page-header{
	display: block; width: 100%; font: 3em/1.2 EZSC, sans-serif; color: #333; background: #eee;
}

#tracker-date-nav{
	display: block; width: 100%;  background-color: #00427b; padding:4% 0 ;
	background-image: linear-gradient(bottom, rgb(0,56,108) 35%, rgb(0,84,148) 72%);
	background-image: -o-linear-gradient(bottom, rgb(0,56,108) 35%, rgb(0,84,148) 72%);
	background-image: -moz-linear-gradient(bottom, rgb(0,56,108) 35%, rgb(0,84,148) 72%);
	background-image: -webkit-linear-gradient(bottom, rgb(0,56,108) 35%, rgb(0,84,148) 72%);
	background-image: -ms-linear-gradient(bottom, rgb(0,56,108) 35%, rgb(0,84,148) 72%);
}

	ul.tracker-date-nav{
		list-style: none; margin-left:0;
	}

		ul.tracker-date-nav li{
			float: left; font: 1.8em/1.8em NFLEndzoneSansMedium, arial; margin-left: 1%; overflow:hidden;
		}
			ul.tracker-date-nav li.sat, ul.tracker-date-nav li.sun, ul.tracker-date-nav li.mon, ul.tracker-date-nav li.tues{
				width: 14%;
			}
		 ul.tracker-date-nav li.full-results{
		 	width: 36%;
		 }

			ul.tracker-date-nav li a{
				color: white; display:	 block; padding:4px; text-align:center;
				border-radius: 10px; border: 2px solid transparent;
			}


			ul.tracker-date-nav li.disabled{
				opacity: 0.5;
			}

			ul.tracker-date-nav li.active a{
				font-family:NFLEndzoneSansBold;
				color:#004277;border: 2px solid #00609a;
				background:#e0e0e0;
				background-image: linear-gradient(bottom, rgb(195,195,195) 6%, rgb(254,254,254) 77%);
				background-image: -o-linear-gradient(bottom, rgb(195,195,195) 6%, rgb(254,254,254) 77%);
				background-image: -moz-linear-gradient(bottom, rgb(195,195,195) 6%, rgb(254,254,254) 77%);
				background-image: -webkit-linear-gradient(bottom, rgb(195,195,195) 6%, rgb(254,254,254) 77%);
				background-image: -ms-linear-gradient(bottom, rgb(195,195,195) 6%, rgb(254,254,254) 77%);;
			}

	.tracker-options{
		padding: 4% 0;
	}
		.tracker-options select{
			width: 40%;margin-left:6%; font: 1.5em HelveticaNeue,sans-serif; color: #333333;
			border-bottom: 1px solid #939da3;
		}

	.tracker-data-table{
		border-top:1px solid #00334f; border-bottom: 4px solid #013369;
	}

	.tracker-data-table.position-selected .position{
		visibility: hidden;
	}

		.tracker-data-table thead{
	  	background: #00437c;
			background-image: linear-gradient(bottom, rgb(0,56,108) 47%, rgb(0,84,148) 74%);
			background-image: -o-linear-gradient(bottom, rgb(0,56,108) 47%, rgb(0,84,148) 74%);
			background-image: -moz-linear-gradient(bottom, rgb(0,56,108) 47%, rgb(0,84,148) 74%);
			background-image: -webkit-linear-gradient(bottom, rgb(0,56,108) 47%, rgb(0,84,148) 74%);
			background-image: -ms-linear-gradient(bottom, rgb(0,56,108) 47%, rgb(0,84,148) 74%);
		}
			.tracker-data-table thead a, .tracker-data-table thead span.position{
				color: white; font: 1.8em/2 NFLEndzoneSansCondBold, sans-serif;
			}
			.tracker-data-table thead a.lastName{
				margin-left: 4%;
			}
			.tracker-data-table thead a.selected{
				 padding: 0 5%; background: #002e59; border-radius: 4px; height: 100%; display: inline-block;
			}

				.tracker-data-table thead a.selected.down .triangle{
					width: 0; height: 0;
					border-left: 6px solid transparent;
					border-top: 6px solid white;
					border-right: 6px solid transparent;
					display:inline-block;
					margin: 6px 0 0 5px;
				}

				.tracker-data-table thead a.selected.up .triangle{
					width: 0; height: 0;
					border-left: 6px solid transparent;
					border-bottom: 6px solid white;
					border-right: 6px solid transparent;
					display:inline-block;
					margin: 6px 0 0 5px;
				}

		.tracker-data-table tbody{
			font: 2em/2 NFLEndzoneSansCondMedium, sans-serif; color: #4b4b4c;
		}
			.tracker-data-table tbody tr{
				background: white;
			}
				.tracker-data-table tbody td:nth-child(1){
					padding-left: 2%;
				}
				.tracker-data-table tbody tr:nth-child(even){
					background: #ecf4fa;
				}
		.tracker-data-table tfoot td{
			padding:1% 0; background: white;
		}

	.tracker-pagination{
		background: #0c4e87; border-top: 2px solid #345c87; border-bottom: 2px solid #345c87;
	}
		.tracker-pagination ul{
			margin: 0 auto; list-style:none; display: block; width: 80%;
		}
			.tracker-pagination li{
				float: left; text-align:center;width:15%;
			}
				.tracker-pagination a{
					color: white; font: 3em/2 NFLEndzoneSansCondBold, sans-serif;
				}
				.tracker-pagination a.active{
					color: #0a3153;
				}

	.combine-return{
		border-top: 1px solid #8E8E8E; border-bottom: 1px solid #8e8e8e; background: #dedede; padding: 20px 0;
	}
		.combine-return a{
			font: 3em/1.5 NFLEndzoneSansCondMedium, sans-serif; color: white; border-radius: 10px; border: 2px solid #363636; background: url(../../../../img/m/draft/2013/back-btn.png); display: block; width: 80%; margin: auto; text-align: center;
		}

.tracker-modal{
	position: absolute; width:80%; padding:4% 4% 8% 4%; background: #e5e5e5; border: 4px solid white; 	top:0; left:5%; z-index: 10000;

	-webkit-box-shadow: 0px 0px 30px 5px rgba(0, 0, 0, .7);
	   -moz-box-shadow: 0px 0px 30px 5px rgba(0, 0, 0, .7);
	    -ms-box-shadow: 0px 0px 30px 5px rgba(0, 0, 0, .7);
	     -o-box-shadow: 0px 0px 30px 5px rgba(0, 0, 0, .7);
	        box-shadow: 0px 0px 30px 5px rgba(0, 0, 0, .7);
}

.tracker-modal img{
	float: left; margin-right: 10px; width: 60px; border: 2px solid white;
	-webkit-box-shadow: 0 0px 10px 1px rgba(0, 0, 0, .8);
	   -moz-box-shadow: 0 0px 10px 1px rgba(0, 0, 0, .8);
	    -ms-box-shadow: 0 0px 10px 1px rgba(0, 0, 0, .8);
	     -o-box-shadow: 0 0px 10px 1px rgba(0, 0, 0, .8);
	        box-shadow: 0 0px 10px 1px rgba(0, 0, 0, .8);
}

.tracker-modal-player-data{
	position: relative; min-width: 110px; height: 70px; float: left;
}
	.tracker-modal-player-data-wrapper{
		position: absolute; left: 0; bottom: 0;
	}
.tracker-modal .tracker-modal-player-name{
	font: 20px/20px NFLEndzoneSansCondMedium,sans-serif; color: #1c1c1c;
}
.tracker-modal .tracker-modal-school{
	font:12px/12px NFLEndzoneSansMedium, sans-serif;color: #1c1c1c; text-transform: uppercase;
}
.tracker-modal .tracker-modal-position{
	font:14px/14px NFLEndzoneSansbold, sans-serif; color: #1c1c1c; text-transform: uppercase;
}
.tracker-modal .tracker-modal-height-weight{
	font:14px/14px NFLEndzoneSansbold, sans-serif; color: #1c1c1c; text-transform: uppercase;
}
.tracker-modal .tracker-modal-overview{
	clear: both; font: 12px/16px HelveticaNeue, sans-serif; color #1c1c1c; padding-top:10px;
}
.tracker-modal-more img{
	position: absolute; bottom: 0; right: 0; margin: 0; border: none; box-shadow: 0 0 0; width: 65px;
}
.tracker-modal-close img{
	position: absolute; top: 0; right: 0; margin: 0; border: none; box-shadow: 0 0 0; width: 22px;
}

.scroller-wrap{
	height: 39px; width: 100%; background:#00447e; padding: 10px 0; margin-top:20px;
}
#scrollable{
    white-space:nowrap;
}
.yui3-skin-sam .yui3-scrollview{
	 border:2px solid #006aa4; border-radius: 10px; background:silver; margin: auto;
}
#bn-scrollable ul{
	margin:0;
}
#bn-scrollable li {
    display:inline-block;

    width:50px; height: 35px; font: 16px/35px NFLEndzoneSansBold; color: #013369; text-align:center;
}
.yui3-scrollview-scrollbar{
	display: none;
}
.yui3-scrollview-content a.selected{
	color: black;
}
.participants .tracker-options .position{
	display: block; margin: 0 auto 20px auto; width: 60%;
}
.less-filters,.more-filters{
	display: block; width: 80%; margin: auto; background: #00437c; text-align: center; border:2px solid #363636; border-radius: 5px; color: white!important; font: 17px/30px NFLEndzoneSansBold, sans-serif;
	background-image: linear-gradient(bottom, rgb(0,56,108) 47%, rgb(0,84,148) 74%);
	background-image: -o-linear-gradient(bottom, rgb(0,56,108) 47%, rgb(0,84,148) 74%);
	background-image: -moz-linear-gradient(bottom, rgb(0,56,108) 47%, rgb(0,84,148) 74%);
	background-image: -webkit-linear-gradient(bottom, rgb(0,56,108) 47%, rgb(0,84,148) 74%);
	background-image: -ms-linear-gradient(bottom, rgb(0,56,108) 47%, rgb(0,84,148) 74%);
}

.less-filters-selection{
	display:none;
}
.participants .tracker-options .college{
	margin-top: 20px; margin-bottom: 20px;
}



.tracker-data-table.college td.college{display: table-cell}
.tracker-data-table.college td.conference{display: none;}
.tracker-data-table.conference td.conference{display: table-cell;}
.tracker-data-table.conference td.college{display: none;}

.participants .less-filters .triangle{
	width: 0; height: 0;
	border-left: 6px solid transparent;
	border-bottom: 6px solid white;
	border-right: 6px solid transparent;
	display:inline-block;
	margin: 6px 0 2px 15px;
}
.participants .more-filters .triangle{
	width: 0; height: 0;
	border-left: 6px solid transparent;
	border-top: 6px solid white;
	border-right: 6px solid transparent;
	display:inline-block;
	margin: 6px 0 2px 15px;
}


		.combine-profile-section-wrapper{
			padding: 1%; background: white;
		}
			.combine-profile-inner-section{
				background:white; width: 94%; background: #e5e5e5; padding: 3%;
			}
				#combine-player-profile.combine-profile-inner-section, #combine-player-stats.combine-profile-inner-section, #combine-player-analysis.combine-profile-inner-section{
					padding-top: 0;
				}
			.combine-profile-heading{
				font: 1em/1.2 NFLEndzoneSansBold, sans-serif; color: #1c1c1c;
			}
			.profile .grade{
				display: block; width: 85px; position:relative; background: #0080c5; border: 2px solid white; color: white; float: right; text-align:center;
				-webkit-box-shadow: -2px 2px 10px 1px rgba(0, 0, 0, 0.7);
				   -moz-box-shadow: -2px 2px 10px 1px rgba(0, 0, 0, 0.7);
				    -ms-box-shadow: -2px 2px 10px 1px rgba(0, 0, 0, 0.7);
				     -o-box-shadow: -2px 2px 10px 1px rgba(0, 0, 0, 0.7);
				        box-shadow: -2px 2px 10px 1px rgba(0, 0, 0, 0.7);
			}
			.profile .grade .grade-heading{
				font: 1.5em/1 NFLEndzoneSansMedium, sans-serif; color white; text-transform: uppercase;
			}
			.profile .grade .grade-number{
				font: 3em/1 NFLEndzoneSansCondMedium, sans-serif;
			}

			#player-data{
				padding-top:10px;
			}
			#player-data,.overview{
				font: 1.5em/1.2 NFLEndzoneSansLight, sans-serif; color: #1c1c1c; clear: both;
			}
				#player-data .player-name{
					font:1.7em NFLEndzoneSansCondMedium, sans-serif; color: #0080c5;
				}
				#player-data img{
					float: left; margin-right: 10px; width: 60px; border: 2px solid white;
					-webkit-box-shadow: -2px 2px 10px 1px rgba(0, 0, 0, 0.7);
					   -moz-box-shadow: -2px 2px 10px 1px rgba(0, 0, 0, 0.7);
					    -ms-box-shadow: -2px 2px 10px 1px rgba(0, 0, 0, 0.7);
					     -o-box-shadow: -2px 2px 10px 1px rgba(0, 0, 0, 0.7);
					        box-shadow: -2px 2px 10px 1px rgba(0, 0, 0, 0.7);
				}
				#player-data .player-data-container{
					float: left;
				}
			h5.overview{
				 clear: both; margin-top: 10px; display: block; font-family: NFLEndzoneSansBold, sans-serif;
			}
			p.overview{
				font-family: sans-serif; font-size: 1.5em; ;line-height:1.4;
			}


		.combine-participant-divider{
			width: 100%; height: 8px; background: #5e5e5e;
		}

		.section-header{
			padding-left: 3%; font: 1.8em/2 NFLEndzoneSansMedium, sans-serif!important; color: white; text-transform: uppercase; display: block; background: #0080c5; width: 103%; left: -3%; display: block ;position:relative; border-bottom: 2px solid white;
		}

		#combine-player-stats ul{
			margin:0;
		}

		#combine-player-stats li{
			list-style: none; font: 1.7em/1.5 NFLEndzoneSansMedium, sans-serif; color: #2d2d2d;
		}
		#combine-player-stats li .result{
			font-family: NFLEndzoneSansBold;
		}

		#combine-player-analysis .combine-profile-heading{
			font-size: 1.5em; padding: 10px 0;
		}
		#combine-player-analysis p{
			font-family: sans-serif; font-size: 1.5em; ;line-height:1.4; color: #1c1c1c;
		}

        #combine-pick-analysis p{
            font-family: sans-serif; font-size: 1.5em; ;line-height:1.4; color: #1c1c1c;
        }
        #combine-pick-analysis ul{
            margin:0;
        }

        #combine-pick-analysis li{
            list-style: none; font: 1.7em/1.5 NFLEndzoneSansMedium, sans-serif; color: #2d2d2d;
        }
        #combine-pick-analysis li .result{
            font-family: NFLEndzoneSansBold;
        }



.in-app-view .promo-area{
    display: none;
}

.in-app-view .subnav{
    display: none;
}