
/* lightbox */

#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(../overlay.png); }

* html #overlay{
	background-color: #333333;
	back\ground-color: transparent;
	background-image: url(../blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../overlay.png", sizingMethod="scale");
	}
	
/* end of lightbox */


.gr2 {
	background-image: url(../images/banner_gr2.gif);
}
.bgcolour {
	background-color: #cbcbcb;
}
.subheading_black {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

.subheading {
	font-family: Tahoma;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
}
.thoma10 {
	font-family: Tahoma;
	font-size: 10px;
	color: #FFFFFF;
}
.thoma10_black {
	font-family: Tahoma;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	text-decoration: none;
}
.thoma10_black:hover {
	font-family: Tahoma;
	font-size: 12px;
	color: #436D9C;
	font-weight: normal;
}


.bottom_gr {
	background-image: url(../images/bottom_gr.gif);
}
.bottom_gr2 {
	background-image: url(../images/bottom_gr2.gif);
}
.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}
.whitebg {
	background-color: #FFFFFF;
}

.content:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	text-decoration: underline;
}
.fillbox {
	font-family: Tahoma;
	font-size: 12px;
	border: 1px solid #FFFFFF;
	color: #666666;
}
.gr {
	background-image: url(../images/banner_gr.gif);
}

.drag-handle{ /*Overwrite default drag handle bar background color with below*/
background-color: #03277C;
}

#interVeil{ /*CSS for veil that covers entire page while modal window is visible*/
position: absolute;
background: black url(blackdot.gif);
width: 10px;
left: 0;
top: 0;
z-index: 5;
visibility: hidden;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=80);
opacity: 0.8;
}

h1, h2, h3, h4, h5, h6, h7 
{
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
}