<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
background: #c4c4c4;
font: normal 10px "Helvetica Neue", Arial, Helvetica, sans-serif;
color: rgb(170,170,170);
margin:0;
padding:0;
height: 100%;
}

div ul li form input select {
	margin:0;
	padding:0;
}


	#wrapper {
		display:block;
		overflow:hidden;
		width: 100%;
		height: 100%;
		position:absolute;
	    top:0;
	    left:0;
		margin:0;
		padding:0;
	}

	#wrapper span {
		display:block;
		float:left;
		height: 100%;
		width: .204%;
		margin:0;
		padding:0;
	}


.block {
	display:block;
}
form {
	margin:0;
	padding:0;
}


input, select {
	background: #000;
	color: #fff;
	border: 1px solid #000;
	border-top-color: #111;
	border-left-color: #222;
	padding: 3px;
	font-size: 12px;
}
input.submit, a.submit, #advancedsearchbar input.submit {
	padding: 2px 15px;
	color: #444;
	border:0;
	
	font-size: 12px;
	
background: #ddd; /* old browsers */

	-webkit-border-radius: 23px;
	-moz-border-radius: 23px;
	border-radius: 23px;
	

}

.submit:hover {
	color: #F71669;
background: #FFF; /* old browsers */

}

#saveimage {
	position:absolute;
	right: 7px;
	top: 8px;
	width: 91px;
	height: 16px;
	padding-top:3px;
	display:block;
}
#saveimage span {
	background: transparent url('save.png') no-repeat 0 center;
	padding-left: 25px;
}


#searchbar {
position:absolute;
top:0;
left:0;
z-index:2;
border-bottom: 2px solid rgba(0,0,100,.1);
padding: 7px 0;
margin: 0;
background: #323232; /* old browsers */
background: -moz-linear-gradient(top, #323232 0%, #1E1E1E 100%); /* firefox */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#323232), color-stop(100%,#1E1E1E)); /* webkit */
width: 100%;
}

#advancedsearchbar {
position:absolute;
top:40px;
left:0;
z-index:2;
border-bottom: 1px solid #000;
padding: 3px 0;
background: rgb(0,0,0);
background-color: rgba(0,0,0,.8);
display:block;
width: 100%;
}

.padded {
padding-left: 5px;
}
#advancedsearchbar input, #advancedsearchbar select {
	background: #000;
	color: #fff;
	border: 1px solid #000;
	border-top-color: #111;
	border-left-color: #222;
	padding: 2px;
	font-size: 10px;
}

.inputform {
width: 90px;
}
.inputformsmall {
width: 30px;
}



a {
	color: #444;
	text-decoration:none;
}

a:hover {
color:#F71669;
}


a#credit {
background:none repeat scroll 0 0 #000000;
color:#DDDDDD;
margin:0 5px 0 0;
padding:5px;
position:absolute;
right:0;
bottom:3px;
}
a#credit:hover {
background:none repeat scroll 0 0 #111111;
color:#F71669;
}

.error {
	width: 100%;
	padding: 60px 0 60px 20px;
	margin: 0 auto;
}

#header {
	display:block;
	background: rgb(0,0,0);
	background-color: rgba(0,0,0,.8);
	position: absolute;
	bottom:0;
	left:0;
	padding: 8px 0;
	width: 100%;
	font-weight: normal;
	margin:0;
	text-transform: uppercase;
	color: #777;
	z-index: 2;
	overflow:hidden;
}

#header h1, #header h2 {
	font-size: 10px;
	display:inline;
	padding: 10px;
	margin:0;
}
	#header h1 a{
		color: #fff;
	}
	#header h1 a:hover {
		color:#F71669;
	}
	#header h2 a:hover {
		color: #fff;
	}</pre></body></html>