* {
	margin: 0px;
}  
html {
	background-color: #f8f8f8;
	background-image: url(images/htmlbg.png);
	background-repeat: repeat-x;
	background-position: left top;
}
body {
	background-image: url(images/bodybg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	font: 71%/1.5em verdana, 'trebuchet ms', arial, sans-serif;
	color: #333333;
	text-align: center;
	padding-top: 160px;
	
}
#header {
	display: block;
	position: absolute;
	top: 113px;
	right: 0px;
	width: 508px;
	height: 67px;
	z-index: 10;
	background-image: url(images/walkden-tennis.png);
	background-position: right top;
	background-repeat: no-repeat;
}
#main {
	display: block;
	text-align: left;
	margin-left: 200px;
	margin-right: 210px;
	padding: 0;
	border-left: 0px dashed #cccccc;
	border-right: 0px dashed #cccccc;
	margin-bottom: 10px;
	min-height: 720px;
	padding-bottom: 25px;
}

a {
	background: inherit;
	color: #669900;
	text-decoration: none;
}
a:hover {
	background: inherit;
	color: #ec981f;
	text-decoration: none;
}

.unavailable {
	background: inherit;
	color: #B3CC80;
	text-decoration: none;
	font-weight: bold;
}

h1, h2, h3 {
	font: bold 1em 'trebuchet ms', tahoma, sans-serif;
	text-transform: uppercase;
	color: #555555;
}
h1 {
	font-size: 1.4em;
}
h2 { font-size: 1.3em; }
h3 { font-size: 1.2em; text-transform: none;}

p, h1, h2, h3 {
	margin: 3px 5px;
	border: 0px 0px 0px 0px;
}
ul, ol {
	margin: 10px 30px;
	padding: 0 15px;	
	color: #ec981f;	
}
ul span, ol span {
	color: #666666;
}
li {
	color: #333333;
}
.datatable {
	display: table;
	width: 100%;
	font-size: 7pt;
	line-height: 1.4em;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #dddddd;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #dddddd;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dddddd;
}
.datatable td {
	padding-top: 5px;
	padding-bottom: 5px;
}
.datatable i, p i {
	font-style: normal;
	color: #FF0000;
}
.datatable p i {
	font-weight: bold;
}
.highlight {
	color: #FF0000;
}
.win {
	color: #FF0000;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	font-size: 8pt;
}
.draw {
	color: #669900;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	font-size: 8pt;
}
.roff {
	color: #0033FF;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	font-size: 8pt;
}
.toptable {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #dddddd;
}
img {
	/* border: 2px solid #cccccc; */
}
img.float-right {
  margin: 5px 0px 5px 15px;  
}
img.float-left {
  margin: 5px 15px 5px 0px;
}
a img {
	border: 0px solid #ec981f;
	text-decoration: none;
}
a:hover img {
	border: 0px solid #806b4d !important; /* fixes ie bug */
	border: 2px solid #ec981f;
	text-decoration: underline;
	color: #ec981f;
}
quote {
	margin: 15px;
	padding: 0px 0px 0px 32px;
	background-position: 8px 10px;
	border: 1px solid #f2f2f2;
	border-left: 3px solid #ec981f;
	font-weight: bold;
	background-color: #fafafa;
	background-image: url(images/quote.gif);
	background-repeat: no-repeat;
}

form {
	margin:10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: 0px solid #f2f2f2;
}
label {
	display:block;
	font-weight:bold;
	margin:0px 0px 0px 0px;
}
input {
	padding: 0px 0px 0px 0px;
	font: normal 1em/1.5em verdana, sans-serif;
	color:#999999;
	margin: 0px 0px 0px 0px;
	background-color: #ffffff;
	border-color: #cccccc;
	border-width: 1px;
	border-style: solid;
}
textarea {
	width:350px;
	padding:4px;
	font: normal 1em/1.5em verdana, sans-serif;
	border:1px solid #eeeeee;
	height:100px;
	display:block;
	color:#777777;
}
input.button {
	margin: 0;
	font: bold 1em arial, sans-serif;
	border: 0;
	padding: 0;
	background-color: #cccccc;
}
input.button:hover {
	background-color: #666666;
	color: #ffffff;
}
form.submitform {
	background: transparent;
	border: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 2px 0px;
}
.post-footer {
	background-color: #fafafa;
	padding: 5px; margin-top: 20px;
	font-size: 95%;
	border: 1px solid #f2f2f2;
}
.post-footer .date {
	padding-left: 20px;
	margin: 0 10px 0 5px;
}
.post-footer .comments {
	background: url(images/comment.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .readmore {
	padding-left: 20px;
	margin: 0 10px 0 5px;
	background-image: url(images/icon_newpage.jpg);
	background-position: left center;
	background-repeat: no-repeat;
}
#sidebar {
	position: absolute;
	display: block;
	z-index: 25;
	left: 0px;
	top: 150px;
	width: 185px;
	padding-bottom: 25px;
	text-align: left;
}
#sidebar h1 {
	background: url(images/square_arrow.jpg) no-repeat 5px 11px;
	padding: 8px 0px 2px 22px;
	margin: 0;
	text-transform: uppercase;
}
#sidebar ul.sidemenu {
	list-style: none;
	text-align: left;
	margin: 0 0 8px 0;	
	padding-right: 0;		
	text-decoration: none;
}
#sidebar ul.sidemenu li {
	padding: 2px 4px 2px 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
}
#sidebar ul.sidemenu a {
	font-weight: bold;
	background-image: none;
	text-decoration: none;	
}
#rightbar {
	position: absolute;
	display: block;
	z-index: 20;
	right: 0px;
	top: 149px;
	width: 200px;
	padding-top: 25px;
	padding-bottom: 25px;	
	text-align: left;
}
#rightbar h1 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #669900;
}
.team {
	display: block;
	float: left;
	width: 75px;
	font-size: 7pt;
}
.score {
	display: block;
	float: left;
	width: 18px;
	text-align: center;
	font-size: 7pt;
}

#footer {
	clear: both;
	background: #ffffff url(images/footerbg.gif) repeat-x left top;
	text-align: center;
	height: 50px;
	border-top-color: #669900;
	border-width: 4px;
	border-top-style: solid;
	font-weight: bold;
	text-decoration: none;
}
#footer a {
	text-decoration: none;
	color: #333333;
}
.float-left   { float: left;}
.float-right  {
	float: right;
	margin: 20px 10px 0px 0px;
}
.align-left   { text-align: left; }
.align-right  { text-align: right; }
.align-center { text-align: center;	}
.align-justify { text-align: justify; }

.nomargin {
	margin: 0px;
}
.clear {
	clear: both;
}
.underline {
	border-bottom-color: #669900;
	border-bottom-style: solid;
	border-bottom: 1px;
}

.download li {
	color: #669900!important;
	font-weight: bold!important;
	margin-bottom: 10px;
}
.download a {
	text-decoration: underline!important;
}
blockquote {
	margin-left: 25px;
	margin-top: 10px;
	margin-bottom: 15px;
}