@CHARSET "ISO-8859-1";

body { 
	margin: 0px;
	font-family: verdana, arial, sans-serif;
	font-size: 10pt; 
}

div.main { 
	position: absolute;
 	left: 0px;
  	top: 0px;
  	height: 100%;
  	width: 100%; 
}

div.top { 
	position: absolute;
  	left: 0px;
  	top: 0px;
  	height: 122px;
  	width: 100%;
  	background-image:url(images/top_spacer.jpg); 
}

div.left { 
	position: absolute;
  	left: 0px;
  	top: 122px;
  	height:100%;
  	width: 144px;
 	background-image:url(images/left_spacer.jpg); 
}

div.menu { 
	position: absolute;
  	left: 0px;
  	top: 10px; 
}

div.content { 
	position: absolute;
  	left: 144px;
  	top: 122px;
  	width: 80%;
  	/* border: 1px;  Only during development */
  	/* border-style: solid;  Only during development */
}

div.messageBox {
	width: 60%;
	position: relative;
	overflow: hidden;
	left: 20%;
	border: 1px;
	border-style: solid;
	border-color: #00C000;
	padding: 5px;
}

div.statisticsBox {
	width: 75%;
	position: relative;
	overflow: hidden;
	left: 5%;
	border: 1px;
	border-style: solid;
	border-color: #00C000;
	padding: 2px;
}

div.headerBox {
	width: 105%;
	overflow: hidden;
	padding: 10px;
	position: relative;
	top: -5px;
	left: -5px;
	background-color: #00C000;
	color: #FFFFFF;
	font-size: 12pt;
	font-weight: bold;
}

div.filterBox {
	width: 80%;
	position: relative;
	overflow: hidden;
	left: 10%;
	border: 1px;
	border-style: solid;
	border-color: #00C000;
	padding: 5px;
}

div.selection {
	width: 180px;
	position: absolute;
	overflow: hidden;
	right: -50px;
	border: 1px;
	border-style: solid;
	border-color: #00C000;
	padding: 5px;
}

div.matchesHeader {
	width: 70%;
	position: relative;
	overflow: hidden;
	left: 0px;
	padding: 0px;
	font-size: 16pt;
	font-weight: bold;
	text-align: center;
	height: 50px;
}

div.pageSelection {
	width: 70%;
	position: relative;
	overflow: hidden;
	left: 0px;
	padding: 0px;
	font-size: 12pt;
	text-align: center;
	height: 50px;
	word-spacing: 10px;
}

div.day {
	width: 70%;
	position: relative;
	overflow: hidden;
	left: 0px;
	padding: 0px;
}

div.dayHeader {
	width: 105%;
	overflow: hidden;
	padding: 5px;
	position: relative;
	top: -2px;
	left: -2px;
	background-color: #00C000;
	color: #FFFFFF;
	font-size: 12pt;
	font-weight: bold;
}

div.match {
	width: 95%;
	position: relative;
	left: 2%;
	border: 1px;
	border-style: solid;
	border-color: #00C000;
	padding: 2px;
}

div.whiteline {
	height: 40px;
}

div.matchWhiteline {
	height: 20px;
}

p {
	font-size: 10pt;
}

p.heading1 {
	font-size: 16pt;
	font-weight: bold;
	text-align: center;
}

p.error {
	color: #FF0000;
}

p.selection {
	font-size:8pt;
}

a:link, a:visited {
	color: #000000;
}

img {
	border: 0px;
}

table.match {
	width: 100%;
}

table.statistics {
	width: 80%;
}

td {
	font-size: 10pt;
}

td.filter {
	/* width: 25%; */
	overflow: hidden;
	border: 1px;
	border-style: solid;
	border-color: #00C000;
	padding: 25px;
	margin: 25px;
}

td.form {
	width: 250px;
}

td.matchLeft {
	width: 30%;
	font-style: italic;
}

td.matchRight {
	width: 70%;
}

td.matchAbandoned {
	color: #FF0000;
}

td.bar {
	border-top-width: 0px; 
	border-top-style: solid; 
	border-top-color: #FFFFFF; 
	height: 1px; 
	font-size:1pt
}

td.statisticsLabel {
	border: 1px; 
	border-style: solid; 
	border-color: #00C000;
	text-align: left;
	padding: 5px;
	width: 49%;
}

td.statisticsColumn {
	border: 1px; 
	border-style: solid; 
	border-color: #00C000;
	text-align: center;
	width: 24%;
}

td.statisticsHeader {
	border: 1px; 
	border-style: solid; 
	border-color: #00C000;
	text-align: center;
	font-size: 12pt;
	font-weight: bold;
}

th.statisticsLabel {
	border: 1px; 
	border-style: solid; 
	border-color: #00C000;
	text-align: left;
	width: 49%;
}

th.statisticsColumn {
	border: 1px; 
	border-style: solid; 
	border-color: #00C000;
	text-align: center;
	font-size: 10pt;
	width: 24%;
}

th.userlistCountry{
	border: 1px; 
	border-style: solid; 
	border-color: #00C000;
	padding: 2px;
	text-align: center;
	font-size: 10pt;
	width: 20%;
}

th.userlistName{
	border: 1px; 
	border-style: solid; 
	border-color: #00C000;
	padding: 2px;
	text-align: center;
	font-size: 10pt;
	width: 60%;
}

th.userlistMatches{
	border: 1px; 
	border-style: solid; 
	border-color: #00C000;
	padding: 2px;
	text-align: center;
	font-size: 10pt;
	width: 20%;
}

td.userlistCountry{
	border: 1px; 
	border-style: solid; 
	border-color: #00C000;
	padding: 2px;
	text-align: center;
	width: 20%;
}

td.userlistName{
	border: 1px; 
	border-style: solid; 
	border-color: #00C000;
	padding: 2px;
	text-align: center;
	width: 60%;
}

td.userlistMatches{
	border: 1px; 
	border-style: solid; 
	border-color: #00C000;
	padding: 2px;
	text-align: center;
	width: 20%;
}

td.reportDescription {
	border-width: 0px;
	border-style: solid;
	border-color: #00CC00;
	padding: 0px;
	margin: 0px;
}

td.reportGrade {
	border-width: 1px;
	border-style: solid;
	border-color: #00CC00;
	padding: 0px;
	margin: 0px;
	width: 25px;
}

td.reportsDescription {
	border-style: solid;
	border-color: #00CC00;
	border-width: 1px 1px 1px 1px;
	padding: 5px;
}

td.reportsGrade {
	border-style: solid;
	border-color: #00CC00;
	border-width: 1px 0px 1px 0px;
	padding: 5px;
	width: 35px;
}

td.reportsAverage {
	text-align: right;
	border-style: solid;
	border-color: #00CC00;
	border-width: 1px 0px 1px 1px;
	padding: 5px;
	width: 50px;
}

td.reportsAverageColor {
	border-style: solid;
	border-color: #00CC00;
	border-width: 1px 1px 1px 0px;
	padding: 5px;
	width: 25px;
}

select, input, textarea {
	font-size:8pt;
}

ul {
	list-style-type: circle;
}