
* $Revision: 402 $
* $Author: tkeffer $
* $Date: 2011-03-30 15:29:37 -0700 (Wed, 30 Mar 2011) $

Global*/
BODY
{
	margin: 0;
	padding: 0;
	border: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-color: #494949;
	color: #FFFFFF;
}
A:Link
{
	color: #83B222;
}
#container
{
	margin: 0;
	padding: 0;
	border: 0;
}
/*
* This is the big header at the top of the page
 */
#masthead
{
	margin: 1% 1% 0;
	padding: 5px;
	text-align: center;
	background-color: #030303;
}
#masthead H1
{
	color: #FFFFFF;
}
#masthead H3
{
	color: #83B222;
}
/*
* This holds the statistics (daily high/low, etc.) on the left:
 */
#stats_group
{
	width: 30%;
	min-height: 500px;
	margin: 1%;
	padding: 5px;
	float: left;
	border-top: 1px solid #4F4F4F;
	border-right: 1px solid #4F4F4F;
	border-bottom: 1px solid #4F4F4F;
	border-left: 1px solid #4F4F4F;
	background-color: #000000;
}
.stats TABLE
{
	border: thin solid #000000;
	width: 100%;
}
.stats TD
{
	border: thin solid #4F4F4F;
	padding: 2px;
}
.stats_header
{
	background-color: #000000;
	color: #83B222;
	font-size: 14pt;
	font-weight: bolder;
}
.stats_label
{
	color: #83B222;
}
.stats_data
{
	color: #FFFFFF;
}
/*
* This holds the "About", "Almanac", and plots on the right
 */
#content
{
	width: 62%;
	min-height: 500px;
	margin: 1%;
	padding: 5px;
	float: right;
	background-color: #494949;
	text-align: center;
}
#content .header
{
	font-size: 14pt;
	font-weight: bolder;
	color: #83B222;
	margin-bottom: 10px;
}
#content .caption
{
	font-weight: bold;
	color: #83B222;
}
#content TABLE
{
	text-align: center;
	width: 100%;
}
#content TD
{
	width: 50%;
}
#content .label
{
	text-align: right;
	font-style: italic;
}
#content .data
{
	text-align: left;
}
#about, #almanac
{
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}
.celestial_group
{
}
.celestial_body
{
	width: 48%;
	vertical-align: top;
	display: inline-block;
}
#plots
{
	width: 90%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#plots IMG
{
	margin: 3px;
	border: thin solid #83B222;
	padding: 3px;
}
#radar_img
{
	width: 90%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#radar_img IMG
{
	width: 90%;
	padding: 3px;
	margin: 3px;
}
/*
* Navigation bar (week, month, etc.) at the bottom
 */
#navbar
{
	margin: 0 1% 1%;
	padding: 5px;
	text-align: center;
	clear: both;
	background-color: #000000;
	color: #83B222;
}
/*************** Global Styles ***************/
H2, H3, H4, H5, H6
{
	color: #83B222;
}

