﻿/* Reset All Values */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset, img {
	border: 0;
}

address, caption, cite, code, dfn, th, var {
	font-style: normal;
	font-weight: normal;
}

 ul {
	list-style: none;
}

caption, th {
	text-align: left;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}

q:before, q:after {
	content: '';
}

abbr, acronym {
	border: 0;
}

a {
	outline: none;
}

/* typography/layout */

body 
{
    font-family: Verdana;
    font-size: 12px;
    background: #fff url(images/header-bg.jpg) repeat-x top left;
    color: #00437E;
    -webkit-text-size-adjust: none;
    text-align: center;
}

a span
{
	display: none;
}

div#container
{
	width: 100%;
	margin: 0 auto;
	border-bottom: 5px solid #00437E;
}

div.header
{
	margin: 0 auto;
	width: 320px;
	height: 148px;
    position: relative;
}

div.header1
{
    background: #fff url(images/header-1.jpg) no-repeat;
}

div.header2
{
    background: #fff url(images/header-2.jpg) no-repeat;
}

div.header3
{
    background: #fff url(images/header-3.jpg) no-repeat;
}

div.home-header
{	
    background: #fff url(images/header-home.jpg) no-repeat;
}

div.header a.back
{
	position: absolute;
	left: 30px; bottom: 0px;	
	width: 110px; height: 43px;	
	color: #fff;
	background: url(images/home-btn.gif) no-repeat;
	line-height: 40px;
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	text-indent: -9999px;
}

div.header a.events-back
{
	background: url(images/events-back-btn.gif) no-repeat;
}

h1
{
	color: #00437E;
    background: #fff url(images/h1-bg.jpg) repeat-x 0 -2px;
	line-height: 50px;
	font-weight: bold;
	font-size: 20px;
	text-transform: uppercase;
}

h2
{
	margin-top: 20px;
	color: #6B9BC1;
	border-top: 2px dotted #ccc;
	line-height: 40px;
	font-size: 16px;
}

h3
{
	margin-top: 5px;
	color: #00437E;
	line-height: 25px;
	font-size: 12px;
}

h4
{
    color: #fff;
    background: #00437E url(images/blue-bg.jpg) repeat-x;
	font-size: 10px;
}

/* nav */

ul#nav li a
{
	padding-left: 75px;
	display: block;
	color: #00437E;
	line-height: 70px;
	font-size: 20px;
	font-weight: bold;
	text-align: left;
	text-transform: uppercase;
	text-decoration: none;
	vertical-align: middle;
}

ul#nav li a:hover
{
	text-decoration: underline;
}

ul#nav li a.button
{
	margin: 2px 0;
	height: 70px;
	border-bottom: 2px dotted #ccc;
}

ul#nav li a span
{
	display: block;
}

a#snow-report-btn
{
	background: #fff url(images/icon-snow-report.gif) no-repeat;    
}

a#web-cams-btn
{
	background: #fff url(images/icon-web-cams.gif) no-repeat;    
}

a#grooming-report-btn
{
	background: #fff url(images/icon-grooming-report.gif) no-repeat;    
}

ul#nav li a#events-btn
{
	background: #fff url(images/icon-events.gif) no-repeat;  
}
ul#nav li a#txt-btn
{
	background: #fff url(images/icon-text-alerts.gif) no-repeat;  
}

/* footer */

div#footer
{
	margin: 0 auto 0 auto;
	padding: 65px 0px 0 0px; 
	background: #fff url(images/footer-bg.gif) no-repeat top center;	
}

div#footer-nav
{
	padding: 5px 0;
	background: #0055A5;
	text-align: left;
	font-size: 11px;
	text-align: center;
}
div#footer-nav a
{
	margin: 5px 0;
	padding: 0 7px 0 8px;
	display: inline-block;
	border-right: 1px solid #fff;
}

div#footer-nav a.break
{
	clear: both;	
	border: 0;
}

div#footer-nav a
{
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	white-space: nowrap;
}

div#footer-nav a:first-child
{
	padding: 0 7px 0 0;
}

div#footer-nav a:last-child
{
	border: 0;
	padding: 0 0 0 8px;
}

/* panels/pages */

div#snow, div#webcams, div#grooming, div#events, div#txt
{
	margin: 0 auto;
    background: #fff url(images/header-bg.jpg) repeat-x;	
}

div#txt
{
	text-align: left;
}

.loading
{
	margin: 0 auto;
    background: #fff url(images/header-bg.jpg) repeat-x;
}

.loading-ani
{
	margin: 40px auto;
	width: 66px;
	height: 66px;
	background: url(/assets/images/loading.gif) no-repeat;
}

/* webcam */

a.view-larger, a.view-smaller
{
	display: block;
	margin: 0 auto;
	width: 256px;
	height: 32px;
}

a.view-larger
{
	background: url(images/view-larger-btn.gif) no-repeat;	
}
a.view-smaller
{
	background: url(images/view-smaller-btn.gif) no-repeat;	
}

img.webcam-thumb
{
	margin: 0 auto;
	width: 254px;
	height: 172px;
	border: 1px solid #00437E;
}

/* snow report */

div#snow table
{
	width: 100%;
}

div#snow table th
{
    width: 14%;
    height: 25px;
    color: #fff;
    background: #00437E url(images/blue-bg.jpg) repeat-x;
    border-bottom: 1px solid white;
    font-size: 11px;
    font-weight: normal;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
}

div#snow table td
{  
    width: 14%;
    color: #fff;
    background-color: #6E9BC4;
    border-right: 1px solid white;
    border-bottom: 1px solid white;
    font-size: 10px;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
}

div#snow table td.reportdate
{
    width: 14%;
    height: 45px;
    color: #FFF;
    background-color: #666666;
    font-size: 12px;
    font-weight: bold;
}

div#snow table td.reportdate span
{
    display: block;
    font-size: 10px;
    font-weight: normal;
}

#snow table th.currentdaylabel
{
    background: url(images/orange-bg.jpg) repeat-x;
}

#snow table tr td.currentday
{
    background-color: #BF6B09;
}

#snow table td.currentdayinches
{
    background-color: #DEA112;
}

#snow table td.inches
{
    height: 35px;
    font-size: 16px;
    font-weight: bold;
}

div#snow table.tblsnowreport tr td 
{
	padding: 5px 0;
}

div#snow table tr.weatehrlink td ul li a:link
{
	color: yellow;
	font-weight: bold;
	text-decoration: none;
}

div#snow-depths ul li, div.stats ul li
{
    position: relative;
    margin: 0;
    background-color: #6E9BC4;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    border-right: 1px solid white;
}

div#snow-depths ul li
{
    padding-top: 25px;
    width: 33%;
    height: 40px;	
    float: left;
    line-height: 40px;
}

div.stats ul li
{
    padding-left: 40%;
    height: 25px;
    line-height: 25px;
}

div#snow-depths ul li span, div.stats ul li span
{
	position: absolute;
	top: 0;
	left: 0;
	height: 25px;
    background: #00437E url(images/blue-bg.jpg) repeat-x;
    line-height: 25px;
    color: #fff;
    text-transform: uppercase;
    font-size: 11px;
    vertical-align: middle;
    text-align: center;
    font-weight: normal;
}

div#snow-depths ul li span
{
	width: 100%;    
    border-bottom: 1px solid white;	
}

div.stats ul li span
{
	width: 40%;
    border-right: 1px solid white;	
}

/*grooming */

.tblgroomingresort 
{
	background: #F2F2F2;
	width: 100%;
}

.tblgroomingresort th 
{
    width: 14%;
    height: 25px;
    color: #fff;
    background: #00437E url(images/blue-bg.jpg) repeat-x;
    border-bottom: 1px solid white;
    font-size: 12px;
    font-weight: normal;
    text-transform: uppercase;
    text-align: center;
    vertical-align: middle;
}

.tblgroomingresort td 
{
    color: #000000; 
	border: 1px solid #fff;
    font-size: 18px; 
	text-align: left;
}

.intermed{
	background: #B3C1DE url(/assets/images/icons/icon_intermed.gif) no-repeat left center;
	padding-left: 20px;
}

.expert{
	background: #999999 url(/assets/images/icons/icon_expert.gif) no-repeat left center;
	padding-left: 20px;
}

.beginner{
	background: #89BA7E url(/assets/images/icons/icon_beginner.gif) no-repeat left center;
	padding-left: 20px;
}

.status{
	font-weight: bold;
}
.terrain{
	background: #FFCC00 url(/assets/images/icons/icon_terrain.gif) no-repeat left center;
	padding-left: 30px;
}

.report 
{
	background-image: none;
	padding-left: 5px;
}

/* event calendar */

div#weekview h2
{
    position: relative;
	margin: 0;
    border: 0;
    color: #fff;
    background: #003577 url(images/blue-bg.jpg) repeat-x;
	line-height: 14px;
	font-size: 12px;
	text-align: center;
	text-decoration: none;    
}

div#weekview h2 a
{
	display: block;
	position: absolute;
	width: 43px;
	height: 42px;
	text-indent: -9999px;
	text-decoration: none;
}

div#weekview h2 a.page_previous {
	left: 0; top: 0;
	background: url(images/events-left-btn.gif) no-repeat;
}

div#weekview h2 a.page_next {
	right: 0; top: 0;
	background: url(images/events-right-btn.gif) no-repeat;
}

a.edit
{
	display: none;
}
a.link-external
{
	display: none;
}

div#weekview dl {
	margin: 0; padding: 0 10px 10px 10px;
	position: relative;
}

div#weekview dl dt
{
	margin: 0; padding: 10px 0 0 0;
	text-align: left;
}

div#weekview dl dt a 
{
	
	border-bottom: none;
	color: #06c;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}

div#weekview dl dt a span 
{
	display: block;
	padding: 0 5px;
	color: #00437E;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
}

div#weekview dl dd {
	margin: 0; padding: 0;
	margin: 0; padding: 10px 10px 5px 10px;
	border-bottom: 1px solid #666;
	position: relative;
}

div#weekview dl dd p {
	margin: 0; padding: 0 0 10px 0;
	font-size: 12px;
	text-align: left;
}
div#event-details
{
	text-align: left;
	padding: 5px;
	
}
div#event-details h3
{
	margin: 0;
	color: #00437E;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
	font-size: 16px;
	text-align: left;
    background: #fff url(images/h1-bg.jpg) repeat-x 0 -2px;
}

div#event-details div.datetime
{
	font-weight: bold;
	color: #06c;
	border-bottom: none;
	text-decoration: none;
	font-size: 12px;
}
	
div#event-details p
{
	margin: 0; padding: 0 0 10px 0;
	font-size: 12px;
}

div#event-details div.tag_filter
{
	display: none;
}
div#event-details div.tag_filter
{
	display: none;
}



fieldset
{
	border-top: 2px dotted #ccc;
}
legend
{ 
	border: 0;
}

label
{
	display: block;
	text-align: left;
	color: #00437E;
	font-weight: bold;
	font-size: 12px;
	
}

fieldset ul li
{
	text-align: left;
	margin-bottom: 10px;
	
}
fieldset ul li span
{
	display: block;
	font-size: 10px;
}


.message {
		text-align: left;
		border: 1px solid #ccc;
		padding: 5px 5px 5px 30px;
		font-size: 12px;
		margin: 5px 0;
		clear: both;
	}

.good {
		border-color: #9c9;
		color: #060;
		font-weight: bold;
		background: url(/assets/images/cms/alertgood_icon.gif) #E2F9E3 left no-repeat;
	}

.alert {
		border-color: #D4B743;
		color: #C3A83E;
		font-weight: bold;
		background: url(/assets/images/cms/alert_icon.gif) #FBF7E6 left no-repeat;
	}

.bad {
		border-color: #c99;
		color: #fff !important;
		font-weight: bold;
		background: url(/assets/images/cms/alertbad_icon.gif) #c00 left no-repeat;
	}

.bad p {
		color: #fff;
	}