﻿table.tournament {
	table-layout: fixed;
	border:  #6b8ec6 1px solid; 
	background-color: e6f0fa;
	text-align: center;
	width: 85%;
	font-family: Verdana, Geneva, Arial, Helvetica;
}
.table-header {
	text-align: center;
	color: #008000;
	font-size: 20px;
	font-weight:bold;
	margin-bottom: 20px;
}
table.combined {
	border:  #6b8ec6 1px solid; 
	background-color: e6f0fa;
	text-align: center;
	width: 100%;
	font-family: Verdana, Geneva, Arial, Helvetica;
}
tr.row-top th{
	background-color: #d3c2c2;
    color: #000;
    height: 30px;
}
tr.row-heading{
	background-color: #512c2c;
    color: #fff;
    height: 25px;
}
table.combined tr td.gold{
	background-color: gold;
}
table.combined tr td.orange{
	background-color: orange;
}
tr {
	font-size: 11px;
}
tr.input {
	background-color: #6b8ec6;
	border-right: silver 1px solid;
	color: white;
}
tr.even {
	background-color: white;
	border-right: silver 1px solid;
}
tr.odd {
	border-right: silver 1px solid;
}
th {
	font-weight: bold; 
	color: white;
	border-right: silver 1px solid;
	border-top: silver 1px solid;
	background-color: #6b8ec6;
}
th.th {
	font-size: 13pt;
}
th.button {
	width: 100px;
}
th.vnarrow {
	width: 35px;
}
th.narrow {
	width: 40px;
}
th.leftbar {
	width: 100px;
}
td.runner {
	background-color: #6b8ec6;
	font-weight: bold; 
	color: white;
	border-bottom: silver 1px solid;
}
td {
	border-right: inherit;
}
input {
	font-size: 11px; 
	vertical-align: top;
}