﻿body {
	background-color: #F4F4F4;
	margin: 0px;
	xbackground-image: url('images/grey106a.jpg');
}
#navcontainer {
	background-color: White;
	height: 32px;
	position: fixed;
	* position: relative;
	top: 0px;
	width: 700px;
	z-index: 100;
}
#header {
	background-image: url('../images/webheaderslim.gif');
	height: 24px;
	margin-bottom: 0px;
	width: 700px;
}
#headerline {
	border-bottom-color: Green;
	border-bottom-style: double;
	border-bottom-width: 3px;
}
#page {
	background-color: White;
	margin: 0px auto 0px auto;
	padding: 32px 4px 4px 4px;
	* padding-top: 0px;
	text-align: left;
	width: 700px;
}
#footer {
	border-top-color: Green;
	border-top-style: double;
	border-top-width: 3px;
	font-size: 0.7em;
	font-style: italic;
	height: 30px;
	margin-top: 4px;
}
.borderless {
	border: 0;
}
.skisearch {
	font-weight:bold;
	text-align:	center;
}
/* Gallery formats */
a.gallerytitle,
a.gallerysubtitle {
	background-color: Silver;
	display: block;
	font-weight: bold;
	text-align: center;
}
a.gallerysubtitle {
	background-color: #EEEEEE;
}
ul.gallerylist {
	margin-left: 0;
	padding-left: 0;
}
ul.gallerylist li {
	display: inline;
	list-style-type: none;
	padding-right: 20px;
	padding-left: 20px;
	white-space: nowrap;
}
ul.gallerylistwide li,
ul.gallerylistnarrow li {
	width: 90px;
	display: inline-block;
	/* IE6/7 hacks */
	zoom: 1;
	*display: inline;
}
ul.gallerylistwide li {
	width: 120px;
}	
form.galleryform {
	text-align: center;
}
form.galleryform span {
	display: inline-block;
	padding-right: 6px;
	text-align: right;
	width: 60px;
}
form.galleryform select {
	width: 200px;
}
a.passwordtitle {
	text-align: center;
	background-color: Red;
	font-weight: bold;
	display: block;
}
td {
	text-align: left;
	vertical-align: top;
	padding: 6px;
}
td.pricing {
	text-align: center;
}
img.photo {
	border: thin solid;
}
p.photo {
	text-align: center;
}
p.terms, p.note {
	font-size: 0.7em;
	font-style: italic;
	text-align: center;
}
.password {
	color: Red;
}
.clear {
	clear: both;
}
.centertext {
	text-align: center;
}
/* eeHeader used in Gallery headers */
#eeHeader {
	border-width: 0px;
	color: #FFFFFF;
	background-color: #000000;
}
#eeHeader a {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	display: block;
	height: 30px;
	text-align: center;
	vertical-align: middle;
}
#eeHeader a:visited {
	color: white;
}
#eeHeader a:hover {
	color: white;
	background-color: #808080;
}
#eeHeader a:active {
	color: white;
}

