body{
	font-family: Verdana;
	font-size: 10px;
	color: #c9c9d3;

}
a, a:visited,a:hover
{
	outline:none;
}

img{
	border: 0;
}

#headerEdit{
	position: absolute;
}

.cmsDivClass{
	
	
}
.button{
	cursor: pointer;
}

#pageTabs{
	width: 100%;
	text-align: center;
}

/*	Ski Conditions	*/
#weather{
	height:180px;
	padding: 20px;
}
#golfWeather{
	height:160px;
	padding: 20px;
}

#curr{
	padding-top:10px;
}

#date{
	padding-top:20px;
}
#f_temp{
	padding-top:20px;
	text-align: right;
	width: 200px;
}
#c_temp{
	padding-top:10px;
	text-align: right;
	width: 177px;
}


#end{
	display:none;
	
}
#sat{
	float: left;
	width: 50%;
	text-align: center;
}
#sun{
	float: right;
	width: 50%;
	text-align: center;
}

#sat img,
#sun img{
}

#showWeekend{
	cursor:pointer;
}

.curr_condition{
	position: absolute;
	right: 0px;
	top: 0px;
}

#mountains{
	font-size:8pt;
	height:230px;
	overflow: hidden;	
}

.mountainHeader
{
	text-align: center;
	font-size: 14px;
	text-transform: uppercase;
}

#schuss{
	width:49%;
	float: left;
}

#summit{
	float: right;
	width: 49%;
}

.conditions{
	width:100%;	
}
.conditions tr td:first-child{
	vertical-align: top;
	text-align:right;
	width: 60%;
}

#weather_change,
#feed_change{
	clear:both;
	text-align: right;
}
#weather_change{
	padding-bottom: 10px;
}

/*	End Ski Conditions	*/

/*	Image Feed	*/
#feed{
	font-size:8pt;
	height:410px;
        padding: 20px;
	overflow: hidden;	
	display:none;
}
#feed-text{
	height:100%;
	width:100%;
	float:left;
}

#feed-img{
	width:100%;
	float:left;
}
/*	End Image Feed	*/

/*	Trail Conditions	*/
#trail{
	height:410px;
	padding: 20px;
	
	display: none;
	overflow: auto;	
}
#summitTrails{
	padding-top: 30px;
}



#schussTrailsTable,
#summitTrailsTable{
	border-collapse: collapse;
	width: 100%;
	white-space:nowrap;
}
#schussTrailsTable tr td,
#summitTrailsTable tr td{
	border-top:1px solid #c9c9d3;
	vertical-align:top;
}

#schussTrailsTable tr:first-child  td,
#summitTrailsTable tr:first-child  td{
	border-top: 0;
	
}

#schussTrailsTable tr td:first-child,
#summitTrailsTable tr td:first-child{
	padding-left: 0;
	border-left:0;
}


.trailName{
	text-align: right;
	padding-right: 5px;
	border-left:1px solid #c9c9d3;
}
.trailStatus{
	width: 45px;
	text-transform: uppercase;
}
/*	END Trail Conditions	*/

/*	Request for Proposal: Meeting/Wedding	*/
#header{
	height: 30px;
	padding-top: 20px 
}
#header img{
	padding-left:5px;
}
.screen{
	height: 380px;
	width: 485px;
	overflow: hidden;
	padding: 20px 0 0 10px;
	
	display: none;
}
.formTable{
	width: 100%;
}
.formTable tr td:first-child{
	text-align: right;
	width: 45%;
}
.fullRow{ 
	width: 445px;
    margin: 10px auto;
    text-align: left;
	
}
.shortFirstCol tr td:first-child{
	width: 5px;
}

#page1{
	display: block;
}
#buttonsContainer{
	padding: 0 10px;
}
#prevButton,
#nextButton,
#submitButton{
	cursor: pointer;
}
#prevButton{
	float: left;
}
#nextButton,
#submitButton{
	float: right;
}
/*	End Request for Proposal: Meeting/Wedding	*/
