@charset 'UTF-8';


#lightbox {
	background-color:#FFF;
	padding: 20px;
	border: 4px solid #000000;
}

#lightboxDetails {
	padding-top: 1.5em;
}

#lightboxCaption {
	float: left;
	font-size: 1.15em;
	font-weight: bold;
	font-style: italic;
	line-height: 1.3em;
	text-align: left;
}

#keyboardMsg {
	float: right;
	font-size: 0.8em;
	font-style: italic;
}

#closeButton {
	top: 5px; right: 5px;
}

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

#lightbox a:link {
	color: #A71;
}

#lightbox a:hover {
	color: #FA3;
}

#overlay img { 
	border: none; 
}

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

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

#lightbox .textButton {
	background: #FFC;
	text-align: center;
	padding: 2px 5px 2px 5px;
	border: 1px solid #A71;
	font-size: 0.85e;
	font-weight: bold;
	text-decoration: none;
	color: #A71;
	letter-spacing: 0px;
	text-transform: none;
	margin: 0 4px;
}

#lightbox .textButton:hover {
	background: #EEB;
	border: 1px solid #FA3;
	color: #FA3;
	text-decoration: none;
}
