/* Title{RTWCC} */
html, body {height: 100%;}
body * {margin:0; padding:0;}
body{
	font-family: Arial, Helvetica, sans-serif;
	background: #90EE90 url(logo_background.jpg);
	margin-top: 4px;
	background-repeat: repeat;
	background-position: top;
}
body.contents{
	margin-left: 5px;
}

p {
	margin: 0.8em 1.2em auto 1.2em;
}
p.h0 {
	font-weight: bold;
	font-size: 1.8em;
	line-height: 1.2;
	margin: 2% 0 0 0;
	clear: both;
	text-align: center;
}
p.contents{
 font-size: x-small;
 font-weight: normal;
 text-align: center;
}
li {
	list-style: disc outside url(bullet.gif);
		margin: 0em 1.2em 0em 3em;
}
h1 {
	font-weight: bold;
	font-size: 2em;
	line-height: 1.2;
	margin: 0 0 0 0;
	clear: both;
}

h2 {
 font-weight: bold;
 font-size: 1.6em;
 line-height: 1.2;
 margin: 1.2em 0 0 0em;
 clear: both;
}

h3 {
 font-weight: bold;
 line-height: 1.2;
 margin: 1.2em 0 0 0em;
 clear: both;
 }


h4 {
 font-weight: bold;
 margin: 1em 0 0;
 clear: both;
 }

a:active{
 color: #ff0000;
}
a:link{
 color: #0000ff;
}
a:visited{
 color: #006400;
}
a:hover {
	color: yellow;
	background-color: Black;
}
table.indent{
 margin-left: 60px;
}

td{
 color: #000000;
}
td.image{
 background-color: #e0ffff;
}
td.thumb{
 font-size: small;
 font-weight: normal;
 text-align: center;
}
td.title{
 font-weight: bold;
}
td.info{
 font-weight: bold;
}
td.small{
 font-size: small;
 font-style: italic;
}
td.index{
 font-size: x-small;
 font-weight: normal;
 text-align: left;
 vertical-align: top;
 width: 120px;
}

table.results{
	margin-left: auto;
	margin-right: auto;
	font-size: 100%;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	padding: 2px;
	border: outset 2px white;
}
table.results caption{
	text-align: center;
	font-weight: bold;
	margin: 3%;
}
table.results td{
 border: inset 1px white;
 border-collapse: collapse;
}
table.results th{
 font-weight: bold;
 text-align: center;
 border: inset 1px white;
 border-collapse: collapse;
}

table.comp{
	font-size: smaller;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	border: outset 1px gray;
}
table.comp caption{
	font-weight: bold;
	font-size: larger;
	margin: 1%;
}
table.comp tr{
}
table.comp td{
 border: inset 1px grey;
 border-collapse: collapse;
}
table.comp th{
 font-weight: bold;
 text-align: center;
 border: inset 1px grey;
 border-collapse: collapse;
}
table.club{
 padding: 2px;
}
table.diary, table.match {
	width: 100%;
	height: 50%;
	border: medium groove Silver;
	border-collapse: collapse;
	padding: 0;
	margin-left: 10px;
	margin-right: auto;
	text-align: left;
	font-size: smaller;
}
table.match {
	border-collapse: separate;
}
table.match caption{
	font-weight: bold;
	font-size: 120%;
	padding-top: 20px;
	padding-bottom: 6px;
}
table.diary caption {
	font-weight: bold;
	font-size: 120%;
}
table.diary tr {
	border: none;
	text-align: left;
	padding: 0;
	margin: 0;
}
table.diary tr.header {
	background-color: Silver;
	border: none;
	text-align: center;
}
table.diary tr.aqua {
	background-color: Aqua;
}
table.diary tr.lime {
	background-color: Lime;
}
table.diary tr.blue{
	background-color: blue;
}
table.diary tr.fuchsia{
	background-color: Fuchsia;
}
table.diary tr.gray{
	background-color:gray;
}
table.diary tr.green{
	background-color:green;
}
table.diary tr.red{
	background-color:red;
}
table.diary tr.silver {
	background-color: silver;
}
table.diary tr.white {
	background-color: white;
}
table.diary tr.yellow {
	background-color: Yellow;
}
table.diary tr.sep {
	text-align: left;
	font: larger cursive;
}
table.diary td {
	border: none;
	padding: 1px 5px 1px 5px;
}
table.diary th {
	padding: 1px 5px 1px 5px;
}
table.match tr.header {
	background-color: Silver;
	border: none;
	text-align: center;
}
table.match tr.white {
	background-color: white;
}
table.match tr.yellow {
	background-color: Yellow;
}
table.cross_sheet {
	border: medium solid gray;
	padding:0;
	margin:0;
}
table.cross_sheet th.person {
	border-left: thin solid gray;
}
table.cross_sheet td.box {
	border: none;
	font-weight: bold;
	font-style: italic;
}
table.cross_sheet td.person {
	border-top: thin solid gray;
	border-left: none;
	font-weight: bold;
	text-align: left;
}
table.cross_sheet td {
	border-left: thin solid gray;
	border-top: thin solid gray;
	padding:0;
	margin:0;
	text-align: center;
}
table.knock_out {
	border: medium solid gray;
	padding:0;
	margin:0;
}
table.knock_out th.round {
	border-left: thin solid gray;
	font-weight: bold;
	text-align: center;
}
table.knock_out td.box {
	border: none;
	font-weight: bold;
	font-style: italic;
}
table.knock_out td.person {
	border-top: thin solid gray;
	border-left: thin solid gray;
	font-weight: bold;
	text-align: left;
}
table.knock_out td {
	border-left: thin solid gray;
	border-top: thin solid gray;
	padding:0;
	margin:0;
	text-align: center;
}
td.X {
	background-color: Aqua;
}

td.cyellow{
 border: medium Cyan;
 border-style: inset;
	width: 00px;
	padding: 2px 2px;
	font-size: smaller;
	text-align: center;
	vertical-align: top;
	background-color: Yellow;
}
td.cpink{
 border: medium Cyan;
 border-style: inset;
	width: 00px;
	padding: 2px 2px;
	font-size: smaller;
	text-align: center;
	vertical-align: top;
	background-color: Pink;
}
td.ccyan{
 border: medium Cyan;
 border-style: inset;
	width: 00px;
	padding: 2px 2px;
	font-size: smaller;
	text-align: center;
	vertical-align: top;
	background-color: Cyan;
}

img.contents{
 border: thin solid #ffffff;
}
img.thumb{
 border: medium solid #ffffff;
}
img.main{
 border: thick solid #ffffff;
}
.thickborder{
 border: thick solid #ffffff;
}
.leftimage {
	float: left;
	margin: 3px 3px 3px 0;
	border: 3px solid Green;
}
.rightimage {
	float: right;
	margin: 3px 0 3px 3px;
	border: 3px solid Green;
}
.image {
	margin: 3px;
}

.center{
 text-align: center;
}

.left{
	width: 15%;
	float: left;
	font-size: x-small;
}
.center{
	width: 60%;
	float: left;
	margin-top: -10px;
}
.center_50{
	height: 75%;
	width: 50%;
	float: left;
	margin-top: -10px;
}
.center_60{
	height: 75%;
	width: 60%;
	float: left;
	margin-top: -10px;
}
.center_65{
	height: 75%;
	width: 63%;
	float: left;
	margin-top: -10px;
}
.right{
	width: auto;
	float: right;
}
.hleft,.hhleft{
	width: 15%;
	float: left;
}
.hcenter,.hhcenter{
	width: 60%;
	float: left;
}
.hright,.hhright{
	width: auto;
	float: right;
}
.right_20{
	width: 20%;
	float: right;
	text-align: center;
	}
.right_25{
	height: 75%;
	width: 25%;
	float: right;
	text-align: center;
}
.right_30{
	height: 75%;
	width: 30%;
	float: right;
	text-align: center;
}
.rbox{
	padding: 1px 1px 1px 1px;
	width: 20%;
	float: right;
	border: thin solid Blue;
	background-color: yellow;
	margin: -10px 3px 3px 5px;
}
.rbox_23{
	padding: 0px 0px 0px 0px;
	width: 23%;
	float: right;
	border: thin solid Blue;
	background-color: yellow;
	margin: -10px 1px 1px 1px;
}
.rbox_40{
	padding: 3px 3px 3px 3px;
	width: 40%;
	float: right;
	background-color: yellow;
	margin: -10px 3px 3px 5px;
}
.body{
	width: 80%;
	float: left;
	margin-top: -5px;
	}
.main{
	width: 80%;
	height: 75%;
	overflow: auto;
}
.clear{
	clear: both;
	line-height: 10px;
}

.nav {
	font: bold 0.7em verdana, arial, sans-serif;
	padding: 0;
	width: 14%;
	float: left;
	padding-right: 15px;
}
.nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}
.nav ul li {
	display: block;
	list-style: none;
	border-left: none;
	border-bottom: 1px solid #666666;
	margin: 0;
	padding: 2px 0 2px 5px;
}
.nav a{
	text-decoration: none;
	}
.nav a.current {
	color: red;
	}
.nav p{
	margin: 5px 5px 5px;
	padding-top: 5px;
}

.navgen {
	margin:  0 ;
	padding-bottom: 5px;
	width: 75%;
	float: left;
}
.navgen ul {
	text-align: center;
	list-style: none;
	font: 0.8em verdana, arial, sans-serif;
	margin: 5px;
	padding: 0;
	width: auto;
}
.navgen ul.left {
	text-align: left;
}
.navgen ul li {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
	border-top: gray solid medium;
	border-bottom: gray solid medium;
	border-right: medium solid gray;
}
.navgen ul li.first {
	background-color: cyan;
	border-left: medium solid gray;
}
.navgen ul li.cyan {
	background-color: cyan;
}
.navgen ul li.yellow {
	background-color: yellow;
}
.navgen ul li.pink {
	background-color: pink;
}
.navgen a{
	text-decoration: none;
	}
.navgen a.current {
	color: red;
	}
