/* Antelope AYSO style sheet */



/* links */
A:link		{	color: #660066; }
A:active	{	color: #660066; }
A:visited	{	color: #660066; }
A:hover		{	color: #660066; 
				text-decoration: underline overline;
				background-color: #F5CB03; }

A.nav:link		{	color: #660066; font-weight: bold; font-size: 10px; }
A.nav:active	{	color: #660066; font-weight: bold; font-size: 10px; }
A.nav:visited	{	color: #660066; font-weight: bold; font-size: 10px; }
A.nav:hover		{	color: #F5CB03; font-weight: bold; font-size: 10px; 
					text-decoration: underline overline;
					background-color: #660066; }



/* body */
BODY		{	margin: 0px; 
				font-family: verdana, arial, helvetica, sans-serif;
				font-size: 11px;
				color: black; 
				background: #999999; }

TR			{	padding-top: 0px;
				padding-bottom: 0px;
				margin-top: 0px;
				margin-bottom: 0px; }				
				
TD			{	font-family: verdana, arial, helvetica, sans-serif;
				font-size: 11px;
				color: black; }

PRE			{	font-family: courier, monospace;
				font-size: 11px;
				color: black; }
				
fieldset
{
  padding: 5px;
}

legend
{
  padding-left: 1.5em;
  padding-right: 1.5em;
  padding-top: 2px;
  padding-bottom: 2px;
}


/* body table cell styles */
TABLE.content	{	width: 775px;
					padding: 0px;
					margin-left: auto;
					margin-right: auto; }

TR.content		{	padding: 0px;
					margin: 0px; }
										
TD.contentHead	{	padding: 0px;
					margin: 0px;
					width: 775px; }
					
TD.contentBody	{	padding: 0px;
					margin: 0px;
					width: 775px; 
					background: url(/images/balls_background.gif); }

.documentBody	{	padding: 3px;
					margin: 3px;
					width: 90%;
					background: white; }


/* banner styles */
TABLE.banner	{	width: 100%;
					padding: 0px;
					margin: 0px; 
					background-color: #660066; }
					
FONT.bannerFont	{	font-family: verdana, arial, helvetica, sans-serif;
					font-size: 12px;
					font-style: italic;
					font-weight: bold;
					color: #F5CB03; }

FONT.bannerFontShow	{	font-family: verdana, arial, helvetica, sans-serif;
						font-size: 24px;
						font-style: italic;
						font-weight: bold;
						color: #F5CB03; }

FONT.bannerFontBig	{	font-family: verdana, arial, helvetica, sans-serif;
						font-size: 36px;
						font-style: italic;
						font-weight: bold;
						color: #F5CB03; }
						
/* menu styles */
TABLE.nav		{	width: 100%;
					padding: 0px;
					background-color: #F5CB03; }

FONT.nav		{	font-family: verdana, arial, helvetica, sans-serif;
					font-size: 8px;
					color: #660066; }


FONT.big		{	font-size: 24px;
					font-weight: bold;
					color: #660066; }
					
FONT.show		{	font-size: 14px;
					font-weight: bold;
					color: #660066; }
					
FONT.bold		{	font-weight: bold;
					color: #660066; }


/* misc cell styles */
TABLE.info		{	padding: 5px;
					border: solid 1px black;
					background: white; }

TD.sidebar		{	width: 125px;
					background-color: #CCCCCC;
					border: solid 1px black;
					font-size: 11px; }

TD.header		{	padding: 5px;
					background-color: #660066;
					color: #F5CB03;
					text-align: center;
					font-size: 11px;
					font-weight: bold;
					border: outset 1px black; }

TD.body			{	width: 325px;
					padding: 5px; 
					font-size: 11px; }

TD.fullBody		{	width: 650px;
					padding: 5px; 
					font-size: 11px; }
					
.info			{	border: inset 1px black;
					background: white; 
					font-size: 11px;
					padding: 5px; }
					
.bordered		
{	
  border: inset 1px black;
  padding: 3px; 
}


TABLE.clear		{	background: white; }
TR.clear		{	background: white; }
TD.clear		{	background: white; }

TD.doc			{	width: 650px;
					padding: 5px;
					border: solid thin black;
					background: white; 
					font-size: 11px; }
					
TD.list			{	border-bottom: dotted 1px gray; }

TD.listLeft		{	border-right: dotted 1px gray; }

.listAlt		{	border-bottom: dotted 1px gray;
					background: #CCCCFF; }
.listAlt2		{	border-bottom: dotted 1px gray;
					background: #EEEEEE; }

LI	{ list-style-type: square; }

/* backgrounds 
   Here are some standard backgrounds to use
  background: #F5CB03 url( /images/grad_gold2purple_back.jpg ) repeat-x bottom;
  background: #FFFFFF url( /images/grad_white2purple_back.jpg ) repeat-x bottom;
  background: #FFFFFF url( /images/grad_white2gold_back.jpg ) repeat-x bottom;
  background: #FFFFFF url( /images/grad_white2gray_back.jpg ) repeat-x bottom;
  background: #F5CB03;
  background: #660066;
  background: #FFFFFF;
*/
.infoBox
{
 background: #FFF4C0;
 border: none;
}
.infoTitle
{
 background: #660066;
 color: #F5CB03;
 position: relative; top: -5px;
}
.hiliteBox
{
 background: #EEEEEE;
 border: none;
}
.hiliteTitle
{
 background: #F5CB03;
 position: relative; top: -5px;
}
				
.fancyTitle
{
 font-family: "Trebuchet MS",Trebuchet, Verdana, Times, Garamond, serif;
 font-size: 2em;
 font-weight: bold;
}

.colorTile1
{
 background: #99FFFF;
}
.colorTile2
{
 background: #FFFF99;
}
.colorTile3
{
 background: #CCFF99;
}
.colorTile4
{
 background: #CC99FF;
}
.colorTile5
{
 background: #FF99CC;
}
.colorTile6
{
 background: #FF9999;
}


/* alert */
					
.alert			{	background-color: #F5CB03; }

FONT.alert		{	font-family: verdana, arial, helvetica, sans-serif;
						font-size: 18px;
						font-style: italic;
						font-weight: bold;
						color: #660066; }
						
FONT.tiny		{	font-size: 9px;
					color: #AAAAAA; }
								
