/* Applied to main menu located on left side of the page. */
.MainMenuLink
{	
	color: Yellow;
	font-size: 16px;	
	font-weight: bold;
	text-decoration: none;
}

a.MainMenuLink:Hover { color:Orange } 

.TextRegular
{
	font-size:12px;
}

.TextFooter
{
	font-size:12px;
	color:White;
}

.TextPageTitle
{
	font-size:24px;
	font-weight:bold;
}

td
{	
	font-size:12px;	
}

td.PageHeader
{
	background-image:url('../Images/Headers/CourtHeader.gif');
	background-repeat:no-repeat;
}

td.LeftShadow
{
	background-image:url('../Images/Shadows/LeftShadow.gif');
	background-repeat:repeat-y;
	width:8px;
	height:100%;
}

td.RightShadow
{
	background-image:url('../Images/Shadows/RightShadow.gif');
	background-repeat:repeat-y;
	width:8px;
	height:100%;
}

td.TopShadow
{
	background-image:url('../Images/Shadows/TopShadow.gif');
	background-repeat:repeat-x;
	width:100%;
	height:8px;
}

td.BottomShadow
{
	background-image:url('../Images/Shadows/BottomShadow.gif');
	background-repeat:repeat-x;
	width:100%;
	height:8px;
}

td.ContactHeader
{
	background:#333333;
	color:White;
	font-weight:bold;
}
	



/*	All classes below apply only to the statistical pages. */
body
{
	background-color:White;
	margin-top:0;
	margin-left:0;
}

/* All Text# class are applied to generic text to make the sizes correct. */

.Text1
{
	color:Black;
	font-size:x-large;
}

.Text2
{
	color:Black;
	font-size:large;
}

.Text3
{
	color:Black;
	font-size:18px;
}

.Text4
{
	color:Black;
	font-size:16px;
}

.Text5
{
	color:Black;
	font-size: 11px;
}

/*	Drop Down Lists */
.DDList
{
	font-size: 11px;
}

/* Buttons */
.BStyle
{
	font-size: 11px;
}

/* Applied to navigation menu located at the top of most pages. */
.MenuLink
{	
	color: Blue;
	font-size:12px
}

a.MenuLink:Link { color:Blue }
a.MenuLink:Visited { color:Blue }
a.MenuLink:Hover { color:Red } 



/* Applied to all cells which are grid headers or list headers. */ 
.GridHeader
{
	background-color: #993300;
	color: #eeeeee;
	font-weight: bold;
	font-size:11px;
}

/* Applied to all cells which are grid footers.  (Most grids do not have footers) */
.GridFooter
{
	background-color:#eeeeee;
	color:#003366;
	font-size:11px;
	font-weight:bold;
}


/* Applied to all hyperlinks which reside inside a grid. */
.GridItemLink
{
	font-size:11px;
}

a.GridItemLink:Link { color:Blue }
a.GridItemLink:Visited { color:Blue }
a.GridItemLink:Hover { color:Red } 


/* Applied to all cells in a grid, which are not considered part of an alternating row. */
.GridItem
{
	background-color: #E0E0D4;
	color: Black;
	font-size:11px;
}

/*	Applied to all cells in an alternating row of a grid.  Use to display a stripped pattern.  If you
	do not want to use the Alternating Item feature set all parameters to the same values as the GridItem class. */
.AlternatingGridItem
{
	background-color: White;
	color: Black;
	font-size:11px;
}


/*	Use this class to modify the borders of all the grids.	*/
.GridBorderClass
{
	border-color:#993300;
	border-style:solid;
	border-width:2px;
}

/*	Use this class to modify the borders of the dynamically loaded charts.	*/
.ChartBorderClass
{
	border-color:#993300;
	border-style:solid;
	border-width:2px;
}

/*	Use this class to modify the borders of any shot charts.	*/
.ShotChartBorderClass
{
	border-color:Black;
	border-style:solid;
	border-width:2px;
}


/*	This class is only applicable to the league pages.  It controls the header for each page.	*/
.LeagueHeaderClass
{
	background-color:#993300;
	color: #eeeeee;
	font-weight: bold;
	font-size:11px;
}

/*	This class is only applicable to the league pages.  It controls the grid borders on the league pages.	*/
.LeagueBorderClass
{
	border-color:#993300;
	border-style:solid;
	border-width:2px;
}




