/*
// $Id: wrapper.css,v 1.4 2010/02/12 17:06:31 zachb Exp $
// $Revision: 1.4 $
// $Author: zachb $
//
// $Log: wrapper.css,v $
// Revision 1.4  2010/02/12 17:06:31  zachb
// *** empty log message ***
//
// Revision 1.3  2010/01/13 15:58:29  zachb
// *** empty log message ***
//
// Revision 1.2  2010/01/11 17:30:15  zachb
// *** empty log message ***
//
// Revision 1.1  2010/01/04 22:54:59  zachb
// *** empty log message ***
//
//
*/
a {
	color: #675852;
}

#mobileNav
{
	font-size: 12px;
	text-align: center;
}
#mobileContent 
{
	font-size: 12px;
}

/* WEATHER */
#weatherReport .weatherDay {
	width: 110px;
	margin: 5px 5px 15px 5px;
	float: left;
	text-align: center;
	font-size: 10px;
	line-height: 15px;	
}
#weatherReport .dayName {
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
}

#weatherReport .weatherCurrent {
	margin: 5px 5px 15px 5px;
	float: left;
	font-size: 10px;
	line-height: 15px;	
}
#weatherReport .currTemp {
	float: left;
	margin: 5px 15px 15px 5px;	
	text-align: center;
	
}
#weatherReport .currTemp .currTempDegrees {
	font-size: 26px;
	line-height: 26px;
	margin: 5px 0px 5px 0px;

}
#weatherReport .currTemp .currSky {
	margin: 5px 0px 5px 0px;
}

#weatherReport .currInfo {
	float: left;
	margin: 5px 5px 15px 5px;	
}

/* SNOW REPORT */
#tblGroomingReport table {
	font-size: 13px;
}
#tblGroomingReport table td {
	padding: 10px;
	text-align: center;
}

#tblGroomingReport .groomingRowHeader {
	background-color: #324350;
	color: #fff;
}
#tblGroomingReport .dtRowOdd {
	background-color: #d1c9aa;
	color: #324350;
}
#tblGroomingReport .dtRowEven {
	background-color: #dfd7b9;
	color: #324350;
}
.tblReport {
	border-collapse: collapse;
	font-size: 11px;
}
.tblReport .rowHeaderRed {
	background-color: #903322;
	color: #fff;
		text-align: center;
}

.tblReport .rowHeaderBlue {
	background-color: #324350;
	color: #fff;
		text-align: center;
}
.tblReport .dtRowOdd {
	background-color: #d1c9aa;
	color: #324350;
	text-align: left;	
}
.tblReport .dtRowEven {
	background-color: #dfd7b9;
	color: #324350;
	text-align: left;	
}
.tblReport td {
	padding: 3px 5px 2px 6px;

}

/* MOBILE WEATHER */
#weatherReportMobile .weatherDay {
	width: 110px;
	margin: 5px 5px 15px 5px;
	text-align: center;
	font-size: 10px;
	line-height: 15px;	
}
#weatherReportMobile .dayName {
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
}

#weatherReportMobile .weatherCurrent {
	margin: 5px 5px 15px 5px;
	font-size: 10px;
	line-height: 15px;	
}
#weatherReportMobile .currTemp {
	margin: 5px 15px 15px 5px;	
	text-align: center;
	
}
#weatherReportMobile .currTemp .currTempDegrees {
	font-size: 26px;
	line-height: 26px;
	margin: 5px 0px 5px 0px;

}
#weatherReportMobile .currTemp .currSky {
	margin: 5px 0px 5px 0px;
}

#weatherReportMobile .currInfo {
	margin: 5px 5px 15px 5px;	
}

