#topContent
{
	width: 760px;
}

#heading
{
	width: 725px;
}

#snowReport
{
	width: 760px;
	float: left;
}

#snowReportHeader
{
	width: 725px;
	height: 60px;
	border: 1px solid #333333;
	padding: 2px 0 2px 5px;
}

#headerLeft
{
	width: 200px;
	height: 60px;
	float: left;
}

#headerRight
{
	width: 400px;
	height: 60px;
	float: right;
}

#mountainReport
{
	font-size: 16px;
	font-weight: bold;
	color: #666666;
}

.label
{
	color: #666666;
	font-weight: bold;
}

.value
{
	color: #666666;
}

/***** Page-Wide Headers *****/

#todayAtMC .label, #todaysStats .label, #todaysDetailedReport .label, #snowTubing.label, #iconLegend .label
{
	text-transform: uppercase;
	font-size: 18px;
	text-align: center;
	background-color: #999999;
}

/***** Section Borders *****/

#todayAtMC, #todaysStats
{
	width: 730px;
	border: 1px solid #333333;
	margin: 2px 0 2px 0;
}

#todayAtMC .value
{
	padding: 2px 5px 2px 5px;
}

#statistics td.label
{
	width: 200px;
}

#statistics td.value
{
	width: 100px;
}

#statistics .label, #terrainParksSuperpipeData .label, #snowTubingData .label
{
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	background: none;
}

#todaysDetailedReport
{
	width: 730px;
	float: left;
	border: 1px solid #333333;
	margin: 2px 0 2px 0;
}

#area1, #area2_3, #area4_other
{
	float: left;
	width: 242px;
}

#area2_3
{
	margin: 0 2px 0 2px;
}

#terrainParksSuperpipe, #snowTubing, #iconLegend
{
	width: 238px;
	float: left;
	border: 1px solid #333333;
	margin: 2px 0 2px 0;
}

#snowReportFooter
{
	width: 720px;
	float: left;
	border: 1px solid #333333;
	padding: 2px 4px 3px 5px;
	margin: 4px 0 3px 0;
}

.areaName
{
	background-color: #ebebeb;
	color: #333333;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0 0 0 4px;
}

.regularTrailsLabel, .terrainParkTrailsLabel, .liftsLabel
{
	color: #666666;
	font-weight: bold;
	padding: 0 0 0 4px;
}

.trailName, .liftName
{
	color: #808080;
	font-weight: bold;
}

.trailStatus, .liftStatus
{
	color: #333333;
}

.lifts
{
	padding: 0 0 0 4px;
}