

.scoreboard{
	float: left;
	margin: 0px auto;
	width: 765px;
	height: 197px;
	background-image: url('../images/game/scoreboard.jpg');
}

.team_name{
	float:left;
	font-family: arial;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	text-align: center;
	padding:5px;
	width:190px; 
	height:25px;
	margin-top: 3px;
}

.team_number{
	float:left;
	font-family: arial;
	font-size: 50px;
	font-weight: bold;
	color: #FFCC00;
	text-align: center;
	padding:5px;
	width:190px;  
	margin-top: -6px;
}

.sog{
	float:left;
	width: 82px;
	font-family: arial;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	text-align: center;
	padding:5px;	
	margin-top: 2px;
}



.stars_bg{
	float: left;
	width: 765px;
	height: 124px;
	background-image: url('../images/game/stars_bg.gif');
	display: table;
}

.star_box{
	float: left;
	width: 105px;
	height: 124px;
	display: table;
}

.star_box_middle{
	float: left;
	width: 135px;
	height: 124px;
	display: table;
} 
.star_photo{
	float: left;
	width: 81px;
	height: 86px;
	padding-left: 24px;
	padding-top: 6px;
	display: table;
}
.star_name{
	float: left;
	width: 105px;
	height: 11px;
	padding-top: 3px;
	display: table;
	font-family: arial;
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
}

.star_stats{
	float: left;
	width: 105px;
	height: 11px;
	padding-bottom: 7px;
	display: table;
	font-family: arial;
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
}

.white_border{
	border: 1px solid #FFFFFF;
}

.goals_hdr{
	float: left;
	width: 765px;
	height: 33px;
	background-image: url('../images/game/goals.gif');
}

.goalie_hdr{
	float: left;
	width: 765px;
	height: 33px;
	background-image: url('../../images/game/goalie_stats.gif');
}

.penalties_hdr{
	float: left;
	width: 765px;
	height: 33px;
	background-image: url('../images/game/penalties.gif');
}
.notes_hdr{
	float: left;
	width: 765px;
	height: 33px;
	background-image: url('../images/game/notes.gif');
}

.stat_box{
	float: left;
	width: 765px;
	background-image: url('../images/game/roster_rpt.jpg');
	display: table;
}

.roster_left{
	float: left;
	width: 200px;
	background-image: url('../images/game/roster_rpt.jpg');
	display: table;
}

.home_container{
	float: left;
	width: 350px;
	padding-left: 20px;
}

.away_container{
	float: left;
	width: 350px;
	padding-left: 20px;
}

.goal_box{
	float: left;
	width: 350px;
	display: table;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

.goal_logo{
	float: left;
	width: 64px;
	display: table;
}

.goal_non_logo{
	float: left;
	width: 276px;
	background-image: url('../images/game/goal_doodad.gif');
	background-repeat: no-repeat;
	display: table;
	padding-left: 10px;
}

.goal_left{
	float: left;
	width: 217px;
	display: table;
}
.goal_right{
	float: left;
	width: 54px;
	display: table;
}
.goal_type{
	float: left;
	width: 217px;
	height: 14px;
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;	
}

.goal_name{
	float: left;
	width: 217px;
	height: 16px;
	font-family: verdana;
	font-size: 12px;
	color: #ffffff;
	
}

.assist_label{
	float: left;
	width: 217px;
	height: 14px;
	font-family: arial;
	font-size: 10px;
	font-weight: bold;
	color: #060C38;	
}
.assist_data{
	float: left;
	width: 217px;
	height: 14px;
	font-family: verdana;
	font-size: 11px;
	color: #ffffff;	
}

.goal_period{
	float: left;
	width: 42px;
	height: 16px;
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	color: #ffffff;
	padding-top: 5px;	
}

.goal_time{
	float: left;
	width: 42px;
	height: 16px;
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	color: #ffffff;
	padding-top: 3px;	
}

.note_container{
	float: left;
	width: 650px;
	display: table;
	padding-left: 20px;
	font-family: arial;
	font-size: 12px;
	color: #ffffff;
}

.menu{
	position: absolute;
	top: 118px;
	left: 19px;
	height: 23px;
	width: 765px;
	background-color: #FFFFFF;
}

.logo{
	float: left;
	height: 23px;	
}

.menu_item_right{
	float: right;
	height: 23px;	
}

.thin_line{
	position: absolute;
	top: 141px;
	left: 19px;
	height: 1px;
	width: 765px;
	background-color: #FFFFFF;
}

.thin_line_item{
	float: right;
	height: 1px;
	width: 625px;
	background-color: #060C38;	
}

.breadcrumb{
	position: absolute;
	top: 142px;
	left: 19px;
	height: 25px;
	width: 765px;
	background-color: #FFFFFF;
	padding-left: 14px;
	padding-top: 5px;
	font-family: arial;
	font-size: 11px;
	color: #4461A7;
}

.page_title{
	position: absolute;
	top: 167px;
	left: 19px;
	height: 31px;
	width: 765px;
	background-color: #060C38;
	padding-left: 19px;
	padding-top: 6px;
	font-family: arial;
	font-size: 15px;
	color: #FFFFFF;
}

.inner_content{
	position: absolute;
	top: 198px;
	left: 19px;
	width: 765px;
	margin-bottom: 20px;
	background-color: #FFFFFF;
	padding-left: 14px;
	padding-top: 10px;
	font-family: arial;
	font-size: 11px;
	color: #060C38;
}



/* Footer */
.main_footer{
	position: absolute;
	bottom: 0px;
	left: 0px;
	border-top: 1px solid #D2CBB9;		
	width: 100%;
	background-image: url('../images/footer_background.gif');
	background-repeat: no-repeat;
	filter:alpha(opacity=85);
	-moz-opacity:.85;
	opacity:.85;
}

.footer_links{
	position: absolute;
	top: 40px;
	left: 340px;		
	font-family: Arial;
	font-size: 11px;
	color: #755710;
}

.below_footer{
	position: absolute;
	top: 816px;
	left: 0px;	
	width: 100%;
}

/* TEXT FORMATTING */
.tan9px{
	font-family: arial;
	font-size: 9px;
	color: #BBB296;
}

.tan10px{
	font-family: arial;
	font-size: 10px;
	color: #BBB296;
}

.light_blue_11px{
	font-family: arial;
	font-size: 11px;
	color: #405BA0;
}

.dark_blue_11px{
	font-family: arial;
	font-size: 11px;
	color: #060C38;
}

.red_11px{
	font-family: arial;
	font-size: 11px;
	color: #A20100;
}

.light_blue_12px{
	font-family: arial;
	font-size: 12px;
	color: #405BA0;
}

.red_12px{
	font-family: arial;
	font-size: 12px;
	color: #A20100;
}

.dark_blue_12px{
	font-family: arial;
	font-size: 12px;
	color: #060C38;
}

.light_blue_14px{
	font-family: arial;
	font-size: 14px;
	color: #405BA0;
}

.dark_blue_14px{
	font-family: arial;
	font-size: 14px;
	color: #060C38;
}

.red_14px{
	font-family: arial;
	font-size: 14px;
	color: #A20100;
}

.tan11px{
	font-family: arial;
	font-size: 11px;
	color: #BBB296;
}

.white11px{
	font-family: verdana;
	font-size: 11px;
	color: #FFFFFF;	
}

.white12px{
	font-family: verdana;
	font-size: 12px;
	color: #FFFFFF;	
	font-weight: bold;
}

.yellow11px{
	font-family: verdana;
	font-size: 11px;
	color: #E9E349;	
}

.yellow12px{
	font-family: verdana;
	font-size: 12px;
	color: #E9E349;	
	font-weight: bold;
}

.boldblack{
	font-family: Arial;
	font-size: 16px;
	color: #000000;
	font-weight: bold;
}


a.roster_link {
    text-decoration: none;
    color: #0281CA;
}
a.roster_link:hover {
    text-decoration: none;
	color:#99CCFF;
}
