/* CUSTOM CSS */

html, body {
	margin: 0; 
	padding: 0; 
	border: 0;
	width: 100%;
	height: 100%;
	/* background-color: #dadada; */
	background-color: #000000;
	background-image: url(/fls/7200/site_graphics/sitebg.gif); 
  background-repeat: repeat;
}

/* MISC STYLES */
.clear {
	clear: both;
}

/* PAGE CONTAINERS */
#outerContainer {
	width: 809px;
	overflow: hidden;
}
#mainPageContainer {
	width: 810px;
	background-color: #FFFFFF;
	border: 1px solid #000;
	overflow: hidden;
}

/* TOP SECTION */
#topContainer {
  position: relative;
}

#mainMenuSpacer {
	margin-top:15px;
	}

#headerBannerContainer {
	/*height: 175px;
	width: 800px;
	overflow: hidden;*/
	position: relative;
}
#mainMenuContainer {
	height: 20px;
	overflow: hidden;
}

.HeaderMenu {
  color: #fff;
  font-style: italic;
  font-weight: bold;
  font-size: 14px;
}

.HeaderMenu a:current {color: #fff;text-decoration: none;}
.HeaderMenu a:link {color: #fff;text-decoration: none;}
.HeaderMenu a:active {color: #fff;text-decoration: none;}
.HeaderMenu a:hover {color: #fff;text-decoration: none;}
.HeaderMenu a:visited {color: #fff;text-decoration: none;}

#headerTicker {
}

.milonictable a:current{text-decoration: none;color: #fff;}
.milonictable a:active{text-decoration: none;color: #fff;}
.milonictable a:link{text-decoration: none;color: #fff;}
.milonictable a:hover{text-decoration: none;color: #fff;}
.milonictable a:visited{text-decoration: none;color: #fff;}

.menuv5_header_style {
  background-image: url(/fls/7200/site_graphics/menubg.gif) !important;
}

.tickerHeader {
  color: #982F2C;
  font-size: 14px;
}

#headerMenu {
  position: absolute;
  bottom: 3px;
  left: 250px;
}

/* LEFT COL */
#leftColTd {
	width: 150px;
	background:#000;
}
#rightColTd {
	background:#000;
}
#leftColContainer {
	width: 150px;
	overflow: hidden;
}
#searchBoxContainer {
	background-color: #000;
	overflow: hidden;
	position: absolute;
	top: 1px;
	left: 677px;

}
#searchInput {
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	border-bottom: 2px solid #fff;
	border-left: 0px;
	background-color: #000 !important;
	color: #fff;
	padding-left: 2px;
	width:100px;
}
#searchSubmit {
  padding-left: 5px;
  background-color: #000;
}


/* HOMEPAGE TABS */

.homeTabOff {
  background-image: url(/fls/7200/site_graphics/tabsbg2.gif);
  background-repeat: no-repeat;
  width: 133px;
  height: 23px;
}

.homeTabOn {
  background-image: url(/fls/7200/site_graphics/tabsbg2.gif);
  background-repeat: no-repeat;
  width: 133px;
  height: 23px;
}

.homeTabText {
  color: #fff;
  font-size: 16px;
  padding-top: 2px;
}

/* POLL */
/*.pollContainer {
	background-color: #000; 
}
.pollContent {
	padding-bottom: 5px;
}
.pollTitle {
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #FFFFFF;
}
.pollSeperator {
	border: 0px;
	color: #9A9A9A;
	background-color: #9A9A9A;
}
.pollItem {
	color: #FFFFFF;
	font-size: 11px;
}
.pollResult {
	color: #FFFFFF;
}
.pollBullet {
	background-color: transparent;
}
.pollButton {
	background-color: #000000;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	width: 80px;
	border-top: 1px solid #828282;
	border-left: 1px solid #828282;
	border-right: 1px solid #525252;
	border-bottom: 1px solid #525252;
}*/

.poll_content {
  color: #fff;
  text-align: left;
  background-color: #000;
}
.poll_title {
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  font-style: italic;
  text-align: left;
}
.poll_class {
  color: #fff;
  text-align: left;
}

/* CENTER COL */
#gutsContainer {
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}
#normalGuts {
	width: 400px;
}
#wideGuts {
	width: 640px;
	padding: 5px;
}

/* RIGHT COL */
#rightColContainer {
	width: 245px;
}
#bottomRightAdsContainer {
	width: 115px;
}
#subscribeBoxContainer {
	position: relative;
	width: 241px;
	height: 50px;
	border: 2px solid #000000;
	background-color: #000000;
	/*background: url(../../images/7200/subscribe_background.jpg) no-repeat;*/
	overflow: hidden;
}

/* RIGHT TABS */
#rightSideTabs {}
#rightTabsContentContainer {
	background-color: #FFFFFF;
	border: 1px solid #000000;
}
.rightTabOn, .rightTabOff {
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	cursor: pointer;
}
.rightTabText {
	color: #000000;
	font-size: 12px;
	font-weight: bold;
}
.rightTabOn {
	background-color: #000;
}
.rightTabOff {
	background-color: #FFFFFF;
}

/* BOTTOM TABS */
#bottomTabsContainer {
	background-color: #000;
	border-left: 1px solid #000000;
	border-right: 2px solid #FFFFFF;
}
#infoContentContainer {
	background-color: #000;
	min-height: 170px;
	_height: 200px;
}
.bottomTabOn, .bottomTabOff {
	padding-top: 10px;
	padding-bottom: 10px;
	border-right: 1px solid #FFFFFF;
	cursor: pointer;
}
.bottomTabText {
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
}
.bottomTabOn {
	background-color: #E92126;
}
.bottomTabOff {
	background-color: #4A2A1B;
}

/* BOTTOM SECTION */
#bottomContainer {
	background-color: #000000;
}
.footerText, a.footerText {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-decoration: none;
}
#containerXosLogo {
	padding: 10px 0 10px 0;
	text-align: center;
}

/* SKYSCRAPER */
#skyscraperContainer {
	width:160px;
	float:left;
	padding-left: 10px;
	overflow: hidden;
}


.AboveSportsRotator {
	background-color:#000000;
}
/*Video Embed*/

#NeulionVidContainer {
	width:400px;
	height:300px;
	margin-top:0px;
	display:none;
	}

#articleVideoContainer{
	position:absolute;
	z-index:9999;
	}
.imgPlayOverlayContainer{
	position:absolute;
	z-index:999;
	margin-left:130px;
	margin-top:90px;
	}
#tab_photo_content{
	height:170px;
	overflow-y:scroll;
	overflow-x:hidden;
}
.TopBannerPromoAd {
	background:#000;
	}