@charset "utf-8";
/* CSS Document */
body {
	color:white;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	background-color: #000000;
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}
A {
color:#999999;
}
A:hover {
color:white;
}
TD, TH, INPUT, SELECT {
	font-family: Verdana,Arial,Sans-Serif;
	font-size: 11px;
	color:white;
	font-weight:bold;
}
INPUT, SELECT {
	font-family: Verdana,Arial,Sans-Serif;
	font-size: 11px;
	color:black;
	font-weight:bold;
}
FORM, P, H1, H2, H3, H4 {
	margin: 0;
}
TABLE.input TH {
	font-weight: bold;
}
UL.thumbs LI {
	margin: 1px;
	height: 160px;
	background-color: #dddddd;
}
UL.thumbs LI:hover {
	background-color: #d4d4d4;
}
UL.thumbs LI TABLE TD {
	font: 10px Verdana;
}
UL.thumbs LI TABLE TD.slide {
	background-color: #f6f6f6;
	border-top: 1px solid #fff;
	border-right: 1px solid #BFBFBF;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #999;
}
UL.thumbs LI DIV.thumb_links {
	padding: 2px;
	width: 97%;
	text-align: right;
	position: absolute;
	bottom: 0;
	left: 0;
}
FORM.image_keywords UL {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
FORM.image_keywords UL LI {
	float: left;
	width: 130px;
	padding: 0;
	margin: 0;
}
FORM.search_box_refine SELECT {
	width: 150px;
}
img {
display:block;
}