body {
	background-color: #F0F0F0;
}

span.title {
	font-family: verdana, serif;
	font-size: x-large;
	font-weight: bold;
	margin-left: 100px;
}

p.first {
	font-weight: bold;
}

#footer {
	width: 800px;
	border-top: 1px green solid;	
}

#topmenu {
	width: 800px;
	border-bottom: 1px green solid;
}

a.menulink:link, a.menulink:visited, a.menulink:active{
	color: green;
	text-decoration: none;
}

a.menulink:hover{
	color: green;
	text-decoration: none;
	font-weight: bold;	
}

a.buttonlink:link, a.buttonlink:visited, a.buttonlink:active {
	text-decoration: none;
	color: green;
}

div.pageTitle {
	width:800px;
	text-align:center;
}

h3.pageTitle {
	color:green;
	margin-top:5px;
	margin-bottom:5px;
}

#logintitle {
	background-color: green;
	color:white;
	margin:0px;
	padding:0px;
	border:0px;
	width:300px;
}

#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #ffc;
	padding: 5px;
	width: 200px;
}
#tooltip h3, #tooltip div { margin: 0; font-size:12px; } 

table.info {
    border:1px black solid;
    border-collapse: collapse;
}

table.info td {
    padding-right: 2px;
    padding-left: 2px;
}

table.info td.title {
    font-weight:bold;
    border-right:1px black solid;
}

table.matches,  table.matches td,  table.matches th{
    border:1px black solid;
    border-collapse: collapse;
}