/* Fonts -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
@font-face {
    font-family: 'Chunkfive';
    src: url('/fantasy-basketball/fonts/chunkfive-webfont.eot');
    src: url('/fantasy-basketball/fonts/chunkfive-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fantasy-basketball/fonts/chunkfive-webfont.woff') format('woff'),
         url('/fantasy-basketball/fonts/chunkfive-webfont.ttf') format('truetype'),
         url('/fantasy-basketball/fonts/chunkfive-webfont.svg#Chunkfive') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'Blackfort';
    src: url('/fantasy-basketball/fonts/mrsblackfort-webfont.eot');
    src: url('/fantasy-basketball/fonts/mrsblackfort-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fantasy-basketball/fonts/mrsblackfort-webfont.woff') format('woff'),
         url('/fantasy-basketball/fonts/mrsblackfort-webfont.ttf') format('truetype'),
         url('/fantasy-basketball/fonts/mrsblackfort-webfont.svg#Blackfort') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'arvo';
    src: url('/fantasy-basketball/fonts/arvo-bold-webfont.eot');
    src: url('/fantasy-basketball/fonts/arvo-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fantasy-basketball/fonts/arvo-bold-webfont.woff') format('woff'),
         url('/fantasy-basketball/fonts/arvo-bold-webfont.ttf') format('truetype'),
         url('/fantasy-basketball/fonts/arvo-bold-webfont.svg#arvobold') format('svg');
    font-weight: bold;
    font-style: normal;

}
@font-face {
    font-family: 'arvo';
    src: url('/fantasy-basketball/fonts/arvo-bolditalic-webfont.eot');
    src: url('/fantasy-basketball/fonts/arvo-bolditalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fantasy-basketball/fonts/arvo-bolditalic-webfont.woff') format('woff'),
         url('/fantasy-basketball/fonts/arvo-bolditalic-webfont.ttf') format('truetype'),
         url('/fantasy-basketball/fonts/arvo-bolditalic-webfont.svg#arvobold_italic') format('svg');
    font-weight: bold;
    font-style: italic;

}
@font-face {
    font-family: 'arvo';
    src: url('/fantasy-basketball/fonts/arvo-italic-webfont.eot');
    src: url('/fantasy-basketball/fonts/arvo-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fantasy-basketball/fonts/arvo-italic-webfont.woff') format('woff'),
         url('/fantasy-basketball/fonts/arvo-italic-webfont.ttf') format('truetype'),
         url('/fantasy-basketball/fonts/arvo-italic-webfont.svg#arvoitalic') format('svg');
    font-weight: normal;
    font-style: italic;

}
@font-face {
    font-family: 'arvo';
    src: url('/fantasy-basketball/fonts/arvo-regular-webfont.eot');
    src: url('/fantasy-basketball/fonts/arvo-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fantasy-basketball/fonts/arvo-regular-webfont.woff') format('woff'),
         url('/fantasy-basketball/fonts/arvo-regular-webfont.ttf') format('truetype'),
         url('/fantasy-basketball/fonts/arvo-regular-webfont.svg#arvoregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
/* Reset CSS -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
	margin-bottom: 1em;
}
blockquote, q {
	quotes: none;
	border-left: 7px solid #3d87bf;
	padding-left: 13px;
	margin: 1em 0;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* Globals -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
html {
	height: 100%;
}
body {
	height: 100%;
	color: #000000;
	//font: normal 13px "Lucida Grande", Tahoma, Verdana, Arial, sans-serif;
        font: normal 13px Arial, sans-serif;
        //background: #033b59 url('https://cdn.basketball.sports.ws/site-background.png') repeat-x 50% 0%;
        background-color: #033b59;
	//margin-top: 33px;
	line-height: 1.5em;
}
img {
	border: none;
}
.global {
	//width: 1200px;
	//margin: 0px auto 0;
	//padding: 115px 0 20px;
	cursor: default;
	background-color: #ffffff;
	min-height: 600px;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
	overflow: hidden;
}
.content {
    //display: block;
    //padding: 10px;
}
a {
	text-decoration: none;
	color: #12609b;
	outline: none;
}
a:link, a:visited {
	color: #12609b;
	cursor: pointer;
}
a:hover, a:active {
	color: #cb9a15;
	cursor: pointer;
}
ul li {
	list-style-type: none;
}
li.even {
	background: #ffffff;
}
li.odd {
	background: #dddddd;
}
ol.bullets,
ol.bullets li {
	margin-left: 10px;
	padding-left: 10px;
	list-style: decimal;	
}
ul.bullets,
ul.bullets li {
	margin-left: 10px;
	padding-left: 10px;
	list-style: square;
}
ol.nice-list li, ul.nice-list li { padding: 0.5em 0; border-bottom: 1px solid #dddddd; }
ol.nice-list li:last-child, ul.nice-list li:last-child { border-bottom: none !important; }

table.nice-table { display: table; width: 100%; margin: 0; padding: 0; border: 1px solid #dddddd; border-collapse: collapse; }
table.nice-table th { background-color: #444444; color: #ffffff; font-family: font-family: 'arvo', Rockwell, "Lucida Grande", Tahoma, Verdana, Arial, sans-serif; font-weight: bold; padding: 0.25em 0.5em; text-align: left; border: 1px solid #444444; }
table.nice-table td { padding: 0.5em; text-align: left; border: 1px solid #dddddd; vertical-align: middle; }
table.nice-table tr.light-grey th,
table.nice-table tr.light-grey td { border-color: #dddddd; background-color: #dddddd; color: #444444; }
table.nice-table th a { color: #ffffff; border-bottom: 1px dotted #dddddd; margin-bottom: -1px; }
table.nice-table th a:hover { color: #dddddd; }
table.nice-table.no-border,
table.nice-table.no-border th,
table.nice-table.no-border td { border: none; }
hr {
	color: #ffffff;
	//background-color: #3d87bf;
        background-color: #222;
	height: 2px;
	border: none;
	margin: 20px 0;
}
hr.thick {
	background-color: #033b59 !important;
    height: 7px !important;
    margin: 30px 0 !important;
}
.hide {
	display: none;
}
.desktop-hide { display: none !important; }
.desktop-hide-only, .desktop-only-hide { display: none; }
input[type="text"], input[type="password"], textarea, input[type="verification"] {
	font-size: 12px;
	padding: 2px;
	border: solid 1px #dddddd;
}
input[type="submit"] {
	border: none;	
}
input.stretch-width, textarea.stretch-width { width: 98% !important; }
p {
	margin-bottom: 1em;
}
strong, b {
	font-weight: bold;
}
em, i {
	font-style: italic;
}
h1 {
	font-size: 2.5em;	
	line-height: 1em;
	font-weight: bold;
	margin-bottom: 1em;
}
h2 {
	font-size: 2em;
	line-height: 1em;
	font-weight: bold;	
	margin-bottom: 1em;
}
h3 {
	font-size: 1.75em;	
	line-height: 1em;
	font-weight: bold;
	margin-bottom: 1em;
}
h4 {
	font-size: 1.5em;
	line-height: 1em;	
	font-weight: bold;
	margin-bottom: 1em;
}
h5 {
	font-size: 1.25em;
	line-height: 1em;
	font-weight: bold;	
	margin-bottom: 1em;	
}
/* Main Blocks */
.col-half {
	display: inline;
    float: left;
    width: 16.66%
}
.col {
	display: inline;
	float: left;
	width: 33.33%;
}
.thirds {
	display: inline;
	float: left;
	width: 33.33%;
}
.col2 {
	display: inline;
	float: left;
	width: 66.66%;
}
.col2point5 {
	display: inline;
    float: left;
    width: 83.33%;
}
.columns {
	display: inline;
	float: left;
	width: 100%;
}

.center-ad div {
    margin: 0 auto !important;
}

.container {
  display: flex;
  flex-flow: row nowrap; /* Align on the same line */
  justify-content: space-between; /* Equal margin between the child elements */
}

.hover:hover {
    background-color: #fef5c1 !important;
}

/* AUSTIN FOR DAILY DUBS */
.old-game {
        opacity:0.5; !important;
}

.old-game:hover {
	opacity:1.0; !important;
}

.no-game-tonight {
        opacity:0.5; !important;
}

.no-game-tonight:hover {
	opacity:1.0; !important;
}

.player-finder {
    -webkit-appearance: button;
    -moz-appearance: button;
    -webkit-user-select: none;
    -moz-user-select: none;
    -webkit-padding-end: 20px;
    -moz-padding-end: 20px;
    -webkit-padding-start: 2px;
    -moz-padding-start: 2px;
    background-color: #fef5c1; /* fallback color if gradients are not supported */
    background-image: url(../images/select-arrow.png), -webkit-linear-gradient(top, #E5E5E5, #F4F4F4); /* For Chrome and Safari */
    background-image: url(../images/select-arrow.png), -moz-linear-gradient(top, #E5E5E5, #F4F4F4); /* For old Fx (3.6 to 15) */
    background-image: url(../images/select-arrow.png), -ms-linear-gradient(top, #E5E5E5, #F4F4F4); /* For pre-releases of IE 10*/
    background-image: url(../images/select-arrow.png), -o-linear-gradient(top, #E5E5E5, #F4F4F4); /* For old Opera (11.1 to 12.0) */ 
    background-image: url(../images/select-arrow.png), linear-gradient(to bottom, #E5E5E5, #F4F4F4); /* Standard syntax; must be last */
    background-position: center right;
    background-repeat: no-repeat;
    border: 1px solid #AAA;
    border-radius: 2px;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
    color: #555;
    font-size: inherit;
    margin: 0;
    overflow: hidden;
    padding-top: 2px;
    padding-bottom: 2px;
    text-overflow: ellipsis;
    white-space: nowrap;
    width:75%;
}
/* END OF AUSTIN'S DAILY DUBS STUFF */

/* MORE AUSTIN STUFF */

h1.big-headline {
    font-size: 8.5em;
    //letter-spacing: 1px;
    color: #444444;
    //line-height: 0.9em;
    margin-bottom: 0;
    border-left: 20px solid #12609b;
    border-top: 20px solid #12609b;
    padding: 20px 0 0 20px;
}
h1.big-headline:first-line {
    font-size: 0.95em;
    //letter-spacing: 2px;
    color: #666666;
}

h1.promo-headline {
    font-size: 8.5em;
    //letter-spacing: 1px;
    color: #444444;
    line-height: 1.2em;
    margin-bottom: 0;
    border-left: 20px solid #12609b;
    border-top: 20px solid #12609b;
    padding: 20px 0 0 20px;
}
h1.promo-headline:first-line {
    font-size: 0.95em;
    //letter-spacing: 2px;
    color: #666666;
}

h1.profile-headline {
    font-size: 4.5em;
    color: #EFEFEF;
    margin-bottom: 0;
    line-height:1.2em;
    padding:20px;
}
h1.profile-headline:first-line {
    font-size: 1.5em;
    color: #dddddd;
}

.profile-summary-font {
    font-size: 1.5em;
    line-height: 1.7em;
}

.game-log-font {
    font-size: 1em;
    line-height: 1.5em;
}

.game-log-hide {
    display:none;
}

.game-log-hide-toggle {
    display:none;
}

.league-portal-headline {
    font-size: 1.65em;
    border-bottom: 2px solid #000000;
    margin-bottom: 5px !important;
}

.league-portal-team {
    font-size: 1.5em;
}

.league-portal-notification {
    color: #666666;
    padding: 11px 5px;
    font-size: 0.8em !important;
    line-height: 1.2em;
    //font-weight: bold;
    display: block;
    text-align:center;    
}

.league-portal-game {
    text-align:center;
    font-size: 0.8em;
    line-height: 1.5em;
    background-color: #dddddd;
}

.league-portal-game:hover {
    background-color: #fef5c1;
}

.league-portal-2018:hover .dark-link {
    //background-color: #fef5c1;
    //color: #666666;
}

.league-portal-game:hover {
    background-color: #fef5c1;
}

a.league-portal-button-link {
    background-color: #ffffff;
    color: #000000;
    padding: 5px;
    font-size: 1.4em !important;
    line-height: 1.4em;
    font-weight: bold;
    display: block;
    text-align:center;
    border: 2px solid #222222 !important;
    
}

.league-portal-button-link:hover {
    background-color: #666666;
    color: #ffffff;
}

.otherPortal {
    background-color: #efefef;
}

.otherPortal:hover {
    background-color: #ffffff;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
}

#loginform,
#search-lightbox
{
   width: 85%;
   max-width:500px;
   min-width: 320px;
   height:auto;
   /*margin-top:100px;*/
   position: fixed;
   left: 50%;
   top: 30%;
   background-color:#3d87bf;
   border-radius:3px;
   box-shadow:0px 0px 10px 0px #424242;
   padding:15px;
   box-sizing:border-box;
   font-family:helvetica;
   visibility:hidden;
   display:none;
   text-align:center;
   z-index: 100;
}
#loginform form {
	position: relative;
}
#loginform form #close_login
{
   position:absolute;
   top:-10px;
   right:-5px;
   width:15px;
   height:15px;
   background-color: #ffffff;
   padding: 5px;
   border-radius: 50%;
}
#loginform h3 {
	text-align: left;
    font-size: 15px;
    line-height: 1em;
    margin: 5px 0 10px;
    font-family: 'arvo', Rockwell, "Lucida Grande", Tahoma, Verdana, Arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: normal;
    color: #ffffff;
}
#loginform h3 span {
	display: block;
    font-size: 0.75em;
}
#loginform p
{
   padding-top:40px;
   font-size:22px;
   color:#E6E6E6;
}
#loginform p#email_remind2 {
	padding-top: 0;
    margin-top: 20px;
}
#loginform #log_user
{
   width: 90%;
   display: block;
   padding: 5%;
   background: #ffffff;
   box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
   font-size: 16px;
   font-family: 'arvo', Rockwell, "Lucida Grande", Tahoma, Verdana, Arial, sans-serif;
}
#loginform #password,
#loginform #remind_u
{
   margin-top:10px;
   width: 90%;
   display: block;
   padding: 5%;
   background: #ffffff;
   box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
   font-size: 16px;
   font-family: 'arvo', Rockwell, "Lucida Grande", Tahoma, Verdana, Arial, sans-serif;
}
#loginform a.positive {
	display: block;
    margin: 10px auto 0 !important;
    color: #000000;
    line-height: 40px;
}
#loginform #dologin,
#loginform a.positive
{
   margin-top:10px;
   width: 100%;
   height:40px;
   border:none;
   border-radius:3px;
   //font-family: 'arvo', Rockwell, "Lucida Grande", Tahoma, Verdana, Arial, sans-serif;
   background-color:rgba(255,204,0,1);
   font-size:20px;
   cursor: pointer;
   -webkit-appearance: none;
   box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
}
#loginform #dologin:hover,
#loginform a.positive:hover {
	background-color: #cb9a15;
}

#show_login {
    background-color: #666666;
    padding:5px 0px 5px 0px;
    margin: 0px;
    color: #ffffff;
    text-align: center;
    display:inline;
    float:left;
    font-weight:heavy;
}
#show_login:hover {
    background-color: #dddddd;
    color: #000000;
}

#show_search {
    font-family: 'arvo', Rockwell, "Lucida Grande", Tahoma, Verdana, Arial, sans-serif;
    font-weight:bold;
    font-size:1.3em !important;
    color:#08233e;
    padding:3px 20px 3px 20px;
    margin:4px;
    background:url(overlay.png) repeat-x center #ffcc00;
    background-color:rgba(255,204,0,1);
    border:1px solid #ffcc00;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    border-radius:10px;
    border-bottom:1px solid #9f9f9f;
    -moz-box-shadow:inset 0 1px 0 rgba(255,255,255,0.5);
    -webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.5);
    box-shadow:inset 0 1px 0 rgba(255,255,255,0.5);
    cursor:pointer;
    -webkit-appearance: none;
}
#show_search:hover {
    background-color:rgba(255,204,0,0.8);
}

.keeper-standings td {
    padding:5px;
}

.midseason-grades table {
    width:90%;
    margin-left:auto;
    margin-right:auto;
}

.midseason-grades td {
    padding:5px;
}

/*2019 Search in header CSS - Joe*/
.mainbar-search {
    padding: 0 !important;
    height: 100%;
}
.mainbar-search:hover {
	background: #666666 !important;
}
.mainbar-search input#searchbox {
    width: 94%;
    border: none;
    margin: 5px;
    font-size: 1em;
    background: #ffffff url(https://cdn.basketball.sports.ws/search-icon.png) left center no-repeat;
    background-size: contain;
    text-indent: 20px;
    color: #666666;
}
.unselected-scoreboard {
	cursor: pointer;
}

/*2018 Redesign*/
.fixed-header {
    top:0;
    left: 50%;
    transform: translateX(-50%);
    width:100%;
    max-width:1200px;
    position:fixed;
    height: 58px;
    //margin: 0 auto 0 auto;
    //box-shadow: 0px 0px 15px #888;
    z-index:40000;
}


.fixed-header-mobile {
    top:0;
    left:0;
    width:100%;
    position:fixed;
    height:40px;
    box-shadow: 0px 0px 15px #888;
    z-index:40000;
}

.mainbar {
    width: 100%;
    color: #ffffff;
    height:29px;
}

.mainbar-button {
    background-color: #666666;
    padding:5px 0px 5px 0px;
    color: #ffffff;
    text-align: center;
    display:inline;
    float:left;
}

.mainbar-button:hover {
    background-color: #dddddd;
    color: #000000;
}

.mainbar-button-mobile {
    height: 100%;
    background-color: #033b59;
    text-align: center;
    display:inline;
    float:left;
    color: #ffffff;
}

.mainbar-button-mobile:hover {
    background-color: #033b59;
    color: #000000;
}

.mainbar-toggle-static {
    padding:5px 0px 5px 0px;
    color: #ffffff;
    text-align: center;
    display:inline;
    float:left;
}

.mainbar-toggle {
    padding:5px 0px 5px 0px;
    color: #ffffff;
    text-align: center;
    display:inline;
    float:left;
}

.mainbar-toggle:hover {
    cursor: pointer;
    text-decoration: none;
    background: #cccccc;
    color: #000000;
}

.mainbar-mobile {
    width: 100%;
    height:40px;
    font-size: 1.1em;
    line-height: 3em;
    color: #ffffff;
    font-weight:bold;
}

.mainbar-site-mobile {
    height: 100%;
    background-color: #444444;
    text-align: center;
    display:inline;
    float:left;
}

.mainbar-active {
    background-color: #033b59;
}

.mainbar-active-mobile {
    height: 100%;
    background-color: #033b59;
    text-align: center;
    display:inline;
    float:left;
}

.mainbar-active-mobile-locked {
    height: 100%;
    background-color: #033b59;
    text-align: center;
    display:inline;
    float:left;
    color: white;
}

.mainbar-league-mobile {
    height: 100%;
    background-color: #12609b;
    text-align: center;
    display:inline;
    float:left;
}

.mainbar-league-mobile-locked {
    height: 100%;
    background-color: #12609b;
    text-align: center;
    display:inline;
    float:left;
}

.mainbar-nba-mobile {
    height: 100%;
    background-color: #dddddd;
    text-align: center;
    display:inline;
    float:left;
}

.expanded-exit {
    position:fixed;
    width:30px;
    height:30px;
    top:0px;
    right:5px;
    color: #ffffff;
}

.expanded-button {
    padding:5px 0px 5px 0px;
    color: #ffffff;
    text-align: center;
    display:inline;
    float:left;
    font-weight:bold;
}

.expanded-button:hover {
    background-color: #dddddd;
    color: #000000;
}
.expanded-site {
    width: 100%;
    height: 29px;
    background-color: #444444;
    color: #ffffff;
}

.expanded-league {
    width: 100%;
    height: 29px;
    background-color: #12609b;
    color: #ffffff;
}

.expanded-active {
    width: 100%;
    height: 29px;
    background-color: #033b59;
    color: #ffffff;
}

.expanded-nba {
    width: 100%;
    height: 29px;
    background-color: #3d87bf;
    color: #ffffff;
}

.expanded-nba-chunk {
    text-align: center;
    display:inline;
    float:left;
}

.expanded-more {
    padding:5px 0px 5px 0px;
    color: #ffffff;
    text-align: center;
    display:inline;
    float:left;
    font-weight:bold;
}

.expanded-more:hover {
    background-color: #dddddd;
    color: #000000;
}

.expanded-more-leagues {
    top:58;
    position:fixed;
    width: 220px;
    background-color:#033b59;
    color: #ffffff;
    font-weight:bold;
    padding:5px 10px;
}

.expanded-search {
    background-color: #3d87bf;
    padding:5px 0px 5px 0px;
    color: #ffffff;
    text-align: center;
    display:inline;
    float:left;
    font-weight:bold;
}

.expanded-search:hover {
    background-color: #dddddd;
    color: #000000;
}

.expanded-site-mobile {
    position:fixed;
    top:0;
    left:0;
    z-index:40001;
    width: 100%;
    height: 100%;
    padding-right: 55px;
    padding-top: 20px;
    background-color: #444444;
    color: #ffffff;
    font-size:1.5em;
    line-height:2.2em;
    text-align:center;
    font-weight: bold;
}

.expanded-site-mobile a {
    color: #ffffff;
}

.expanded-active-mobile {
    position:fixed;
    top:0;
    left:0;
    z-index:40001;
    width: 100%;
    height: 100%;
    padding-right: 55px;
    padding-top: 20px;
    background-color: #033b59;
    color: #ffffff;
    font-size:1.5em;
    line-height:2.2em;
    text-align:center;
    font-weight: bold;
}

.expanded-active-mobile a {
    color: #ffffff;
}

.expanded-league-mobile {
    position:fixed;
    top:0;
    left:0;
    z-index:40001;
    width: 100%;
    height: 100%;
    padding-right: 55px;
    padding-top: 20px;
    background-color: #12609b;
    color: #ffffff;
    font-size:1.5em;
    line-height:2.2em;
    text-align:center;
    font-weight: bold;
}

.expanded-league-mobile a {
    color: #ffffff;
}

.expanded-nba-mobile {
    position:fixed;
    top:0;
    left:0;
    z-index:40001;
    width: 100%;
    height: 100%;
    padding-right: 55px;
    padding-top: 20px;
    background-color: #dddddd;
    //color: #ffffff;
    font-size:1.5em;
    line-height:2.2em;
    text-align:center;
    //font-weight: bold;
}

.expanded-nba-mobile a {
    color: #ffffff;
}

.wnba-header {
    background-color: #f27c2b !important;
}

.wnba-main {
    background-color: #f27c2b !important;
}

.wnba-light {
    background-color: #fdb171 !important;
}

.wnba-dark {
    background-color: #E35205 !important;
}

.nba-main {
    background-color: #12609b !important;
}

.nba-light {
    background-color: #3d87bf !important;
}

.nba-dark {
    background-color: #033b59 !important;
}

.selected-scoreboard {
    font-size: 1.2em !important;
    line-height: 21px;
    font-weight: bold;
}

.unselected-scoreboard {
    font-size: 0.8em !important;
    line-height: 15px;
    font-weight: normal;
}

.dark-grey-header {
    background-color: #444444;
    color: #FFFFFF;
    font-size: 0.8em;
    line-height: 1.5em;
    padding: 3px 0 3px 0;
    text-align: center;
    padding: 5px 0 5px 0;
}

.subtle-link {
    color: #FFFFFF !important;
    text-decoration:underline;
}

.section-header {
    //padding: 10px 0 0 0;
    //margin: 0 0 5px 0;
    //border-bottom: 2px solid #3d87bf;
    //font-family: 'arvo', Rockwell, "Lucida Grande", Tahoma, Verdana, Arial, sans-serif;
    background-color: #12609b;
    padding: 10px;
    color: #ffffff;
    font-size: 1.2em !important;
    line-height: 1em;
    font-weight:bold;
    text-align:center;
    margin-bottom:0px !important;
}

.black-section-header {
    background-color: #444444;
    padding: 10px;
    color: #ffffff;
    font-size: 1.2em !important;
    line-height: 1em;
    font-weight:bold;
    text-align:center;
    margin-bottom:0px !important;
}

.section-sub-header {
    font-weight: bold;
    text-align: center;
    padding: 5px 0 5px 0;
    //border-top: 1px solid #000000;
    //border-left: 1px solid #000000;
    //border-right: 1px solid #000000;
    //border-top-left-radius: 3px;
    //border-top-right-radius: 3px;
}

.section-sub-header-cycle {
    font-weight: bold;
    text-align: center;
    padding: 5px 0 5px 0;
}

.unselected {
    opacity: 0.50;
    //background-color: #dddddd;
    color: #666666 !important;	
}

a.button-link {
    background-color: #033b59;
    color: #ffffff;
    padding: 8px;
    font-size: 1.2em !important;
    line-height: 1.2em;
    font-weight: bold;
    display: block;
    text-align:center;
    //text-decoration:underline;
    border: 2px solid #000000 !important;
    
}

.button-link:hover {
    background-color: #ffffff;
    color: #000000;
}

a.secondary-button-link {
    background-color: #cb9a15;
    color: #ffffff;
    padding: 8px;
    font-size: 1.2em !important;
    line-height: 1.2em;
    font-weight: bold;
    display: block;
    text-align:center;
    //text-decoration:underline;
    border: 2px solid #cb9a15 !important;
    
}

.secondary-button-link:hover {
    background-color: #cb9a15;
}

a.mini-button-link {
    background-color: #222222;
    color: #ffffff;
    padding: 4px;
    font-size: 1em !important;
    line-height: 1em;
    font-weight: bold;
    display: block;
    text-align:center;
    
}

.mini-button-link:hover {
    background-color: #666666;
}


a.dark-link {
    background-color: #222222;
    color: #ffffff;
    padding: 8px;
    font-size: 1.2em !important;
    line-height: 1.2em;
    font-weight: bold;
    display: block;
    text-align:center;
}

.dark-link:hover {
    background-color: #666666!important;
}

.recap-cta:hover {
    background-color: #666666!important;
}

a.blue-link {
    background-color: #12609b;
    color: #ffffff;
    padding: 8px;
    font-size: 1.2em !important;
    line-height: 1.2em;
    font-weight: bold;
    display: block;
    text-align:center;
    border: 2px solid #222222 !important;
}

.blue-link:hover {
    background-color: #666666!important;
}

a.white-link {
    background-color: ;
    color: #000000;
    padding: 8px;
    font-size: 1.2em !important;
    line-height: 1.2em;
    font-weight: bold;
    display: block;
    text-align:center;
    border: 2px solid #222222 !important;
}

.white-link:hover {
    background-color: #666666!important;
    color: #ffffff;
}

a.black-link {
    background-color: #222222;
    color: #ffffff;
    padding: 8px;
    font-size: 1.2em !important;
    line-height: 1.2em;
    font-weight: bold;
    display: block;
    text-align:center;
            border: 2px solid #222222 !important;
}

.black-link:hover {
    background-color: #666666!important;
}

.schedule-tile {
    display:block;
    text-align:center;
    padding: 5px 0 5px 0;
    color: #000000;
}

.schedule-tile:hover {
	background-color: #fef5c1;
}

.networkUser {
    font-size: 1.2em;
    line-height: 1.5em;
}

.networkOverall {
    font-size: 1.2em;
    line-height: 1.5em;
}



/*End of 2018 Redesign*/

.year-end-vote table {
    width:100%;    
}

.year-end-vote td {
    padding: 10px 0 10px 0;
}

.headline {
    width:100%;
    margin-top:5px;
    margin-bottom:5px;
    clear:both;
    height:45px;
    vertical-align:bottom;
}

.headline-pics {
    float:left;
    width:10%;
    display:block;
    margin-bottom:10px;
}

.headline-text {
    //display:block;
    float:left;
    width:90%;
    height:100%;
    //border-top-width:10px;
    //border-top-style:solid;
    //border-bottom-width:10px;
    //border-bottom-style:solid;
    //font-family: 'arvo', Rockwell, "Lucida Grande", Tahoma, Verdana, Arial, sans-serif;	
}

.headline-cushion {
    height:20%;
    background-color: #666666;
}

.headline-words {
    height:40%;
    margin:1px;
}

.headline-banner {
    width:100%;
    height:40%;
}

.headline-b1 {
    opacity:0.6;
    width:50%;
    height:100%;
    float:left;
    text-align:center;
}

.headline-b2 {
    opacity:0.6;
    width:50%;
    height:100%;
    float:left;
    text-align:center;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.follow-twitter-simple {
    padding: 1.5em 1.5em 0.5em 1.5em;
    text-align:left;
    font-size:1.2em;
    line-height: 1.5em;
    color:#1DCAFF;
}

.follow-twitter-simple img {
    margin:0 2.0em 0 2.0em;
}

a .follow-twitter-simple {
    color:#fff;
    background:#1DCAFF;
}

a:hover .follow-twitter-simple {
    background: #033b59;
}

a:hover .follow-twitter-simple {
    color:#fff;
}

.follow-facebook-simple {
    padding: 1.5em 1.5em 0.5em 1.5em;
    text-align:left;
    font-size:1.2em;
    line-height: 1.5em;
    color:#8B9DC3;
}

.follow-facebook-simple img {
    margin:0 2.0em 0 2.0em;
}

a .follow-facebook-simple {
    color:#fff;
    background:#8B9DC3;
}

a:hover .follow-facebook-simple {
    background: #033b59;
}

a:hover .follow-facebook-simple {
    color:#fff;
}

/* END OF AUSTIN STUFF */

.half-width {
    display: inline;
    float: left;
    width: 50%;
}
.quarter-width {
    display: inline;
    float: left;
    width: 25%;
}
.clear-3col {
	clear: both;
}
.column-inner {
	margin: 10px 10px 0;
}
/* Stackable Styles and Classes -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
.bold {
	font-weight: bold;	
}
.italic {
	font-style: italic;	
}
.wide {
	letter-spacing: 1px;	
}
.padding {
	padding: 10px;
}
.padding-less-thick-border {
	padding: 5px;
}
.small-padding {
	padding: 5px;	
}
.big-padding {
	padding: 20px;	
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.uppercase {
	text-transform: uppercase;
    letter-spacing: 1px;
}
.block {
	display: block;
	clear: left;
}
.full-width {
	width: 100%;	
}
input.full-width,
textarea.full-width {
	width: 98% !important;
    padding: 1% !important;
    border: 1px solid #dddddd !important;
    margin-top: -1px !important;
    margin-left: -1px !important;
    margin-right: -1px !important;
}
select.full-width {
	width: 100% !important;
    border: 1px solid #dddddd !important;
    margin-top: -1px !important;
    margin-left: -1px !important;
    margin-right: -1px !important;
}
.full-width-submit {
	width: 100%;
	padding-left: 0;
	padding-right: 0;
	margin-top: 20px;
}
.full-width-input {
	padding: 5px 0 !important;
	text-indent: 5px !important;
	width: 98%;
}
.rounded {
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.shadow {
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
}
.small-shadow {
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
}
.blue-gradient {
	color: #ffffff;
	background: #3d87bf; /* Old browsers */
	background: -moz-linear-gradient(top, #3d87bf 0%, #033b59 99%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3d87bf), color-stop(99%, #033b59)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #3d87bf 0%, #033b59 99%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #3d87bf 0%, #033b59 99%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #3d87bf 0%, #033b59 99%); /* IE10+ */
	background: linear-gradient(to bottom, #3d87bf 0%, #033b59 99%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3d87bf', endColorstr='#033b59', GradientType=0 ); /* IE6-9 */
}
.yellow-gradient {
	background: #fef5c1; /* Old browsers */
	background: -moz-linear-gradient(top, #fef5c1 0%, #cb9a15 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fef5c1), color-stop(100%, #cb9a15)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fef5c1 0%, #cb9a15 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fef5c1 0%, #cb9a15 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #fef5c1 0%, #cb9a15 100%); /* IE10+ */
	background: linear-gradient(to bottom, #fef5c1 0%, #cb9a15 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fef5c1', endColorstr='#cb9a15', GradientType=0 ); /* IE6-9 */
	color: #444444;
}
.black-gradient {
	color: #ffffff;
	background: #666666; /* Old browsers */
	background: -moz-linear-gradient(top, #666666 0%, #000000 99%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #666666), color-stop(99%, #000000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #666666 0%, #000000 99%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #666666 0%, #000000 99%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #666666 0%, #000000 99%); /* IE10+ */
	background: linear-gradient(to bottom, #666666 0%, #000000 99%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666666', endColorstr='#000000', GradientType=0 ); /* IE6-9 */
}
.button {
	cursor: pointer;	
}

.light-blue {
	background-color: #3d87bf;
}
.light-light-blue {
	background-color: #9acff8;
}
.blue {
	color: #ffffff;
	background-color: #12609b !important;
}
.black {
	color: #ffffff;
	background-color: #222222;
}
.dark-blue {
	color: #ffffff;
	background-color: #033b59;
}
.light-yellow {
	background-color: #fef5c1;
}
.dark-yellow {
	background-color: #cb9a15;
}
.light-grey {
	background-color: #dddddd;
}
.light-light-grey {
	background-color: #efefef;
}
.dark-grey {
	color: #ffffff;
	background-color: #444444;
}
.grey {
	color: #ffffff;
	background-color: #666666;
}
.white {
	background-color: #ffffff;
}
.gp-font {
	font-family: 'arvo', Rockwell, "Lucida Grande", Tahoma, Verdana, Arial, sans-serif;	
}
.roboto {
    font-family: 'Roboto', sans-serif !important;
}
.blackfort {
    font-family: 'Blackfort';
}
.padding-top {
	padding-top: 20px;	
}
.padding-bottom {
	padding-bottom: 20px;	
}
.padding-left {
	padding-left: 20px;	
}
.padding-right {
	padding-right: 20px;	
}
.small-padding-top {
	padding-top: 10px;	
}
.small-padding-bottom {
	padding-bottom: 10px;	
}
.small-padding-left {
	padding-left: 10px;	
}
.small-padding-right {
	padding-right: 10px;	
}
.margin-all {
	margin: 5px !important;	
}
.margin-top {
	margin-top: 10px !important;	
}
.margin-bottom {
	margin-bottom: 10px !important;	
}
.margin-left {
	margin-left: 10px !important;
}
.margin-right {
	margin-right: 10px !important;
}
.double-margin-top {
	margin-top: 20px !important;		
}
.double-margin-bottom {
	margin-bottom: 20px !important;		
}
.no-margin {
	margin: 0 !important;	
}
.no-top-margin {
	margin-top: 0 !important;	
}
.no-bottom-margin {
	margin-bottom: 0 !important;	
}
.no-left-margin {
	margin-left: 0 !important;
}
.no-right-margin {
	margin-right: 0 !important;
}
.border { border: 5px solid #222222; }
.thin-border { border: 2px solid #222222; }
.thin-border-top {
	border-top: 2px solid #222222;	
}
.thick-border-top {
	border-top: 7px solid #222222;	
}
.thin-border-bottom {
	border-bottom: 2px solid #222222;	
}
.very-thin-border {
    border: 1px solid #222222;
}
.very-thin-border-bottom {
	border-bottom: 1px solid #222222;	
}
.very-thin-border-top {
	border-top: 1px solid #222222;	
}
.thick-border-bottom {
	border-bottom: 7px solid #222222;	
}
.thin-border-right {
	border-right: 2px solid #222222;	
}
.thin-border-left {
	border-left: 2px solid #222222;	
}
.blue-border {
	border-color: #12609b !important;	
}
.light-blue-border {
	border-color: #3d87bf !important;	
}
.grey-border {
	border-color: #666666 !important;	
}
.orange-border {
	border-color: #f27c2b !important;	
}
.yellow-border {
	border-color: #cb9a15 !important;	
}
.black-border {
	border-color: #444444 !important;	
}
.thick-black-border {
	border: 5px solid #444444 !important;
}
.image-black-border {
	border: 5px solid #444444 !important;
    display: block;
}
.no-bottom-border {
	border-bottom: none !important;
}
.rounded-top-left {
	border-top-left-radius: 10px;
	-moz-border-top-left-radius: 10px;
	-webkit-border-top-left-radius: 10px;
}
.rounded-top-right {
	border-top-right-radius: 10px;
	-moz-border-top-right-radius: 10px;
	-webkit-border-top-right-radius: 10px;
}
.rounded-bottom-left {
	border-bottom-left-radius: 10px;
	-moz-border-bottom-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
}
.rounded-bottom-right {
	border-bottom-right-radius: 10px;
	-moz-border-bottom-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;;
}
.white-font {
	color: #ffffff !important;	
}
.light-blue-font {
	color: #3d87bf !important;	
}
.blue-font {
	color: #12609b !important;	
}
.dark-blue-font {
	color: #033b59 !important;	
}
.light-yellow-font {
	color: #fef5c1 !important;
}
.dark-yellow-font {
	color: #cb9a15 !important;	
}
.light-grey-font {
	color: #dddddd !important;	
}
.grey-font {
	color: #666666 !important;	
}
.dark-grey-font {
	color: #444444 !important;	
}
.black-font {
	color: #000000 !important;	
}
.normal-font {
    font-size: 1.2em !important;
    line-height: 1em;
}
.big-font {
	font-size: 1.5em;
    line-height: 1em;
}
.big-big-font {
	font-size: 2em;
    line-height: 1em;
}
.normal-line-height {
    line-height: 1.4em !important;
}
.big-line-height {
	line-height: 1.5em !important;
}
.bigger-line-height {
	line-height: 2em !important;
}
.big-big-line-height {
	line-height: 2.5em !important;
}
.small-font {
	font-size: 0.8em;
    line-height: 1.5em;
}
.stretch-width {
	display: inline;
	width: 100% !important;	
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
}
.overflow {
	overflow: hidden;
}
.float-right {
	display: inline;
    float: right;
    margin: 0 0 20px 20px;
}
.float-left {
	display: inline;
    float: left;
    margin: 0 20px 20px 0;
}

.just-float-right {
	display: inline;
    float: right;
}
.just-float-left {
	display: inline;
    float: left;
} 
.pointer {
	cursor: pointer;
}
/* Fixed Header -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
.no-overflow {
	overflow: hidden !important;
	height: 33px;
}
#mobile-toggle {
	display: none !important;
}
.header-wrap {
	position: fixed;
	top: 0px;
	left: 0;
	width: 100%;
	height: 33px;
	background-color: #12609b;
	display: block;
	color: #ffffff;
	padding: 0;
	margin: 0;
	z-index: 2;
	font-size: 0.8em;
}
.header-wrap-inner {
	display: block;
	width: 100%;
	/*max-width: 1200px;*/
	margin: 0 auto;
    position: relative;
}
.login-header-block {
	width: auto;
	/*float: left;*/
    position: absolute;
    left: 0;
    top: 0;
}
.login-header-block ul {
	display: inline;
	float: left;
	background: #12609b;
}
.user-menu-gradient {
    display: inline;
    float: left;
    width: 40px;
    height: 33px;
    background: transparent;
    background: -moz-linear-gradient(left,  rgba(18,96,155,1) 50%, rgba(18,96,155,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  rgba(18,96,155,1) 50%,rgba(18,96,155,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  rgba(18,96,155,1) 50%,rgba(18,96,155,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#12609b', endColorstr='#0012609b',GradientType=1 ); /* IE6-9 */
}
.header-wrap ul {
	list-style:inside none;
	padding:0;
	margin:0;
    width: auto !important;
}
.header-wrap .left {
	float: left;
	padding-left: 20px;
}
.header-wrap .right {
	float: right;
	padding-right: 25px;
}
.header-wrap ul li {
	list-style:inside none;
	padding:0;
	margin:0;
	float:left;
	display:block;
	position:relative;
}
.header-wrap ul li input#show_login {
	background: none !important;
    border-top: none !important;
    border-bottom: none !important;
    margin: 0 !important;
    border-radius: 0 !important;
    color: #ffffff !important;
    box-shadow: none !important;
    font-family: inherit !important;
    font-size: 1em !important;
}
.header-wrap ul li input#show_login:hover {
	background: #033b59 !important;
}
.header-wrap ul li a,
.header-wrap ul li input#show_login {
	outline:none !important;
	display:block !important;
	position:relative !important;
	padding: 0 15px !important;
	font-weight: bold !important;
	line-height: 33px !important;
    height: 33px;
	text-align:center !important;
	text-decoration:none !important;
	border-left: 1px solid #3d87bf !important;
	border-right: 1px solid #033b59 !important;
}
.header-wrap ul ul li a {
	padding: 0 !important;
	text-align: left !important;
	border: none !important;
	line-height: 2em !important;
}
.header-wrap ul ul li a:hover {
	color: #12609b!important;	
}
.header-wrap ul li a:after {
	content:'';
	position:absolute;
	border-bottom:1px solid;
	top:-1px;
	bottom:-1px;
	right:-2px;
	z-index:99;
}
.header-wrap ul li.has-sub:hover a:after {
	top:0;
	bottom:0;
}
.header-wrap ul li.has-sub:hover a:before {
	top:19px;
}
.header-wrap ul li.has-sub:hover a {
	background:#033b59;
	z-index:999;
}
.header-wrap ul li.has-sub:hover ul, #header-wrap ul li.has-sub:hover div {
	display:block;
}
.header-wrap ul li.has-sub a:hover {
	background:#033b59;
}
.header-wrap ul li ul, #header-wrap ul li div {
	display:none;
	position:absolute;
	top:33px;
	padding: 10px 20px;
	background:#033b59;
	z-index:999;
	left: 0;
}
.header-wrap ul li ul li {
	display:block;
	list-style:inside none;
	padding:0;
	margin:0;
	position:relative;
}
.header-wrap ul li.has-sub ul {
	padding: 0 !important;
    margin: 0 !important;
}
.header-wrap ul li.has-sub ul li,
.header-wrap ul li.has-sub ul li a {
	width: 100%;
}
.header-wrap ul li.has-sub ul li a {
	padding: 5px 10px !important;
    border-top: 1px solid #3d87bf !important;
}
.header-wrap ul li.has-sub ul li a:hover {
	background:#3d87bf !important;
    color: #ffffff !important;
}
.header-wrap ul li a {
	color:#ffffff;
}
.header-wrap ul li a:hover {
	background:#033b59;
}
.header-wrap #LoginForm {
	display: block;
    padding: 10px 20px;
}
.header-wrap #LoginForm label, .header-wrap #LoginForm input {
	display: block;
}
.header-wrap #LoginForm label {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 0.8em;
}
.header-wrap #LoginForm input {
	margin: 5px 0;
}
.header-wrap #LoginForm input[type=image] {
	margin-top: 10px;
}
.social-header-block {
	display: inline;
	float: left;
	font-weight: bold;
	height: 33px;
	line-height: 33px;
	padding-left: 8px;
	border-left: 1px solid #3d87bf;
	overflow: hidden !important;
}
.social-header-block span {
	float: left;
	padding: 0 0 0 7px;
}
.social-header-block span span {
	padding: 0;
}
.social-header-block span iframe {
	padding-top: 7px;
}
.scrolling-marquee {
	display: block;
    width: 100%;
    height: 33px;
    overflow: visible;
    white-space: nowrap;
    font-size: 1.25em;
    line-height: 33px;
    font-family: 'arvo', Rockwell, "Lucida Grande", Tahoma, Verdana, Arial, sans-serif;
    color: #ffffff;
    visibility: hidden;
}
.scrolling-marquee span {
	padding-right: 100px;
}

.scrolling-marquee a {
	color: #ffffff;
        font-weight:bold;
}

.scrolling-marquee a:hover {
	color: #cb9a15;
}
.header-search {
	height: 33px;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    width: 100px;
}
.header-search a {
	position: absolute;
    right: 0;
    top: 0;
    height: 33px;
    width: 33px;
    background: #ffffff url('https://cdn.basketball.sports.ws/search-icon.png') left center no-repeat;
    background-size: contain;
    border-radius: 16px 0 0 16px;
    text-indent: 33px;
    box-shadow: -5px 0px 10px rgba(0,0,0,0.25);
    line-height: 33px;
    font-size: 1.25em;
    font-family: 'arvo', Rockwell, "Lucida Grande", Tahoma, Verdana, Arial, sans-serif;
}
.header-search a:hover {
	width: auto;
    background-color: #fef5c1;
    padding-right: 10px;
}
#search-lightbox {
	padding: 15px !important;
}
#search-lightbox h3 {
	text-align: left;
    font-size: 15px;
    line-height: 1em;
    margin: 5px 0;
    font-family: 'arvo', Rockwell, "Lucida Grande", Tahoma, Verdana, Arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: normal;
    color: #ffffff;
}
#search-lightbox input {
	width: 90%;
    padding: 5%;
    margin-top: 10px;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
    background-color: #ffffff;
    border: none;
    background: #ffffff url('https://cdn.basketball.sports.ws/search-icon.png') left center no-repeat;
    background-size: contain;
    text-indent: 50px;
    color: #666666;
    font-family: 'arvo', Rockwell, "Lucida Grande", Tahoma, Verdana, Arial, sans-serif;
    font-size: 16px;
}
.close-search {
	position: absolute;
    top: 10px;
    right: 10px;
    width: 15px;
    height: 15px;
    background: #ffffff url('/images/close.png') center center no-repeat;
    background-size: 15px;
    padding: 5px;
    border-radius: 50%;
}
.close-search:hover,
#close_login:hover {
	cursor: pointer;
    background-color: #dddddd !important;
}
/* Header banner -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
.header-banner {
    display: block;
    height: 100px;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
}
/* Header and Top Navigation -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
.header_block {
	display: block;
	float: left;
	width: 100%;
}
.header_block .logo {
	display: inline;
	float: left;
	padding: 15px 0 0 35px;
}
.header_block .header_banner {
	display: inline;
	float: right;
	padding: 10px;
}
#menu-bar {
	display: block;
	clear: both;
	overflow: hidden;
	width: 100%;
	background: #3d87bf; /* Old browsers */
	background: -moz-linear-gradient(top, #3d87bf 0%, #033b59 99%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3d87bf), color-stop(99%, #033b59)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #3d87bf 0%, #033b59 99%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #3d87bf 0%, #033b59 99%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #3d87bf 0%, #033b59 99%); /* IE10+ */
	background: linear-gradient(to bottom, #3d87bf 0%, #033b59 99%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3d87bf', endColorstr='#033b59', GradientType=0 ); /* IE6-9 */
}
#menu-bar ul {
	display: inline;
	float: left;
	overflow: hidden;
	margin-bottom: 0;
}
#menu-bar #quick-toggle {
	clear: both;
	display: none;
    width: 100%;
    font-size: 1.25em;
    font-weight: bold;
    text-indent: 20px;
    cursor: pointer;
    line-height: 40px;
    border-top: 1px solid #000000;
}
#menu-bar #quick-toggle:after {
	content: " ↓";
}
#menu-bar ul.quick-nav {
	display: block;
	width: 100%;
	border-top: 1px solid #666666;
    background: #000000 !important;
}
#menu-bar ul.quick-nav li a {
display: block;
	border-left: none !important;
	border-right: 1px solid #666666 !important;
}
#menu-bar ul.quick-nav li a:hover {
	background-color: #666666 !important;	
}
#menu-bar ul.quick-nav li.sub-menu {
	padding: 0;
    text-indent: 20px;
    line-height: 40px;
    font-size: 1.25em;
    font-weight: bold;
    color: #ffffff;
    width: 100%;
}
#menu-bar ul li {
	display: inline;
	float: left;
}
#menu-bar ul li a {
	display: inline;
	float: left;
	padding: 0 18px;
	line-height: 40px;
	border-right: 1px solid #033b59;
	border-left: 1px solid #3d87bf;
	font-size: 1.25em;
	font-weight: bold;
	color: #ffffff;
}
#menu-bar ul li:first-child a {
	border-left: none !important;	
}
#menu-bar ul li a:hover {
	background-color: #033b59;
}
#menu-bar #header_menu_search {
	display: inline;
	float: right;
	height: 33px;
}
#menu-bar #header_menu_search input {
	height: 18px;
	padding: 2px 5px 2px 25px;
	border: 1px solid #033b59;
	margin: 6px 10px 5px 0px;
	background: #ffffff url(/images/icons/search.png) no-repeat 3px 4px;
    width: 100px !important;
    color: #666666;
    font-style: italic;
    font-family: 'arvo', Rockwell, "Lucida Grande", Tahoma, Verdana, Arial, sans-serif;	
}
#menu-bar #header_menu_search input:focus,
#menu-bar #header_menu_search input:active {
	font-style: normal;
    color: #000000;
}

#front_menu_search input {
	height: 44px;
	border: 1px solid #033b59;
	//margin: 5px;
    text-align:left;
    vertical-align:center;
    border-radius: 10px;
    font-size:16px;
    width: 65% !important;
    color: #666666;
    font-style: italic;
    font-family: Arial, sans-serif;
    text-indent: 0px;
    background: #ffffff url('https://cdn.basketball.sports.ws/search-icon.png') 8px center no-repeat;
    background-size: 42px;
    text-align: center;
}
#front_menu_search input:focus,
#front_menu_search input:active {
	font-style: normal;
    color: #000000;
}

#mobile-login input {
	height: 44px;
	border: 1px solid #033b59;
	//margin: 5px;
    text-align:left;
    vertical-align:center;
    border-radius: 10px;
    font-size:16px;
    width: 60% !important;
    color: #666666;
    font-style: italic;
    font-family: Arial, sans-serif;
    text-indent: 0px;
    background-size: 42px;
    text-align: center;
}
#mobile-login input:focus,
#mobile-login input:active {
	font-style: normal;
    color: #000000;
}
/* Autocomplete Search --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
    background-color: #ffffff;
    border: 1px solid #033b59;
    margin-top: -1px;
}
.ui-menu {
	list-style: none;
	padding: 2px;
	margin: 0;
	display: block;
	outline: none;
        z-index: 400002 !important;
}
.ui-menu .ui-menu {
	margin-top: -3px;
	position: absolute;
}
.ui-menu .ui-menu-item {
	margin: 0;
	padding: 0;
	width: 100%;
	/* support: IE10, see #8844 */
	list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
    font-family: 'arvo', Rockwell, "Lucida Grande", Tahoma, Verdana, Arial, sans-serif;	
}
.ui-menu .ui-menu-divider {
	margin: 5px -2px 5px -2px;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu .ui-menu-item a {
	text-decoration: none;
	display: block;
	padding: 2px .4em;
	line-height: 1.5;
	min-height: 0; /* support: IE7 */
	font-weight: normal;
}
.ui-menu .ui-menu-item a.ui-state-focus,
.ui-menu .ui-menu-item a.ui-state-active {
	font-weight: normal;
	/*margin: -1px;*/
    background-color: #9acff8;
    color: #033b59;
}

.ui-menu .ui-state-disabled {
	font-weight: normal;
	margin: .4em 0 .2em;
	line-height: 1.5;
}
.ui-menu .ui-state-disabled a {
	cursor: default;
}

.draftCommentsDisplay {
    display:none;
}
/* NBA Games -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
#not-logged-in-games {
	display: block;
    clear: both;
    overflow: hidden;
    width: 100%;    
}
#not-logged-in-games .not-logged-in-game:nth-child(even) {
	background-image: url('/images/lighten.png');
}

/* The GP Section -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
a .gp-headline {
	display: block;
	color: #ffffff;
	padding: 0 10px;
	font-weight: normal;
	background-color: #444444;
	margin-bottom: 10px !important;
}
a:hover .gp-headline {
	color: 	#cb9a15;
}
a h3.gp-headline {
	display: block;
	font-size: 1.25em;
	padding-top: 10px;
	padding-bottom: 10px;
}
.more-headlines {
	margin-top: 10px;
}
.more-headlines h3 {
	font-size: 1em !important;
	color: #ffffff !important;
	margin: 0 0 5px 0 !important;
	background-color: #444444;
	text-indent: 7px;
	padding: 7px 0;
	font-weight: normal !important;
}
.more-headlines ul li {
	margin-top: 5px;
}
.more-headlines ul li:first-child {
	margin-top: 0 !important;	
}
.more-headlines ul li a {
	display: block;
	line-height: 1.5em;
	border-left: 7px solid #cb9a15;
	padding-left: 10px;
        color: #444444;
}
.more-headlines ul li a:hover {
	border-left: 7px solid #444444;
	color: #cb9a15 !important;
}
/* Three Stars -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
.calendar-date {
	display: inline;
	float: right;
	height: 16px;
	width: auto;
	padding: 0;
	margin: -38px 10px 0 0;
	background-color: #ffffff;
	text-align: center;
	padding: 5px;
	border: 2px solid #3d87bf;
    overflow: hidden;
}
.calendar-date .month {
	display: inline;
    float: left;
	font-size: 10px;
	line-height: 16px;
	font-weight: bold;
    padding-right: 5px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.calendar-date .season {
	display: block;
	font-size: 10px;
	line-height: 16px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
    text-align: center;
}
.calendar-date .day {
	display: inline;
    float: left;
	font-size: 16px;
	line-height: 16px;
	color: #3d87bf;
	font-weight: bold;
	letter-spacing: 2px;
}
#stars {
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;	
	overflow: hidden;
}
.star {
	display: inline;
	float: left;
	width: 30%;
	margin-left: 5%;
}
.star img {
	width: 100%;
	border-top: 7px solid #3d87bf;	
	border-bottom: 7px solid #033b59;
	margin-bottom: 10px;
}
#stars .star:first-child {
	margin-left: 0 !important;	
}
.star h3 {
	margin: 10px 0 !important;
	color: #3d87bf !important;
	font-size: 1em !important;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.star a {
	font-family: 'arvo', Rockwell, "Courier Bold", Courier, Georgia, Times, "Times New Roman", serif;	
	font-weight: bold;
	color: #033b59;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.star ul li:first-child {
	font-weight: bold;	
}
/* Austin's Pretty Face -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
#welcome {
	overflow: hidden;
        text-align:center;
}
#welcome img {
	display: inline;
	float: left;
	width: 30% !important;
	height: auto !important;
	margin-right: 20px;	
}
/* Fixed Footer Ad  -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
.fixed-footer {
    display: block;
    position: fixed;
    left: 0;
    bottom: 0;
    background: #fef5c1 url('https://cdn.basketball.sports.ws/ad-bkgrd.png') center top repeat-x;
    width: 100%;
    height: 90px;
    z-index: 1000;
    text-align: center;
}
.center-ad {
	width: 728px;
    margin: 0 auto;
}
a.ad-free {
	position: absolute;
    right: 10px;
    top: 10px;
	background: #3d87bf; /* Old browsers */
	background: -moz-linear-gradient(top, #3d87bf 0%, #033b59 99%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3d87bf), color-stop(99%, #033b59)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #3d87bf 0%, #033b59 99%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #3d87bf 0%, #033b59 99%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #3d87bf 0%, #033b59 99%); /* IE10+ */
	background: linear-gradient(to bottom, #3d87bf 0%, #033b59 99%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3d87bf', endColorstr='#033b59', GradientType=0 ); /* IE6-9 */
    color: #ffffff !important;
    font-family: 'arvo', Rockwell, "Courier Bold", Courier, Georgia, Times, "Times New Roman", serif;	
    height: 50px;
    border-radius: 0.5em;
    padding: 10px;
    line-height: 25px;
    font-size: 1em;
    width: 230px;
}
a.ad-free:hover {
	background: #666666; /* Old browsers */
	background: -moz-linear-gradient(top, #666666 0%, #444444 99%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #666666), color-stop(99%, #444444)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #666666 0%, #033b59 99%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #666666 0%, #444444 99%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #666666 0%, #444444 99%); /* IE10+ */
	background: linear-gradient(to bottom, #666666 0%, #444444 99%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666666', endColorstr='#444444', GradientType=0 ); /* IE6-9 */
    color: #ffffff !important;
}
@media only screen and (min-width:760px) and (max-width: 1280px) {
	.center-ad { margin: 0 0 0 95px; }
}
@media screen and (max-device-width: 480px){
  body{
    -webkit-text-size-adjust: none;
  }
}


/* Unfixed Ad Header/Footer -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
.ad-header {
    width: 98%;
    max-width:1200px;
    padding: 10px 0 10px 0;
    margin: 0px auto 0px auto;
    height: 280px;
    text-align: center;
}

.ad-footer {
    background: #fef5c1 url('https://cdn.basketball.sports.ws/ad-bkgrd.png') center top repeat-x;
    width: 98%;
    height:100px;
    max-width:1200px;
    margin: 0px auto 0px auto;
    padding-top:5px;
    text-align: center;
}












/* Footer -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
#footer {
	display: block;
    padding-bottom: 0px;
	margin: 20px auto 20px;
	width: 1200px;
	overflow: hidden;
	font-size: 0.9em;
}
#footer .footer_nav {
	display: inline;
	float: left;
	width: 100%;
}
#footer .logo_link {
	display: inline;
	float: left;
	margin: 0 20px 0 0;
}
#footer ul.sport_links {
	display: inline;
	float: right;
	width: auto;
	list-style: none;
	height: 27px;
}
#footer ul.sport_links li {
	display: inline;
	float: left;
	line-height: 27px;
}
#footer ul.sport_links li a {
	display: inline;
	float: left;
	line-height: 19px;
	padding: 0 0 0 5px;
	margin: 4px 0 0 5px;
	border-left: 1px solid #ffffff;
	color: #ffffff;
}
#footer ul.sport_links li:first-child a {
	border-left: none;
}
#footer ul.sport_links li a:hover {
	color: #cb9a15;
}
#footer .footer_links {
	display: inline;
	float: left;
	clear: both;
	width: 100%;
	text-align: right;
    color: #fef5c1;
}
#footer .footer_links a {
	color: #dddddd;
}
#footer .footer_links a:hover {
	color: #cb9a15;
}
/* Front Page, Logged In, Page Specific CSS -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* Reset the Leagues section -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
#leagues div,
#leagues font {
	margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    border-radius: none !important;
    color: #000000 !important;
    text-align: left !important;
    width: auto !important;
    height: auto !important;
}
#leagues table,
#leagues table td {
	margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    border-collapse: collapse !important;
    vertical-align: top !important;
    text-align: left !important;
    width: auto !important;
    height: auto !important;
    line-height: 1em !important;
}
#leagues br {
	line-height: 10px !important;
}
#leagues div {
	display: block !important;
    width: 100% !important;
    overflow: hidden !important;
    background: #dddddd !important;
    border-radius: 0 10px 0 10px !important;
	-moz-border-radius: 0 10px 0 10px !important;
	-webkit-border-radius: 0 10px 0 10px !important;
    margin-bottom: 10px !important;
}
#leagues div:first-child {
    border-radius: 0 0 0 10px !important;
	-moz-border-radius: 0 0 0 10px !important;
	-webkit-border-radius: 0 0 0 10px !important;
}
#leagues div font {
	display: block !important;
	text-indent: 20px !important;
}
#leagues div a.Portal {
	display: block;
    text-decoration: none !important;
	font-size: 1.5em;
    font-family: 'arvo', Rockwell, "Lucida Grande", Tahoma, Verdana, Arial, sans-serif;	
    padding: 10px 0px 10px 10px;
    font-weight: bold;
}
#leagues div a.Portal u {
    text-decoration: none !important;
}
#leagues div table {
	display: table !important;
    width: 88% !important;
    margin: 0 10px 10px 10px !important;
}
#leagues div table td[align=right] {
	text-align: right !important;
}
#leagues div table tr:first-child td:first-child {
	width: 68px !important;
}
#leagues b {
	font-weight: bold !important;
}
#leagues i {
	font-style: italic !important;
}
#leagues div table img.imageborder {
	display: block;
    margin: 0 0 1em 0;
    border: 2px solid #3d87bf;
    width: 50px;
    height: 50px;
}
#leagues div .trash-talk,
#leagues div .votes,
#leagues div .trade-report,
#leagues div .trades {
	display: block !important;
    width: 100% !important;
    padding-top: 10px !important;
    margin-bottom: 0px !important;
    margin-top: 10px !important;
    border-top: 1px solid #444444 !important;
    line-height: 1.25em !important;
    border-radius: 0 !important;
}
#leagues div .trash-talk h3,
#leagues div .votes h3,
#leagues div .trade-report h3,
#leagues div .trades h3 {
	font-size: 1.25em;
    font-family: 'arvo', Rockwell, "Lucida Grande", Tahoma, Verdana, Arial, sans-serif;	
    margin-bottom: 0 !important;
    color: #444444;
}
#leagues .create-team,
#leagues .create-league,
#leagues .archived-seasons,
#leagues div#league-toggle,
a.button {
	display: block !important;
	width: 100% !important;
	padding: 10px 0 !important;
    text-align: center !important;
	font-size: 1.25em !important;
    //font-family: 'arvo', Rockwell, "Lucida Grande", Tahoma, Verdana, Arial, sans-serif !important;	
	color: #ffffff !important;
	background: #3d87bf; /* Old browsers */
	background: -moz-linear-gradient(top, #3d87bf 0%, #033b59 99%) !important; /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3d87bf), color-stop(99%, #033b59)) !important; /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #3d87bf 0%, #033b59 99%) !important; /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #3d87bf 0%, #033b59 99%) !important; /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #3d87bf 0%, #033b59 99%) !important; /* IE10+ */
	background: linear-gradient(to bottom, #3d87bf 0%, #033b59 99%) !important; /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3d87bf', endColorstr='#033b59', GradientType=0 ) !important; /* IE6-9 */
	border-radius: 10px !important;
	-moz-border-radius: 10px !important;
	-webkit-border-radius: 10px !important;
    cursor: pointer !important;
}
a.button.small {
	font-size: 0.9em !important;
    padding: 5px 2px !important;
    width: auto !important;
}
a.button.sked {
    font-size: 0.9em !important;
    padding: 5px 10px 5px 10px !important;
    width: 50% !important;
    margin-top:10px !important;
    display: inline-block !important;
}
a.button.sked-full {
    font-size: 0.9em !important;
    padding: 5px 10px 5px 10px !important;
    width: 16% !important;
    margin-top:10px !important;
    display: inline-block !important;
}
.button.inline {
	display: inline !important;
    padding: 10px 20px !important;
    width: auto !important;
}
.button.inline.small {
	padding: 5px 10px !important;
}
#leagues .create-league {
	margin-top: 20px !important;
}
#leagues .create-team:hover,
#leagues .create-league:hover,
#leagues .archived-seasons:hover,
#leagues div#league-toggle:hover,
a.button:hover {
	background: #666666 !important; /* Old browsers */
	background: -moz-linear-gradient(top, #666666 0%, #000000 99%) !important; /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #666666), color-stop(99%, #000000)) !important; /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #666666 0%, #000000 99%) !important; /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #666666 0%, #000000 99%) !important; /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #666666 0%, #000000 99%) !important; /* IE10+ */
	background: linear-gradient(to bottom, #666666 0%, #000000 99%) !important; /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666666', endColorstr='#000000', GradientType=0 ) !important; /* IE6-9 */
}
.more-leagues {
	display: none;
    width: 100%;
    overflow: hidden;
    height: auto;
    margin-bottom: 0 !important;
}
/* NBA Games -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
#logged-in-games {
    display: block;
    clear: both;
    overflow: hidden;
    width: 100%;
}
#logged-in-games .logged-in-game {
    display: inline;
    float: left;
    width: 28.33%;
    padding: 2.5%;
    background-color: #efefef;
}
#logged-in-games .logged-in-game:nth-child(even) {
	background-image: url('/images/lighten.png');
}
#logged-in-games .logged-in-game.blue-game {
	background-color: #9acff8;
}
#logged-in-games .logged-in-game.yellow-game {
	background-color: #fef5c1;
}
/* Player Stats -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
.analysis-toggle {
	display: block;
    font-weight: bold;
}
.analysis-content {
	display: block;
}
#player-stats .columns .boxscores {
	margin: 10px 0 0 0;
    border-radius: 0 10px 0 10px !important;
	-moz-border-radius: 0 10px 0 10px !important;
	-webkit-border-radius: 0 10px 0 10px !important;
    overflow: hidden;
}
.boxscores .gp-font.bold {
	font-size: 1.1em !important;
}
.boxscores .player {
	display: inline;
    float: right;
    width: 60px;
}
.boxscores .player img {
	display: block;
	width: 100% !important;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
}
.boxscores .player img.popcorn {
	width: auto !important;
    margin: 10px auto 0 auto;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
}
.boxscores ul.stats1 {
	display: block;
    width: 75%;
    margin: 5px 0 0;
    overflow: hidden;
}
.boxscores ul.stats1 li {
	display: inline;
    float: left;
    width: 33.33%;
    font-size: 0.8em;
    line-height: 1.25em;
}
.boxscores ul.stats2 {
	display: block;
    width: 75%;
    margin: 5px 0 0;
    overflow: hidden;
}
.boxscores ul.stats2 li {
	display: inline;
    float: left;
	width: 33.33%;
    font-size: 0.8em;
}
.boxscores ul.stats2 li {	
   color: #444444;
}
.boxscores.light-blue ul.stats2 li {
	color: #ffffff;
}
.boxscores ul.stats2 li span {
	font-weight: bold;
    font-size: 1.875em;
    font-family: 'arvo', Rockwell, "Lucida Grande", Tahoma, Verdana, Arial, sans-serif;
}
.league-html {
	display: block;
    width: 75%;
    overflow: hidden;
}
.league-html span {
	display: block;
    float: left !important;
    clear: left;
    text-align: left;
}
.league-html span.span2 {
	padding-bottom: 5px;
}
.league-html .span4 div {
	padding: 0 !important;
}
.league-html .span4 div a {
	padding-right: 5px !important;
}
.league-html .span4 {
	padding-top: 3px;
}
/* Poll -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
.poll form div {
	width: 100% !important;
    text-align: left !important;
}
.poll form input[type=submit],
.button {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 1.2em;
    cursor: pointer;    
    background-color: #000000;
    color: #ffffff;
    padding: 8px;
    line-height: 1.2em;
    font-weight: bold;
    //border: 2px solid #12609b !important;
}
.poll form input[type=submit]:hover,
.button:hover {
    background-color: #666666;
}
.poll ul.poll-links {
	display: block;
    width: 100%;
    margin: 10px 0 0 0;
    overflow: hidden;
}
.poll ul.poll-links li {
	display: inline;
    float: left;
	width: auto;
    text-align: left;
    margin-right: 20px;
}
.poll table td {
	padding-right: 10px;
    padding-top: 5px;
}
.poll table tr:first-child td {
	padding-top: 0 !important;
}
.poll table tr td:first-child {
	padding-left: 10px;
    padding-right: 5px;
}
/* The GP Stories -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
#gp-stories {
    display: block;
    overflow: hidden;
    padding-top: 20px;
    width: 100%;
}
#gp-stories a.TheGP-Headline-Small {
	display: block;
	color: #ffffff;
	padding: 5px 10px;
	font-weight: normal;
	background-color: #444444;
	margin: 0;
    font-family: 'arvo', Rockwell, "Lucida Grande", Tahoma, Verdana, Arial, sans-serif;	
    font-size: 1.25em;
}
#gp-stories a.TheGP-Headline-Small:hover {
	color: #cb9a15;
}
#gp-stories br {
	display: none !important;
}
#gp-stories p {
	display: block;
    margin: 10px 0;
    background: transparent !important;
    border-radius: none !important;
}

.thegp-blackfort {
    font-family: 'Blackfort';
}

.thegp-headshot-mount {
    background-color: #444444;
    border-style: solid;
    border-bottom-width: 5px;
    border-bottom-color: #cb9a15;
    border-top-width: 2px;
    border-top-color: #cb9a15;
}

.thegp-headshot-mount img{
    margin: 3px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.thegp-headshot-mount img:hover {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}

.MVPs img {
    width:70% !important;
}
/* Headshots -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
.headshot-new {
    background-color: transparent;
    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover;	
    image-rendering: -moz-crisp-edges;
    image-rendering: pixelated;
}
.jersey {
	image-rendering: -moz-crisp-edges;
    image-rendering: pixelated;
}


/* Twitter stories -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
.TabView,
.TabView2 {
	display: block;
    width: 100%;
    height: auto;
	overflow: hidden;
}
.TabView hr,
.TabView2 hr {
	display: inline;
    float: left;
    margin: 0 0 0 -99999em;
}
.TabsMain,
.TabsCommish {
    width: 100%;
    display: block;
    overflow: hidden;
}
.TabsMain a,
.TabsCommish a {
	display: inline;
    float: left;
	width: 50%;
	padding: 5px 0;
    text-align: center;
	font-size: 1em;
    font-family: 'arvo', Rockwell, "Lucida Grande", Tahoma, Verdana, Arial, sans-serif;	
    cursor: pointer;
	color: #ffffff;
}
.Pages .Page {
	height: auto !important;
}
.Pages .Page .Pad table {
	display: block;
	padding-top: 10px;
    margin-top: 10px;
    border-top: 1px solid #dddddd;
}
.Pages .Page .Pad table:first-child {
	border-top: none !important;
    padding-top: 0 !important;
}
.Pages .Page .Pad table td {
	vertical-align: top !important;
    font-size: 0.8em;
    line-height: 1.5em;
    color: #666666;
}
.Pages .Page .Pad table td .twitter_text {
	font-size: 1.25em !important;
    line-height: 1.5em !important;
    color: #000000 !important;
}
.Pages .Page .Pad table td img.imageborder {
	margin: 0 15px 0 5px !important;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
}
.TabsMain a,
.TabsCommish a {
	background: #dddddd; /* Old browsers */
	background: -moz-linear-gradient(top, #dddddd 0%, #666666 99%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dddddd), color-stop(99%, #666666)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #dddddd 0%, #666666 99%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #dddddd 0%, #666666 99%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #dddddd 0%, #666666 99%); /* IE10+ */
	background: linear-gradient(to bottom, #dddddd 0%, #666666 99%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dddddd', endColorstr='#666666', GradientType=0 ); /* IE6-9 */
}
.TabsMain a.Active,
.TabsCommish a.Active {
	background: #3d87bf; /* Old browsers */
	background: -moz-linear-gradient(top, #3d87bf 0%, #033b59 99%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3d87bf), color-stop(99%, #033b59)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #3d87bf 0%, #033b59 99%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #3d87bf 0%, #033b59 99%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #3d87bf 0%, #033b59 99%); /* IE10+ */
	background: linear-gradient(to bottom, #3d87bf 0%, #033b59 99%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3d87bf', endColorstr='#033b59', GradientType=0 ); /* IE6-9 */
}
.TasbMain a.Active:hover,
.TabsMain a:hover,
.TabsCommish a.Active:hover,
.TabsCommish a:hover {
	background: #666666; /* Old browsers */
	background: -moz-linear-gradient(top, #666666 0%, #000000 99%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #666666), color-stop(99%, #000000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #666666 0%, #000000 99%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #666666 0%, #000000 99%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #666666 0%, #000000 99%); /* IE10+ */
	background: linear-gradient(to bottom, #666666 0%, #000000 99%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666666', endColorstr='#000000', GradientType=0 ); /* IE6-9 */
}
/* League Home Page, Page Specific CSS ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* Scoring Display -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
.scoring-display,
.scoring-display font,
.scoring-display table,
.scoring-display table font {
	font-family: 'arvo', Rockwell, "Lucida Grande", Tahoma, Verdana, Arial, sans-serif;	
}
.scoring-display br {
	display: none !important;
}
.scoring-display table br {
	display: block !important;
}
/* Box Scores Table -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
.side-by-side-name.half-width. {
    height:45px;
    float:left;    
}

.stacked {

}

.box-scores table td {
	padding-left: 0 !important;
    padding-right: 0 !important;
}
.box-scores table td hr {
	margin: 10px 0 !important;
}
#showActual, #showProjected, .actual-stats, .projected-stats, .show-breakdown, .actual-toggle {
	cursor: pointer;
}
/* Standings Table -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
table.standings {
	display: table !important;
    width: 100% !important;
}
table.standings td,
table.standings th {
	padding: 3px;
}
table.standings th {
	background-color: #444444;
    color: #ffffff;
}
.TabView .Pages .Page .Pad table td {
	font-size: 1em;
    color: #000000;
}
.TabView .Pages .Page .Pad table,
.TabView .Pages .Page .Pad table tbody {
    margin-top: 0 !important;
    padding-top: 0 !important;
    margin-right: 0 !important;
    padding-right: 0 !important;
}
#main-modules {
	display: block;
    width: 100%;
}
div.player-stats-overlay {
	display: inline;
    float: left;
    width: 20%;
    text-align: center;
}
div.container {
	height: 90px;
	width: 60px;
	position: relative;
    margin: 0 auto;
}
div.Top-Text {
	background-color: #ffffff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0px;
	opacity: 0;
}
div.Top-Text:hover {
	background-color: #ffffff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0px;
	opacity: 0.7;
    cursor: pointer;
}
div.Top-Text .line {
	display: block;
    width: 100%;
	font-size: 1.25em;
    font-family: 'arvo', Rockwell, "Lucida Grande", Tahoma, Verdana, Arial, sans-serif;
    text-align: center;
    font-weight: bold;
    line-height: 1.5em;
}
div.Top-Text .line:first-child {
	font-size: 2em;
    line-height: 1em;
    margin-top: 0.25em;
}
/* NBA Leaders -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
.nba-leaders {
	display: block;
    width: 100%;
    overflow: hidden;
}
.nba-leaders .player {
	display: inline;
    float: left;
    width: 50%;
    overflow: hidden;
    margin-top: 10px;
}
.nba-leaders .player img {
	display: inline;
    float: left;
    width: 35%;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
}
.nba-leaders .player .stats {
	display: inline;
    float: left;
    width: 60%;
    margin-left: 5%;
	font-family: 'arvo', Rockwell, "Lucida Grande", Tahoma, Verdana, Arial, sans-serif;	
}
/* Accordion -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
#accordion,
#accordion-mobile {
	display: block;
    width: 100%;
	background-color: #dddddd;
    padding-bottom: 10px;
}
#accordion h3,
#accordion-mobile h3 {
    padding: 10px;
    margin: 0 !important;
    cursor: pointer;
    font-size: 1.25em;
    font-weight: normal;
}
#accordion h3 span,
#accordion-mobile h3 span {
	font-weight: bold;
}
#accordion h3:hover,
#accordion h3.ui-state-active,
#accordion-mobile h3:hover,
#accordion-mobile h3.ui-state-active {
	color: #000000;
	background-color: #ffffff;
        border: 2px solid #222222 !important;
}
#accordion h3.ui-state-active:hover,
#accordion-mobile h3.ui-state-active:hover {
	background-color: #dddddd;
}
#accordion div,
#accordion-mobile div {
	padding: 10px;
    background-color: #ffffff;
    border-bottom: 5px solid #444444;
}


#draft-accordion {
	display: block;
    width: 100%;
	background-color: #dddddd;
    padding-bottom: 10px;
}
#draft-accordion h3 {
	padding: 10px;
    margin: 0 !important;
    cursor: pointer;
    font-size: 1.25em;
	//font-family: 'arvo', Rockwell, "Lucida Grande", Tahoma, Verdana, Arial, sans-serif;	
    font-weight: normal;
}
#draft-accordion h3 span {
	font-weight: bold;
}
#draft-accordion h3:hover,
#draft-accordion h3.ui-state-active {
	color: #ffffff;
	background-color: #033b59;
}
#draft-accordion h3.ui-state-active:hover {
	background-color: #444444;
}
#draft-accordion div {
    padding: 10px;
    background-color: #ffffff;
    border-bottom: 5px solid #444444;
}
.network {
    opacity: 0.7;
}

.network:hover {
    opacity:1;
}

.network:hover {
    text-decoration:underline;
}

.splash-container {
    position: relative;
    height:367px;
}

.splash-container img {
    opacity: 0.6;
}

.splash-text {
    position: absolute;
    top: 0;
    width:100%;
}

/* New League Portal */

#league-portal ul {
	list-style:none;
	margin:0; 
	padding:0;
	width:100%;
	margin:0 auto;
	-moz-box-shadow: 0 0 5px #111;
	-webkit-box-shadow: 0 0 5px #111;
	box-shadow: 0 0 5px #111;
}

#league-portal ul li label {
	background: #575e63; /* fallback colour */
	border-top:1px solid #878e98;
	border-bottom:1px solid #33373d;
	color: #fff;
	text-shadow: 0 1px 1px #000;
	letter-spacing: 0.09em;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#575e63), to(#3f4347));
	background: -webkit-linear-gradient(top, #575e63, #3f4347);
	background: -moz-linear-gradient(top, #575e63, #3f4347);
	background: -ms-linear-gradient(top, #575e63, #3f4347);
	background: -o-linear-gradient(top, #575e63, #3f4347);
        font-size: 1.2em;
}

#league-portal ul li input[type='checkbox'] {
	display: none;
}

#league-portal ul li label {
	display:block;
	padding-left:3%;
        padding-right:3%;
        padding-top:10px;
        padding-bottom:0px;
	width:94%;
        height:70px;
}

#league-portal ul li i {
	font-size:18px;
	vertical-align: middle;
	width:20px;
	display:inline-block;
}

#league-portal ul li span {
	display:inline;
	float:left;
	background:#48515c;
	border:1px solid #3c434c;
	border-bottom:1px solid #707781;
	padding:3px 10px 3px 10px;
        margin-left:1px;
        margin-right:1px;
        margin-top:10px;
	font-size:10px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	-moz-box-shadow: inset 0 0 10px #111;
	-webkit-box-shadow: inset 0 0 10px #111;
	box-shadow: inner 0 0 10px #111;
	position:relative;
}

#league-portal ul li label:hover {
	background: #566f82; /* fallback colour */
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#566f82), to(#3e505e));
	background: -webkit-linear-gradient(top, #566f82, #3e505e);
	background: -moz-linear-gradient(top, #566f82, #3e505e);
	background: -ms-linear-gradient(top, #566f82, #3e505e);
	background: -o-linear-gradient(top, #566f82, #3e505e);
}

#league-portal ul li label:hover span {
	background:#3e505e;
}

#league-portal ul li input[type='checkbox']:checked ~ label {
	background: #fef5c1; /* fallback colour */
	border-top:1px solid #878e98;
	border-bottom:1px solid #cb9a15;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#cb9a15), to(#fef5c1));
	background: -webkit-linear-gradient(top, #cb9a15, #fef5c1);
	background: -moz-linear-gradient(top, #cb9a15, #fef5c1);
	background: -ms-linear-gradient(top, #cb9a15, #fef5c1);
	background: -o-linear-gradient(top, #cb9a15, #fef5c1);
}


#league-portal ul li input[type='checkbox']:checked ~ label span {
	background: #2173a1; /* fallback colour */
	border-top:1px solid #1b5f85;
	border-bottom:1px solid #4cb1e4;
	-moz-box-shadow: inset 0 0 5px #111;
	-webkit-box-shadow: inset 0 0 5px #111;
	box-shadow: inner 0 0 5px #111;
}

#league-portal ul li input[type='checkbox']:checked ~ .options {
	height: auto;
	display:block;
	min-height:40px;
	max-height:400px;
}

#league-portal ul ul {
	background:#fff; margin:0; padding:0;
	-moz-box-shadow: inset 0 2px 2px #b3b3b3;
	-webkit-box-shadow: inset 0 2px 2px #b3b3b3;
	box-shadow: inner 0 2px 2px #b3b3b3;
}

#league-portal ul ul li a {
	display:block;
	padding:0px;
	text-decoration:none;
}

#league-portal ul ul li a:hover {
}

#league-portal ul ul li a span {
	color:#999;
	background:none;
	border:1px solid #ccc; 
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

#league-portal ul ul li {
	border-bottom:1px solid #ccc;
}

#league-portal ul ul li:first-child {
	padding-top:6px;
}

#league-portal ul ul li:last-child {
	padding-bottom:6px; border:0;
}

#league-portal .options {
	height: 0;
	display: block;
	overflow: hidden;
}


.league-portal-2018 {
    //border-left: 20px solid #12609b;
    //border-top: 20px solid #12609b;
    padding: 11px 10px;
}


/* Player Profile Page, Page Specific CSS ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* HERE COMES THE BIRTHDAY BOY -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
.birthday-container {
	position: relative;
	display: block;
    width: 100%;
    overflow: hidden;
}
.birthday {
	position: absolute;
    left: 0;
    bottom: 10px;
    width: 100%;
    height: 2em;
    padding: 0.25em 0;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 2px;
    font-size: 1.5em;
    line-height: 1em;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 1);
    /* Fallback for web browsers that don't support RGBa */
    background-color: rgb(0, 0, 0);
    /* RGBa with 0.6 opacity */
    background-color: rgba(0, 0, 0, 0.6);
    /* For IE 5.5 - 7*/
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
    /* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
}
/* Watchlist -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
.watchlist font {
	font-size: 1em !important;
}
/* Peer Ranking Display -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
ol.peer-ranking,
ol.peer-ranking li {
	list-style: decimal !important;
}
ol.peer-ranking {
	margin-left: 25px !important;
    margin-bottom: 8px !important;
}
ol.peer-ranking li {
	font-family: 'arvo', Rockwell, "Lucida Grande", Tahoma, Verdana, Arial, sans-serif;
    color: #666666;
}
ol.peer-ranking li.player {
	color: #000000;
}
ol.peer-ranking li.hide-rank {
	display: none;
}
#rank-toggle.button {
	text-transform: uppercase !important;
    letter-spacing: 1px !important;
	font-size: 0.8em !important;
    line-height: 1.25em !important;
}
/* Player Rating Display -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
.player-rating img {
	width: 1.5em !important;
	padding-right: 10px;
    //margin-bottom: 5px;
}
.player-rating a {
    height: 1.5em;
    vertical-align: top;
    color: #444444;
    text-transform: capitalize;
}
.player-rating span {
	display: inline;
    float: left;
    margin-left: -99999em;
}
.player-rating p {
	margin-bottom: 5px !important;
}
/* Player Rating Display -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
table.stats-at-a-glance {
	width: 100% !important;
        color: #FFFFFF !important;
}
table.stats-at-a-glance th {
	text-align: left;
}
table.stats-at-a-glance td {
	text-align: left;
	font-size: 2em;
    line-height: 1em;
    font-family: 'arvo', Rockwell, "Lucida Grande", Tahoma, Verdana, Arial, sans-serif;
    font-weight: bold;	
}
/* Player Accordion -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
#player-accordion {
	display: block;
    width: 100%;
}
#player-accordion h3 {
	color: #ffffff;
    margin: 0 !important;
    cursor: pointer;
    font-size: 1em;
    line-height: 2.39em;
    text-transform: uppercase;
    letter-spacing: 1px;
	font-family: 'arvo', Rockwell, "Lucida Grande", Tahoma, Verdana, Arial, sans-serif;	
    font-weight: normal;
    text-indent: 10px;
    background: #666666; /* Old browsers */
	background: -moz-linear-gradient(top, #666666 0%, #000000 99%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #666666), color-stop(99%, #000000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #666666 0%, #000000 99%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #666666 0%, #000000 99%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #666666 0%, #000000 99%); /* IE10+ */
	background: linear-gradient(to bottom, #666666 0%, #000000 99%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666666', endColorstr='#000000', GradientType=0 ); /* IE6-9 */
}
#player-accordion h3 span {
	font-weight: bold;
}
#player-accordion h3:hover {
	color: #ffffff;
	background: #3d87bf; /* Old browsers */
	background: -moz-linear-gradient(top, #3d87bf 0%, #033b59 99%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3d87bf), color-stop(99%, #033b59)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #3d87bf 0%, #033b59 99%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #3d87bf 0%, #033b59 99%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #3d87bf 0%, #033b59 99%); /* IE10+ */
	background: linear-gradient(to bottom, #3d87bf 0%, #033b59 99%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3d87bf', endColorstr='#033b59', GradientType=0 ); /* IE6-9 */
}
#player-accordion div {
	padding: 10px 0;
    background-color: #ffffff;
}
/* Player Analysis Table -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
table#player-analysis {
	display: table !important;
	width: 100% !important;
    margin-top: 10px;
}
table#player-analysis th {
	text-align: left;
    border-bottom: 5px solid #dddddd;
    padding-bottom: 5px;
}
table#player-analysis td {
	padding-top: 5px;
    vertical-align: middle;
}
table#player-analysis.boxscores td {
	padding-top: 0 !important;
}
table#player-analysis th.right,
table#player-analysis td.right {
	text-align: right !important;
}
table#player-analysis th.indent,
table#player-analysis td.indent {
	text-indent: 10px !important;
}
/* Player Stats Tabs and Tables -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
.Player-Stats .Pages .Page {
	padding-top: 10px !important;
}
.Player-Stats .Pages .Page .Pad table {
	display: table;
    border-top: none !important;
}
.Player-Stats .Tabs {
    width: 100%;
    display: block;
    overflow: hidden;
}
.Player-Stats .Tabs a {
	display: inline;
    float: left;
	width: 25%;
	padding: 5px 0;
    text-align: left;
    text-indent: 10px;
	font-size: 1em;
    font-family: 'arvo', Rockwell, "Lucida Grande", Tahoma, Verdana, Arial, sans-serif;	
    cursor: pointer;
	color: #ffffff;
}
.Player-Stats .Tabs a {
	background: #dddddd; /* Old browsers */
	background: -moz-linear-gradient(top, #dddddd 0%, #666666 99%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dddddd), color-stop(99%, #666666)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #dddddd 0%, #666666 99%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #dddddd 0%, #666666 99%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #dddddd 0%, #666666 99%); /* IE10+ */
	background: linear-gradient(to bottom, #dddddd 0%, #666666 99%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dddddd', endColorstr='#666666', GradientType=0 ); /* IE6-9 */
}
.Player-Stats .Tabs a.Active {
	background: #3d87bf; /* Old browsers */
	background: -moz-linear-gradient(top, #3d87bf 0%, #033b59 99%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3d87bf), color-stop(99%, #033b59)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #3d87bf 0%, #033b59 99%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #3d87bf 0%, #033b59 99%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #3d87bf 0%, #033b59 99%); /* IE10+ */
	background: linear-gradient(to bottom, #3d87bf 0%, #033b59 99%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3d87bf', endColorstr='#033b59', GradientType=0 ); /* IE6-9 */
}
.Player-Stats .Tabs a.Active:hover,
.Player-Stats .Tabs a:hover {
	background: #666666; /* Old browsers */
	background: -moz-linear-gradient(top, #666666 0%, #000000 99%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #666666), color-stop(99%, #000000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #666666 0%, #000000 99%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #666666 0%, #000000 99%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #666666 0%, #000000 99%); /* IE10+ */
	background: linear-gradient(to bottom, #666666 0%, #000000 99%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666666', endColorstr='#000000', GradientType=0 ); /* IE6-9 */
}
/* Graphs -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
.Player-Stats .Pages .Page .Pad table.legend {
	margin-top: 10px !important;
}
.Player-Stats .Pages .Page .Pad table.bar-graph {
	margin-top: 5px !important;
}
table.legend tr td {
	padding-left: 5px;
    border-bottom: 5px solid #ffffff;
}
table.legend tr td:first-child,
table.legend tr td.colour {
	width: 1.5em !important;
    padding-left: 0 !important;
}
table.legend tr td.colour {
	border-left: 20px solid #ffffff;
}
table.legend tr td:last-child {
	padding-left: 20px !important;
	text-align: right;
}
table.bar-graph tr td,
table.bar-graph tr th {
	text-align: left;
}
table.bar-graph tr th {
	padding-top: 5px;
}
#chart_div, #chart_div2, #chart_div3 {
	width: 100%;
    max-width: 280px;
}
.chart-container {
	width: 100%;
    max-width: 280px;
	display: block;
    overflow: hidden;
    margin: 0 auto;
}
#production-chart {
	display: block; width: 100%; height: 40px; max-width: 350px; margin: 0 auto;
}
#production-chart .production {
	display: inline; text-align: left; float: left; font-weight: bold; width: 9%; font-size: 30px; line-height: 40px;
}
#production-chart .bar {
	display: inline; float: left; width: 80%; height: 40px; background: transparent url('/images/chart-background.jpg') center center no-repeat;
}
#production-chart .bar span {
	display: block; border-radius: 50%; width: 40px; height: 40px; line-height: 40px; 
}
#production-chart .standard {
	display: inline; text-align: right; float: left; font-weight: bold; width: 9%;  font-size: 30px; line-height: 40px;
}
/* Year-End Overview Page Specific CSS ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* Tabs ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
#top250-tabs ul {
	display: block;
    width: 100%;
    margin: 0;
    padding: 0;
}
#top250-tabs ul li {
	display: inline;
    float: left;
    width: 12.5%;
}
#top250-tabs ul li a {
	display: block;
    width: 100%;
    height: 3em;
    text-align: center;
	background: #3d87bf; /* Old browsers */
	background: -moz-linear-gradient(top, #3d87bf 0%, #033b59 99%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3d87bf), color-stop(99%, #033b59)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #3d87bf 0%, #033b59 99%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #3d87bf 0%, #033b59 99%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #3d87bf 0%, #033b59 99%); /* IE10+ */
	background: linear-gradient(to bottom, #3d87bf 0%, #033b59 99%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3d87bf', endColorstr='#033b59', GradientType=0 ); /* IE6-9 */
    color: #ffffff;
    line-height: 3em;
    font-family: 'arvo', Rockwell, "Lucida Grande", Tahoma, Verdana, Arial, sans-serif;
    font-weight: bold;
}
#top250-tabs ul li.ui-tabs-active a,
#top250-tabs ul li a:hover {
	background: #666666; /* Old browsers */
	background: -moz-linear-gradient(top, #666666 0%, #000000 99%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #666666), color-stop(99%, #000000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #666666 0%, #000000 99%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #666666 0%, #000000 99%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #666666 0%, #000000 99%); /* IE10+ */
	background: linear-gradient(to bottom, #666666 0%, #000000 99%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666666', endColorstr='#000000', GradientType=0 ); /* IE6-9 */
}
.rank {
	background: #fef5c1; /* Old browsers */
	background: -moz-linear-gradient(top, #fef5c1 0%, #cb9a15 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fef5c1), color-stop(100%, #cb9a15)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fef5c1 0%, #cb9a15 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fef5c1 0%, #cb9a15 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #fef5c1 0%, #cb9a15 100%); /* IE10+ */
	background: linear-gradient(to bottom, #fef5c1 0%, #cb9a15 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fef5c1', endColorstr='#cb9a15', GradientType=0 ); /* IE6-9 */
	color: #444444;
    border-radius: 50%;
    width: 150px;
    height: 150px;
	font-size: 75px;
    line-height: 150px;
    margin: 10px auto;
    text-align: center;
    font-weight: bold;
    font-family: 'arvo', Rockwell, "Lucida Grande", Tahoma, Verdana, Arial, sans-serif;
	border: 10px solid #444444}
/* Lineups Page Specific CSS ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* Lineup Table ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
.h1-small-font {
	color: #666666;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 0.5em;
    line-height: 1em;
}
.stats-dropdown span,
.teams-dropdown span {
	display: block;
    font-family: 'arvo', Rockwell, "Lucida Grande", Tahoma, Verdana, Arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.stats-dropdown select,
.teams-dropdown select {
	display: block;
    width: 100%;
    font-family: 'arvo', Rockwell, "Lucida Grande", Tahoma, Verdana, Arial, sans-serif;
    margin-bottom: 10px;
}
.sort-toggle {
	display: none;
}
#sortable {
	display: block;
    border: 1px solid #dddddd;
    border-bottom: none !important;
    margin-bottom: 0 !important;
    z-index: 3000;
}
#sortable li {
	display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
    clear: left;
    border-top: 1px solid #dddddd;
}
#sortable li:first-child {
	border: none;
}
#sortable li.ui-state-highlight {
	height: 2.5em;
    text-indent: 0.5%;
    font-size: 1.25em;
    line-height: 2.4em;
    font-family: 'arvo', Rockwell, "Lucida Grande", Tahoma, Verdana, Arial, sans-serif;
    background-color: #ffffff;
}
#lineup-table {
	border-bottom: 10px solid #444444;
    margin-bottom: 15px;
}
#lineup-table span {
	display: inline;
    float: left;
    width: 7%;
    padding: 0.5%;
    line-height: 2.6em;
    font-size: 1.2em;
}
#lineup-table span.portrait {
    width: 3.5% !important;
}
#lineup-table span.pick {
	width: 29% !important;
    /*font-family: 'arvo', Rockwell, "Lucida Grande", Tahoma, Verdana, Arial, sans-serif;*/
    font-size: 1.25em;
    line-height: 1.2em;
    margin-top: 0.1em;
}
#lineup-table span.portrait img {
	width: 100% !important;
}
#lineup-table span.fm {
	text-indent: 1%;
}
#lineup-table span.fm,
#lineup-table span.tfp {
	width: 6.5%;
    font-weight: bold;
    color: #3d87bf;
}
#lineup-table .headings span.fm,
#lineup-table .headings span.tfp {
	color: #ffffff;
    font-weight: normal;
}
#lineup-table span.gfc {
	width: 16.5% !important;
}
#lineup-table span.pctu {
	text-align: right;
    width: 5.5%;
    padding-right: 2%;
}
#lineup-table .headings {
	display: block;
    overflow: hidden;
    color: #ffffff;
    background-color: #444444;
    /*font-family: 'arvo', Rockwell, "Lucida Grande", Tahoma, Verdana, Arial, sans-serif;*/
    white-space: nowrap;
    font-size: 0.8em;
}
/*#lineup-table .headings span.fm,
#lineup-table .headings span.tfp,
#lineup-table .headings span.pctu {
	background-color: #666666;
}*/
#lineup-table span.gfc div {
    display: inline;
    float: left;
    width: 20%;
    border-right: 1px solid #000000;
    line-height: 1em;
    text-align: center;
    margin-top: 1em;
    font-size: 0.8em;
}
#lineup-table span.gfc div:last-child {
	border-right: 0;
    width: 36%;
}
#lineup-table .headings span.gfc div {
    font-size: 1em;
    border-color: #ffffff;
    margin-top: 0.8em;
    line-height: 1em;
    text-decoration: dotted underline;
}
#lineup-change {
	display: inline;
    float: left;
    width: 50%
}
#lineup-change .col-half .button {
	width: 85% !important;
}
#lineup-change .col .button {
	width: 92.5% !important;
}
#lineup-change .owner {
	display: block;
    width: 90%;
    color: #3d87bf;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
    line-height: 2em;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    font-family: 'arvo', Rockwell, "Lucida Grande", Tahoma, Verdana, Arial, sans-serif;
    margin: 15px 0 0;
}
#lineup-change .col2 .button {
	margin-top: 10px;
	width: 96.25% !important;
}
#lineup-change .col2 .button.switch {
	margin-top: 2px !important;
}
#lineup-values {
	display: inline;
    float: left;
    width: 27%;
    font-size: 1.1em;
    line-height: 1.13em;
    font-family: 'arvo', Rockwell, "Lucida Grande", Tahoma, Verdana, Arial, sans-serif;
    padding: 12px 0;
}
#lineup-values .leftover {
	display: inline;
    float: left;
    width: 59%;
    text-align: right;
}
#lineup-values #gfctot {
	display: inline;
    float: left;
	width: 41%;
    text-indent: 2%;
    font-weight: bold;
}
#lineup-score {
	display: inline;
    float: left;
    width: 21%;
    padding-right: 2%;
    text-align: right;
    font-family: 'arvo', Rockwell, "Lucida Grande", Tahoma, Verdana, Arial, sans-serif;
}
#lineup-score span {
	display: block;
}
#lineup-score span#tfptot {
	padding-top: 12px;
    font-size: 3em;
    font-weight: bold;
    color: #3d87bf;
}
#lineup-score span.score {
	color: #033b59;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding-top: 10px;
    font-weight: bold;
}
#lineup-table .next-game {
	font-size: 0.7em;
}
#lineup-table .mute {
	float: right;
    margin: -3em 1em 0 0;
	color: #3d87bf;
	font-size: 0.8em;
}
#lineup-table .mute.muted {
	color: #444444;
}
#lineup-table .mute:hover {
	color: #033b59;
	cursor: pointer;
}
#lineup-table .top-headings {
    display: block;
    background: #444444;
    color: #ffffff;
    line-height: 2em;
    overflow: hidden;
    width: 100%;
    font-size: 0.8em;
    margin-bottom: -0.7em;
    padding-top: 0.3em;
}
#lineup-table .top-headings div {
    display: inline-block;
    float: left;
    text-align: left;
}
#lineup-table .top-headings .spacer {
    width: 8%;
    margin-left: 34.5%;
}
#lineup-table .top-headings .averages,
#lineup-table .top-headings .projections,
#lineup-table .top-headings .breakdown {
	border-bottom: 1px solid #ffffff;
    margin-right: 1%;
}
#lineup-table .top-headings .averages {
	width: 23%;
}
#lineup-table .top-headings .projections {
    width: 15%;
}
#lineup-table .top-headings .breakdown {
	width: 16.5%;
}
#lineup-table span.game-heading {
	font-size: 1em;
    float: none;
    padding: 0;
    line-height: 1em;
    width: auto;
}
/* Vote Specific CSS ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* Active Votes ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
.active-votes .active-vote:first-child {
	border-top: none !important;
    padding-top: 0 !important;
    margin-top: 0 !important;
}

/* Front Facing Pages CSS ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
.gp-ad-block {
	background: transparent url('https://cdn.basketball.sports.ws/sportsws-circle.png') center center no-repeat;
    min-height: 60px !important;
}
/* Free Agent Specific CSS ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
#free_agents #lineup-table span {
	width: 4% !important;
}
#free_agents #lineup-table span.pick {
	width: 34% !important;
}
#free_agents #lineup-table span.fppm,
#free_agents #lineup-table span.pcto {
	text-align: right;
}
#free_agents #lineup-table span.g,
#free_agents #lineup-table span.pos,
#free_agents #lineup-table span.portrait {
	width: 3% !important;
}
#free_agents #lineup-table span.pcto {
	width: 4% !important;
    padding-right: 1.5%;
}
/*#free_agents #lineup-table span.portrait img {
	height: 3em !important;
    width: auto !important;
}*/
#free_agents #lineup-table span.add {
	width: 6% !important;
}
#free_agents #free_agents_results,
#free_agents #current_lineup {
	padding: 0.5em 0;
	margin-bottom: 0 !important;
}
#free_agents #current_lineup {
	display: block;
    overflow: hidden;
    border-bottom: 5px solid #dddddd;
}
#free_agents #free_agents_results li span,
#free_agents #current_lineup li span {
	line-height: 3em !important;
}
#free_agents #free_agents_results li span.pick,
#free_agents #current_lineup li span.pick {
	line-height: 2.4em !important;
}
#free_agents #free_agents_results li span.add a.button,
#free_agents #current_lineup li span.add a.button {
	font-size: 1em !important;
    line-height: 1em !important;
    padding: 1em 0 !important;
}
#free_agents #free_agents_results li span.league,
#free_agents #free_agents_results li span.waivers {
	width: 53% !important;
}
#free_agents #free_agents_results li.searching,
#free_agents #free_agents_results div.meta {
	line-height: 3em;
    font-weight: bold;
    color: #444444;
}
#free_agents #lineup-toggle {
	display: block;
    overflow: hidden;
	background-color: #dddddd;
    text-indent: 1em;
    line-height: 3em;
    cursor: pointer;
}
#free_agents #lineup-toggle:hover {
	background-color: #666666;
    color: #ffffff;
}
#free_agents #current_lineup {
	width: 100% !important;
    display: none;
}
#free_agents #current_lineup li {
	display: block;
    overflow: hidden;
    clear: left;
}
ul#free-agents-lineup {
	display: block;
    width: 100%;
    overflow: hidden;
}
ul#free-agents-lineup li {
	display: block;
    width: 96%;
    margin: 0 0 0.5em 0;
    padding: 2%;
    overflow: hidden;
    background-color: #dddddd;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}
ul#free-agents-lineup li .picture,
ul#free-agents-lineup li .info {
	display: inline;
    float: left;
}
ul#free-agents-lineup li .info {
	padding-left: 0.5em;
}
.stats-dropdown.free-agents select {
	margin-top: 5px !important;
}
.stats-dropdown.free-agents .button {
	font-size: 1em !important;
    margin-left: 10px;
}
#waiver-table .headings {
	display: block;
    overflow: hidden;
	background-color: #444444;
    color: #ffffff;
    font-family: 'arvo', Rockwell, "Lucida Grande", Tahoma, Verdana, Arial, sans-serif;
    text-transform: uppercase;
}
#waiver-table ul {
	clear: left;
    padding-top: 0.5em;
}
#waiver-table li {
	display: block;
    overflow: hidden;
}
#waiver-table span {
	display: inline;
    float: left;
    overflow: hidden;
    padding: 0.5%;
    line-height: 3em;
}
#waiver-table span.portrait {
	height: 3em;
}
/*#waiver-table span.portrait img {
	height: 3em !important;
    width: auto !important;
}*/
#waiver-table span.player {
	width: 39.5%;
}
#waiver-table #waiver-players span.player {
	font-size: 1.25em;
    line-height: 2.4em;
    font-family: 'arvo', Rockwell, "Lucida Grande", Tahoma, Verdana, Arial, sans-serif;
}
#waiver-table span.avail {
	width: 27%;
}
#waiver-table span.interest {
	width: 24%;
}
#waiver-table span.expressed-interest {
	padding-left: 6%;
    padding-right: 0.5%;
    padding-bottom: 0.5em;
    width: 93.5%;
    line-height: 1em;
}
.free-agents-ad {
	padding-top: 2.25em !important;
}
/* Draft Specific CSS ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
#draft-table { width: 100% !important; }
#draft-table th { background-color: #444444; color: #ffffff; font-weight: bold; text-align: left; padding: 0.5em; font-family: 'arvo', Rockwell, "Lucida Grande", Tahoma, Verdana, Arial, sans-serif; }
#draft-table tr th:first-child { border-left: 1px solid #444444; }
#draft-table tr th:last-child { border-right: 1px solid #444444; }
#draft-table tr td:first-child { border-left: 1px solid #dddddd; }
#draft-table tr td:last-child { border-right: 1px solid #dddddd; }
#draft-table td { padding: 0.5em; vertical-align: middle; border-bottom: 1px solid #dddddd; }
#draft-table td.comments { padding: 0; border: none; background-color: #dddddd; }
#draft-table td.comments div div { padding: 0 0.5em !important; line-height: 2em; !important; background: transparent !important; margin-left: 0 !important; }
#draft-table td.comments div div div { padding: 0 !important; }
#draft-table td.comments div div form textarea { width: 95%; }
#draft-table td.comments div div form a { display: block; padding: 0.5em 0; }
#draft-table td.comments div div table td { vertical-align: top; padding: 0 0.5em 0.5em 0 !important; }
#draft-table td.comments div div table td a { padding-right: 0; }
#draft-table td.comments div div table td br { display: none; }
#draft-table td.comments div img { padding-top: 0.25em; }
#draft-table td.comments div:nth-child(3) { clear: both; }
#draft-table td.comments div div p { display: block; clear: both;}
#draft-table td.comments div div a { padding-right: 0.5em; }
#draft-table td.comments div.stats { padding: 0 0.5em; display: block; overflow: hidden; }
#draft-table td.comments div.stats div.portrait { padding: 0 0.5em 0 0 !important; display: inline; float: left; }
#draft-table td.comments div.stats div.portrait img { width: auto !important; height: 6em !important; }
#draft-table td.comments div.stats div.stats { padding: 0 1em 0 0 !important; display: inline !important; float: left !important; clear: none !important; }

#draftlist { display: block; border: 1px solid #dddddd; margin: -1px; height: 18em; overflow-y: scroll; }
#playerlist { display: block; border: 1px solid #dddddd; margin: -1px; height: 25em; overflow-y: scroll; }

/*
#draftlist { display: block; border: 1px solid #dddddd; margin: -1px; height: 18em; overflow-y: scroll; padding: 0.5em; }
#playerlist { display: block; border: 1px solid #dddddd; margin: -1px; height: 35em; overflow-y: scroll; padding: 0.5em; }
#draftlist ul li, #playerlist ul li { display: block; width: 100%; overflow: hidden; margin-top: 0.5em; }
#draftlist ul li:first-child, #playerlist ul li:first-child { margin-top: 0; }
#draftlist ul li div { display: inline; float: left; width: 8%; padding-left: 2%; }
#draftlist ul li div:first-child { width: 70%; padding-left: 0; }
#playerlist ul li div { display: inline; float: left; width: 13%; padding-left: 2%; }
#playerlist ul li div:first-child { width: 85%; padding-left: 0; }
*/

.queue-button {
    font-weight: bold;
    color: #ffffff;
    background-color: #444444;
    padding: 5px;
    margin: 1px;
}

.queue-button:hover {
    background-color: #dddddd;
}

a.queue-button {
    color: #ffffff;
}

.draft-now-button {
    font-weight: bold;
    color: #000000;
    background-color: #cb9a15;
    padding: 5px;
    margin: 1px;
}

a.draft-now-button {
    color: #000000;
}



/* Toys Specific CSS ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
#toys-player-stats li { padding: 0.5em 0; border-bottom: 1px solid #dddddd; font-size: 1.25em; }
#toys-player-stats li:first-child { padding-top: 0 !important; }
#toys-player-stats li:last-child { border-bottom: none !important; }

/* Trash Talk Specific CSS ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

#post_box .column-inner { margin: 0 !important; }

/* Commish/User Profile CSS ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
ul.tabs-nav { display: block; width: 100%; margin: 0; overflow: hidden; border-bottom: 2px solid #033b59; }
ul.tabs-nav li { display: inline; float: left; overflow: hidden; font-family: 'arvo', Rockwell, "Lucida Grande", Tahoma, Verdana, Arial, sans-serif; padding: 0.5em 1em; margin: 0 0.25em 0 0; border-radius: 5px 5px 0 0; -moz-border-radius: 5px 5px 0 0; -webkit-border-radius: 5px 5px 0 0;  }
ul.tabs-nav li:last-child { margin-right: 0; }
ul.tabs-nav li a { color: #ffffff; }
ul.tabs-nav li.tabs-selected { 
	background: #3d87bf; /* Old browsers */
	background: -moz-linear-gradient(top, #3d87bf 0%, #033b59 99%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3d87bf), color-stop(99%, #033b59)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #3d87bf 0%, #033b59 99%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #3d87bf 0%, #033b59 99%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #3d87bf 0%, #033b59 99%); /* IE10+ */
	background: linear-gradient(to bottom, #3d87bf 0%, #033b59 99%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3d87bf', endColorstr='#033b59', GradientType=0 ); /* IE6-9 */
}
ul.tabs-nav li.tabs-unselected {
	background: #666666; /* Old browsers */
	background: -moz-linear-gradient(top, #666666 0%, #000000 99%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #666666), color-stop(99%, #000000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #666666 0%, #000000 99%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #666666 0%, #000000 99%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #666666 0%, #000000 99%); /* IE10+ */
	background: linear-gradient(to bottom, #666666 0%, #000000 99%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666666', endColorstr='#000000', GradientType=0 ); /* IE6-9 */
}
ul.tabs-nav li:hover { background: #3d87bf; }
.loader { visibility: hidden; }

/* Donation Slider CSS ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

#slider {
/*hide the window*/
position:fixed;
bottom:-265px;
right:0px; 
 
/*set the size and background color*/
height:295px; width:40%;
margin-left:30%;
margin-right:30%;
padding:15px;
text-align:center;

/*add border*/
border-top:1px solid #000;
border-left:1px solid #000;
border-right:1px solid #000;

/*add shadow*/
-moz-box-shadow: 0px 0px 15px #888;
-webkit-box-shadow: 0px 0px 15px #888;
box-shadow: 0px 0px 15px #888; 
}

#slider .hide { position: absolute; right: -20px; top: -10px; color: #ffffff; padding: 5px; background-color: #444444; border-radius: 5px; font-family: 'arvo', Rockwell, "Lucida Grande", Tahoma, Verdana, Arial, sans-serif; }
#slider .hide:hover { background-color: #666666; cursor: pointer; }

span.donor { font-size: 1.125em; font-weight: bold; padding-bottom: 1px; border-bottom: 1px dotted #12609b; margin-bottom: -2px; font-family: 'arvo', Rockwell, "Lucida Grande", Tahoma, Verdana, Arial, sans-serif; }

/* Daily Dubs CSS ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

h1.daily-dubs {
    font-size: 9em;
    letter-spacing: 1px;
    color: #444444;
    line-height: 0.9em;
    margin-bottom: 0;
    text-align: center;
}
h1.daily-dubs:first-line {
    font-size: 0.85em;
    letter-spacing: 2px;
    color: #666666;
}
h1.big-timer {
    font-size: 5em;
    letter-spacing: 1px;
    color: #444444;
    line-height: 0.9em;
    margin-bottom: 0;
}
/* Keeper stuff */

.keeper-headshots {
	opacity: 0.5;
}
.keeper-headshots.chosen {
	opacity: 1;
}

/* Schedule CSS ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

.game-day-calendar { display: block; margin: 10px; }
.game-info-calendar { display: block; margin: 0 10px 10px 10px; }

.sticky {
    height:86px;
}
.selective-column-inner {
    margin-left: 20px;
}

.right-half {
    padding-left:5px;
}

.left-half {
    padding-right:5px;
}

/* Fix for overflow without responsive design for the social media in the header -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
@media only screen and (max-width: 1200px) {
.sticky {
    height:160px;
}
.social-header-block {
	display: none !important;
}
}
/* Interim Step -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
@media only screen and (min-width:760px) and (max-width: 1200px) {
.sticky {
    height:160px;
}
.selective-column-inner {
    margin-left: 20px;
}
.right-half {
    padding-left:5px;
}

.left-half {
    padding-right:5px;
}

/* Blocks -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
.thirds {
        width: 33%;
}
.interim-hide {
	display: none !important;
}
.col-half, .col {
	width: 50%;
}
.col2, .columns, .col2point5 {
	width: 100%;
}
.col-half.trailing,
.col.trailing {
	width: 100% !important;
}
.col.trailing-center {
	width: 50%;
    margin-left: 25%;
    margin-right: 25%;
}
.cancel-rounding-mobile {
	border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
}
.half-width.ignore-interim {
	width: 50% !important;
}
.col.ignore-interim {
	width: 33.33% !important;
}
.col2.ignore-interim {
	width: 66.34% !important;
}
.col-half.ignore-mobile { width: 15% !important; }
.col2point5.ignore-mobile { width: 85% !important; }

.desktop-hide-only, .desktop-only-hide { display: block !important; }

/* Clears -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
.clear-3col {
	clear: none;
}
.clear-2col {
	clear: both;
}
.clear-both {
        clear:both;
}
/* Header -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
.header-wrap-inner {
	/*width: 98%;*/
}
.social-header-block {
	display: none;
}
.login-header-block {
	width: 100%;
}
.header_block .logo {
	display: block;
	float: none;
	margin: 0 auto;
    padding: 10px;
    height:50px;
}
.header_block .header_banner {
	display: block;
	clear: left;
	float: none !important;
	padding-top: 10px;
	width: 100%;
	border-top: 1px solid #dddddd;
}

.header_banner div {
    margin: 0 auto !important;
}

/* Navigation -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
#menu-bar ul {
	width: 100%;
	height: auto;
}
#menu-bar ul li {
	width: 25%;
}
#menu-bar ul li a {
	width: 100%;
	padding: 0;
	text-indent: 20px;
	border: none;
}
#menu-bar ul li a:before {
	content: "» ";
}
#menu-bar ul.quick-nav {
	display: none;
	border-top: 1px solid #000000;
}
#menu-bar ul.quick-nav li {
	border: none !important;	
}
#menu-bar ul.quick-nav li ul {
	border-top: 1px solid #000000;
}
#menu-bar ul.quick-nav li ul li a {
	text-indent: 40px;
	border-top: 1px solid #666666;
    border-bottom: 1px solid #000000;
}
#menu-bar ul.quick-nav,
#menu-bar ul.quick-nav li {
	width: 100% !important;
}
#menu-bar #header_menu_search {
	display: block;
	width: 100%;
	clear: left;
	float: left;
	padding: 5px 0;
	background-color: #033b59;
}
#menu-bar #header_menu_search form {
	display: block;
	padding: 5px 20px;
}
#menu-bar #header_menu_search input {
	display: block;
	width: 100% !important;
	margin: 0;
	padding: 2px 0;
	border: none;
	text-indent: 25px;
}
#menu-bar #quick-toggle {
	display: block;
}
/* Footer -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
.global, #footer {
    width: 98%;
    //padding-bottom: 110px;
}
#footer ul.sport_links {
	clear: left;
	float: left;
	height: auto;
	overflow: hidden;
}
#footer ul.sport_links li, #footer ul.sport_links li a {
	padding-left: 0;
	margin-left: 0;
	border-left: none;
}
#footer ul.sport_links li a {
	padding-right: 5px;
	margin-right: 5px;
	border-right: 1px solid #ffffff;
}
#footer ul.sport_links li:last-child a, #footer ul.sport_links li.narrow-last a {
	border-right: none;
}
#footer ul.sport_links li.narrow-first {
	clear: left;
}
#footer .footer_links {
	display: block;
	clear: both;
	width: 100%;
	margin-top: 5px;
	text-align: left;
}
a.ad-free {
    height: 20px !important;
    line-height: 20px !important;
    display: block !important;
    margin: 10px !important;
    position: initial;
    right: initial;
    top: initial;
    width: auto;
}
.center-ad {
	margin: 10px auto 0 auto !important;
}
.fixed-footer {
	height: 160px;
}

/* Player Page -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
.player-picture {
	width: 25% !important;
}
.player-bio {
	width: 75% !important;
}
.max-image {
	max-width: 200px !important;
}
#top250-tabs ul li {
	display: inline;
    float: left;
    width: 25%;
}
#top250-tabs .col .col,
#top250-tabs .half-width .col,
#top250-tabs .columns .col-half {
	width: 20%
}
#top250-tabs .col .col2,
#top250-tabs .half-width .col2,
#top250-tabs .columns .col2 {
	width: 80% !important;
}
.rank {
	display: none;
}
/* Lineups Page Specific CSS ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
#lineup-table {
	font-size: 0.9em !important;
}
#lineup-change .col-half .button,
#lineup-change .col .button {
	width: 95% !important;
}
#lineup-change .owner {
	width: 97.5% !important;
}
#lineup-change .col2 .button {
	width: 97.5% !important;
}
#lineup-values {
	padding-top: 5px !important;
}
#lineup-values .leftover {
	font-size: 0.9em;
}
.lineup-player-photo {
	width: 15% !important;
}
.lineup-player-analysis {
	width: 85% !important;
}
/* Join a Team Page Specific CSS ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
.col-half.directory {
	width: 15%;
}
.col2point5.directory {
	width: 85%;
}
.col2point5.directory .col {
	width: 33.33%;
}
.col2point5.directory .col .column-inner {
	margin-bottom: 20px !important;
}
.col2point5.directory .col .column-inner .nospacedtable {
	margin-bottom: 10px;
}
/* Free Agents Page Specific CSS ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
.free-agents-ad {
	padding-top: 0 !important;
}
.draft-buttons .col { width: 33.33% !important; }

/* Daily Dubs CSS ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

h1.daily-dubs:first-line {
	font-size: 1em;
    letter-spacing: 1px;
    color: #444444;
}

/* Schedule CSS ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

.game-day-calendar { display: block; margin: 5px; }
.game-info-calendar { display: block; margin: 0 5px 5px 5px; }

}


/* Mobile Step -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
@media only screen and (max-width: 759px) {
.sticky {
    height:0px;
}
.selective-column-inner {
    margin: 0;
}
.right-half {
    padding-left:0px;
}

.left-half {
    padding-right:0px;
}
.column-inner {
	margin: 5px 5px 0;
}
/* Globals -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
.mobile-hide {
	display: none !important;
}
.desktop-hide { display: block !important; }

.desktop-hide-only, .desktop-only-hide { display: block !important; }
table.desktop-hide { display: table !important; }
tr.desktop-hide { display: table-row !important; }
td.desktop-hide { display: table-cell !important; }

.mobile-small-font {
	font-size: 0.8em;
    line-height: 1.5em;
}

.mobile-normal-font { font-size: 1em !important; }

h1.big-headline {
    font-size: 50px;
    font-size: 11vw;
    letter-spacing: 3px;
    color: #444444;
    line-height: 1em;
    margin-bottom: 0;
    //text-align: center;
    border-left: 10px solid #12609b;
    border-top: 10px solid #12609b;
    padding: 10px 0 0 10px;
}
h1.big-headline:first-line {
    font-size: 1.25em;
    letter-spacing: 2px;
    color: #666666;
}

h1.promo-headline {
    font-size: 50px;
    font-size: 11vw;
    letter-spacing: 3px;
    color: #444444;
    line-height: 1.2em;
    margin-bottom: 0;
    //text-align: center;
    border-left: 10px solid #12609b;
    border-top: 10px solid #12609b;
    padding: 10px 0 0 10px;
}
h1.promo-headline:first-line {
    font-size: 1.25em;
    letter-spacing: 2px;
    color: #666666;
}

h1.profile-headline {
    font-size: 50px;
    font-size: 6vw;
    letter-spacing: 3px;
    color: #EFEFEF;
    margin-bottom: 0;
    padding:10px;
}
h1.profile-headline:first-line {
    font-size: 8vw;
    letter-spacing: 2px;
    color: #dddddd;
}


.game-log-font {
    font-size: 0.8em;
    line-height: 1.5em;
}

.profile-summary-font {
    font-size: 1em;
    line-height: 1.5em;
}

.league-portal-2018 {
    //border-left: 10px solid #12609b;
    //border-top: 10px solid #12609b;
    padding: 5px;
}

.league-portal-headline {
    font-size:1.2em;
    line-height:1.4em;
}

.splash-container {
    position: relative;
    height:397px;
}

.networkUser {
    font-size: 0.8em;
    line-height: 1.5em;
}

.networkOverall {
    font-size: 0.8em;
    line-height: 1.5em;
}

body {
	min-width: 400px;
	background-image: none;
	background-color: #000000;
	background-image: -webkit-gradient(  linear,  left top,  left bottom,  color-stop(0, #033b59),  color-stop(1, #000000)  );
	background-image: -o-linear-gradient(bottom, #033b59 0%, #000000 100%);
	background-image: -moz-linear-gradient(bottom, #033b59 0%, #000000 100%);
	background-image: -webkit-linear-gradient(bottom, #033b59 0%, #000000 100%);
	background-image: -ms-linear-gradient(bottom, #033b59 0%, #000000 100%);
	background-image: linear-gradient(to bottom, #033b59 0%, #000000 100%);
}
.cancel-rounding-mobile {
	border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
}
/* Header -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
.header-wrap {
	display: inline;
	float: left;
	margin-left: -99999em;
}
.header-wrap.logged-in {
	display: block !important;
    float: none !important;
    width: 98% !important;
    margin: -33px auto 0 auto !important;
    position: relative;
    overflow: visible;
    height: auto !important;
}
#mobile-toggle {
margin-top:40px;
	display: block !important;
    width: 100%;
    font-size: 1.5em;
   	line-height: 40px;
    font-weight: bold;
    text-indent: 20px;
    cursor: pointer;
}
#mobile-toggle:after {
	content: " ↓";
}
.user-menu {
	display: none;
    width: auto;
}
.header-wrap.logged-in .login-header-block {
	color: #ffffff;
	background: #000000;
	display: block;
    width: 100%;
}
.user-menu-gradient, .scrolling-marquee {
	display: none;
}
/* reset the header-wrap links if logged in */
.header-wrap.logged-in .login-header-block ul,
.header-wrap.logged-in .login-header-block ul li,
.header-wrap.logged-in .login-header-block ul li input#show_login,
.header-wrap.logged-in .login-header-block ul li a,
.header-wrap.logged-in .login-header-block ul li a:hover,
.header-wrap.logged-in .login-header-block ul li ul,
.header-wrap.logged-in .login-header-block ul li ul li,
.header-wrap.logged-in .login-header-block ul li ul li a,
.header-wrap.logged-in .login-header-block ul li ul li a:hover {
	display: block !important;
    margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	font-size: 100% !important;
	font: inherit !important;
	vertical-align: baseline !important;
    list-style: none !important;
    float: none !important;
    overflow: hidden !important;
    text-align: left !important;
    position: static !important;
    background: transparent !important;
}
.header-wrap.logged-in .login-header-block ul li input#show_login { 
	width: 100%;
    text-indent: 1.25em;
}
.header-wrap.logged-in .login-header-block ul {
	border-bottom: 1px solid #666666 !important;
}
.header-wrap.logged-in .login-header-block ul li {
	width: auto !important;
	line-height: 40px !important;
	font-size: 1.5em !important;
	font-weight: bold !important;
    text-indent: 20px !important;
    border-top: 1px solid #666666 !important;
}
.header-wrap.logged-in .login-header-block ul li a:hover,
.header-wrap.logged-in .login-header-block ul li ul li a:hover,
.header-wrap.logged-in .login-header-block ul li input#show_login:hover {
	background-color: #666666 !important;
}
.header-wrap.logged-in .login-header-block ul li ul {
	border-top: 1px solid #000000 !important;
}
.header-wrap.logged-in .login-header-block ul li ul li {
	width: 100% !important;
	border-bottom: 1px solid #000000 !important;
    border-top: 1px solid #666666 !important;
    text-indent: -1em !important;
}
.header-wrap.logged-in .login-header-block ul li ul li:first-child {
	border-bottom: 1px solid #000000 !important;
}
.header-wrap.logged-in .login-header-block ul li ul li a,
.header-wrap.logged-in .login-header-block ul li ul li a:hover {
	width: auto !important;
	padding: 0 20px 0 50px !important;
}
.header_block .logo {
	display: block;
	float: none;
	margin: 0 auto;
    padding: 10px;
}

.header_block .header_banner {
    display: block;
    width: 100%;
    padding-top: 10px;
    border-top: 1px solid #dddddd;
    margin-top: 10px;
    float: none !important;
}

.header_banner div {
    margin: 0 auto !important;
}
.header-search {
	height: 40px;
    position: fixed;
}
.header-search a {
	width: 40px;
    height: 40px;
    border-radius: 20px 0 0 20px;
    text-indent: 40px;
    line-height: 40px;
}
#loginform,
#search-lightbox {
	width: 392px !important;
    max-width: initial !important;
    min-width: initial !important;
}
#loginform {
	margin-left: 4px !important;
}
/* Header banner -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
.header-banner {
	display: block;
    //height: 90px;
    margin-top: 10px;
    text-align: center;
}
/* Navigation -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
#top-menu-toggle {
	font-size: 1.25em;
   	line-height: 40px;
    font-weight: bold;
    text-indent: 20px;
    color: #ffffff;
    display: block;
    float: none;
    width: 100%;
	background: #3d87bf; /* Old browsers */
	background: -moz-linear-gradient(top, #3d87bf 0%, #033b59 99%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3d87bf), color-stop(99%, #033b59)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #3d87bf 0%, #033b59 99%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #3d87bf 0%, #033b59 99%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #3d87bf 0%, #033b59 99%); /* IE10+ */
	background: linear-gradient(to bottom, #3d87bf 0%, #033b59 99%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3d87bf', endColorstr='#033b59', GradientType=0 ); /* IE6-9 */
}
#top-menu-toggle:hover,
#top-menu-toggle:focus {
	cursor: pointer;
	background: #666666; /* Old browsers */
	background: -moz-linear-gradient(top, #666666 0%, #000000 99%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #666666), color-stop(99%, #000000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #666666 0%, #000000 99%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #666666 0%, #000000 99%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #666666 0%, #000000 99%); /* IE10+ */
	background: linear-gradient(to bottom, #666666 0%, #000000 99%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666666', endColorstr='#000000', GradientType=0 ); /* IE6-9 */
}
#top-menu-toggle:after {
	content: "Navigation ↓";
}
#menu-bar {
	background: #000000 !important;
}
#menu-bar ul#top-menu {
	display: none;
}
#menu-bar ul {
	float: none;
	width: 100%;
	background: #3d87bf; /* Old browsers */
	background: -moz-linear-gradient(top, #3d87bf 0%, #033b59 99%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3d87bf), color-stop(99%, #033b59)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #3d87bf 0%, #033b59 99%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #3d87bf 0%, #033b59 99%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #3d87bf 0%, #033b59 99%); /* IE10+ */
	background: linear-gradient(to bottom, #3d87bf 0%, #033b59 99%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3d87bf', endColorstr='#033b59', GradientType=0 ); /* IE6-9 */
}
#menu-bar ul li {
	width: 100%;
    border-bottom: 1px solid #033b59;
	border-top: 1px solid #3d87bf;
}
#menu-bar ul li a {
	width: 100%;
	padding: 0;
	text-indent: 20px;
	border: none;
}
#quick-container {
	clear: both;
	display: block;
    width: 100%;
    z-index: 999;
}
#menu-bar ul.quick-nav {
	display: none;
	border-top: 1px solid #000000 !important;
    border-bottom: 1px solid #666666 !important;
}
#menu-bar ul.quick-nav li {
	width: 100% !important;
	border: none !important;	
}
#menu-bar ul.quick-nav li a {
	border-top: 1px solid #666666;
    border-bottom: none !important;
}
#menu-bar ul li a:before {
	content: "» ";
}
#menu-bar #header_menu_search {
	display: block;
	width: 100%;
	clear: left;
	float: left;
	padding: 5px 0;
	background-color: #033b59;
    border-top: 1px solid #3d87bf;
}
#menu-bar #header_menu_search form {
	display: block;
	padding: 5px 20px;
}
#menu-bar #header_menu_search input {
	display: block;
	width: 100% !important;
	margin: 0;
	padding: 2px 0;
	border: none;
	text-indent: 25px;
}
#menu-bar #quick-toggle {
	display: block;
}
/* Blocks -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
.global {
    width: 98%;
    margin-top: 0px !important;
    padding-top: 40px;
}
.global.logged-in {
	margin-top: 0px !important;
}
.col-half, .col, .col2, .half-width, .col2point5, .columns, .thirds {
	width: 100%;
}
.half-width.ignore-mobile {
	width: 50% !important;
}
.col-half.ignore-mobile { width: 20% !important; }
.col2point5.ignore-mobile { width: 80% !important; }
.col.ignore-interim {
	width: 33.33% !important;
}
.col.ignore-interim.full-mobile {
	width: 100% !important;
}
.col2.ignore-interim {
	width: 66.34% !important;
}
/* Footer -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
#footer {
	width: 96%;
    padding-bottom: 50px;
}
#footer .logo_link {
	display: block;
	width: 100%;
	margin: 0 auto 5px;
	float: none;
	padding: 0 0 5px;
	border-bottom: 5px solid #033b59;
}
#footer ul.sport_links {
	display: block;
	width: 100% !important;
	height: auto;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
#footer ul.sport_links li {
	width: 100% !important;
	padding: 0;
	margin: 0;
}
#footer ul.sport_links li a {
	display: inline;
	float: left;
	width: 100% !important;
	border-bottom: 1px solid #033b59;
	border-left: none;
	color: #ffffff;
	padding: 0;
	margin: 0;
    font-size: 1.25em;
	line-height: 2.5em;
}
#footer .footer_links {
	display: block;
	clear: both;
	text-align: left;
    font-size: 1.25em;
	line-height: 2.5em;
}
#footer ul.sport_links li a:hover, #footer .footer_links a:hover {
	color: #cb9a15;
}
a.ad-free {
    height: 20px !important;
    line-height: 20px !important;
    font-size: 0.8em;
    display: block !important;
    margin: 10px !important;
    position: initial;
    right: initial;
    top: initial;
    width: auto;
}
.center-ad {
	width: 100% !important;
    min-width: 400px;
	margin: 10px auto 0 auto !important;
    box-shadow: none !important;
}
.fixed-footer {
	height: 120px;
    min-width: 400px;
}


/* Player Page -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
.analysis-toggle {
	padding: 10px;
    font-family: 'arvo', Rockwell, "Lucida Grande", Tahoma, Verdana, Arial, sans-serif;
    color: #ffffff;
    letter-spacing: 1px;
    text-transform: uppercase;
	background: #666666; /* Old browsers */
	background: -moz-linear-gradient(top, #666666 0%, #000000 99%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #666666), color-stop(99%, #000000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #666666 0%, #000000 99%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #666666 0%, #000000 99%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #666666 0%, #000000 99%); /* IE10+ */
	background: linear-gradient(to bottom, #666666 0%, #000000 99%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666666', endColorstr='#000000', GradientType=0 ); /* IE6-9 */
    font-weight: normal;
    cursor: pointer;
}
.analysis-toggle:after {
	content: "+";
    float: right;
}
.analysis-toggle.open {
	background: #3d87bf; /* Old browsers */
	background: -moz-linear-gradient(top, #3d87bf 0%, #033b59 99%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3d87bf), color-stop(99%, #033b59)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #3d87bf 0%, #033b59 99%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #3d87bf 0%, #033b59 99%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #3d87bf 0%, #033b59 99%); /* IE10+ */
	background: linear-gradient(to bottom, #3d87bf 0%, #033b59 99%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3d87bf', endColorstr='#033b59', GradientType=0 ); /* IE6-9 */
}
.analysis-toggle.open:after {
	content: "-";
    float: right;
}
.analysis-content {
	display: none;
    padding: 10px;
    border: 1px solid #dddddd;
    border-radius: 0px 0px 10px 0;
}
.birthday {
	position: relative;
    width: 100%;
    height: 2em;
    padding: 0.5em 0;
    margin-top: 10px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 0;
    font-size: 0.8em;
    line-height: 1em;
    text-shadow: none;
    background-color: #000000;
}
table#player-analysis {
	font-size: 0.8em !important;
}
table#player-analysis th,
table#player-analysis td {
	width: auto !important;
}
table#player-analysis.historical th,
table#player-analysis.historical td {
	width: initial !important;
}
.Player-Stats .Tabs a {
	width: 100% !important;
    text-transform: uppercase;
    letter-spacing: 1px;
	background: #666666; /* Old browsers */
	background: -moz-linear-gradient(top, #666666 0%, #000000 99%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #666666), color-stop(99%, #000000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #666666 0%, #000000 99%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #666666 0%, #000000 99%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #666666 0%, #000000 99%); /* IE10+ */
	background: linear-gradient(to bottom, #666666 0%, #000000 99%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666666', endColorstr='#000000', GradientType=0 ); /* IE6-9 */
}
.Player-Stats .Tabs a:hover,
.Player-Stats .Tabs a.Active:hover {
	background: #3d87bf; /* Old browsers */
	background: -moz-linear-gradient(top, #3d87bf 0%, #033b59 99%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3d87bf), color-stop(99%, #033b59)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #3d87bf 0%, #033b59 99%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #3d87bf 0%, #033b59 99%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #3d87bf 0%, #033b59 99%); /* IE10+ */
	background: linear-gradient(to bottom, #3d87bf 0%, #033b59 99%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3d87bf', endColorstr='#033b59', GradientType=0 ); /* IE6-9 */
}
.half-width .margin-left {
	margin-left: 0 !important;
}
.half-width .margin-right {
	margin-right: 0 !important;
}
.player-picture {
	width: 25% !important;
}
.player-bio {
	width: 75% !important;
}
.player-bio p {
	font-size: 1em !important;
}
.player-bio p.double-margin-top {
	margin-top: 10px !important;
}
#team-toggle {
	font-size: 1em !important;
    margin-bottom: 10px !important;
}
.full-team .button {
	font-size: 1em !important;
}
/* Year-End Overview Page Specific CSS ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* Tabs ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
#top250-tabs ul li {
	display: inline;
    float: left;
    width: 100%;
}
#top250-tabs .col .col,
#top250-tabs .half-width .col,
#top250-tabs .columns .col-half {
	width: 20%
}
#top250-tabs .col .col2,
#top250-tabs .half-width .col2,
#top250-tabs .columns .col2 {
	width: 80% !important;
}
#top250-tabs .col .col2 .button,
#top250-tabs .half-width .col2 .button,
#top250-tabs .columns .col2 .button {
	font-size: 1em !important;
    letter-spacing: 1px;
    text-transform: uppercase;
}
#top250-tabs .col .col2 .gp-font.block,
#top250-tabs .half-width .col2 .gp-font.block,
#top250-tabs .columns .col2 .gp-font.block {
	font-size: 1.5em;
}

#top250-tabs .half-width .col2 .normal-font,
#top250-tabs .half-width .col2 .big-font,
#top250-tabs .half-width .col2 .big-big-font,
#top250-tabs .columns .col2 .normal-font,
#top250-tabs .columns .col2 .big-font,
#top250-tabs .columns .col2 .big-big-font {
	font-size: 1em !important;
}
/* Lineup Page Specific CSS ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
.stats-dropdown select {
	margin-bottom: 0 !important;
}
.teams-dropdown select {
	margin-bottom: 20px !important;
}
.sort-toggle {
	display: block;
}
#lineup-table {
    white-space: nowrap;
}
#lineup-table .portrait {
	display: none;
}
#lineup-table span {
	width: 10.5% !important;
    padding: 1%;
    line-height: 1.5em;
}
#lineup-table span.pick {
    width: 99% !important;
    padding: 2% 0.5% 0 0.5%;
    line-height: 1em !important;
    padding-top: 2%;
}
#lineup-table .next-game {
    font-size: 1em;
    display: inline;
    margin-left: 0.5em;
    padding-left: 0.5em;
    border-left: 1px solid #000000;
}
#lineup-table span.mute {
	margin: -0.8em 0 0 0;
    width: auto !important;
}
#sortable span.pos {
	clear: left;
}
#lineup-table span,
#lineup-table span.pick {
	font-size: 1em;
}
#lineup-table span.pos,
#lineup-table span.min {
	width: 9.5% !important;
}
#lineup-table span.gfc {
	width: 31.5% !important;
}
#lineup-table span.fm,
#lineup-table span.tfp {
	width: 7% !important;
}
#lineup-table span.pctu {
	width: 9% !important;
	padding-right: 2%;
    text-align: right;
}
#lineup-table span.gfc div {
	margin-top: 0;
    font-size: 1em;
    line-height: 1.5em;
}
#lineup-table .headings span.gfc div {
    font-size: 1em;
    border-color: #ffffff;
    margin-top: 0.8em;
    line-height: 1em;
    text-decoration: dotted underline;
}
#lineup-table .headings span.gfc div {
    margin-top: 0.25em;
}
#lineup-table .top-headings {
	margin-bottom: 0;
}
#lineup-table .top-headings .spacer {
    width: 0%;
    margin-left: 0;
}
#lineup-table .top-headings .averages {
    width: 46%;
    margin-left: 1%;
}
#lineup-table .top-headings .projections {
    width: 19%;
}
#lineup-table .top-headings .breakdown {
    width: 31%;
}
#lineup-change {
	width: 48% !important;
}
#lineup-change .col-half {
	width: 49% !important;
}
#lineup-change .col-half .button {
	width: 95% !important;
}
#lineup-change .col .button {
	width: 95% !important;
}
#lineup-change .owner {
	width: 95% !important;
}
#lineup-change .col2 .button {
	width: 95% !important;
}
#lineup-values {
	padding-top: 5px !important;
}
#lineup-values .leftover {
	display: none;
}
#lineup-values {
	width: 21.5% !important;
    text-indent: 1%;
}
#lineup-values #gfctot {
	width: 100%;
}
#lineup-score {
	width: 29.5% !important;
    padding-right: 1% !important;
}
.headings span {
	font-size: 0.85em;
}
.headings span.pick {
	display: none !important;
}
.lineup-player-photo {
	width: 8% !important;
    padding-left: 2% !important;
}
.lineup-player-analysis {
	width: 90% !important;
}
/* Front Facing Pages CSS ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
.gp-ad-block {
    min-height: auto !important;
}
.gp-ad-block .sws-general-responsive-1 { margin-bottom: 50px !important; }
.gp-ad-block .sws-general-responsive-2 { margin-top 50px !important; }
/* Join a Team Page Specific CSS ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
.col-half.directory {
	width: 20%;
    padding-right: 85%;
}
.col-half.directory .column-inner.padding {
	padding: 0 !important;
    margin: 0 !important;
}
.col2point5.directory .col .column-inner {
	margin: 10px 0 0 !important;
    border-top: 1px solid #dddddd;
    padding-top: 10px;
}
.col2point5.directory .col:first-child .column-inner {
	border-top: none !important;
}
.col2point5.directory .col:last-child .column-inner {
	margin-bottom: 10px !important;
}
.col2point5.directory .col .column-inner .nospacedtable {
	margin-bottom: 10px;
}
/* Free Agent Specific CSS ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
.stats-dropdown.free-agents #search_kw {
	padding: 2px 0;
    text-indent: 2px;
    width: 100%;
    margin-left: -1px;
    margin-right: -1px;
    margin-bottom: 0.5em;
}
#lineup-toggle {
	text-align: center;
}
#free_agents #free_agents_results,
#free_agents #current_lineup {
	padding: 1em 0 !important;
}
#free_agents #free_agents_results li,
#free_agents #current_lineup li {
	border-bottom: 1px solid #dddddd;
    margin-bottom: 1em
}
#free_agents #free_agents_results li:last-child,
#free_agents #current_lineup li:last-child {
	border-bottom: none;
    margin-bottom: 0;
}
#free_agents #lineup-table .headings span,
#free_agents #lineup-table .headings span.pos,
#free_agents #lineup-table .headings span.g,
#free_agents #lineup-table .headings span.fppm,
#free_agents #lineup-table .headings span.pcto {
	padding-top: 1% !important;
    padding-bottom: 1% !important;
    line-height: 3em !important;
    font-size: 0.85em !important;
}
#free_agents #lineup-table .headings span.pos {
	text-indent: 0.25em;
}
#free_agents #lineup-table .headings span.g {
	text-align: center !important;
}
#free_agents #lineup-table span,
#free_agents #lineup-table span.fppm,
#free_agents #lineup-table span.pcto,
#free_agents #free_agents_results li span, 
#free_agents #current_lineup li span {
	padding: 0 1% !important;
	width: 8% !important;
    text-align: left !important;
    line-height: 2.2em !important;
    font-size: 0.9em;
}
#free_agents #lineup-table span.pos,
#free_agents #lineup-table span.g {
	padding: 0 1% !important;
	width: 6% !important;
    text-align: left !important;
    line-height: 2.2em !important;
    font-size: 0.9em;
}
#free_agents #lineup-table span.bpg,
#free_agents #lineup-table span.spg {
	display: none !important;
}
#free_agents #lineup-table span.add {
	width: 13% !important;
    padding: 0 0 1% 1% !important;
}
#free_agents #free_agents_results li span.add a.button, #free_agents #current_lineup li span.add a.button {
	padding: 0 !important;
    line-height: 2em !important;
}
#free_agents #lineup-table span.pick {
	width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    font-size: 1.25em !important;
    line-height: 1em !important;
}
#free_agents #free_agents_results li span.pick, #free_agents #current_lineup li span.pick {
	line-height: 1em !important;
}
#waiver-table span.portrait {
	display: none;
}
#waiver-table span.player {
	width: 46%;
    text-indent: 0.5%;
}
#waiver-table span {
	padding: 1%;
}
#waiver-table .headings {
	display: none;
}
#waiver-table #waiver-players span.player {
	width: 100%;
    padding: 0;
    line-height: 1em;
}
#waiver-table #waiver-players span.avail {
	font-size: 0.9em;
    line-height: 2.2em;
    padding-left: 0;
    width: 60%;
}
#waiver-table #waiver-players span.avail:before {
	content: "Available: ";
    font-weight: bold;
}
#waiver-table #waiver-players span.interest {
	padding-right: 0;
    width: 38%;
}
#waiver-table #waiver-players span.interest .button {
    font-size: 1em;
    padding: 0 !important;
    line-height: 2em !important;
}
#waiver-table #waiver-players span.expressed-interest {
	padding-left: 0;
    padding-right: 0;
    width: 100%;
    font-size: 0.9em;
    line-height: 1.25em;
}
#waiver-table #waiver-players li {
	border-bottom: 1px solid #dddddd;
    margin-bottom: 1em;
}
#waiver-table #waiver-players li:last-child {
	border-bottom: none;
    margin-bottom: 0;
}
.free-agents-ad {
	padding-top: 2.25em !important;
}
/* Draft Specific CSS ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
#draft-table { font-size: 0.8em !important; }
#draft-table th { white-space: nowrap; }
.draft-buttons .col .column-inner { margin: 0 !important; }

/* Commish/User Profile CSS ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
ul.tabs-nav { border-bottom: none; }
ul.tabs-nav li { width: 33.33%; padding-left: 0; padding-right: 0; text-align: center; margin: 0; border-radius: 0; -moz-border-radius: 0; -webkit-border-radius: 0;  }

/* Daily Dubs ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
.top5 table.nice-table td { width: 25% !important; }
.top5 h3 { font-size: 1.5em !important; }

/* Schedule CSS ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

.game-day-calendar { display: block; margin: 2px; }
.game-info-calendar { display: block; margin: 0 2px 2px 2px; }

/*Multiselect JQuery for Keeper Lists */

.keeper-select {
    height: 200px;
}

.recap-cta:hover {
    background-color: #444444;
}




