/* Supplemental CSS Document */
	
.spacer
	{
	display: block;
	height: 25px;
	}

.floatright
	{
	float: right;
	margin-left: 10px;
	}

.caption
	{
	font-size: smaller;
	font-style: italic;
	display: block;
	margin-bottom: 20px;
	}
	
/****************************************/
/* Styles for index.php                 */
/****************************************/
	
table.yellowtable
{
	
	width:285px;
	border:0;
	padding-left:5px;
}

table.yellowtable th
	{
	background-color: #d29113;
	color: #ffffff;
	padding: 3px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 1.0em;
	text-transform: uppercase;
	}
	
table.yellowtable tr
	{
	background-color: #f5e7b6;
	}
	
table.yellowtable tr.alt
	{
	background-color: #ffffff;
	}
	
table.bluetable
{
	float:left;
	width:280px;
	border:0;
}

table.bluetable th
	{
	background-color: #394c81;
	color: #ffffff;
	padding: 3px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	text-transform: uppercase;
	}
	
table.bluetable tr
	{
	background-color: #e3e5ee;
	}
	
table.bluetable tr.alt
	{
	background-color: #ffffff;
	}
	
table.redtable th
	{
	background-color: #7d332e;
	color: #ffffff;
	padding: 3px 3px 3px 4px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	text-align: left;
	text-transform: uppercase;
	}
	
table.redtable tr
	{
	background-color: #eedbd5;
	}
	
table.redtable tr.alt
	{
	background-color: #ffffff;
	}

table.greentable
{
	float:left;
	width:570px;
	border:0;
	margin-bottom:30px;
	margin-top:20px;
}
	
table.greentable th
	{
	background-color: #3f6515;
	color: #ffffff;
	padding: 3px 3px 3px 4px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	text-align: left;
	text-transform: uppercase;
	}
	
table.greentable tr
	{
	background-color: #e3e8dc;
	}
	
table.greentable tr.alt
	{
	background-color: #ffffff;
	}

/****************************************/
/* Styles for snow_report.php           */
/****************************************/
	
.note
	{
	font-size: smaller;
	color: #555;
	font-style: italic;
	}
	
.whitenote
	{
	font-size: smaller;
	color: #e3e5ee;
	}
	
.moreinfo
	{
	font-style: italic;
	}
	
.horiz_links a
	{
	margin: 0 40px;
	}
	
table.bluetable th
	{
	background-color: #394c81;
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
	text-transform: capitalize;
	}
	
table.bluetable tr
	{
	background-color: #e3e5ee;
	}
	
table.bluetable1 tr.alt
	{
	background-color: #ffffff;
	}
	
table.bluetable td
	{
	text-align: center;
	}
	
table.bluetable td.loc
	{
	text-align: left;
	padding-left: 5px;
	}
	
table.bluetable td.base
	{
	background-color: #c3c7da;
	font-weight: bold;
	}
	
table.bluetable tr.alt td.base
	{
	background-color: #e3e5ee;
	}
	
table.bluetable th.cumulative_snowfall
	{
	text-align: left;
	padding-left: 15px;
	vertical-align: middle;
	}
	
#tamcams
	{
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	padding-top: 15px;
	padding-bottom: 15px;
	}
	
.tamcam
	{
	float: left;
	margin-left: 53px;
	text-align: center;
	}

.float_left
{
	float:left;
	width:580px;
	padding-bottom:20px;
}
