﻿body{
	background-color:black;
}

h4 {
	color:white;
}

li {
	font: 12px arial;
}

li a {
	font: 12px arial;
	color: #000099;
	text-decoration: underline;
}
li a:hover {
	font: 12px arial;
	color: #4f4f4f;
	text-decoration: none;
}

#thumbs {
	display:inline;
	margin-left:0px;
	padding-left:0px;
	width:100%;
	float:left;
}

#thumbs li {
	float:left;
	list-style-type:none;
	margin: 0px 0px 0px 0px; 
	padding: 0px 10px 0px 10px; 
	height: 160px; 
	width: 165px;  
	line-height: 12px;
	color:#999;
}

#thumbs img {
	width:175px;
	height:112px;
}

#thumbs h5 {
	display:inline;
	font-size:11pt;
	font-weight:bold;
	color:white;
	width:225px;
}

#thumbs span {
	font-size:8pt;
	font-weight:bold;
	color:white;
	height:112px;
	width:225px;
}

form {
	border:1px solid #5b5b5b;
	border-right:0px;
	background-color:#232323;
	color:white;
}

form p {
	font-size:10pt;
	margin-left:20px;
}

.split {
	display:block;
	border-bottom:1px #5b5b5b solid;
}

#txtHint {
	position:relative;
	width:265px;
	margin-left:20px;
	border:1px black solid;
	margin-top:-15px;
	background-color:silver;
	font-size:9pt;
}

#txtHint br {
	line-height:5pt;
}

#txtHint a {
	color:black;
	display:block;
	padding:2px 5px;
	font-weight:normal;
}

#txtHint a:hover {
	text-decoration:none;
	color:black;
	background-color:white;
}

#searchResults td {
	font-size:10pt;
	background-color:black;
	color:white
}

#searchResults a {
	color:#FEE789;
}

#searchResults a:hover {
	text-decoration:none;
}
