BODY
{

    FONT-FAMILY: 'Comic Sans MS'

    COLOR: blue;

}
  

.hMenu{
	color:blue;
	FONT-WEIGHT: bold;
	cursor:hand;
}    

#logonDiv{
            
	position:absolute;

	top:50px;
	left:220px;
	visibility:hidden;

	padding: 50px;

	border: solid black 5px;

	background-color:lemonchiffon;

}


.oddline{

	background-color:silver;

}


.Welcome
{

	FONT-SIZE: 24pt;
	COLOR: blue;

	FONT-FAMILY: 'Comic Sans MS'

}


.FooterText
{
    
	FONT-SIZE: 8px;
    
	FONT-FAMILY: 'Comic Sans MS'

}


.LinkText
{
    
	FONT-FAMILY: 'Comic Sans MS'

}


.TitleText
{
    
	FONT-SIZE: 12pt;
    
	COLOR: blue;
    
	FONT-FAMILY: 'Comic Sans MS'

}


.DivStyle
{
    
	BORDER-RIGHT: groove;
    
	BORDER-TOP: groove;
    
	FONT-SIZE: 12px;
    
	FLOAT: none;
    
	OVERFLOW: auto;
    
	BORDER-LEFT: groove;
    
	COLOR: black;
    
	BORDER-BOTTOM: groove;
    
	FONT-FAMILY: 'Comic Sans MS';
    
	POSITION: absolute

}


.TableText

{ 
	FONT-SIZE: 10pt

}


.MatchReport
{
    
	FONT-SIZE: 12pt;
    
	COLOR: black;
    
	FONT-FAMILY: 'Comic Sans MS'

}

	body{
	      FONT-FAMILY: 'Comic Sans MS';
		top:0;
		left:0;
		width:100%;
		margin:0;
		padding:0;
		position:relative;
		height:100%;
		color:blue;
	}
	#wrapper{
		color:blue;
	}
	#header{
		text-align:center;
		position:relative;
		background-color:yellow;
		color:blue;
		top:0;
	}
	#content{
		position:relative;
		width:100%;
	}
	#footer{
		position:absolute;
		top:800px;
		right:0;
	}
table{
	color:blue;
}
div.formrow {
  clear: both;
  padding-top: 5px;
  }

div.formrow span.label {
  float: left;
  width: 50%;
  text-align: right;
  }

div.formrow span.entry {
  float: right;
  width: 50%;
  text-align: left;
  position:absolute;
  }	
	#menupanel{
		position:absolute;
		top:0;
		left:0;
		width:220px;
		xfloat:left;
	}
	#bodypanel{
		text-align:center;
		position:absolute;
		top:0;
		left:220px;
		margin: 0 0 0 0 ;
		xfloat:right;
	}
	#bodypanel li{
		cursor:hand;
	}
	.menuBar{
		list-style:none;
		margin:0;
		padding:0
	}
	.menuItem{
		border:1px solid blue;
		padding:0.4em 0 0.2em 0;
		font-size:75%;	
		cursor:hand;
		background-color:yellow;
	}
      #teamBrowser {
           	position:absolute;
		top:50px;
		left:220px;
		visibility:hidden;
		border: solid black 1px;
		background-color:lemonchiffon;
   		width:400px;
		height:632px;
 		padding: 50px;

		border: solid black 5px;

     }
	#ageGroups{
		float:left;
	}
	#teamPanels{
		float:right;
		height:600px;
	}
	.TeamPanel{
		visibility:hidden;
		width:600px;
		position:absolute;
		top:0;
		left:200px;
	}

