.toolbar {
	text-align: right;
	margin: 0px 10px 0px 0px;
}

body { 
    font-family: sans-serif;
    background: gray;
    margin: 0;
    text-align: center;
}

.whole_page {
  width: 50em;
  margin: auto;
  background: white;
  padding: 0;
  text-align: left;
	border: 2px solid black;
}

.header {
    width:100%; 
    background: white;
    text-align: center;
		display:table;
    margin-bottom: 0;
}

.content {
    height: 100%;
    width: 100%;
    background: white;
    text-align: center;
    font-weight: bold;
}
.active_scaffold_content {
    height: 100%;
    background: white;
		margin: 0px 5px 0px 5px;
}
.footer {
    color: black;
    width: 100%;
    font-size: 8pt;
    font-weight: bold;
    background: #ccc;
    border-top: 7px #333333 solid;
    border-bottom: 7px #333333 solid;
    text-align:center;
		clear: both;
}
.form {
	text-align: left;
	font-weight: normal;
	font-size: 12pt;
}
.list {
  text-align: left;
  font-weight: normal;
  font-size: 12pt;
  margin: 5px 0px 5px 10px;
}
.sports {
    height: 100%;
    width: 100%;
    background: white;
    text-align: left;
}

.hometext {
    font-weight:bold;
    font-size:22px;	
} 

.content h1 {
    font-size: 18pt;
}

.debug_dump {
    text-align: left;
    border-top: 1px dashed black;
    background: #ccc;
    margin: 0;
    padding: 0.5em;
}

.fieldWithErrors {
    margin: 2px;
    padding: 2px;
    background-color: red;
    display: table;
}

.errorExplanation {
    border: 2px solid red;
    padding: 7px;
    padding-bottom: 12px;
    margin-bottom: 20px;
    background-color: #f0f0f0;
}

.errorExplanation h2 {
    text-align: left;
    font-weight: bold;
    padding: 5px 5px 5px 15px;
    font-size: 12pt;
    margin: -7px;
    background-color: #c00;
    color: #fff;
}

.errorExplanation p {
    color: #333;
    margin-bottom: 0;
    padding: 5px;
}

.errorExplanation ul li {
    font-size: 11pt;
    list-style: square;
}

/* Flash Notice Style */

.notice {
    border: 1px solid green;
    padding: 1em;
    margin: 1em;
    margin-bottom: 2em;
    background-color: lightgray;
    font: bold smaller sans-serif;
}

/* Debug Style */
.debug {
  margin-top: 1em;
  margin-left: auto;
  text-align: center;
}

.debug a, .debug a.visited {
    text-decoration: none;
    color: maroon;
}

fieldset.debug_info {
    text-align: left;
    margin: 1em;
    background: #eee;
}
.direction_content {
	margin: 0px 0px 10px 10px;
	float: left;
}
.map {
  width: 500px; 
  height: 300px;
}
.directions {
  width: 275px;
  font-size:14px;
  font-weight:normal;
  float: right;
}
.eventsEventTd {
    width:20%;
}

.eventsDayTd {
    width:20%;
}

.eventsDescripTd {
    width:50%;
}

.eventsTable {
    margin:10px;
}
.menu
{
	background: url('../images/menu_gradient.jpg');
	font-weight:bold; 
	font-size:16px;
	color:white;
}
.menu_current
{
	background: url('../images/menu_over.jpg');
	font-weight:bold; 
	font-size:16px;
	color:white;
}
a.menu_link
{
	display:block;
	background: url('../images/menu_gradient.jpg');
	height:22px;
	color:white;
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
}
a.menu_link:hover
{
	display:block;
	height:22px;
	background: url('../images/menu_over.jpg');
	color:white;
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
}