/* ------ Layout DIVs ------ */
#container
{
	width: 800px;
	margin: 0px auto;
	color: #333;
	line-height: 100%;
	font-size: .95em;
}
#adbanner
{
	clear: both;
	width: 100%;
}
#subcontainer
{
	background-color: #fff;
}
#headerbanner
{
	clear: both;
	background-color: #ddd;
	border-bottom: 1px solid gray;
}
#leftnav
{
	background-color: #fff;
	float: left;
	width: 199px;
	margin: 0;
	padding: 0em;
}
#content
{
	position: relative;
	background-color: #fff;
	margin-left: 200px;
	width: 780px;
	padding: 10px;

}
#footer
{
	clear: both;
	margin: 0;
	padding: 0;
	color: #333;
	border-bottom: 1px solid #E2EAEF;
	border-top: 1px solid #E2EAEF;
	background-color: #f3f6f8;
	width: 100%;
}

#printerlink
{
	position: absolute;
	top: 0px;
	right: 3px;
}

/* ------ TAGS ------ */

body{
  font-family: Trebuchet MS,Arial,sans-serif;
  font-size: 100%;
  color: #000066;
  font-style: normal;  
  line-height: 1.166;
  margin: 0px;
  padding: 0px;
  background-color: #FFFFFF;
  background-repeat: repeat-x;
  background-attachment: scroll;
  background-position: top left;
}


a {
  color: #000066;
  font-family: Arial,Helvetica,sans-serif;
  text-decoration: none;
}

a:link{
  color: #0000FF;
  text-decoration: underline;
}
a.menu:link{
  color: #000066;
  text-decoration: none;
}
a.menu:hover{
  color: #0000FF;
  text-decoration: underline;
}
a.schedule{
  color: #0000FF;
  text-decoration: none;
}
a.schedule:hover{
  color: #0000FF;
  text-decoration: underline;
}
a.printerlink{
  color: #0000FF;
  text-decoration: none;
}
a.printerlink:hover{
  color: #0000FF;
  text-decoration: underline;
}
h1{
  font-family: Verdana,Arial,sans-serif;
  font-size: 120%;
  color: #000066;
  margin: 0px;
  padding: 0px;
}

h2{
  font-family: Arial,sans-serif;
  font-size: 120%;
  color: #000066;
  margin: 0px;
  padding: 0px;
}

h3{
  font-family: Arial,sans-serif;
  font-size: 100%;
  color: #334d55;
  color: #000066;
  margin: 0px;
  padding: 0px;
}

h4{
  font-family: Arial,sans-serif;
  font-size: 100%;
  color: #334d55;
  margin: 0px;
  padding: 0px;
}

table.schedule {
	width: 95%;
}

table.navMenu {
	font-family: Arial,Helvetica,sans-serif;
	font-weight: bold;
	color: #000066;
	font-size: small;
	padding: 2px;
	border-spacing: 8px;
}
th {
	font-family: Arial,Helvetica,sans-serif;
	font-weight: bold;
	color: #000066;
	font-size: small;
	border-bottom-style: solid;
	border-color: #000066;
	border-width:1px;
}

th.schedhead {
	background-color: LightSteelBlue;
	border-bottom-style: solid;
	border-color: #000066;
	border-width:1px;
}


td.menuItem {
	font-family: Arial,Helvetica,sans-serif;
	font-weight: bold;
	color: #000066;
	font-size: small;
	border-bottom-style: solid;
	border-color: darkgray;
	border-width:1px;
}
div.schedmenu {
	display: none;
}

/* Schedule/Result page styles */
td.score {
	padding: 2px;
	font-family: Arial,Helvetica,sans-serif;
	color: #000066;
	font-size: .80em;
	font-weight: 700;
}

td.winner {
	padding: 2px;
	font-family: Arial,Helvetica,sans-serif;
	color: #000066;
	font-size: .80em;
	font-weight: 900;
	text-align: center;
}

td.sched {
	padding: 2px;
	font-family: Arial,Helvetica,sans-serif;
	color: #000066;
	font-size: .80em;
	font-weight: 500;
	text-align: center;
}
td.schedcomment {
	padding: 2px;
	font-family: Arial,Helvetica,sans-serif;
	color: #000066;
	font-size: .80em;
	font-style:italic; 
	font-weight:bold;
	text-align: center;
}

