.mllInsider {
    background-image: url('../images/mllSignupBg.png');
    background-repeat: no-repeat;
    background-position: center center;
    height: 190px;
}

.mllInsider .copy {
    color: #abc3db;
    font-weight: bold;
    font-size: 8pt;
    padding-left: 120px;
    padding-top: 10px;
}

.mllinsiderField {
    margin: 0;
    padding: 0;
}

.mllInsiderForm form input[type ="text"] {
    font-size: 8pt;
    padding: 2px;
    width: 150px;
    border: 0px;
    background-color: transparent;
    margin: 6px 0 7px;
}

.mllInsider form {
    margin: 0px;
    padding: 14px 0px 0px 125px;
}

.mllInsiderButton {
    padding-left: 120px;
    padding-top: 5px;
    display: block;
}

.utilityNav .socialNav span {
    vertical-align: middle;
    display: inline-block;
}

/*
 Needed to change the design comp's a tag menu structure to ul li a tag menu structure, the globalNav updates below do this
 */
.globalNav ul.links {
    width: 810px;
    padding-left: 180px;
    margin: 0 auto;
    list-style: none;
}

.globalNav ul.links li {
    display: block;
    float: left;
    padding: 17px 3px 0px 3px;
    background-image: url('../images/linksBg.gif');
    background-repeat: no-repeat;
    background-position: 0px 19px;
}

.globalNav .links li.linkseperator {
    margin-left: 97px;
    background-image: none;
}

.globalNav .links li.last {
    padding-right: 0;
}

.globalNav .links a {
    display: inline;
    float: none;
    padding: 8px 10px 20px 13px;
    background-image: none;
}

.globalNav .links .Selected a.News {
    background: url('../images/linkNews-rollover.gif') no-repeat top right;
}

.globalNav .links .Selected a.Events {
    background: url('../images/linkEvents-rollover.gif') no-repeat top right;
}

.globalNav .links .Selected a.Stats {
    background: url('../images/linkStats-rollover.gif') no-repeat top right;
}

.globalNav .links .Selected a.Teams {
    background: url('../images/linkTeams-rollover.gif') no-repeat top right;
}

.globalNav .links .Selected a.Fantasy {
    background: url('../images/linkFantasy-rollover.gif') no-repeat top right;
}

.globalNav .links .Selected a.Auctions {
    background: url('../images/linkAuctions-rollover.gif') no-repeat top right;
}

.globalNav .links .Selected a.Tickets {
    background: url('../images/linkTickets-rollover.gif') no-repeat top right;
}

.globalNav .links .Selected a.Shop {
    background: url('../images/linkShop-rollover.gif') no-repeat top right;
}

.globalNav .links a.News:hover {
    background: url('../images/linkNews-rollover.gif') no-repeat top right;
}

.globalNav .links a.Events:hover {
    background: url('../images/linkEvents-rollover.gif') no-repeat top right;
}

.globalNav .links a.Stats:hover {
    background: url('../images/linkStats-rollover.gif') no-repeat top right;
}

.globalNav .links a.Teams:hover {
    background: url('../images/linkTeams-rollover.gif') no-repeat top right;
}

.globalNav .links a.Fantasy:hover {
    background: url('../images/linkFantasy-rollover.gif') no-repeat top right;
}

.globalNav .links a.Auctions:hover {
    background: url('../images/linkAuctions-rollover.gif') no-repeat top right;
}

.globalNav .links a.Tickets:hover {
    background: url('../images/linkTickets-rollover.gif') no-repeat top right;
}

.globalNav .links a.Shop:hover {
    background: url('../images/linkShop-rollover.gif') no-repeat top right;
}

.globalNav .links a.linkseperator {
    margin-left: 0;
    background-image: none;
}

/*IE7 fix*/
.utilityNav {
    height: 90px;
}

.utilityNav .socialNav {
    position: absolute;
    right: 5px;
    top: 10px;
    color: #05080c;
}

.utilityNav .socialNav a.facebook img {
    margin: 0 5px 0 0;
}

.utilityNav .socialNav a.twitter img {
    margin: 0 0 0 5px;
}

.utilityNav .socialNav span {
    margin-bottom: 7px;
}

.localNav .localNavWidth {
    width: 910px;
}

.localNav .localNavWidth img {
    margin-left: -80px;
    margin-top: 5px;
}

.localNav .localNavWidth a {
    float: right;
}

.localNav .localNavWidth a.last {
    border-right: none;
}

/* Child Menus */
.globalNav ul.links li ul {
    width: auto;
    position: absolute;
    padding: 0;
    margin: 10px 0 0 0;
    z-index: 1000;
}

.globalNav ul.links li ul li {
    float: none;
    width: auto;
    padding: 0;
    text-align: left;
    background-color: #15191D;
    background-image: none;
    border-bottom: 1px solid #53595F;
}

.globalNav ul.links li ul li a {
    display: block;
    color: #ffffff;
    padding: 5px 10px;
}

.globalNav ul.links li ul li a:hover {
    color: #070A0E;
    background-color: #EFEFFF;
    text-decoration: none;
}

.promo-block {
    width: 300px;
    height: 250px;
    position: relative;
    padding: 0 0 5px 0;
}

.promo-block img {
    margin: 0 0 5px 5px;
}

.promo-block div {
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    /*
     background: transparent url('../images/darkGreyTransparent_10x10.png') repeat top;
     */
    color: #FFF;
    padding: 10px 5px;
    margin: 0 auto;
    width: 290px;
}

.promo-block p {
    position: absolute;
    bottom: 0;
    left: 0;
    /*
     background: transparent url('../images/darkGreyTransparent_10x10.png') repeat top;
     */
    font-family: Arial, sans-serif;
    text-align: right;
    padding: 15px 21px;
    margin: 0px;
}

#addthis {
    float: right;
}

.photo-gallery-thumb {
    float: left;
    margin: 0 4px;
}

.photo-gallery-item {
    float: left;
    margin: 4px 7px;
}

.photo-gallery-thumb img, .photo-gallery-item img, .photo-gallery-full-image img, img.image-border, a img.image-border {
    border: 1px solid #BABAB8;
}

.schedule {
    padding: 0 10px;
    /*margin-top:30px;*/
}

.listing.schedule td {
    padding: 0 5px;
    vertical-align: middle;
}

.listing.schedule .link, .listing .link {
    padding: 5px 0 0 0;
    text-align: center;
}

.listing.schedule .playPlace, .listing .playPlace { /*padding:0 25px;*/
    text-align: center;
}

.listing.full.schedule .padding {
    border-top: 1px dotted #B2B2B2;
    border-bottom: none;
}

.league-schedule-date {
    text-align: left;
}

.league-schedule-item {
    height: 60px;
    text-align: center;
}

.league-schedule-logos span {
    vertical-align: top;
}

.league-schedule-logos img {
    border: 1px solid #f0f0f0;
}

.error, .notice, .success, .cbox_messagebox {
    padding: .8em;
    margin-bottom: 1em;
}

.error, .cbox_messagebox_error {
    background: #FBE3E4;
    color: #8a1f11;
    border-color: #FBC2C4;
}

.notice, .cbox_messagebox_warning {
    background: #FFF6BF;
    color: #514721;
    border-color: #FFD324;
}

.success, .cbox_messagebox_info {
    background: #E6EFC2;
    color: #264409;
    border-color: #C6D880;
}

.error a, .cbox_messagebox_error a {
    color: #8a1f11;
}

.notice a, .cbox_messagebox_warning a {
    color: #514721;
}

.success a, .cbox_messagebox_info a {
    color: #264409;
}

.text-center {
    text-align: center;
}

.text-justify {
    text-align: justify;
}

/*
 .stadium{max-width:166px;}
 */
table.listing tr.howToWatch td {
    border-bottom: none;
}

table.listing td.howToWatch {
    text-align: right;
}

/*
 Game Detail Hero Shot
 */
.gameMediaPlayer {
    position: relative;
    height: 448px;
    border: 1px solid #2d3e51;
}

.gameMediaPlayer div.playerBottom {
    position: absolute;
    bottom: 0;
    left: 0;
    background: transparent url('../images/darkGreyTransparent_10x10.png') repeat top;
    font-family: Arial, sans-serif;
    font-size: 11px;
    line-height: normal;
    text-align: left;
    color: #ffffff;
    padding: 10px 20px 15px;
    margin: 0px;
    width: 628px;
    height: 65px;
}

.gameMediaPlayer div.playerBottom p a {
    color: #5AC0B3;
}

.gameMediaPlayer div.playerBottom h1 {
    font-size: 2em;
    line-height: 1;
    margin-bottom: 5px;
}

/*  ADS  */
.headerBanners #leaderboard {
    float: left;
    margin-right: 7px;
}

.headerBanners #promoBox {
    float: left;
}

/*  Right Column Schedule*/
.homeSchedule {
    padding: 40px 7px 10px 7px;
}

.homeSchedule .buttons img {
    margin-top: 0px;
}

.homeSchedule .buttonRecap {
    vertical-align: middle;
    padding-top: 0;
}

.homeSchedule .buttonRecap img {
    padding-top: 0;
    vertical-align: middle;
}

/*
 .homeSchedule tr td{height:50px;padding:0;}
 .homeSchedule td {
 padding: 5px 0;
 }
 */
.dataTime {
    font-size: .8em;
}

.homeSchedule .score {
    padding: 0 5px;
}

/*  */
.photoGallery .gallery {
    width: 90px;
    margin: 0 10px 0 10px;
}

.photoGallery .gallery a img {
    border: 1px solid #B9B9B9;
}

.photoGallery .clear {
    height: 20px;
}

/*  Home Page Media Player  */
#homePageMediaPlayer {
    position: relative;
}

#homePageMediaPlayer div.playerDetail {
    position: absolute;
    height: 450px;
    top: 0;
    left: 0;
}

#homePageMediaPlayer div.playerBottom {
    position: absolute;
    bottom: 84px;
    left: 0;
    background: transparent url('../images/darkGreyTransparent_10x10.png') repeat top;
    font-family: Arial, sans-serif;
    font-size: 11px;
    line-height: normal;
    text-align: left;
    color: #ffffff;
    padding: 5px 20px 0px;
    margin: 0px;
    width: 630px;
    height: 65px;
}

#homePageMediaPlayer div.playerBottom p a {
    color: #5AC0B3;
}

#homePageMediaPlayer div.playerBottom h1 {
    font-size: 2em;
    line-height: 1;
    margin-bottom: 5px;
}

#homePageMediaPlayer div#slides {
    position: absolute;
    bottom: 0;
    left: 0;
    background: transparent url('../images/darkGreyTransparent_10x10.png') repeat top;
    font-family: Arial, sans-serif;
    font-size: 11px;
    line-height: normal;
    text-align: left;
    color: #ffffff;
    padding: 5px 0 5px 40px;
    margin: 0px;
    width: 630px;
}

#homePageMediaPlayer div#slides img {
    border: 1px solid #4B5A66;
    margin: 0 6px;
    cursor: pointer;
}

#homePageMediaPlayer div#slides .thumb {
    position: relative;
    float: left;
}

.playerLeftArrow {
    position: absolute;
    bottom: 30px;
    left: 5px;
    z-index: 500;
    cursor: pointer;
}

.playerRightArrow {
    position: absolute;
    bottom: 30px;
    right: 5px;
    z-index: 500;
    cursor: pointer;
}

/*#homePageMediaPlayer div#slides .thumbHover {
 border: 1px solid #5AC0B3;
 }*/
#homePageMediaPlayer .currentArticle {
}

#homePageMediaPlayer div#slides .currentThumb img {
    border: 2px solid #FFFFFF;
}

#homePageMediaPlayer div#slides .videoThumb {
    display: block;
    position: absolute;
    bottom: 3px;
    right: 0;
}

/*
 Blog style format articles
 */
.detailImageLink {
    position: relative;
}

.videoThumb {
    display: block;
    position: absolute;
    bottom: 5px;
    right: 5px;
}

.detailListing {
    padding: 0 7px 0 5px;
}

.banner .detailListing {
    padding: 0 7px 5px 10px;
}

.detailListing .listingTitle {
    margin-bottom: 2px;
}

.detailListing .listingMore {
    display: inline;
    font-size: inherit;
}

.generic-content {
    min-height: 672px;
}

.teamLeft {
    width: 100px;
    padding: 0;
    margin-left: 28px;
}

.teamHome {
    width: 30px;
    padding: 10px 0 0;
}

.teamRight {
    width: 100px;
    padding: 0;
}

#detailArenaName {
    color: #49C474;
}

.gameInfo {
    padding: 0px 20px 0 40px;
}

.gameLinks div {
    float: left;
}

.footer .footerNav a.last {
    border: none;
}

.globalNav ul.links li.first {
    background-image: none;
}

#contact-form {
    margin-top: 20px;
}

.schedule .espn td {
    padding: 3px 35px 3px 0;
}

.schedule .espn td img {
    vertical-align: middle;
}

.gameBox tr td {
    border-bottom: 1px solid #314354;
    width: 10px;
    padding: 5px;
}

.gameBox tr.bottomScore td {
    border-bottom: none;
}

.utilityNav .search .searchField {
    margin-top: 4px;
}

.header {
    position: relative;
}

a.logoLink {
    display: block;
    position: absolute;
    width: 205px;
    height: 43px;
    top: 16px;
    left: 127px;
}
.gameDetailsBlock{
    height: 448px;
}
.gameDetailsBlock .splitter {
    margin: 10px 0;
}

.footer .footerNav {
    width: 450px;
    margin: 0 auto;
    padding-bottom: 20px;
}

.footer p {
    color: #aebac1;
    text-align: center;
    margin-bottom: 30px;
}

.footer p a {
    color: #aebac1;
}

.footer p a:hover {
    color: #ffffff;
}

.sliceContainer	{width:610px; height:49px; background-image:url('../images/slicebackground.png'); background-repeat:no-repeat;margin:-15px auto 0px;}
.sliceContent	{padding:17px 10px 10px 100px;}
.sliceContent div	{color:#ffffff; float:left; width:350px; font-weight:bold; font-family:arial;}
.sliceContent div.sliceButton	{padding:4px 10px 0px 10px; width:100px; margin-top:-5px;}
