/* CSS by Webware Systems, not to be copied or distributed - Tennis Templates */
/* http://www.webwaresystems.nl */

/* general page styles */
body {
	background-color : #FFFFFF;
	color: #485A7E;
	font : 76% Verdana, Geneva, Arial, Helvetica, sans-serif;
}
h1{
	color: #817373;
	font-size: 1.3em;
}
h2{
	color:#817373;
	font-size:1.2em;
	border-bottom : 1px solid #817373;
}
h3{
	color:#485A7E;
	font-size:1.1em;
}
h3 span {
	font-size: 10px;
}
h4{
	color:#485A7E;
	font-size:1.0em;
	font-weight : bold;
}

/* page divisions */
#wrapper {
	width: 96%;
	margin: 5px auto;
	padding: 0;
	background : #FFFFFF url(../images/bg_left.jpg) repeat-y;
	border: 1px solid #817373;
}
.tblHeader {
	background : #FFFFFF url(../images/bg_top.jpg) repeat-x;
	width: 100%;
	margin: 0;
	padding: 0;
}
#sidebar {
	padding-top: 30px;
	width: 200px;
}
#sidebar fieldset {
	width: 178px;
	margin: 25px 4px 5px 4px;
	padding: 2px;
	text-align: center;
}

#maincontent {
	padding: 0px 25px 25px 25px;
	background : url(../images/bg_tennisbal.gif) no-repeat bottom right;
}
#maincontent h1 {
	background : url(../images/bg_h1_tennisracket.jpg) no-repeat left;
	padding: 25px 25px 25px 75px; 
}

#footer {
	background : #FFFFFF url(../images/bg_bottom.jpg) repeat-x;
	height: 37px;
}

/* form styles */
form {
	margin: 0;
	padding: 0;
}
.shortInputField {
	width: 130px;
}
fieldset {
	padding-top: 4px;
}
legend {
	color: #485A7E;
	font-weight : bold;
}
.searchForm {
	padding-top: 13px;
	padding-right: 10px;
}

/* miscellaneous page styles, coresponding HTML generated by CMS system */
.note {
	font-size: 0.8em;
}
.backToTop {
	font-size: smaller;
}

#tabpanels h2 { display: none; }
