﻿body 
{
	text-align:center;
	background-color:#000066;
}

h1
{
	font-size:large;
}

h2
{
	font-size:small;
}

h3
{
	font-size:small;
	font-style:italic;
}


#headerImage
{
	position:absolute;
	top:0px;
	left:0px;
	background-color:#000066;
}
#footerImage
{
	position:absolute;
	top:490px;
	left:380px;
}
#menuBar
{
	position:absolute;
	top:50px;
	left:0px;
	height:30px;
	width:800px;
	background-image:url("../images/menu.jpg");
	background-repeat:repeat-x;
	color:white;
	vertical-align:middle;
}
#menuBar a
{
	color:White;
	font-weight:bold;
	vertical-align:bottom;
}
#menuBar a:link
{
	text-decoration:none;
}
#menuBar a:hover
{
	text-decoration:underline;
	color:red;
}
#menuBar a:visited
{
	text-decoration:none;
}

#contentDiv
{
	position:absolute;
	top:80px;
	padding-left:20px;
	padding-right:20px;
	width:760px;	
	height:510px;
	overflow:auto;
	background-image:url("../images/court.jpg");
	background-color:white;
	background-repeat:no-repeat;
}

#contentHolder
{
	position:relative;
	top:0px;
	width:800px;
	height:600px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	background-color:#000066;
	font-family:Tahoma;
	font-size:x-small;
}

TABLE
{	
	border-collapse:collapse;
	border:solid 2px black;
}

th
{
	font-size:small;
	color:Navy;
	text-align:right;
	font-weight:bold;
	padding:5px;
	padding-right:10px;
	border-right:solid 1px black;
	border-bottom:solid 2px black;
}
td
{
	border:dotted 1px black;
	padding-right:10px;
	padding-left:10px;
}
.leagueTitleNumber
{
	color:red;
	border-right:solid 2px black;
	text-align:left;
	padding-left:5px;
}

.leaguePlayer
{
	width:150px;
	border-right:solid 2px black;
}
.leaguePlayed
{
	width:40px;
	text-align:right;
	border-bottom:dotted 1px black;
}
.leaguePoints
{
	width:40px;
	text-align:right;
}
.leagueTotal
{
	width:60px;
	text-align:right;
	font-weight:bold;
}

.dropdownStyle
{
	font-size:x-small;
}

.fixtureList
{
	font-size:small;
}

.fixtureListDate
{
	text-align:right;
	width:150px;
	padding-right:20px;
}
.fixtureListOpposition
{
	text-align:left;
	width:250px;
}
.fixtureListScore
{
	text-align:center;
	width:50px;
}

.formFields
{
	border-collapse:collapse;
	border:none;
}
.formFields td
{
	border:none;
	padding-right:10px;
	padding-right:5px;
}

.resultsHide
{
	display:none;
}

.resultsShow
{
	display:block;
}

.results
{	
	border-collapse:collapse;
	border:dotted 1px black;
}
.expander
{
	cursor:pointer;
}
a img
{
	border:none;
}
