body {
	background-color: #F0F0F0;
}

table.main {
	border-right: 1px #004499 solid;
	border-bottom: 1px #004499 solid;
}
table.main td.content {
	border-left: 1px #004499 solid;
}

td, td.content th {
	font-family: Verdana;
	font-size: 12px;
}

td.content {
	background-color: EEF2F5;
	width: 607px;
	padding: 16px;
	vertical-align: top;
	border-right: #A5ADB3 solid 1px;
}

h2 {
	font-family: Arial;
	font-size: 20px;
	margin: 16px 0 0 0;
}
h2, tr.h2 td {
	border-bottom: 1px solid black;
}

tr.h2 td h2 {
	border: none;
}

h1 {
	font-family: Arial;
	font-size: 24px;
}

h2, hr, td.content .date, td.content a, .side a {
	color: #02469B;
}

td.content a, .side a {
	text-decoration: none;
}
td.content a:hover, .side a:hover  {
	text-decoration: underline;
}

.date {
	margin-top: 5px;
	font-size: 12px;
	font-weight: normal;
}

td.content b, td.menu a, td.menu, td.submenu a, h1{
	color: #90050A;
}

td.submenu a {
}

td.content img.inline {
	margin-right: 10px; 
}

td.content p {
	margin-top: 8px;
}

td.content .comment {
	color: #02469B;
	font-size: 10px;
}

hr {
	height: 1px;
	margin-bottom: 0px;
}

td.menu {
	background-color: #D2D7DB;
	width: 187px;
	padding: 16px;
	vertical-align: top;
}
td.menu div.menu {
	font-family: Arial;
	font-weight: bold; 
	font-size: 20px;
	margin: 16px 0 0 0;
}

td.content th {
	font-weight: Bold;
}

table.form th {
	background-color: #D2D7DB;
	font-family: Arial;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	width: 100px;
	padding-top: 4px;
	padding-left: 8px;
}

table.form td {
}

table.form td .edit{
	width: 100%;	
	font-family: Verdana;
	font-size: 12px;
}

.side, .side a, a.side {
	color: black
}




 /* RESULTS */

table.results {
	border: none;
	border-bottom: 1px solid;
	width: 550px;
}

table.results tr.ends td {
	color: #797979;
	font-size: 10px;
	text-align: center;
}
table.results tr.result td {
	border-top: 1px solid;
	border-right: 1px solid;
	text-align: center;
	vertical-align: center;
	height: 20px;
	background-color: white;
	color: black;
	font-size: 18px;
}
table.results tr.result td span.zero {
	color: #ACACAC;
}
table.results tr.result td.team {
	border-top: 1px solid;
	border-right: 1px solid;
	border-left: 1px solid;
	text-align: left;
	padding-left: 20px;
}
table.results tr.result td.total {
	padding-right: 20px;
	text-align: right; 
}
table.results tr.result td.team, table.results tr.result td.total {
	font-family: Arial;
	font-weight: normal;
	font-size: 18px;
	background-color: #E5E8EB;
}
table.results, table.results tr.result td, table.results tr.result td.team  {
	border-color: #767D8F;
}