﻿body
{
	background: #FFF;
}

div.header
{
	display: none;
}



div#snow-depths ul li
{
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 20px;	
    float: none;
    background-color: #6E9BC4;
    color: #fff;
    line-height: 20px;	
    font-size: 14px;
    font-weight: bold;
    border-right: 0px solid;
    border-bottom: 1px solid white;
}

div#snow-depths ul li span
{	
	display: block;
    width: 100%;
    height: 20px;
    padding: 0 5px;
    line-height: 20px;
    font-size: 14px;
    font-weight: normal;
	
}

div.stats ul li
{
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 20px;	
    float: none;
    background-color: #6E9BC4;
    color: #fff;
    line-height: 20px;	
    font-size: 14px;
    font-weight: bold;
    border-right: 0px solid;
    border-bottom: 1px solid white;
}

div.stats ul li span
{
	display: block;
    width: 100%;
    height: 20px;
    padding: 0 5px;
    line-height: 20px;
    font-size: 14px;
    font-weight: normal;
	
}



a.view-larger
{
	margin: 0 auto;
	display: block;
	width: 256px;
	height: 32px;
	background: #fff;
	
}
a.view-larger span
{
	display: block;
	
}

div#weekview table
{
    background: #00437E;
    width: 100%;
	
}

div#weekview table td
{
    background: #00437E;
    width: 43px;
	
}

div#weekview table td a
{
}

div#weekview table th
{
	margin: 0;
    border: 0;
    background: #00437E;
	text-align: center;
	text-decoration: none;
	font-size: 10px;
    color: #fff;
    position: relative;
}