body {
    text-align: center;
	font-family: arial, helvetica, sans-serif;
	background: #FFF0FF none repeat scroll 0%;
}

a {
	color: purple;
}

#container {
    width: 1000px;
	background: white;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
}

/*
#header {
    border-color: purple;
    background: #C000C0;
    background: transparent url(../images/banner.png) no-repeat scroll right top;
	
	height: 100px;
}
*/

/*
#title {
    font-family: "Comic Sans MS", cursive;
	font-size: 150%;
	font-weight: 900;
    text-align: center;
	color: white;
    letter-spacing: +1px;
}
#title h1 {
	height: 100%;
	vertical-align:middle;
	line-height: 175%;
}
*/

.left {
    float: left;
    width: 176px;
}

.right {
	float: right;
	width: 810px;
}

.body {
	max-width: 1000px;
	width: 100%;
	float: left;
	background: #FFFFFF none repeat scroll 0%;
	margin-bottom: 10px;
	
    /*width: 80%;*/
}

img.person {
    width: 57px;
    height: 75px;
}

#courts {
	float: right;
	margin-left: 0.5em;
	margin-bottom: 0.5em;
	width: 400px;
}

#coach {
	float: right;
	margin-left: 0.5em;
	margin-bottom: 0.5em;
	/* Width of source image divided by 4 */
	width: 243px;
}

#easyfundraising_banner {
	display:block;
  	margin-left: auto;
  	margin-right: auto;
}

.menutitle {
    background: #0057AE url(../images/block_title_mid.png) repeat-y scroll right center;
    color: #FFFFFF;
    /* margin: 0.6em 0pt 1.2em; */
    padding: 0pt;
}

.menutitle div {
    background: transparent url(../images/block_title_top.png) no-repeat scroll right top;
    margin: 0pt;
    padding: 0pt;
}

.menutitle div ul {
	list-style-image: url(../images/ball.png);
	margin-top: 0;
	margin-bottom: 0;
}
.menutitle div h2 {
    background: transparent url(../images/block_title_bottom.png) no-repeat scroll right bottom;
    color: #FFFFFF;
    font-family: "Comic Sans MS", cursive;
    font-size: 125%;
    letter-spacing: +1px;
    font-weight: normal;
    line-height: 1.2em;
    margin: 0pt;
	padding: 0.2em 0pt 0.3em 0em;
}

.menulist {
	border: 1px solid #FFC0FF;
	list-style-type: none;
	background-color: #FFF0FF;
	margin-left: 5%;
	margin-right: 5%;
	letter-spacing: +1px;
	color: purple;
	display: block;
	padding: 0;
}

.menulist li {
	padding-left: 0.5em;
	padding-right: 0.5em;
	line-height: 1.5em;
}

.menulist li.current {
	color: white;
	background-color: #A000A0;	
}
.menulist li.other:hover {
	background-color: #FFE0FF;
}


.menulist a {
	display: block;
	text-decoration: none;
  	width: 100%;
}

.menulist a p {
	display: block;
	margin-top: 0;
	margin-bottom: 0;
}

.menulist a:hover {
	background-color: #FFE0FF;
}

.invisible {
	display: none;
}

table.table_list {
	font-family: arial, helvetica, sans-serif;
	border: 1px solid #FFC0FF;
	border-top:1px solid #FFC0FF;
	border-right:1px solid #FFC0FF;
	border-collapse:collapse;
	/* border-collapse: collapse; */
	/* border-spacing: 0 0; */
	width: 95%;
	margin-bottom: 10px;
}
table.table_list tr {
	height: 1.5em;
	border-bottom:1px solid #FFC0FF;
	border-left:1px solid #FFC0FF;
}

table.table_list tr th {
	text-align: left;
	font-family: arial, helvetica, sans-serif;
	font-style: normal;
	font-weight: bolder;
	background: #FFF0FF;
	padding-top: 0.5em;
	padding-left: 0.5em;
	padding-bottom: 0.5em;
	
}

table.table_list tr td {
	padding-top: 0.5em;
	padding-left: 0.51em;
	padding-bottom: 0.5em;
}

table.table_list tr.odd {
	background: #FFF0FF;
	height: 1em;	
}

table.table_list tr td.vacant {
	text-align: center;
	font-style: oblique;
}
table.table_list tr.odd th {
	background: #FFE0FF;
}

table tr.red th {
	background: red;
}

table tr.red {
	background: lightpink;
}

table tr.orange th {
	background: orange;
}

table tr.orange {
	background: #FFD000;
}

table tr.green th {
	background: green;
}

table tr.green {
	background: lightgreen;
}

table tr.yellow th {
	background: yellow;
}

table tr.yellow {
	background: lightyellow;
}

td.photo {
	padding: 5px;
}

img.photo {
	border: 1px solid #FFC0FF;
	background: #FFF0FF;
	padding: 10px;
}

h2 {
	color: purple;
	font-size: 120%;
}

