/* Website Overall
----------------------------------------------- */

body{
	font-family: Tahoma;
	color: #999;
	font-size: 14px;
}

table {
	border-collapse: collapse;
}

td {
	color:#D8B47A;
	font-size: 10px;
	text-align: left;
	vertical-align: top;
}

a{
	font-family:Tahoma;
	font-size: 11px;
	text-decoration: underline;
}

input {
	border: 0px none;
	font-family:Tahoma;
	font-size:10px;
	color:FFF589;
	background-color: 7B1705;
}

#infoheader {
	color: #7B1705;
	font-weight: bold;
}

.frame {
	height: 285px;
	width: auto;
	overflow: auto;
}

.footer {
	font-family: Tahoma;
	font-size: 10px;
	font-style: normal;
	text-align: center;
	color:#996633;
}

a:link {color:#D8B47A;}
a:visited {color:#D8B47A;}
a:focus {color:#D8B47A;}
a:hover {color:#D8B47A;}
a:active {color:#D8B47A;}

/* Lightbox
----------------------------------------------- */

#lightbox{
	background-color:#333;
	padding: 10px;
	border-bottom: 0px solid #0D0B0B;
	border-right: 0px solid #0D0B0B;
	}
#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(images/overlay.png); }

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