/* 
   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 */
.subhdr 
{
	background: #A40005;
	color:white;
}
a:link,
a:visited,
.highlight 
{
	color: #6b194f;
}


/* ARTICLE IMAGE */
.photocopy { /* The box that surrounds the article image */
	background-color: #e1e1e1;
	color: #000000;
	border: 1px solid #e1e1e1;
}
.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/16900/site_graphics/bodyBg.gif);
	font-family: verdana;
	font-size: 11px;
}
table, tr, td, th {
	font-family: verdana;
	font-size: 11px;
}

/* 
   Padding for article pages so text isn't flush against
   sites
*/
body.article #guts,
body.bio #guts 
{
	padding:0px 5px;
}


/* Positioning */
#container { /* Container Holds all content */
	width: 900px;
	background-color: #999;
	margin-left: 16px;
}
body.home #guts, 
body.sports #guts 
{
	background: transparent;
}
#guts {
	background: #fff;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	margin-top: 3px;
}
#above_header {
	height: 25px;
}
#header {/* Holds header image/flash/etc */
	height: 91px;
	width: 912px;
	position: relative;
}
	#header img {
		display: block;
	}
	#header .adspace { /* rotating header ad */
		position: absolute;
		right: 0px;
		top: 0px;
	}

#sub_header {
	background: url(/fls/16900/site_graphics/sub_header_bg.gif) repeat-x;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	height: 26px;
	position: relative;
}
#layout_div {
	width: 898px;
	overflow: hidden;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}
/* Table used for main content layout */
#layout_table {
	width: 900px;
}
	#layout_table td.column {
		overflow-x: hidden;
		vertical-align: top;
	}
.column_wrapper {
	overflow-x: hidden;
}
#left_column {
	width: 179px;
}
	#left_column .column_wrapper {
		width: 179px;
	}
body.home #middle_column{
	background: transparent;
}
#middle_column {
}
	body.standard #middle_column .column_wrapper {
		width: 468px;
	}
	body.wide #middle_column .column_wrapper {
		margin-right: 10px;
	}
	body.article #middle_column .column_wrapper {
	}
#right_column {
	background: #999999;
	padding-top: 3px;
}
	#right_column .column_wrapper {
		width: 240px;
	}
#skyscraper_247 {
	position: absolute;
	left: 930px;
	top: 0px;
}

input#loginPass		{background: #ffffff url(/fls/16900/site_graphics/loginPass.gif) no-repeat;}
input#loginUsername	{background: #ffffff url(/fls/16900/site_graphics/loginUsername.gif) no-repeat;}
input#loginUsername:focus, input#loginPass:focus{background-image: none;}


/* Rotator 2009 */

#NewRotator{
	width:468px;
	background-color:#E1E1E1;
}

#NewRotator .header .control{
	cursor:pointer;
}

#NewRotator .main .image_viewer,
#NewRotator .cycle,
#NeulionVidContainer{
	width:450px;
	height:300px;
	overflow:hidden;
}

#NewRotator .main .image_viewer{
	position:relative;
}

#NewRotator .cycle{
	position:absolute;
	left:0px;
	top:0px;
	z-index:1;
}

#NeulionVidContainer{
	display:none;
	position:absolute;
	left:0px;
	top:0px;
	z-index:999;
}

#NeulionVidContainer .ximage{
        position:absolute;
        top:8px;
        right:8px;
        z-index:1000;
        cursor:pointer;
}

.imgPlayOverlay{
        cursor:pointer;
	position:absolute;
        left:171px;
        top:100px;
        z-index:5;
}


#NewRotator .txtcycle{
	width:450px;
	height:140px;
}

#NewRotator .txtpaused{
	display:none;
	
}

#NewRotator .thumbs{
	width:468px;
	height:190px;
	overflow:hidden;
	position:relative;
}

#NewRotator .thumbs .rotthumb{
	position:absolute;
	top:0px;
}

#rotthumb_0{
	left:468px;
}

#rotthumb_1{
	left:3px;
}

#rotthumb_2{
	left:159px;
}

#rotthumb_3{
	left:315px;
}

#NewRotator .thumbs .rotthumb{
	width:150px;
	height:190px;
	overflow:hidden;
	
}

#NewRotator .thumbs .image_viewer{
	width:150px;
	height:100px;
	overflow:hidden;
	cursor:pointer;
}

#sub_header iframe.mmenu{
	display:none;
}
