@charset "utf-8";
/* CSS Document */

body {
	background-image: url(tennis-bg_100k.jpg);
	background-color: #D06813;
	margin: 0px;
}
body, td, th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
}
h1 {
	font-size: medium;
	font-weight: 700;
	display: block;	
	background-color:#CCCCCC;
}
h2 {
	font-size: medium;
	font-weight: 500;
	display: block;
	background-color:#CCCCCC;
}
h3 {
	font-size: small;
	font-weight: 700;
	display: block;
	background-color:#CCCCCC;
}
h4 {
	font-size: small;
	font-weight: 500;
	display: block;
	background-color:#CCCCCC;
}

#outbox {
	position: fixed;
	top: 5px;
	bottom: 5px;
	left: 5px;
	right: 5px;
}

#leftmenu {
	position:absolute;
	
	width: 200px;
	margin: 5px;
	padding: 5px;
	
	top: 10px;
	bottom: 10px;
	left: 10px;

	background-color: #FFFFFF;
	border: 1px solid #000000;
	opacity: 0.9;
	overflow: auto;
}
#normalcontent {
	position:absolute;
	
	margin: 5px;
	padding: 5px;

	top: 10px;
	bottom: 10px;
	left: 230px;
	right: 230px;

	background-color: #FFFFFF;
	border: 1px solid #000000;
	opacity: 0.9;
	overflow: auto;
}

#rightBox {
	position:absolute;

	width: 200px;
	margin: 5px;
	padding: 5px;
	
	top: 10px;
	bottom: 10px;
	right: 10px;

	background-color: #FFFFFF;
	border: 1px solid #000000;
	opacity: 0.9;
	overflow: hidden;
	text-align: center;
	align: center;
}

#normalcontent a:link {
	color: #333333;
}
#normalcontent a:visited {
	color: #333333;
}
#normalcontent a:hover {
	color: #FF0000;
}
#normalcontent a:active {
	color: #333333;
}
.menuspan1 {
	color: black;
	font-size: small;
	font-weight: 400;
	list-style-type: none;
	text-decoration: none;
	display: block;
	background: #ffffff;
	border: solid black 1px;
	padding: 3px;
}

.menuspan2 {
	color: black;
	font-size: x-small;
	font-weight: 400;
	list-style-type: none;
	text-decoration: none;
	display: block;
	background: #ffffff;
	border: solid black 1px;
	padding-left: 18px;
	padding-right: 3px;
	padding-top: 3px;
	padding-bottom: 3px;
}

.menuspan3 {
	color: black;
	font-size: x-small;
	font-weight: 400;
	list-style-type: none;
	text-decoration: none;
	display: block;
	background: #ffffff;
	border: solid black 1px;
	padding-left: 33px;
	padding-right: 3px;
	padding-top: 3px;
	padding-bottom: 3px;
}

.menuspan1act {
	color: white;
	font-size: small;
	font-weight: 900;
	list-style-type: none;
	text-decoration: none;
	display: block;
	background-color: #D06813;
	padding: 3px;
	border: solid black 1px;
}

.menuspan2act {
	color: white;
	font-size: x-small;
	font-weight: 900;
	list-style-type: none;
	text-decoration: none;
	display: block;
	background-color: #D06813;
	padding-left: 18px;
	padding-right: 3px;
	padding-top: 3px;
	padding-bottom: 3px;
	border: solid black 1px;
}

.menuspan3act {
	color: white;
	font-size: x-small;
	font-weight: 900;
	list-style-type: none;
	text-decoration: none;
	display: block;
	background-color: #D06813;
	padding-left: 33px;
	padding-right: 3px;
	padding-top: 3px;
	padding-bottom: 3px;
	border: solid black 1px;
}
