body {
	height: 100%;
	font-family: Arial, Helvetica, FreeSans, "Liberation Sans","Nimbus Sans L", sans-serif;
	color: #1f3642;
	padding: 0px; margin: 0px;
	font-size: 14px;
}
#chartYearsBlock{
	margin-bottom: 5px;
	padding: 0px 10px;
}
#chartYears{
	border-collapse: collapse;
	border-spacing: 0px;
	font-size: 13px;
}
#chartYears td.sep{
	width: 5px;
}
#chartYears td.year{
	text-align: center;
	width: 66px;
	height: 25px;
	vertical-align: middle;
	background: url("/img/composite.png") no-repeat -100px -110px;
}
#chartYears td.sel{
	background: url("/img/composite.png") no-repeat -100px -140px;
}
#chartYears td.over{
	background: url("/img/composite.png") no-repeat -100px -140px;
}
#chartYears a{
	color: #1f3642;
	text-decoration: none;
}





#resortMapInfo .top{
	margin-bottom: 5px;
	height: 28px;
}
#resortMapInfo .top img{
	border: 1px solid #e0e0e0;
}

#resortMapInfo .title{
	padding-left: 5px;
	font-size: 16px;
	color: #e86700;
	font-weight: bold;
	vertical-align: middle;
}
#resortMapInfo .weather{
	width: 40px;
}
#resortMapInfo .time{
	font-size: 11px;
	margin-bottom: 10px;
}
#resortMapInfo table{
	border-collapse: collapse;
	border-spacing: 0px;
	vertical-align: middle;
	white-space: nowrap;
}
#resortMapInfo .temp{
	padding-left: 5px;
	font-size: 24px;
	font-weight: bold;
}
#resortMapInfo .temp span{
	font-size: 24px;
	color: #bebebe;
	font-weight: bold;
}
#resortMapInfo .feels{
	font-size: 11px;
}
#resortMapInfo .seaTemp{
	font-size: 11px;
	padding-top: 5px;
	color: #7098AD;
}
#resortMapInfo .wind{
	padding-left: 25px;
	padding-right: 3px
}
#resortMapInfo .desc{
	text-align: left;
	line-height: 13px;
	font-size: 11px;
}
#resortMapInfo .sep{
	width: 100%;
	height: 1px;
	background: #e0e0e0;
	margin: 15px 0px;
}
#resortMapInfo a{
	padding-left: 8px;
	color: #1f3642;
	font-size: 11px;
	text-decoration: underline;
	line-height: 18px;
	background: url("/img/pin.png") no-repeat 0px 4px;
}