@charset "utf-8";

/*///////////////////////////////////////////////////////////////////////////////
//	GENERIC
*/
html{
	background:#FFFFFF;
	font-family:Verdana, Sans-serif;
	font-size: 11px;
}
a{
	color: #126282;
}
	a:hover{
		text-decoration:none;
	}
p{
	margin: 5px 0px 5px 0px;
	line-height: 15px;
}
.clear{
	clear:both;
	float: none;
	height: 0px;
	font-size:0px;
}
h2{
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	color:#126282;
}
/*///////////////////////////////////////////////////////////////////////////////
//	page wrappers and backgrounds
*/
div#pageWrapperTop{
	background: url(../siteImages/whiteShadowBg-top.jpg) no-repeat;
	width: 942px;
	height: 31px;
	margin: 0px auto;
}
div#pageWrapper{
	background: url(../siteImages/whiteShadowBg-middle.jpg) repeat-y;
	width: 854px;
	margin: 0px auto;
	padding: 0px 44px 20px 44px;
}
div#pageWrapperBottom{
	background: url(../siteImages/whiteShadowBg-bottom.jpg) no-repeat;
	width: 942px;
	height: 33px;
	margin: 0px auto;
}
#header{
	position: relative;
	height: 100px;
	margin: 0px 0px 20px 0px;
}
	#header img#eaglesLogo{
		position: absolute;
		left: 24px;
		top: 0px;
	}
	#header h1{
		margin: 0px;
		padding: 0px;
		position: absolute;
		left: 650px;
		width: 200px;
		top: 0px;
		text-align: right;
		color: #126282;
		font-size: 18px;
	}
		#header h1 span{
			display: block;
			font-size: 12px;
		}
	#header .tagline{
		display: block;
		position: absolute;
		font-size: 12px;
		top: 80px;
		text-align: right;
		left: 192px;
		color: #126282;
		width: 660px;
		padding-bottom: 5px;
		border-bottom: #126282 solid 2px;
	}
	
/*///////////////////////////////////////////////////////////////////////////////
//	Menu
*/
ul.menu{
	margin: 0px;
	padding: 0px;
	list-style-type:none;
}
ul.menu1{
	width: 180px;
	background: #E9EAF3;
	border: dashed 1px #126282;
	padding: 5px 0px 13px 0px;
	margin-right: 10px;
	float: left;
}
	ul.menu li{
		margin: 0px 0px 5px 11px;
	}
		ul.menu li.selected a, ul.menu li.selected ul.menu li.selected a{
			font-weight:bold;
		}
			ul.menu li.selected ul.menu li a{
				font-weight: normal;
			}
		ul.menu li a{
			text-decoration:none;
			font-size: 12px;
		}
			ul.menu li a:hover{
				color: #518C9E;
			}
	ul.menu li ul.menu{
		margin-top: 5px;
	}
	
/*///////////////////////////////////////////////////////////////////////////////
//	Content boxes
*/
.contentWrapper{
	background: #E9EAF3;
	border: dashed 1px #126282;
	padding: 5px;
	margin-bottom: 10px;
}
div.rightCol{
	float:left;
	width: 660px;
}
	div.fullWidth{
		width: 650px;
		float: left;
	}
	div.halfWidthLeft{
		width: 313px;
		float: left;
		margin: 0px 10px 0px 0px;
	}
	div.halfWidthRight{
		width: 313px;
		float: left;
	}
	.content{
		margin: 0px 0px 0px 33px;
		padding: 0px;
	}
	ul.content{
		list-style-type:none;
	}
		ul.content li{
			margin: 5px 0px 0px 0px;
			padding: 0px;
		}
	
/*///////////////////////////////////////////////////////////////////////////////
//	table
*/		
table{
	width: 100%;
	border-collapse: collapse;
}	
	table tr td{
		text-align: left;
		padding: 2px;
	}
		table tr.header td, table tr th{
			border-bottom: solid 1px #126282;
			font-weight: bold;
			text-align: left;
			font-size: 11px;
		}
		table tr td.header-left{
			border-right: solid 1px #126282;
			font-weight: bold;
		}
		table tr.highlight td{
			background-color: #CCCCFF;
		}

/*///////////////////////////////////////////////////////////////////////////////
//	Gallery
*/
	div.galleryWidth{
		width: 500px;
		text-align:center;
		float: left;
		margin-left: 70px;
	}
	div.galleryLabel{
		width: 320px;
		float: left;
		margin-left: 150px;
	}
		div.galleryLabel span{
			display: block;
			float: left;
		}
			div.galleryLabel span#prevBt{
				width: 50px;
				text-align:left;
			}
			div.galleryLabel span#label{
				width: 230px;
				padding: 0px 5px;
				text-align:center;
			}
			div.galleryLabel span#nextBt{
				width: 30px;
				text-align:right;
			}
	

/*///////////////////////////////////////////////////////////////////////////////
//	Stats
*/
table.squad{
	width: 600px;
	margin: 20px 0px 0px 0px;
}

div.statsGroup, div.statsPassingGroup{
	width: 600px;
	margin: 20px 0px 20px 0px;
	padding: 20px 0px 0px 0px;
	clear: both;
	border-top: solid 1px #126282;
}
	div.statsGroup table td, table.squad td, div.statsPassingGroup table td{
		border: solid 1px #CCCCCC;
	}
	
	div.statsGroup table.score{
		float: left;
		width: 470px;
	}
	div.statsGroup div.extras{
		float: left;
	}
		div.statsGroup div.extras table.interceptions{
			width: 115px;
			margin: 0px 0px 10px 10px;
		}
		div.statsGroup div.extras table.sacks{
			width: 115px;
			margin: 0px 0px 0px 10px;
		}

div.statsPassingGroup table{
	width: 250px;
	clear: both;
	margin: 0px 0px 20px 0px;
}




