/*
 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 {
    padding-left: 153px;
}

.globalNav ul.links li {
    display: inline;
}

.globalNav ul.links li {
    display: block;
    float: left;
    margin-right: 2px;
}

/* Child Menus */
.globalNav ul.links li ul {
    width: auto;
    position: absolute;
    padding: 0;
    margin: -8px 0 0 0;
    z-index: 1000;
}

.globalNav ul.links li ul li {
    float: none;
    width: auto;
    padding: 0;
    text-align: left;
    background-image: none;
}

.globalNav ul.links li ul li a {
    display: block;
    padding: 5px 10px;
}

.globalNav ul.links li ul li a:hover {
    text-decoration: none;
}

/*Sub Nav*/

.localNav .localNavWidth img {
    margin-left: -80px;
    margin-top: 5px;
}

.localNav .localNavWidth a {
    float: right;
}

.localNav .localNavWidth a.last {
    border-right: none;
}

.utilityNav {
	margin-left: 635px;
    height: 90px;
    width: 345px;
}

.utilityNav .socialNav {
    position: absolute;
    right: 10px;
    top: 10px;
    color: #05080c;
}

.utilityNav .socialNav a img {
    margin: 0 5px;
}


.utilityNav .socialNav span {
    margin-bottom: 7px;
	color:#2F2247;
}

/*Utility Nav*/
.utilityNav .socialNav span {
    vertical-align: middle;
    display: inline-block;
}

.utilityNav .search .searchField {
    margin-top: 4px;
}

/*  ADS  */
.headerBanners #leaderboard {
    float: left;
    margin-right: 7px;
}

.headerBanners #promoBox {
    float: left;
}

/* MISC. */
.generic-content {
    min-height: 672px;
}

.text-center {
    text-align: center;
}

.text-justify {
    text-align: justify;
}

#addthis {
    float: right;
}

.gameSchedule {
    margin-bottom: 10px;
}

.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;
}

.footer .footerNav a.last {
    border: none;
}

.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;
}

/*Game Detail*/
.gameInfo {
    padding: 0px 20px 0 40px;
}

.gameLinks div {
    float: left;
}

.gameDetailsBlock{
    height: 448px;
}

.gameDetailsBlock .splitter {
    margin: 10px 0;
}

.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;
}

/*  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;
	bottom: 0px;
    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: 15px 20px 0px;
    margin: 0px;
    width: 630px;
    height: 65px;
	height: 85px;
}

#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 .currentArticle {
}

#homePageMediaPlayer div#slides .currentThumb img {
    border: 2px solid #FFFFFF;
}

#homePageMediaPlayer div#slides .videoThumb {
    display: block;
    position: absolute;
    bottom: 3px;
    right: 0;
}



/*
 Schedule Page
 */
.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;
}


.schedule {
    padding: 0 10px;
    /*margin-top:30px;*/
}

.league-schedule-date {
    text-align: left;
}

.schedule .espn td {
	padding:3px 35px 3px 0;
	text-align:right;

}
.schedule .espn td img{	vertical-align:middle;}

.schedule .liveGame	td	{border:0px; padding-bottom:0px;}
/*
 message Styles
 */
.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;
}

/*
 Gallery Pages
 */
.photoGallery .gallery {
    width: 90px;
    margin: 0 10px 0 10px;
}

.photoGallery .gallery a img {
    border: 1px solid #B9B9B9;
}

.photoGallery .clear {
    height: 20px;
}

.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;
}

/*MLL Network DD*/
ul#mllNetwork{
	position:absolute;
	width:180px;
	height:23px;
	top:25px;
	left:355px;
	cursor:pointer;
	padding:0;
}
ul#mllNetwork li{
	list-style:none;
	padding:0;
	margin:0;
	width:auto;
	height:auto;
}
ul#mllNetwork li a{
	width:auto;
	height:auto;

}

ul#mllNetwork li ul {
    width: auto;
    position: absolute;
    padding: 0;
    margin: 7px 0 0 10px;
    z-index: 1001;
}

ul#mllNetwork li ul li {
    float: none;
    width: auto;
    padding: 0;
    text-align: left;
    background-image: none;
	background-color:#DBDDE0;
	border-bottom:1px solid #2F2247;

}

ul#mllNetwork li ul li a {
    display: block;
    padding: 5px 14px;
	color:#2F2247;
}

ul#mllNetwork li ul li a:hover {
    text-decoration: none;
	color:#da4620;
}
