html, body {
	font-size:12pt;
	color: black;
	background-color: silver;
	background-image: url(/css/images/grayboxbg.gif);
}
a {
	background:inherit;
	text-decoration: underline;
	font-family:sans-serif;
	color: black;
}
a:visited {
	background:inherit;
	color: gray;
	text-decoration:none;
	font-family:sans-serif;
}
a:hover {
	background:inherit;
	font-family: sans-serif;
	font-variant: small-caps;
}
.filesize a {
	text-decoration:underline;
}
.filesize a:visited {
	text-decoration:underline;
}
.adminbar {
	text-align:right;
	background:inherit;
	clear:both;
	float:right;
}
.logo {
	clear:both;
	text-align:center;
	background:inherit;
	font-size: 24pt;
	color: black;
	width:100%;
	font-style: italic;
}
.replymode {
	color: black;
	width:100%;
	direction: ltr;
	text-align: center;
	border-bottom: 2px dotted gray;
	border-top: 2px dotted gray;
}
.catalogmode {
	color: black;
	width:100%;
	direction: ltr;
	text-align: center;
	border-bottom: 2px dotted gray;
	border-top: 2px dotted gray;
	margin-top: 5px;
	margin-bottom: 5px;
}
.postarea {
	background: inherit repeat;
}

table.postform {
	background-color: silver;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	text-align: left;
	text-transform: none;
	padding: 5px;
	border: 3px solid gray;
}
.rules {
	/*font-size:0.7em;*/
	width: 468px;
	font-size: 10px;
	font-family: sans-serif;
}
.rules li {
	margin-left: 1em;
	/*text-indent: 0em;*/
}
.postblock {
	color:#000000;
	font-weight:800;
	-webkit-border-radius:6px;
	-moz-border-radius: 6px;
}
.footer {
	text-align:center;
	font-size:10px;
	font-family:sans-serif;
}
.passvalid {
	background: silver;
	text-align:center;
	width:100%;
	color:#ffffff;
}
.dellist {
	background:inherit;
	text-align:center;
}
.delbuttons {
	background:inherit;
	text-align:center;
	padding-bottom:4px;
}
.managehead {
	background: gray;
	color:#000000;
	font-family:sans-serif;
	font-size:14px;
	padding:0px;
}
.postlists {
	background:#FFFFFF;
	width:100%;
	padding:0px;
	color:#000000;
}
.row1 {
	background: gray;
	font-family:sans-serif;
	font-size:12px;
	color:#000000;
}
.row2 {
	background:#FFFFFF;
	font-family:sans-serif;
	font-size:12px;
	color:#000000;
}
.unkfunc {
	color: gray;
}
.filesize {
	font-size:12px;
	font-family:sans-serif;
	text-decoration:underline;
	padding-left:3em;
}
.filetitle {
	background:inherit;
	font-size:18px;
	font-family:serif;
	color: gray;
	font-weight:800;
}
.postername {
	background:inherit;
	font-size:12px;
	font-family:serif;
	color: black;
	font-weight:800;
}
.oldpost {
	background:inherit;
	font-size:18px;
	font-family:serif;
	color: gray;
	font-weight:800;
}
.omittedposts {
	background:inherit;
	font-size:18px;
	font-family:serif;
	color:#070707;
	font-weight:800;
}
.reply {
	background: silver;
	color:#000000;
	font-family:serif;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border: 3px solid gray;
}
.replyhl {
	background: #D6BAD0;
	color: #000000;
}
.doubledash {
 	vertical-align:top;
	clear:both;
	float:left;
}
.replytitle {
	background:inherit;
	font-size:18px;
	font-family:serif;
	color: gray;
	font-weight:800;
}
.commentpostername {
	background:inherit;
	font-size:12px;
	font-family:serif;
	color: black;
	font-weight:800;
}
.thumbnailmsg {
	background:inherit;
	font-size:9px;
	font-family:sans-serif;
	color:#000000;
}

.watchedthreads {
	background-color: silver;
	border: 1px dotted #D6DAF0 !important;
	border-top: 0px none !important;
	color: black;
}

.reflinkpreview {
	background-color: silver;
}
img.thumb {
	border: 2px dotted gray;
}
table, tr, td {
	border-style: none;
}

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

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

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

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

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

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

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

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