﻿table,tr,td,th,h1,h2,p,img,div {
	margin: 0px;
	padding: 0px;
	border: 0px;
	outline: 0px;
    font-family: tahoma,verdana,arial,sans-serif;
	text-align:center;
}

body {
	height:100%;
	background-color: #8D8E91;
	margin: 0px;
	padding: 0px;
	border: 0px;
	outline: 0px;
}

#maincontainer {
	background-color: white;
	margin: 0px auto;
	width: 100%;
	height: 100%;
}

#header {
	background-color: #8D8E91;
	width: 100%;
	padding: 4px;
	border: 0px;
}

#header p {
	text-align: left;
	font-size: 20px;
	color: White;
}

#contentcontainer {
	background-color: white;
	width: 98%;
	height: 100%;
	padding: 4px;
	float: left;
}

#footer {
	background-color: white;
	width: 98%;
	height: 80px;
	padding: 4px;
	clear: both;
}

table.eventResult {
  width: 100%;
}

.eventResult {
  text-align: left;
  vertical-align: middle;
  color: #29282B;
  font-family:tahoma,verdana,arial,sans-serif;
  font-size: 18px;
}

.eventResult a {
	text-decoration: none;
}

th.eventResult {
  color: #29282B;
  font-family:tahoma,verdana,arial,sans-serif;
}

td.eventResult {
  color: #383A45;
  font-family:tahoma,verdana,arial,sans-serif;
}

.erRank {
  text-align: left;
}

.erScore {
  text-align: right;
}

.erTeam {
  font-weight:bold;
}

.erCoach {
  font-style:italic;
}

.erEmph {
	font-style:italic;
}

h1 {
  color: #29282B;
  font-size: 48px;
  margin: 6px;
  font-weight:bold;
}

h2 {
  color: #383A45;
  font-size: 36px;
  margin: 3px;
  font-weight:bold;
}

h3 {
  color: #29282B;
  font-size: 36px;
  margin: 3px;
}

p {
  color: #383A45;
  font-size: 30px;
  margin: 3px;
}

a {
  color: #29282B;
}

a:hover {
  color: #8D8D91;
}

select {
  font-family:tahoma,verdana,arial,sans-serif;
  font-size: 11px;
}

#buttonholder #smallButtonholder {
	text-align:center;
}

#buttonholder input[type=submit] {
	background-color: #DBD2AD;
	font-size: 48px;
	width: 600px;
	color: #191622;
	border-style:groove;
	border-width:4px;
    border-radius: 8px;
    padding: 2px;
    margin: 6px;
}

#buttonholder select {
	background-color: #DBD2AD;
	font-size: 48px;
	width: 600px;
	padding: 2px;
	margin: 6px;
}

#smallButtonholder input[type=submit] {
	background-color: #DBD2AD;
	font-size: 32px;
	color: #191622;
	border-style:groove;
	border-width:4px;
    border-radius: 4px;
    padding: 2px;
    margin: 4px;
}

#smallButtonholder select {
	background-color: #DBD2AD;
	font-size: 28px;
    padding: 2px;
    margin: 4px;
}

#scorebuttons input[type=submit] {
	background-color: #DBD2AD;
	font-size: 72px;
	color: #191622;
	border-style: groove;
	border-width: 6px;
    border-radius: 10px;
    padding: 2px;
    margin: 8px;
    font-weight: bold;
}

input[type=text] {
	font-size: 30px;
	border-width: 4px;
	border-style: inset;	
}

table.shotList {
    width:100%; 
}

td.shotList {
	background-color: #8D8E91;
	color: #FFFFFF;
	text-decoration:none;
	font-size: 44px;	
}

td.currentShot {
	background-color: #29282B;
	font-weight:bold;
	border-width:2px;
	border-style:outset;
}

td.shotList a {
	color: #FFFFFF;
	text-decoration:none;
}

td.currentShot a {
	color: #8D8E91;
}

p.scoreDisplay {
	font-size: 360px;
	font-family:Arial;
	font-weight: bold;
}

p.rankDisplay {
	font-size: 120px;
	font-family:Arial;
}

table.stageAuthCodeValidate 
{
	width: 100%
}

th.stageAuthCodeValidate {
	font-size:36px;
	font-weight:bold;
	padding: 8px;
	text-align: left;
}

td.stageAuthCodeValidate {
	font-size:36px;
	padding: 8px;
	text-align: left;
}

table.eventScore {
	padding: 8px;
    width:90%;
    margin-left: 5%;
    margin-right: 5%; 
}

th.eventScore {
	background-color: #383A45;
	padding: 4px;
	color: #DBD2AD;
	font-size: 24px;	
	font-weight: bold;
	text-align: left;
}

td.eventScore {
	background-color: #383A45;
	padding: 4px;
	color: #DBD2AD;
	font-size: 24px;
	text-align: right;
}

.matchList {
  font-size: 24px;
  margin: 2px;
}

.left {
	text-align: left;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.orionLogo {
	height: 66px;
	float: left;
}

div.matchReport {
	width: 100%;
	max-height: 100px;
	overflow:auto;
}

div.matchReport p {
	text-align:left;
}