A:link {color:black;}
A:visited {color:black;} 
A:active {color:black;}
A:hover {color: #FF3300;}

body	{
	font-size:15px;
	font-family: Arial;
	background-color: black;
}

h1	{
	font-size:1.4em;
}

h2	{
	font-size:1.2em;
	padding:0;
	margin:0;
}
.searchbox button 
{
	background-color:#F0F0F0;
}
.frame {
	border:solid 1px gray;
	background-color: white;
	max-width: 980px;
	margin: 0px auto;
	position:relative;
}

.pagename {
	text-align:center;
	width:100%;
	margin-top:50px;
}

.leftmenu {
	clear: left;
	float:left;
	display:inline-block;
	width:20%;
	text-align:center;
	margin-top: 20px;
}

.leftbuttons {
	border:solid gray 1px;
	margin:5px;
	background-color:#e8e8e8;
}
.leftbuttons a { text-decoration: none;}

.rightmenu {
	float:right;
	display:inline-block;
	width:120px;
	vertical-align:top;
}

.content {
	padding:10px;
	float:right;
	width: 77%;
}
.item	{
	border:none;
}
.item td	{
	border:none;
}
.crosstable {
	border:solid gray 1px;
	border-collapse:collapse;
}
.crosstable td {
	border:1px solid gray;
}
.footer {
	clear:both;
	text-align:left;
	border-top: solid 1px gray;
	background-color:#e8e8e8;
	font-size: 0.8em;
}


#lightbox{
	background-color:#d0d0d0;
	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(../lightbox/overlay.png); }

* html #overlay {
	background-color: #333;
	background-color: transparent;
	}
