/* CSS Document */

.homewhitetext{
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:13px;
	line-height:9px;
	}

.mainwhitetext{
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:13px;
	line-height:14.5px;
	}
	
.mainwhitetextbold{
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:13px;
	line-height:14.5px;
	font-weight:bold;
	}
	
.mainwhitetextsmaller{
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:11.5px;
	line-height:13px;
	}
	
.mainblacktextsmaller{
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:11.5px;
	line-height:13px;
	}
	
.maingoldtext{
	font-family:Arial, Helvetica, sans-serif;
	color:#E1C711;
	font-size:13px;
	line-height:14.5px;
	}
	
.maingoldtextcallout{
	font-family:Arial, Helvetica, sans-serif;
	color:#E1C711;
	font-size:23px;
	line-height:24px;
	}
	
.maingoldtextsmaller{
	font-family:Arial, Helvetica, sans-serif;
	color:#E1C711;
	font-size:11.5px;
	line-height:13px;
	}
	
.photoborder{
	border:#FFFFFF solid 5px;
	}


/* Home Page */

.eventshomebackground{
	background-image:url(images/events-home-background.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	background-color:#E1C712;
	width:253px;
	}

.lastgamebackground{
	background-image:url(images/last-game.jpg);
	background-repeat:no-repeat;
	width:274px;
	height:94px;
	}
	
.upcominggamebackground{
	background-image:url(images/upcoming-game.jpg);
	background-repeat:no-repeat;
	width: 254px;
	height:94px;
	}
	
.fieldbackground{
	background-image:url(images/field-schedule.jpg);
	background-repeat:no-repeat;
	width: 422px;
	height:94px;
	}
	
	
/* Team Page */

.teambackground{
	background-image:url(images/team-gradient.jpg);
	background-repeat:no-repeat;
	width:543px;
	height:272px;
	}
	
.schedulebackground{
	background-image:url(images/schedule-background.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	color:#E1C711;
	width:287px;
	height:425px;
	}
	
.splatterbackground{
	background-image:url(images/team-splatter.gif);
	background-repeat:no-repeat;
	background-position:top right;
	}
	
.rosterbackground{
	background-image:url(images/roster-backbround.jpg);
	background-repeat:no-repeat;
	background-position:top;
	color:#5F0406;
	width:579px;
	}