body {
	margin:0; 
	padding:0;
	background-color:#4F7395;
	background-image: url(../images/backgrounds/BKG_gray_abstract.jpg);
	background-repeat:no-repeat;
	background-position:top;
}

#wrapper{
	width:950px;
	margin:0 auto;
	padding:0;
}

/* Header */
#header{
	width:950px;
	height:100px;
	position: relative;
}

#navigation{
	position: absolute;
	top:53px;
	left:284px;
}

#logo{
	position: absolute;
	top:0;
	left:0;
}

.teams_header {
	position: absolute;
	top:0;
	right:0;
}

.clear {clear: both;}



/* Main Content ==================================================================================== */

#mainwrapper {
	width: 950px;
	color:#FFFFFF;	
	text-align: left;
	background-color: #e3e3e5;
	filter:alpha(opacity=95);
	-moz-opacity: 0.95;
	opacity: 0.95;
	padding: 13px 0;
}

#product_hdr {
	width: 891px;
	margin-top:4px;
}

#maincontent {
	width: 700px;
	text-align: left;
	float: left;
	background-color: #fff;
	border: 1px solid #adadad;
	margin-bottom: 7px;
}

.content {
	padding: 10px;
	color: #000;
}

#standings_home {
	width: 208px;
	text-align: left;
	background-color: #000;
	border: 1px solid #adadad;
	background: url(../images/backgrounds/BKG_standings_home.jpg) repeat-x;
	margin-bottom: 13px;
}

#stats_home {
	width: 208px;
	text-align: left;
	background-color: #000;
	border: 1px solid #adadad;
	background: url(../images/backgrounds/BKG_standings_home.jpg) repeat-x;
}

#playoffs_home {
	width: 208px;
	text-align: left;
	background-color: #000;
	border: 1px solid #adadad;
	background: url(../images/backgrounds/BKG_standings_home.jpg) repeat-x;
}

#weeks_games {
	width: 700px;
	margin-top: 10px;
	text-align: left;
	background-color: #fff;
	border: 1px solid #adadad;
}

.weekgames_hdr {
	background-color: #252525;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding-left: 5px;
	color: #fff; 
}

.weekgames_layout {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000;
	border: 1px solid #9b9ea3;
}

.titleheader {
	margin-bottom: 15px;
}

.img_right {
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 5px;
	float: right;
}

.img_left {
	margin-bottom: 10px;
	margin-right: 10px;
}

.schedule_table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}
/* footer ==================================================================================== */

#footer{
	width:950px;
	font:10px Arial, Helvetica, sans-serif;
	color:#000;
	position: relative;
	margin-top: 5px;
	padding: 5px 0px;
}

#footer_tagline{
	position:absolute;
	top:0;
	right:0;
	
}
#footer a:link, #footer a:visited{
	color:#000;
	text-decoration:none;
	font:11px Arial, Helvetica, sans-serif;
	font-weight: bold;	
}

#footer a:hover {
	color:#fff;
	text-decoration:none;
	background-color: #000;
	font:11px Arial, Helvetica, sans-serif;
	font-weight: bold;
	
}

/* LIGHTBOX ==================================================================================== */

#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(/images/icons/ICN_blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(/images/icons/ICN_prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(/images/icons/ICN_nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #FFFFFF;
	margin: 0 auto;
	line-height: 1.4em;
	height:3em;
	}

#imageData{
	padding:0 10px;
	}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; background:#FFFFFF; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 0;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0;	}	

#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	
