
body {
	background-image: url(images/banner.png);
	background-repeat: repeat-x;
	padding:0;
	margin:1em 1em 0 0;
	color:#505050; 
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.9em; 
}

h1 {
	font-size:1.8em;
	margin-bottom:0.4em;
	padding:0;
}

h1, h1 a, h1 a:hover, h1 a:visited {
	text-decoration: none;
	color: #505050;
}
h2 {
	font-size:1.1em;
	font-weight:normal;
	margin-bottom:0.1em
}

h3 {
	font-size:1em;
	font-weight:bold;
}

a img {
	border:0;
}

#print {
	display:none;
}

/* Horizontal rule */
#horiz {
	width:79%;
	border-bottom:10px solid orange; 
	margin-top:2em;
}

#header {
	margin-left:1em;
}

#header p {
	margin-top:0;
	margin-bottom:0.1em;
	font-style:italic;
}

#wrapper {
}

/* Main right hand side content */
#content {
	margin-left:10em;
}

/* Copyright etc. */
#footer {
	clear:both;
	font-size:smaller;
}

.booked {
	background-color:#CC3300;
}

.available {
	background-color:#339933;
}

.unavailable {
	background-color:#CCCCCC;
}

.errortext {
	color:#C00000; font-weight: bold;
}

.mandatory {
	color:#C00000; font-weight: bold;
}

.special {
	color:#C00000; font-weight: bold;
}



div.figurehead {
  float: right;
  margin: 0;
  padding: 0;
  margin-left:0.5em;
}

div.figurer {
  float: right;
  margin: 0;
  padding: 0;
  margin-left:0.5em;
}

div.figurel {
  float: left;
  margin: 0;
  padding: 0;
  margin-right:0.5em;
}

div.figurer p, div.figurel p {
  margin:0;
  padding:0;
  text-align: center;
  font-style: italic;
  font-size: smaller;
  text-indent: 0;
}
img.scaled {
  width: 100%;
}

table.calendar {border: 0}
table.calendar td, th {text-align: center; border: 0}
table.calendar th {height: 10px; font-size: 7pt;}
table.calendar td {width: 19px; height: 10px; font-size: 9pt;}
table.calendar .calendar-month {font-weight: bold; margin-top: 3px; font-size: 12pt; text-align: center}
table.calendar .calendar-month a{text-decoration: none}
table.calendar .calendar-prev, table.calendar .calendar-next {font-weight: normal;}
table.calendar th {color: green; text-align: center;}
table.calendar td.linked-day {font-size: 11pt}

/* CSS Popout menuv */

/* Fix IE. Hide from IE Mac \*/
* html #menuv ul li{float:left;height:1%;}
* html #menuv ul li a{height:1%;}
/* End */


#menuv-container {
	float:left;
	margin-left:0.5em;
}

#menuv	{	                                 /* position, size, and font of  menu */
	margin-top:3em;
	z-index: 10;
	width: 9em;						          /* [1] width of menu item (i.e., box) */
	text-align: center;
	font-size: 1em;
}
	
#menuv div {
  	background-image: url(images/menu.png);
  	background-repeat: repeat-x;
}

#menuv a {
	width: 100%;
	display:block;						
	padding-top: 0.2em;						/* expands menu box vertically*/
	padding-bottom: 0.2em;
	border-bottom:1px solid orange;			/* adds bottom border */
	white-space:nowrap;
	background-image: url(images/menu.png);
	background-repeat: repeat-x;
}
	
#menuv a.first {
	border-top:1px solid orange;			/* adds top border for topmost element */
}

#menuv a, #menuv a:visited	{				/* all menus at rest */
	color: #505050;
	text-decoration:none;				    /* removes underlines from links */
}

#menuv a.parent, #menuv a.parent:hover 	{	/* attaches parent-arrow on all parents */
	background-image: url(images/right.gif);
	background-position: right center;
	background-repeat: no-repeat;
}

#menuv a:hover	{			             	/* all menus on mouse-over */
	color: white;
	background-color: #fddf0b;
	background-image: none;
}
	
#menuv li {
	list-style-type:none;		     		/* removes bullets */
}

#menuv ul li {
	position:relative;
}

#menuv ul ul {
	border:1px solid orange;				/* adds border around pop-outs */
	background-color:white;
}


#menuv li ul {
	position: absolute;
	top: 0;
	left: 9em;				     			/* distance from left menu (same as width value in #menuv [1]) above */
	display: none;
}

div#menuv ul, #menuv ul ul, div#menuv ul ul ul {
	margin:0;				          		/* keeps the menu parts together */
	padding:0;
	width: 9em;			              		/* width of sub menus  (same as width value in #menuv [1]) above */
}

div#menuv ul ul, div#menuv ul ul ul, div#menuv ul li:hover ul ul, div#menuv ul li:hover ul ul ul {
	display: none;
}

div#menuv ul li:hover ul, div#menuv ul ul li:hover ul, div#menuv ul ul ul li:hover ul {
	display: block;
}

/*
 * Lightbox 2.05
 */
 
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

