body
{
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #212121;
	line-height: 1.5em;
}
body a {
	color: #84a6c8;
	text-decoration: none;
}
body a:visited {
	color: #84a6c8;
	text-decoration: none;
}
body a:hover {
	color: #47739E;
	text-decoration: underline;
}
.clear {
	clear: both;
}
div#container
{
	margin-left: auto;
	margin-right: auto;
	width: 718px;
	text-align: left;
	background-image: url(images/bg-snowflakes.gif);
	background-repeat: no-repeat;
}
div#content
{
	margin-left: auto;
	margin-right: auto;
	width: 718px;
	background-image: url(images/bg-snow-scenic.gif);
	background-repeat: no-repeat;
}
div#columnLeft
{
	margin-left: 5px;
	margin-right: 8px;
	width: 304px;
	float: left;
	display: inline;
}
div#columnRight
{
	margin-left: 8px;
	margin-right: 5px;
	width: 388px;
	float: right;
	display: inline;
}
div#columnRightTop {
	margin-left: 8px;
	margin-right: 5px;
	width: 388px;
	float: right;
	height: 190px;
	vertical-align: text-top;
	display: inline;
}
div#columnFull
{
	margin-left: 5px;
	margin-right: 5px;
	width: 706px;
}
div#mastphoto {
	vertical-align: text-top;
}
p {
	padding: 0px;
	margin: 0px;
}
ul li {
	list-style-image: url(images/bullet-arrow.gif);
	margin-left: -16px;
}
ul {
	margin-top: 1px;
	margin-bottom: 0px;
}
ul#spacedout li {
	margin-top: 6px;
	margin-bottom: 8px;

}
#slideshow {
	width: 382px;
	margin: 10px auto;
	clear: both;
}
#caption {
	font-weight: bold;
}
#stage {
	width: 382px;
	height: 295px;
	text-align: center;
}
#filmstrip {
	clear: both;
	display: block;
	margin: 10px 0 10px -2px;
	width: 385px;
}
#thumbnails {
	clear: both;
	padding: 0;
	margin: 0;
}
#thumbnails li {
	float: left;
	list-style: none outside none;
	margin: 2px;
	
}
#thumbnails li a {
	display: block;
}
#thumbnails li img {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	border: 2px solid;
}
#thumbnails li.selected img,
#thumbnails li img:hover {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
	-khtml-opacity: 1.0;
	opacity: 1.0;
}
table.calendar
{
	background: #fff;
	border-left: 1px solid #999;
	width: 304px;
	margin-bottom: 50px;
}

td.calendar-day
{
	font-size: 11px;
	position: relative;
	width: 14%;
}
/*
td.calendar-day:hover
{
	background: #eceff5;
}
*/
td.calendar-day-np
{
	background: #eee;
}

td.calendar-day-head
{
	font-weight: bold;
	background: #ccc;
	text-align: center;
	width: 120px;
	border-bottom: 1px solid #999;
	border-top: 1px solid #999;
	border-right: 1px solid #999;
	padding: 3px;
}

div.day-number
{
	color: #999;
	font-weight: bold;
	text-align: center;
	padding: 10px 0;
}

td.calendar-day,td.calendar-day-np
{
	height: 40px;
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
}

td.availability-o
{
  /* fallback */
  background-color: #ccffff;
  
  /* Safari 4-5, Chrome 1-9 */
  background: -webkit-gradient(linear, left top, right top, from(#eceff5), to(#ffffff));
  
  /* Safari 5.1, Chrome 10+ */
  background: -webkit-linear-gradient(left, #ffffff, #eceff5);
  
  /* Firefox 3.6+ */
  background: -moz-linear-gradient(left, #ffffff, #eceff5);
  
  /* IE 10 */
  background: -ms-linear-gradient(left, #ffffff, #eceff5);
  
  /* Opera 11.10+ */
  background: -o-linear-gradient(left, #ffffff, #eceff5);
}

td.availability-i
{
  /* fallback */
  background-color: #ccffff;
  
  /* Safari 4-5, Chrome 1-9 */
  background: -webkit-gradient(linear, left top, right top, from(#ffffff), to(#eceff5));
  
  /* Safari 5.1, Chrome 10+ */
  background: -webkit-linear-gradient(left, #eceff5, #ffffff);
  
  /* Firefox 3.6+ */
  background: -moz-linear-gradient(left, #eceff5, #ffffff);
  
  /* IE 10 */
  background: -ms-linear-gradient(left, #eceff5, #ffffff);
  
  /* Opera 11.10+ */
  background: -o-linear-gradient(left, #eceff5, #ffffff);
}

td.availability-u
{
	background: #eceff5;
}

td.availability-a
{
	background: #ffffff;
}

#calendar-stage
{
	width: 304px;
	height: 275px;
	overflow: hidden;
}

#calendar-container
{
	
}
#calendar-header
{
	font-weight: bold;
	font-size: 14px;
	width: 304px;
	height: 18px;
}
#month-name
{
	text-align: center;
	float: left;
	width: 264px;
}
#month-prev
{
	text-align: center;
	float: left;
	width: 20px;
}
#month-next
{
	text-align: center;
	float: right;
	width: 20px;
}
