
/**************************************************************
********* Formatting For Month Table and Text *****************
**************************************************************/

A		{ font-family:arial, helvetica; color:#00F; text-decoration:underline }
SPAN	{ font-family:arial, helvetica }
TD     	{ font-family:arial, helvetica }
BODY	{ background-color:#FFF }

/**** main go button at top of calendar ****/
#dateGoButton {
	font-size: 0.8em;
	background-color: #DFDFDF;
	margin-bottom: 4px;
	border: 1px solid #000000;
	}

/**** month and year header at top of calendar ****/
.date_header			{ font-size:16px; font-family:arial, helvetica; font-weight:bold }

/**** color and size of calendar cells.  ****/
.day_cell				{ background-color:#9BAFBF; height:80; width: 95; padding: 3px; }
.empty_day_cell			{ background-color:#DFDFDF; height:80; width: 95; padding: 3px; }
.today_cell				{ background-color:#5F8FBF; height:80; width: 95; padding: 3px; }

/**** day number in upper left corner of each cell ****/
.day_number				{ font-size:10px; font-family:verdana, arial, helvetica; color:#000 }

/**** title_txt is the text for each post on main page ****/
.title_txt				{ font-size:10px; font-family:verdana, arial, helvetica; color:#000 }
.title_txt A:link		{ color:#061B2F; text-decoration:underline }
.title_txt A:active		{ color:#061B2F; text-decoration:underline }
.title_txt A:visited	{ color:#061B2F; text-decoration:underline }
.title_txt A:hover		{ color:#FFFFFF; text-decoration:underline }

/**** time line under title text when event time given ****/
.time_str				{ color: #FFFFFF; font-size:9px; font-family:arial, helvetica; font-weight: bold;}

/**** column headers or days of the week ****/
.column_header			{ background-color:#4B6D91; font-size:12px; font-family:arial, helvetica; color:#FFFFFF; font-weight:bold }

/**** footprint text ****/
.footprint				{ font-size:10px; font-family:verdana, arial, helvetica; color:#4B6D91; font-weight:bold; }
.footprint A			{ font-size:10px; font-family:verdana, arial, helvetica; color:#4B6D91; font-weight:bold; }
// end hiding -->
</STYLE>

/************************* andys stuff ******************************/

#container {
	border: 1px solid gray;
	margin-left: auto;
	margin-right: auto;
}

#banner {
	padding: 5px;
	background-color: #7296b6;
	border-bottom: 1px solid gray;
}

#content {
	background-color: #FFF;
	clear: both;
}

#footer {
	clear: both;
	padding: 5px;
	margin-top: ;
	background-color: #4b6d91;
	border-top: 1px solid gray;
}

/*********************nav bar**************************************/

#navcontainer ul {
	padding-left: 0;
	margin-left: 0;
	background-color: #4B6D91;
	color: White;
	float: left;
	width: 100%;
	font-family: arial, helvetica, sans-serif;
	font-size: 0.8em;
}

#navcontainer ul li {
	display: inline;
}

#navcontainer ul li a {
	padding: 0.2em 1em;
	background-color: #4B6D91;
	color: White;
	text-decoration: none;
	float: left;
	border-right: 1px solid #fff;
}

#navcontainer ul li a:hover {
	background-color: #5F8FBF;
	color: #fff;
}

#reportTable {
	margin-left: auto;
	margin-right: auto;
	padding: 1px;
	border: 1px solid #4B6D91;
	font-size: 0.8em;
	background-color: #9BAFBF;
	}

#reportTable td {
	padding: 3px;
	border: 1px solid #4B6D91;
	}

#reportHead {
	background-color: #4B6D91;
	color: #FFFFFF;
	}

.leftCell {
	background-color: #DFDFDF;
	border: 1px solid #4B6D91;
	}

#reportForm {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	}

#reportTitle {
	text-align: center;
	color: #4B6D91;
	font-weight: bold;
	}

.spotRow {
	background-color: #DFDFDF;
	}

.timeCell {
	width: 80px;
	}
	
