/* 
   This file is common items that usually just needs minor 
   edits to customize for an OEM. 

   However they should be mostly common to every OEM
 */


/* selectors taken from Style.css. Changes on most OEMS */
/* ARTICLE IMAGE */
.photocopy { /* The box that surrounds the article image */
	background-color: transparent;
	color: #000000;
	border: 0px;
}
.photocopy img {
	border: 1px solid #000;
}
.photocopy_text img {
	border:0px;
}
.photocopy_text { /* Text within article image. Use for padding */
	padding: 2px;
}

/* Sort of normalizes lists */
ul {
	list-style-position: inside;
}

/* SITEWIDE FONTS */
body {
	background: url(/fls/15700/site_graphics/b_wall_tile.jpg);
	font-family: arial;
	font-size: 11px;
}
table, tr, td, th {
	font-family: arial;
	font-size: 11px;
}

/* 
   Padding for article pages so text isn't flush against
   sites
*/
body.article #guts {
	padding: 10px;
}
#guts {
	padding: 10px 3px 10px 10px;
}
body.home #guts,
body.sports #guts 
{
	margin: 0px;
	padding: 0px;
	background: transparent;
}


/* Positioning */
#container { /* Container Holds all content */
	background-color:#a9a9a9;
	border:1px solid #fff;
	width: 993px;
	padding-right:0px;
}
#guts {
	background:#fff;
}
#header {/* Holds header image/flash/etc */
	height: 80px;
	width: 993px;
	overflow: hidden;
	position: relative;
}
	#header img {
		display: block;
	}
#menu {
}
/* Table used for main content layout */
#layout_table {
	table-layout: fixed;
	width: 980px;
}
	#layout_table td.column {
		overflow-x: hidden;
		vertical-align: top;
	}
.column_wrapper {
	overflow-x: hidden;
}
#left_column {
	background: #a51019;
	width: 161px;
}
	body.ultra_wide #left_column {
		display: none;
	}
	#left_column .column_wrapper {
		width: 161px;
	}
#middle_column {
	width: 761px;
}
	body.ultra_wide #middle_column {
		width: 980px;
	}
	body.wide #middle_column {
		width: 980px;
	}
	body.article #middle_column {
	}
	body.standard #middle_column .column_wrapper {
		width: 761px;
	}
	body.wide #middle_column .column_wrapper {
		width: 990px;
	}
	body.article #middle_column .column_wrapper {
	}
#right_column {
	/* width: 240px; */
	width: 232px;
	overflow:hidden;
}
	body.ultra_wide #right_column, 
	body.wide #right_column {
		display: none;
	}
	#right_column .column_wrapper {
		width: 232px;
	}
#skyscraper_247 {
	position: absolute;
	left: 1020px;
	top: 0px;
}
.ScheduleDateSpace{
	height:5px;
	background-color:#660000;
}

.ScheduleDateLine{

	color:#001a75;
	font-weight:bold;

}

.articleIcons a:link, .articleIcons a:visited{

	color:#000000;
	text-decoration:none;

}

.articleIcons a:hover{

	color:#000000;
	text-decoration:underline;

}

/*************************************************/
#premium_container, #PremiumContentContainer {
	background-color:#363636;
	color:#ffffff;	
}

.EventDetails {
	padding-left:10px;	
	padding-right:10px;
}

.EventBar {	
	border-top:1px solid #868686;
	height:0px;
	display:block;
}

#MaroonMax {
	position:absolute; 
	top:290px;
	left:25px;
	height:98px;
	width:129px;
	
}

.EventContainer {
	padding-top:15px;	
}

#iconsrow, #iconsrow a:link, #iconsrow a:link, #iconsrow a:link{

	border:0px;
	text-align:right;
	width:100%;
	text-decoration:none;

}

#RecentEvents {
	width:236px;	
}

#LatestOndemand {
	width:236px;	
}

#UpcomingEvents {
	width:468px;	
}

#sport-schedule td a img {
	padding-left:2px;
	padding-right:2px;	
}



#date_weather, #date_weather a{

	font-weight:bold;
	padding:4px;
	color:#ffffff;
	font-family:verdana, tahoma, trebuchet MS, helvetica, arial, sans-serif;
	text-decoration:none;

}



/*header stuff*/
#HeaderContainer{

	position:relative;

}

#login_overlay{

		z-index:2;
		position:absolute;
		right:0px;
		top:0px;
		background:url('/fls/15700/site_graphics/login_bg3.jpg');
		width:313px;
		height:89px;
		text-align:right;
		padding-top:42px;
		

	}


#whatsthis{
		z-index:5;
		position:absolute;
		right:0px;
		top:42px;
		text-align:right;
		color:#ffffff;
		width:84px;
		height:21px;
		overflow:hidden;
}


/* fading ticker */
.tickertext{

	color:#a9a9a9;
	font-weight:bold;

}

.tickertext a:link, .tickertext a:visited{

	color:#a9a9a9;
	font-weight:normal;
	text-decoration:none;

}

.tickertext a:hover{

	color:#ffffff;
	font-weight:normal;
	text-decoration:none;

}

/* left col ad divs */
/*

.leftad{
	padding-top:30px;
	padding-left:2px;
	padding-right:2px;
	padding-bottom:2px;
}

*/

.section_header{

	background:url('/fls/15700/site_graphics/section_header.jpg');
	width:234px;
	height:30px;
	overflow:hidden;

}

.section_header_wide{

	background:url('/fls/15700/site_graphics/section_header_wide.jpg');
	width:507px;
	height:30px;
	overflow:hidden;

}

.section_bottom{

	background:url('/fls/15700/site_graphics/section_bottom.gif');
	width:234px;
	height:4px;
	overflow:hidden;

}

.section_bottom_wide{

	background:url('/fls/15700/site_graphics/section_bottom_wide.gif');
	width:507px;
	height:4px;
	overflow:hidden;

}

.section_content{

	border-left:1px solid #fff;
	border-right:1px solid #fff;
	background:url('/fls/15700/site_graphics/section_fade.gif');
	background-color:#cccccc;
	background-repeat:repeat-x;
	width:232px;
	overflow-x:hidden;
	position:relative;

}

.section_content .shadow_box td.none {
	padding-top:2px;
	}

.section_content_wide{

	border-left:1px solid #fff;
	border-right:1px solid #fff;
	background:url('/fls/15700/site_graphics/section_fade.gif');
	background-color:#cccccc;
	background-repeat:repeat-x;
	width:505px;
	overflow-x:hidden;
	position:relative;

}

.bulldog_links{

	padding:2px;

}

.bulldog_links a:link, .bulldog_links a:visited{
	

	font-weight:bold;
	text-decoration:none;
	color:#000000;

}

.bulldog_links a:hover{
	

	font-weight:bold;
	text-decoration:underline;
	color:#000000;

}

#skyscraper_ad{

	background-color:#ffffff;
	width:160px;
	height:600px;
	overflow:hidden;

}


/* premium promo */
.promoLinks, .promoLinks a:link, .promoLinks a:visited{

	font-family:verdana;
	color:#000000;
	text-decoration:none;
	font-weight:bold;
	font-size:10px;

}

.promoLinks a:hover{
	text-decoration:underline;
}

/* Footer Links */
.FooterLinks, .FooterLinks a:link, .FooterLinks a:visited{

	color:#000000;
	font-size:12px;
	text-decoration:none;
	font-weight:bold;
	font-family:Segoe UI, Trebuchet MS, Tahoma, Arial, sans-serif;

}

.FooterLinks a:hover{

	text-decoration:underline;

}


.shadow_box td.subhdr{
	color:#ffffff;
	background-color:#330099;
}


/* ----- Rotator 2009 ----- */

#divRotator{
	width:500px;
	height:620px;
	margin-left:0px;
	overflow:hidden;
	position:relative;
	background-color:#fff;
}

#divRotator .mainimg{
	width:500px;
	height:375px;
	overflow:hidden;
	background-color:#000;
	position:relative;
}

#divRotator .mainimg .cycle .img{
	width:100%;
	text-align:center;
	position:relative;
}

#divRotator .maintxt{
	width:500px;
	height:170px;
	overflow:hidden;
	position:relative;
}

#divRotator .thumbs{
	width:500px;
	height:75px;
	background-color:#ccc;
}

#divRotator .maintxt .ctrls{
	position:absolute;
	right:10px;
	bottom:10px;
	cursor:pointer;
}

#pToggle{
	position:absolute;
	right:14px;
	bottom:0px;
	font-size:10px;
	font-style:italic;
	color:#000;
	display:none;
}


#divRotator .thumbs .thumb{
	width:97px;
	height:65px;
	border:1px solid transparent;
	overflow:hidden;
	cursor:pointer;
}

#divRotator .thumbs .active{
	border:1px solid #000;
}

.float{
	float:left;
}	

.clear{ 
	clear:all;
}

#NeulionVidContainer{
        position:absolute;
        right:0px;
        top:0px;
        width:500px;
        height:375px;
        display:none;
        z-index:999;
}

#NeulionVidContainer .ximage{
        position:absolute;
        top:8px;
        right:8px;
        z-index:1000;
        cursor:pointer;
}

.imgPlayOverlay{
        position:absolute;
        right:195px;
        top:125px;
        z-index:5;
	cursor:pointer;
}
.TickerPosition {
	position:absolute;
	z-index:100;
	margin-top:-18px;
	right:0px;
	width:302px;
	}
