html, body {
	font-family: "Segoe UI", Arial, sans-serif;
	font-size: 0.85em;
	color: #666666;
	background-color: #000000;
}
a {
	color:#333333;
}
a:hover {
	color:#DD0000;
}

img {
 	opacity: 0.4;
 	filter: alpha(opacity=40)
}

img:hover {
 	opacity: 1.0;
 	filter: alpha(opacity=100)
}

.reflink a:hover{
	font-weight: bold;
}
.reflink a {
	font-weight: bold;
	color: #373737;
}

.adminbar {
	text-align:right;
	clear:both;
	float:right;
}
.logo {
	clear:both;
	text-align:center;
	font-size:2em;
	color:#999999;
	width:100%;
}
.replymode {
	background:#E04000;
	text-align:center;
	padding:2px;
	color:#FFFFFF;
	width:100%;
}
.catalogmode {
	background:#0040E0;
	text-align:center;
	padding:2px;
	color:#FFFFFF;
	width:100%;
}
.postarea {
}
.rules {
	/*font-size:0.7em;*/
	width: 468px;
	font-size: 10px;
	font-family: sans-serif;
}
.rules li {
	margin-left: 1em;
	/*text-indent: 0em;*/
}
.postblock {
	font-weight: bold;

}
.postarea #postform .postform .rules li {
	color: #333333;
}
input {
	background-color: #000000;
	color: #666666;
	border: 1px solid #333333;
	font: "Segoe UI", Arial;
	font-size: 11px;
}
textarea {
	background-color: #000000;
	border: 1px solid #333333;
	color: #666666;
		font: "Segoe UI", Arial;
	font-size: 11px;
}
select {
	background-color: #000000;
	color: #666666;
	border: 1px solid #333333;
		font: "Segoe UI", Arial;
	font-size: 11px;
}

.footer {
	text-align:center;
	color: #666666;
	font-size: 0.8em;
}
hr {
	color: #333333;
}

.passvalid {
	background:#EEAA88;
	text-align:center;
	width:100%;
	color:#ffffff;
}
.dellist {
	font-weight: bold;
	text-align:center;
}
.delbuttons {
	text-align:center;
	padding-bottom:4px;

}
.managehead {
	background:#AAAA66;
	color:#400000;
	padding:0px;
}
.postlists {
	background:#FFFFFF;
	width:100%;
	padding:0px;
	color:#800000;
}
.row1 {
	background:#EEEECC;
	color:#800000;
}
.row2 {
	background:#DDDDAA;
	color:#800000;
}
.unkfunc {
	background:inherit;
	color:#789922;
}
.filesize {
	text-decoration:none;
	color: #333333;
}
.filesize a {
	color: #444444;
}
label {
	color: #373737;
}

.filetitle {
	background:inherit;
	font-size:1.2em;
	color:#999999;
	font-weight:800;
}
.postername {
	color:#666666;
	font-weight:bold;
}
.postertrip {
	color:#228854;
}
.oldpost {
	color:#CC1105;
	font-weight:800;
}
.omittedposts {
	color: #666666;

}
.reply {
	background-color: #080808;
	color: #666666;
}
.replyhl {
	background-color: #101010;
	color: #666666;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #222222;
	border-bottom-color: #333333;
}

.doubledash {
 	vertical-align:top;
	clear:both;
	float:left;
}
.replytitle {
	font-size: 1.2em;
	color:#CC1105;
	font-weight:800;
}
.commentpostername {
	color:#117743;
	font-weight:800;
}
.thumbnailmsg {
	font-size: small;
	color:#800000;
}

.abbrev {
	color:#707070;
}
.highlight {
	background:#F0E0D6;
	color:#800000;
	border: 2px dashed black;
}

#watchedthreads {
	background-color: #000000 !important;
}
#delform .userdelete label {
	color: #CCCCCC;
}


.reflinkpreview {
	background-color: #F0E0D6 !important;
}
table {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#delform .userdelete td {
	background-color: #191919;
	border: 1px solid #333333;
}

.hidethread {
	background: transparent url('./icons/blue/icons.gif') -32px -16px no-repeat !important;
}

.unhidethread {
	background: transparent url('./icons/blue/icons.gif') -48px 0px no-repeat !important;
}

.watchthread {
	background: transparent url('./icons/blue/icons.gif') -32px 0px no-repeat !important;
}

.expandthread {
	background: transparent url('./icons/blue/icons.gif') 0px -16px no-repeat !important;
}

.quickreply {
	background: transparent url('./icons/blue/icons.gif') 0px 0px no-repeat !important;
}

.hidewatchedthreads {
	background: transparent url('./icons/blue/icons.gif') -48px -16px no-repeat !important;
}

.refreshwatchedthreads {
	background: transparent url('./icons/blue/icons.gif') -16px -16px no-repeat;
}

.restorewatchedthreads {
	background: transparent url('./icons/blue/icons.gif') -16px 0px no-repeat;
}