/***************************
 hint
 ***************************/
div#hintbox{ /*CSS for pop up hint box */
	position:absolute;
	top: 0;
	background-color: #EFEFEF;
	width: 150px; /*Default width of hint.*/
	padding: 3px;
	border:1px solid #EFEFEF;
	
	line-height:18px;
	z-index:100;
	border-right: 3px solid #D4D4D4;
	border-bottom: 3px solid #D4D4D4;
	visibility: hidden;
	text-align: left;
}

div#hintWarning{ /*CSS for link that shows hint onmouseover*/
position:relative;
z-index:10;

/*top:0;
left:0;*/
}

.hintanchor{ /*CSS for link that shows hint onmouseover*/
font-weight: bold;
color: #fff;
margin: 3px 0px;
}

/***********************************
 lightbox
 ***********************************/
#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#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: transparent url(/images-css/lightbox/blank.gif) no-repeat; /* 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-css/lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(/images-css/lightbox/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;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}

/***********************************************************
 calendar
 ***********************************************************/
.calendar {
	/** configure the width width:100%;  **/
	font-size: 1em;
	margin:0px;
	padding:0px;
	text-align:center;
	border: 0px solid #000000;
	border-spacing: 2px;
	border-collapse: separate;
}

.calendar th {
	font-weight: bold;
	font-size:0.7em;
	border:2px solid #E5DBC2;	
}
.calendar .header {
	font-weight: bold;
	font-size:1.1em;
	color: #D27F31;
}
.calendar .footer {
	font-weight: bold;
	font-size:0.8em;
	color: #FFFFFF;
	background-color: #E5DBC2;
	width:100%;
}

.calendar td {
  width: 27px; /* this chappy here gives a cunt like me the illusion that there is no centreing. and also a doubt in my oayne spaylin o the wurrit. */
	height: 27px;
	background: #BDAD8B;
	border:1px solid #E5DBC2;
	font-weight: bold;
	text-align:center;
	vertical-align:middle;
}
.calendar td.today {
	background-color: #DCE54A;	
}

.calendar .link {
	background-color: #143E2A;	
}

.calendar a, .calendar a:link, .calendar a:hover {
  width: 100%;
	font-weight: bold;
	color:#fff;
}
.calendar a.headerNav, .calendar a:link.headerNav, .calendar a:hover.headerNav {
  text-decoration: none;
	color: #D27F31;
}

.calendar a.footerNav, .calendar a:link.footerNav, .calendar a:hover.footerNav {
	font-weight:bold;
  font-size:1.2em;
	color: #D27F31;
}