a:link {
text-decoration: none;
color: #fff;
}



#TopRow {
	float:left;
	width:988px;
	height:300px;
	border:1px solid #000;
	border-left:none;
	border-right:none;
}

	#Banner {
		float:left;
		width:600px;
		height:300px;
	}
	
	#TabBox {
		float:right;
		width:386px;
		height:300px;
	}
	
		#Tabs { 
			float:left;
			width:386px;
		}
		
			#Tabs ul,
			#Tabs li {
				margin:0;
				padding:0;
				list-style-type:none;
				float:left;
				display:inline;
			}
			
			#Tabs a.Tab {
				display:block;
				width:128px;
				height:30px;
				border-bottom:1px solid #000;
				border-right:1px solid #000;
				background:url(Images/EventTab.jpg) repeat-x;
				line-height:30px;
				color:#9f9f9f;
				text-decoration:none;
				text-align:center;
			}
			
				#Tabs a.Last {
					border-right:none;
				}
				
				#Tabs a.Tab:hover,
				#Tabs a.Selected.Tab {
					background-image:url(Images/EventTabHover.jpg);
					color:#ddd;
					text-decoration:none;
				}
				
				#Tabs a.Selected {
					height:31px;
					border-bottom:none;
				}
				
					#Tabs a.Selected:focus,
					#Tabs a.Selected:active {
						outline:none;
					}
			
		#TabContent {
			float:left;
			width:386px;
			height:267px;
			border-top:2px solid #292929;
			color:#eee;
			overflow:auto;
		}
		
			#TabContent .Content {
				width:346px;
				padding:10px 10px 0;
			}
			
			

#IconRow {
	float:left;
	width:988px;
	height:32px;
	background:#1e1e1e;
	border:1px solid #000;
	border-left:none;
	border-right:none;
}

	#IconRow ul,
	#IconRow li {
		margin:0;
		padding:0;
		list-style-type:none;
		float:left;
		display:inline;
	}
	
	#IconRow ul {
		margin-left:30px;
	}
	
	#IconRow a {
		color:#ddd;
		margin-right:50px;
		line-height:32px;
		display:block;
		text-decoration:none;
	}
	
		#IconRow a:hover {
			text-decoration:underline;
		}
		
		a.Directions { 
			background:url(Images/IconDirections.gif) no-repeat right center;
			padding-right:30px;
		}
		a.Tickets { 
			background:url(Images/IconTickets.gif) no-repeat right center;
			padding-right:40px;
		}
		a.Broadcasts { 
			background:url(Images/IconBroadcast2.gif) no-repeat right center;
			padding-right:47px;
		}
		a.Photos {
			background:url(Images/IconPhotos.gif) no-repeat right center;
			padding-right:43px;
		}
		a.Stats {
			background:url(Images/IconStats.gif) no-repeat right center;
			padding-right:37px;
		}
		


#BottomRow {
	float:left;
	width:988px;
	border:1px solid #000;
	border-left:none;
	border-right:none;
}

	.AdFrame {
		float:left;
		width:588px;
		height:393px;
		border:4px solid #1e1e1e;
		margin-right:2px;
		padding:2px;
	}
	
		.AdBuy {
			float:left;
			width:286px;
			height:28px;
			text-align:center;
			line-height:28px;
			background:url(Images/EventTab.jpg) repeat-x;
			border-top:2px solid #000;
			color:#fff;
		}
		
			.AdBuy:hover {
				background-image:url(Images/EventTabHover.jpg);
			}
			
			.AdBuy a { color:#fff; }
	
	#BigButtons {
		float:right;
		width:386px;
		color:#fff;
	}
	
		#BigButtons a {
			color:#dedede;
		}
	
		.Button {
			float:left;
			width:354px;
			height:70px;
			border:1px solid #1e1e1e;
			background:url(Images/LargeButtonTile.jpg) repeat-x;
			margin-bottom:2px;
			overflow:hidden;
			padding:15px;
		}
		
			.Button.Last {
				margin-bottom:0;
			}
		
			.Button:hover {
				background-image:url(Images/LargeButtonTileHover.jpg);
			}
	
	
#SeasonStandingsTitle {
	color:fff !important;
	}
	
#HomePageStandings td,
#HomePageStandings th { 
color: #fff;
padding:1px;
}


#HomePageStandings th {
	background-color: rgb(30, 30, 30);
	}
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
			
				
