/**************** specific ski elements ****************/

.logo {
	color: #6DA6E2; /*109 166 226*/
	font-weight: bold;
}

.logoOnLite {
	color: #2a5b93;
	font-weight: bold;
}

#pagination {
	text-align: right;
	margin-bottom: 50px;
	float: right;
}

.error{
	color: #ffaaaa;
}

.errorDark{
	color: #ff0000;
}

#endofpage {
	margin-bottom: 50px;
}

#SnowReportHeader{
	margin-top: 10px;
}

div.small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}


/**************** home ****************/

#HomeCol1 {
	float: left;
	width: 220px;
	height: 300px;
	padding: 0px 30px 0px 5px;
}

/* hide from IE the float rule */
html>body #HomeCol1{
	float: left;
	width: 220px;
	height: 300px;
	padding: 0px 45px 0px 5px;
}

#HomeCol2 {
	float: left;
	width: 220px;
	height: 300px;
	padding: 0px 10px 0px 0px;
}

#HomeCol3 {
	float: left;
	width: 235px;
	padding: 0px 30px 0px 5px;
	text-align: center;
}

#HomeCol4 {
	float: left;
	width: 235px;
	padding: 0px 10px 0px 0px;
}

#SnowReportBox {
	height: 165px;
	padding: 0px 0px 0px 0px;
	overflow:auto;
}

ol.top {
	margin: 0;
	padding: 0px 0px 0px 25px;
}

li.top{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}


/**************** map ****************/

#mapContainer{
	margin: 5px 0px 0px 0px;
	padding: 6px 0px 6px 6px;
	border: 0px solid #a0a0a0;
	background-color: #10437e;
}

/* hide from IE */
html>body #mapContainer{
	margin: 10px 0px 0px 0px;
}

#map{
	background-image:url(../img/romap.gif);
	background-repeat: no-repeat;
}

#mapItems{
	position: relative;
	top: 0px;
	left: 0px;
	width: 500px;
	height: 352px;
	z-index: 2;
}

.map_city{
	color: #ccddee;
	padding: 0px 0px 0px 10px;
	background-image: url('../img/ico_city.gif');
	background-position: center left;
	background-repeat: no-repeat;
	position: absolute;
	z-index: 2;
}

.map_city_right{
	color: #ccddee;
	padding: 0px 10px 0px 0px;
	background-image: url('../img/ico_city.gif');
	background-position: center right;
	background-repeat: no-repeat;
	position: absolute;
	z-index: 2;
}

.map_resort{
	position: absolute;
	z-index: 10;
}

.map_resort a{
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	padding: 0px 0px 0px 12px;
	background-image: url('../img/ico_resort_small.gif');
	background-position: center left;
	background-repeat: no-repeat;
}

.map_resort a:hover{
	text-decoration: none;
}

.map_resort_right{
	position: absolute;
	z-index: 10;
}

.map_resort_right a{
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	padding: 0px 12px 0px 0px;
	background-image: url('../img/ico_resort_small.gif');
	background-position: center right;
	background-repeat: no-repeat;
}

.map_resort_right a:hover{
	text-decoration: none;
}

.map_hint{
	display: none;
	position: absolute;
	z-index: 20;
	width: 280px;
	overflow: hidden;
	padding: 5px 10px 10px 5px;
	background-color: #9Dd6ff;
	color: #2a5b93;
}

/**************** sign in ****************/

#signInCol1 {
	width: 220px;
	height: 210px;
	padding: 0px 30px 0px 5px;
	float: left;
}

/* hide from IE the float rule */
html>body #signInCol1{
	float: left;
	width: 220px;
	height: 210px;
	padding: 0px 45px 0px 5px;
}

#signInCol2 {
	width: 220px;
	height: 210px;
	padding: 0px 10px 0px 0px;
	float: left;
}

.SignInValidationCode { }
.SignInValidationCode .stringHolder { position:relative; left:0px; top:0px; border: 0px; }
.SignInValidationCode .pix { position:absolute; background-color:#2a5b93; width:2px; height:2px; clip:rect(0px,2px,2px,0px); line-height:0px; cursor:default; overflow:hidden }
.SignInValidationCode .noPix { position:absolute; width:2px; height:2px;clip:rect(0px,2px,2px,0px); line-height:0px; cursor:default; }

.SignUpValidationCode { padding-left: 10px;}
.SignUpValidationCode .stringHolder { position:relative; left:0px; top:0px; border: 0px; }
.SignUpValidationCode .pix { position:absolute; background-color:#ffffff; width:3px; height:3px; clip:rect(0px,2px,2px,0px); line-height:0px; cursor:default; overflow:hidden }
.SignUpValidationCode .noPix { position:absolute; width:3px; height:3px;clip:rect(0px,2px,2px,0px); line-height:0px; cursor:default; }

.ForumValidationCode { }
.ForumValidationCode .stringHolder { position:relative; left:0px; top:0px; border: 0px; }
.ForumValidationCode .pix { position:absolute; background-color:#ffffff; width:2px; height:2px; clip:rect(0px,2px,2px,0px); line-height:0px; cursor:default; overflow:hidden }
.ForumValidationCode .noPix { position:absolute; width:2px; height:2px;clip:rect(0px,2px,2px,0px); line-height:0px; cursor:default; }


/**************** resorts ****************/

#resortCol1 {
	width: 220px;
	height: 210px;
	padding: 0px 30px 0px 5px;
	float: left;
}

/* hide from IE the float rule */
html>body #resortCol1{
	float: left;
	width: 220px;
	height: 210px;
	padding: 0px 45px 0px 5px;
}

#resortCol2 {
	width: 220px;
	height: 210px;
	padding: 0px 10px 0px 0px;
	float: left;
}

#ResortRate {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	background-color: #111a40;
	border: 1px solid #ffffff;
}

#selectResortsList {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #111a40;
	width: 170px;
}

h1.resort{
	padding-left: 17px;
	margin-bottom: 0px;
	background-image: url('../img/ico_resort.gif');
	background-position: center left;
	background-repeat: no-repeat;
}

.ico_slope{
	border: 1px solid #ffffff;
}

td.even{
	background-color: none;
}

td.odd{
	background-color: #10437e;
}

.SlopeRate {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	background-color: #2a5b93;
	border: 1px solid #ffffff;
}


/**************** photo gallery ****************/

div.gallery{
	float: left;
	margin: 5px 11px 5px 0;
}

div#home{
	float: none;
	margin: 18px 0px -20px 0px;
}

div#homeaccm{
	float: none;
	margin: 10px 0px -20px 30px;
}

div#asset_photo{
	float: left;
	margin: 5px 12px 5px 0px;
}

div.gallery a img{
	border: 1px solid #a0a0a0;
}

div.gallery a:hover img{
	border: 1px solid #ffffff;
}

div.gallery a.error img{
	border: 1px solid #ff0000;
}

div.gallery a.error:hover img{
	border: 1px solid #ffffff;
}

div.gallery a img.landscape{
	width: 150px;
	height: 113px;
	float: none;
	margin: 0;
	padding: 22px 4px 23px 4px;
}

div.gallery a img.portrait{
	width: 113px;
	height: 150px;
	float: none;
	margin: 0;
	padding: 4px 22px 4px 23px;
}

div.gallery a img.brieflandscape{
	width: 150px;
	height: 113px;
	float: none;
	margin: 0;
	padding: 4px 4px 4px 4px;
}

img.photo_landscape{
	display: block;
	margin: 5px 0px 0px 0px;
	padding: 4px 4px 4px 4px;
	border: 1px solid #a0a0a0;
}

/* hide from IE */
html>body img.photo_landscape{
	margin: 10px 0px 0px 0px;
}

img.photo_portrait{
	display: block;
	margin: 5px 0px 0px 0px;
	padding: 4px 62px 4px 62px;
	border: 1px solid #a0a0a0;
}

/* hide from IE */
html>body img.photo_portrait{
	margin: 10px 0px 0px 0px;
}


/**************** accommodation ****************/

.accm_brief{
	width: 160px;
	height: 60px;
	text-align: center;
}


/**************** weather ****************/

div.weather{
	width: 55px;
	float: left;
	margin: 5px 0px 0px 5px;
	text-align: center;
	
}


/**************** colored boxes ****************/

.noColorBox{
	width: 100%;
	height: 100%;
	padding-left: 7px;
	padding-right: 7px;
	padding-top: 2px;
}

.lightBlueBox{
	color: #2a5b93;
	width: 100%;
	height: 100%;
	padding-left: 7px;
	padding-right: 7px;
	padding-top: 2px;
	background-color: #9Dd6ff; /*157, 214, 255*/
	border-bottom: 4px double #9Dd6ff;
}

/* hide from IE the float rule */
html>body .lightBlueBox{
	border-bottom: 4px double #2a5b93;
}


.lightBlueBox h2 {
	color: #2a5b93;
}

.lightBlueBox a {
	color: #2a5b93;
}

.lightBlueBox a:hover {
}

.mediumBlueBox{
	width: 100%;
	height: 100%;
	padding-left: 7px;
	padding-right: 7px;
	padding-top: 2px;
	background-color: #10437e; /*16, 67, 126*/
	border-bottom: 4px double #10437e;
}

/* hide from IE the float rule */
html>body .mediumBlueBox{
	border-bottom: 4px double #2a5b93;
}

.darkBlueBox{
	width: 100%;
	height: 100%;
	padding-left: 7px;
	padding-right: 7px;
	padding-top: 2px;
	background-color: #111a40; /*17, 26, 64 */
	border-bottom: 4px double #111a40;
}

/* hide from IE the float rule */
html>body .darkBlueBox{
	border-bottom: 4px double #2a5b93;
}

.slopereport{
	display: hidden;
	padding: 2px;
	margin-bottom: 0px;
	background-color: #313a60;
}

.slopereport a{
	color: #fff;
	font-weight: normal;
	text-decoration: underline;
}

.slopereport a:hover{
	color: #fff;
	font-weight: normal;
	text-decoration: underline;
}

/**************** ads ****************/

.contentAd1{
	float: left;
	width: 220px;
	padding: 0px 30px 0px 5px;
}

/* hide from IE the float rule */
html>body .contentAd1{
	padding: 0px 45px 0px 5px;
}

.contentAd2{
	float: left;
	width: 220px;
	padding: 0px 10px 0px 0px;
}
