/* Super Bowl Erlanger */

body	{
	scrollbar-base-color: #00CCFF;
	scrollbar-track-color: #DFE4E8;
	scrollbar-face-color: #00CCFF;
	scrollbar-highlight-color: #00CCFF;
	scrollbar-3dlight-color: #4C5F36;
	scrollbar-darkshadow-color: #4C5F36;
	scrollbar-shadow-color: #00CCFF;
	scrollbar-arrow-color: #4C5F36;
	background-color: #33ffff;
	margin: 0px;
	padding: 0px;
	border: #FFFFFF 0px solid;
	}


/* NON-MENU PAGE LINK CODE */

a:link		{ color: #FF0000; text-decoration: none; }

a:visited	{ color: #FF0000; text-decoration: none; }

a:active	{ color: #FF0000; text-decoration: none; }

a:hover		{ color: #0000FF; text-decoration: none; }



/* THIS LINE CONTROLS THE FONT SIZE ON ALL PAGES */

table		{ color: #666666; font: 12px arial, sans-serif; font-weight: normal; }

.subtitle	{ color: #000000; font: 12px verdana, arial, sans-serif; font-weight: bold; }

.copyright	{ color: #000000; font: 12px arial, sans-serif; font-weight: bold; }

.phonetitle	{ color: #000000; font: 12px verdana, arial, sans-serif; font-weight: bold; }

.phonetitle2	{ color: #000000; font-size: medium; font-weight: bold; }

.date-font	{ color: #0000FF; font: 14px arial, sans-serif; font-weight: bold; }

#date-location	{ left: 40px; top: 217px; position: absolute; text-align: left; }

.whitetext	{ COLOR: #FFFFFF; FONT: 11px verdana, arial, sans-serif }

.whitextmed	{ COLOR: #FFFFFF; FONT: 13px verdana, arial, sans-serif; font-weight: bold }

.whitetitle	{ COLOR: #FFFFFF; FONT: 18px verdana, arial, sans-serif; font-weight: bold }

.redsmall 	{ COLOR: #FF0000; FONT: 11px verdana, arial, sans-serif; font-weight: bold }

.redmedium { color: #FF0000; font-size: medium;	font-weight: bold;}

.redbig { color: #FF0000; font-size: large;	font-weight: bold;}

.xxsmalltext { color: #000000; font-size: xx-small; font-weight: bold; }

.yellowmedium { color:#FFFF00; font-size: medium; font-weight: bold; }

.yellowsmall { color:#FFFF00; font-size: small; font-weight: bold; }

.yellowxsmall { color:#FFFF00; font-size: x-small; font-weight: bold; }

.yellowbig { color:#FFFF00; font-size: large; font-weight: bold; }

.greenmedium { color:#00FF00; font-size: medium; font-weight: bold; }

.greensmall { color:#00FF00; font-size: small; font-weight: bold; }

.greenxsmall { color:#00FF00; font-size: x-small; font-weight: bold; }

.bluesmall 	{ COLOR: #0033FF; FONT: 11px verdana, arial, sans-serif; font-weight: bold }

.bluemedium { color: #0033FF; font-size: medium;	font-weight: bold;}

.bluebig { color: #0033FF; font-size: large;	font-weight: bold;}

.formbox { background-color: #FFFF99; }

.formbox2 { background-color: #FFFF99; COLOR: #FF0000; font-size: small; font-weight: bold }



/* SPACING AND WIDTHS */

.whitespaceleft		{ width: 10px; }

.whitespaceright	{ width: 10px; }

.contentwidth		{ width: 90%; }

.formmargin		{ margin: 0px; }


/* BORDERS AND BARS */

.pagebar	{
		background-color: #2F401E;
	        background-image: url("images/bar.jpg");
		height: 20px;
		border: solid #4C5F36;
		border-width: 1px 0px 1px 0px;
/* NOTE: BORDERs ABOVE ARE | top | right | bottom | left */
		}

.pagebar-bottom	{
		background-color: #2F401E;
	        background-image: url("images/bar.jpg");
		height: 42px;
		border: solid #4C5F36;
		border-width: 0px 0px 0px 0px;
/* NOTE: BORDERs ABOVE ARE | top | right | bottom | left */
		}

.pictureend	{
		background-color: #33FFFF;
        	border-left: #000000 1px solid;
		}

.borders	{ border: #000000 1px solid; }



/* FOOTER CODE */

.footer		{
		padding: 6px 10px 3px 10px;
		color: #B3BDA6;
		font: 9px arial, sans-serif;
		font-weight: bold;
		}

.footer-shade	{
		height: 28px;
		background-color: #FFFFFF;
		background-image: url("images/footer-shade.gif");
		background-repeat: repeat-X;
		}

a.copylink:link		{ color: #FF0000; text-decoration: none; }

a.copylink:visited	{ color: #FF0000; text-decoration: none; }

a.copylink:active	{ color: #FF0000; text-decoration: none; }

a.copylink:hover	{ color: #0000FF; text-decoration: none; }



/*

 styles used by the "Cascading Popup Menus" script.

*/


/*
 Font settings -- change your font, colour, alignment etc.
 Insert 'font-weight: bold;' or 'font-style: italic;' without quotes if you want.
 Note that items contain <A HREF> tags, so if your other stylesheets style anchor tags,
 these may inherit the rules. I've styled all the variations of links here as one.
*/

.lowText, a.lowText:link, a.lowText:visited, a.lowText:active, a.lowText:focus {
 color: #000000;
 font: 12px Arial, sans-serif;
 text-align: left;
 text-decoration: none;
}

.highText, a.highText:link, a.highText:visited, a.highText:active, a.highText:focus {
 color: #000000;
 font: 12px Arial, sans-serif;
 text-align: left;
 text-decoration: none;
}

.separator{
 color: #000000;
 font: 1px Arial, sans-serif;
 text-decoration: none;
}



/* Borders used by some items */

.itemBorder {
 border: 1px solid #666666;
}
.itemBorderBlank {
 border: 1px solid #CCCCDD;
}
