@charset "utf-8";
/* CSS Document */

html
{
	height:100%;
	color: #009;
	background-image: url("2011bg.jpg");
	background-repeat: repeat;
}

	body
	{
		margin: 0 auto;
		min-height:101%;
		font-family: Arial, Verdana, Helvetica, sans-serif;
		font-size:11px;
	}
			
			img
			{
				margin: 0;
				padding: 0;
			}

				a img, body a
				{
					border:none;	
				}
				
	
	#topbar
	{
		margin: 0;
		padding: 0;
		height: 25px;
		background-color: #009;
		color: #FDEA02;
	}
	
		#topbar p
		{
			margin: 0;
			padding: 0;
			line-height: 25px;
		}
		
#page
{
	margin: 0 auto;
	padding: 0;
	width: 880px;
	background-color: #FFF;
}

	#banner
	{
		margin: 65px 0px 0px 0px;
		padding: 0;
		height: 285px;
	}
	
	#green_links
	{
		margin: 0;
		padding: 0;
		background-color: #390;
		color: #FFFFFF;
		height: 40px;
	}
	
		#green_links p
		{
			margin: 0;
			padding: 0;
			line-height: 40px;
			font-size: 14px;
			font-weight:bold;
			letter-spacing: .1em;
			text-align:center;
		}
		
			#green_links p span
			{
				padding-left: 10px;
			}
		
				#green_links p span a
				{
					margin: 0px 7px 0px 7px;
					color: #FDEA02;
					text-decoration: none;
				}
		
				#green_links p span a:hover
				{
					color: #FFFFFF;
					text-decoration: none;
					border-bottom: 1px dashed #FDEA02;
				}
	
	#content
	{
		margin: 5px;
		padding: 0;
		background-color: #fff;
		color: #009;
		letter-spacing: .1em;
	}
	
		#content h1
		{
			
		}
	
		#content h1 span
		{
			padding: 0px 0px 0px 20px;
			font-size:12px;
		}
	
		#content h2
		{
			margin: 2px 0px 2px 0px;
			padding: 10px 0px 10px 0px;
		}
		
			#content h2 a
			{
				color: #360;	
			}
			
				#content h2 a:hover
				{
					color: #990;	
				}
	
		#content p
		{
			margin: 10px 10px 0px 10px;
			padding: 0;
			font-size: 15px;
			line-height: 23px;
		}
			#content p a
			{
				font-size: 15px;
				color: #390;
				border-bottom: 1px dotted #390;
				text-decoration: none;
			}
			#content p a:hover
			{
				color: #009;
				border-bottom: 1px dotted #009;
				text-decoration: none;
			}
		
		
/* TABLE PROPERETIES */

table
{
	border: 1px solid #000099;
	border-spacing: 0px;
}

th {
	font: bold 12px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #FDEC1F;
	border-right: 1px solid #000099;
	border-bottom: 1px solid #000099;
	border-top: 1px solid #000099;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	padding: 6px 6px 6px 12px;
	background: url(table_header.png) no-repeat;
}

td {
	border-right: 1px solid #000099;
	border-bottom: 1px solid #000099;
	background: #fff;
	padding: 6px 6px 6px 12px;
	color: #000000;
	font: bold 12px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}


td.alt {
	background: #F5FAFA;
	color: #000000;
}

td.clothing {
	background: #ffffff;
	color: #000000;
	padding: 6px 2px 6px 2px;
}

td a
{
	color: #000;
}

td a:hover, td a:visited
{
	color: #060;
}

table td select
{
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}

table td image
{
	text-align: center;	
}
		
	#footer
	{
		margin: 0;
		padding: 50px 0px 0px 0px;
		height: 25px;
		line-height: 25px;
		color: #FDEA02;
		text-align:center;
	}




/* ACCORDION */
.toggler {
	background-color: #CCCCCC;
	padding: 5px;
	margin-top: 5px;
	text-align:left;
	font-weight: bold;
	width: 96%;
	
}
.active {
	background-color: #66CCFF;
	text-align:left;
	font-weight: bold;
}

#roster {
	background: url(roster.png) no-repeat; margin-top: 0; text-indent:-9000px;
	}
#coach {
	background: url(coach.png) no-repeat; margin-top: 0; text-indent:-9000px;
	}
#schedule {
	background: url(schedule.png) no-repeat; margin-top: 0; text-indent:-9000px;
	}
	
#playerlogin
{
	margin: 0 auto;
	width: 120px;
	height:70px;
	overflow:hidden;
	position:absolute;
}

/* PLAYER LOGIN */
		
		#playerlogin
		{
			margin: 50px 0px 0px 0px;
			padding: 0;
			height: 70px;
		}


			#playerlogin p
			{
				margin: 0;
				padding: 0;
				vertical-align: middle;
			}
				
				#playerlogin a
				{
					display:block;
					height:70px;
					width:120px;
					background:url("../images/fusaologin.png") 0 0 no-repeat;
					text-indent:-9000px;
					background-position:0 0px;
				}
				
					#playerlogin a:hover
					{
						background-position:0 -70px;
					}
					
					#playerlogin a:active
					{
						background-position:0 -70px;
					}
/* PLAYER LOGIN */

