#lightbox{
	background-color:#eee;
	padding: 10px;
	border: solid 1px Black;
	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); }

.even{
	background-color: White;
}
.odd{
	background-color: #C4D6F6;
}

h2{
	color: #696969;
	font-family: sans-serif;
	font-size: 15px;
}

table{
	background: #F5F5F5;
	border: 1px solid #696969;
	font-family: sans-serif;
}

td{
	padding-left: 15px; 
	padding-right: 15px;
}

.header{
	padding: 10px;
	text-align: center;
}

a{
	color: #696969;
	line-height: 25px;
	text-decoration: underline;
}
a:hover{
	color: Black;
	text-decoration: underline;
}
a:visited{
	color: Gray;

}

a img {
	border: 0;
}
