img{
	border: 0px;
}

body{
	/*background-image: url(images/racquet.jpg);*/
	background-position: right bottom;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-color: #006;
	font-size: 18px;
}

table{
	font-size: 18px;
}

.wrapper{
	width: 760px;
}

.logo{
	border: 3px solid #900;
	background-image: url(images/logo2.jpg);
	background-position: right center;
	background-repeat: no-repeat;
	height: 100px;
}

.logo .title{
	color: #fff;
	text-align: center;
	position: relative;
	top: 60px;
	font-weight: bold;
	font-size: 1.8em;
	font-variant: small-caps;
}

.logo .ship{
	position: relative;
	top: 5px;
	left: 5px;
	border: 3px solid #000;
}

.menu{
	margin: 10px 0px 0px 0px;
	font-family: tahoma, geneva, sans-serif;
}

.menu .item{
	border: 3px solid #900;
	border-width: 0px 0px 3px 0px;
	width: 12%;
	height: 30px;
	text-align: center;
	padding: 5px;
	background-color: transparent;
	font-size: 0.8em;
}

.menu .item a{
	display: block;
	padding: 5px;
	background-color: transparent;
}

.menu .item a:link{
	color: #ccc;
	background-color: transparent;
	text-decoration: none;
}
.menu .item a:visited{
	color: #ccc;
	background-color: transparent;
	text-decoration: none;
}
.menu .item a:active{
	color: #ccc;
	background-color: transparent;
	text-decoration: none;
}
.menu .item a:hover{
	color: #600;
	background-color: #efe;
	text-decoration: none;
}


.menu .item_selected{
	border: 3px solid #900;
	border-width: 3px 3px 0px 3px;
	width: 12%;
	height: 30px;
	text-align: center;
	font-size: 0.9em;
	font-weight: bold;
	background-color: #efe;
	padding: 5px;
	
	background-image: url(images/tennis_ball_bg.jpg);
	background-position: -10px -10px;
	background-repeat: no-repeat;
}

.menu .item_selected a{
	display: block;
	color: #000;
	text-decoration: none;
}

.menu .item_selected a:link{
	text-decoration: none;
}
.menu .item_selected a:visited{
	text-decoration: none;
}
.menu .item_selected a:active{
	text-decoration: none;
}
.menu .item_selected a:hover{
	text-decoration: underline;
}

.content{
	border: 3px solid #900;
	border-width: 0px 3px 3px 3px;
	padding: 15px;
	background-color: #efe;
}

.content a{
	text-decoration: underline;
	color: #009;
	background-color: transparent;
}
.content a:link{
	text-decoration: underline;
	background-color: transparent;
}
.content a:visited{
	text-decoration: underline;
	background-color: transparent;
}
.content a:active{
	text-decoration: underline;
	background-color: transparent;
}
.content a:hover{
	text-decoration: underline;
	background-color: #ccf;
}

.content p:first-letter{
	font-size: 2.0em;
	font-style: italic;
}

.content{
	font-family: georgia, serif;
}

.content h1{
	font-size: 1.5em;
	padding: 0px;
	margin: 5px 0px 5px 0px;
	font-family: tahoma, geneva, sans-serif;
	font-weight: normal;
	border-bottom: 1px solid #000;
}

.content h2{
	font-size: 1.1em;
	padding: 0px;
	margin: 20px 0px 5px 0px;
	font-family: tahoma, geneva, sans-serif;
	font-weight: normal;
}

.player_of_the_month{
	background-color: #fff;
	border: 1px solid #000;
	padding: 5px;
	margin-bottom: 10px;
	
	background-image: url(images/trophy.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
}

.news_entry{
	margin-bottom: 10px;
}
.news_entry .heading, .player_of_the_month .heading{
	border-bottom: 1px solid #000;
}
.news_entry .title, .player_of_the_month .title{
	font-family: tahoma, geneva, sans-serif;
	font-size: 1.5em;
}
.news_entry .date_posted, .player_of_the_month .date_posted{
	font-size: 0.8em;
	font-family: monospace;
	color: #999;
}
.news_entry .description, .player_of_the_month .description{
	/*background-color: #fff;*/
	padding: 5px;
	font-family: georgia, serif;
	font-size: 1.0em;
	margin: 0px 0px 0px 10px;
}


.footer{
	font-size: 0.8em;
	margin: 10px 0px 0px 0px;
	text-align: right;
}

.footer a{
	padding: 5px;
	color: #999;
	text-decoration: none;
	background-color: transparent;
}
.footer a:link{
	text-decoration: none;
	background-color: transparent;
}
.footer a:visited{
	text-decoration: none;
	background-color: transparent;
}
.footer a:active{
	text-decoration: none;
	background-color: transparent;
}
.footer a:hover{
	text-decoration: none;
	background-color: #eee;
}


.links{
	display: none;
	position: absolute;
	top: 150px;
	left: 560px;
	z-index: 999;
	
	width: 200px;
	background-color: #fff;
	border: 1px solid #fcc;
	padding: 5px;
	font-size: 0.8em;
}

.links a{
	display: block;
	padding: 5px;
}
.links a:link{
	color: #ccc;
	background-color: transparent;
	text-decoration: none;
}
.links a:visited{
	color: #ccc;
	background-color: transparent;
	text-decoration: none;
}
.links a:active{
	color: #ccc;
	background-color: transparent;
	text-decoration: none;
}
.links a:hover{
	color: #000;
	background-color: #efe;
	text-decoration: none;
}

.image{
	text-align: center;
}
.image img{
	border: 2px solid #900;
}
.image .caption{
	font-size: 0.8em;
}

.member_0{
	background-color: #dfd;
}

.member_1{
	background-color: transparent;
}

.member_0, .member_1{
	margin: 5px;
	padding: 5px;
}

.member_0 .name, .member_1 .name{
	font-size: 1.1em;
	display: inline;
}

.member_0 .email, .member_1 .email{
	font-size: 0.7em;
	font-family: monospace;
}

.member_0 .phone, .member_1 .phone{
	font-size: 0.7em;
	font-family: monospace;
}

.member_0 .position, .member_1 .position{
	font-size: 0.8em;
	font-weight: bold;
}

.member_0 .bio, .member_1 .bio{
	font-size: 0.8em;
}

.member_0 td.image, .member_1 td.image{
	text-align: center;
	vertical-align: middle;
	width: 85px;
}
.member_0 td.info, .member_1 td.info{
	vertical-align: top;
	padding-left: 5px;
}


.gallery{
	text-align: center;
	width: 690px;
}

.gallery .nav{
	width: 100px;
	vertical-align: middle;
	text-align: center;
}
.gallery .nav a{
	display: block;
	text-decoration: none;
}
.gallery .nav a:link{
	text-decoration: none;
}
.gallery .nav a:visited{
	text-decoration: none;
}
.gallery .nav a:active{
	text-decoration: none;
}
.gallery .nav a:hover{
	text-decoration: none;
}

.gallery .photo{
	text-align: center;
}

.gallery .photo img{
	border: 3px solid #000;
}
.gallery .photo .description{
	font-size: 0.8em;
	font-style: italic;
}

.gallery .numbers{
	border-top: 0px solid #ccc;
	/*background-color: #fff;*/
	width: 300px;
	text-align: center;
}
.gallery .numbers .number{
	height: 30px;
	width: 30px;
	text-align: center;

}
.gallery .numbers .number a{
	display: block;
}
.gallery .numbers .number a:link{
	color: #000;
	text-decoration: none;
	font-weight: normal;
}
.gallery .numbers .number a:visited{
	color: #000;
	text-decoration: none;
	font-weight: normal;
}
.gallery .numbers .number a:active{
	color: #000;
	text-decoration: none;
	font-weight: normal;
}
.gallery .numbers .number a:hover{
	color: #000;
	text-decoration: none;
	font-weight: bold;
	background-color: #dfd;
}

.gallery .numbers .number_selected{
	/* must set this formatting data in photo_gallery.js */
}
.gallery .numbers .number_not_selected{
	/* must set this formatting data in photo_gallery.js */
}

.school{
	margin: 0px 0px 15px 0px;
}
.school .name{
	font-size: 1.2em;
	font-family: tahoma, geneva, sans-serif;
}
.school td.image{
	text-align: center;
	vertical-align: middle;
	border: 0px;
	width: 80px;
}
.school .address{
}
.school .directions{
	font-size: 0.8em;
}

.match{
	padding: 10px 0px 20px 0px;
}
.match .heading{
	/*border-bottom: 1px solid #000;*/
}
.match .title{
	font-family: tahoma, geneva, sans-serif;
	font-size: 1.5em;
}
.match .date{
	font-size: 0.8em;
	font-family: monospace;
	color: #999;
}
.match .submatch{
	margin: 5px 0px 0px 5px;
}
.match .submatch .title{
	font-size: 1.1em;
	border: 0px;
}
.match .submatch .game{
	margin-left: 5px;
	border-left: 1px solid #000;
	padding-left: 5px;
}

.month_list{
	margin-bottom: 15px;
	font-size: 0.8em;
}

.calendar{
	background-repeat: no-repeat;
	background-position: center center;
	margin-bottom: 20px;
}
.calendar .month{
	font-size: 1.2em;
	font-family: tahoma, geneva, sans-serif;
}

.calendar .day_name{
	font-weight: bold;
	font-size: 0.8em;
	width: 14%;
	border-bottom: 1px solid #000;
}

.calendar .day_0, .calendar .day_1, .calendar .day_0_event, .calendar .day_1_event{
	width: 14%;
	height: 90px;
	font-size: 0.6em;
	padding: 2px;
	/* the border properties are defined in this exact way in order for each day cell to have an even border all around...
	   ...style attributes in the calendar table also help...
	   so don't change the way this is defined! */
	border-style: solid;
	border-color: #000;
	border-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
}

.calendar .day_0_event, .calendar .day_1_event{
	background-color: #fff;
}

.calendar .date{
	font-size: 1.5em;
	font-family: monospace;
}
.matches_list{
}
.matches_list th{
	text-align: left;
	font-size: 1.0em;
	font-weight: bold;
}
.matches_list td{
	font-size: 0.9em;
}
.matches_list td a{
	font-size: 0.7em;
}

