body 
{
  padding-left: 11em;
  font-family: Georgia, "Times New Roman", Times, serif;
  color: black;
  background-color: white;
}

.print
{
	padding-left: 0.5em;
}

div.navbar 
{
  list-style-type: none;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 2em;
  left: 1em;
  width: 9em 
}

h1 
{
  font-family: Helvetica, Geneva, Arial,
        SunSans-Regular, sans-serif;
  text-align:center;
  width:650px;  
}

a:link 
{
  color: blue; 
}

a:visited 
{
  color: purple; 
}

div.navbar ul 
{
  color: white;
  background: blue;
  margin: 0.5em 0;
  padding: 0.3em;
  border-right: 1em solid black 
}

div.navbar a
{
  color: white;
  text-decoration: underline; 
}
div.navbar a:linked
{
  color: white;
}
div.navbar a:visited
{
  color: white;
}

address 
{
  margin-top: 1em;
  padding-top: 1em;
  border-top: thin dotted 
}

.rosterOdd
{
	background-color: #ffffff;
}

.rosterEven
{
	background-color: #dddddd;
}

.noDivisionTeam
{
	background-color: #ffff55;
}

.rosterInjured
{
	background-color:red;
}

caption
{
	font-size:x-large;
	font-weight: bolder;
}

.rosterLabel
{
	text-align: right;
	font-weight: bold;
}

.rosterNumber
{
	text-align: center;
}

.rosterSkills
{
	width: 350px;
	text-align: center;
}

.doubleSkills
{
	background-color: red;
}

.abilitySkills
{
	background-color: green;
}

td.empty
{
	background-color: white;
	empty-cells: hide;
}

.inputLabel
{
	text-align: right;
	vertical-align:top;
}

.note
{
	font-size: x-small;
	font-style: italic;
}

.disclaimer
{
	font-size: x-small;
	font-style: italic;
	text-align:center;
	width: 650px;
}

.playerCountWarning
{
	font-size:x-large;
	font-weight:bold;
	color:red;
	text-align:center;
}

.playerCountError
{
	font-size:x-large;
	font-weight:bold;
	font-style: italic;
	color:red;
	text-decoration: underline; 
	text-align:center;
}

p.story
{
	padding:1.0em;
	width:650px;
	max-width:650px;
}

div.story
{
	position: relative;
	top: -30em;
	padding:1.0em;
	width:650px;
	max-width:650px;
}

div.title
{
	font-size:x-large;
	font-weight:bold;
	text-decoration: underline; 
}

div.endNotes
{
	font-size:small;
	font-style: italic;
	text-align:right;
}

div.smack
{
	max-width:650px;
	margin-top:0.2em;
	padding-top:0.25em;
	padding-bottom:0.25em;
	border-bottom: 0.1em dotted black 
}

table.match
{
	max-width:650px;
	width:650px;
}

table.teamRoster
{
	max-width:1100px;
	width:1100px;
}

td.comment
{
	max-width:350px;
	width:350px;
	font-family:monospace;
}

table.tournament
{
	width:650px;
	max-width:650px;
	background-color: blue;
	color: white;
}
table.tournament th.title a
{
  color: white;
  text-decoration: underline; 
}
table.tournament th.title a:linked
{
  color: white;
}
table.tournament th.title a:visited
{
  color: white;
}
table.tournament td.pair
{
	background-color: white;
	color: black;
	text-align: center;
}

#scoreBox 
{
  color:white;
  list-style-type: none;
  padding: 0.2em;
  margin: 0;
  position: relative;
  top: 0em;
  left: 675px;
  width: 15em;
  height: 28em;
  background-color:  blue;
  border-left: 0.5em solid black;
  vertical-align:text-top; 
  overflow:auto;  
}

#scoreBox li
{
	padding-left:0.5em;
	list-style-type:square;
	list-style-position: inside;
}

#scoreBox a
{
  color: white;
  text-decoration: underline; 
}
#scoreBox a:linked
{
  color: white;
}
#scoreBox a:visited
{
  color: white;
}

.grant
{
  background-color: green;
}

.deny
{
  background-color: red;
}

.owner
{
  background-color: yellow;
}