/* Colors
 *   Beige: #F1E9CF
 *   Light Beige: #FAF7EC
 *   Brown: #C6A57E
 *   Dark Blue: #336694
 *   Green: #F1F1CF;
 *	 Red: #C6887E;
 */

/******************************************************************************
 **********                      Page Layout                         **********
 ******************************************************************************/

body
{
	margin: 0px;
}

#page
{
	font-size: 1.3em;
}

#header .logo
{
	margin: 0px 10px -4px 10px;
}

#header .logo h1
{
	letter-spacing: -1px;
}

#header .by-line
{
	position: relative;
	top: -13px;
	left: 48px;
	color: #336694;
}

#content
{
	margin: 10px 10px 0px 10px;
	padding: 0px 10px 0px 10px;
}

#footer
{
	border-top: 5px solid #336694;
	margin: 5px 10px 10px 10px;
	padding: 5px;
	background-color: #F1E9CF;
	font-size: 0.95em;
}


#footer .attribution
{
	float: right;
	text-align: right;
}

.navigation
{
	text-align: center;
}

.clear
{
	clear: both;
}

/******************************************************************************
 **********                       Options Form                       **********
 ******************************************************************************/

.options-form-container
{
	margin: 5px -5px;
	padding: 5px;
	line-height: 175%;
}

.options-form-container label
{
	white-space: nowrap;
}

.options-form-container .dates
{
	/* Do nothing. */
}

.options-form-container .events
{
	/* Do nothing. */
}

.options-form-container .buttons
{
	/* Do nothing. */
}

.options-form-container .locations
{
	/* Do nothing. */
}

/******************************************************************************
 **********                          Results                         **********
 ******************************************************************************/

.results
{
	margin: 5px -10px;
}

.results .header
{
	margin: 5px;
}

.results table
{
	width: 100%;
	margin-top: 5px;
}

.results th,
.results td
{
	padding: 3px 5px;
}

.results th
{
	font-weight: bold;
	color: white;
	background-color: #336694;
	text-align: left;
}

.results td.time
{
	text-align: right;
}

.results tr.odd td
{
	background-color: #F1E9CF; 
}

.results tr.even td
{
	background-color: white; 
}

.results .footer
{
	border-top: 5px solid #336694;
	padding: 5px;
	font-size: 0.95em;
}
