html, body {
	font-size:12pt;
	background:#8A2BE2;
	color:#000000;
}
a {
	background:inherit;
	color:#34345C;
	text-decoration:none;
	font-family:sans-serif;
}
a:visited {
        color:#34345C;
        background:inherit;
        text-decoration:none;

}
input[type=submit]{
	background: #FFFFFF;
	border: 2px solid #888;
	-moz-border-radius: 5px;
}

input[type=submit]:hover{
	background: #8A2BE2;
	border: 2px solid #888;
	-moz-border-radius: 5px;
	-moz-transition: all 0.4s ease 0s;
	-o-transition-property: all;
	-o-transition-duration: 0.4s;
	-webkit-transition: all .4s ease;
}
a:hover {
        color:#000000;
        background:white;
        text-decoration:underline;
    -moz-transition: all 0.4s ease 0s;
	-o-transition-property: all;
	-o-transition-duration: 0.4s;
	-webkit-transition: all .4s ease;

}
a:active {
        color:#d2ffcb;
        background:inherit;
        text-decoration:underline;

}
.filesize a {
	text-decoration:underline;
}
.filesize a:visited {
	text-decoration:underline;
}
.navbar {
	border: 1px solid #52835E;
	background: #C9CBCC;
	padding: 2px;
	margin-top: 3px;
	color:inherit;
}
.adminbar {
	text-align:right;
	background:inherit;
	clear:both;
	float:right;
	border: 1px solid #52835E;
	background: #C9CBCC;
	padding: 2px;
	padding-left: 5px;
	margin-top: 3px;
	color: #1c5a2a;
	margin-bottom: 10px;
	padding-right: 5px;
}
.logo {
	clear:both;
	text-align:center;
	background:inherit;
	font-size:24pt;
	color:white;
	width:100%;
}
.replymode {
	background:#0010E0;
	color:#FFFFFF;
	width:100%;
}
.catalogmode {
	background:#0040E0;
	color:#FFFFFF;
	width:100%;
}
.theader {
	background:#87A9C2;
	color:#FFFFFF;
	width:100%;
}
.replymode {
	background: #C9CBCC;
	text-align:center;
	margin: auto;
	padding:2px;
	color:#000000;
	width:600px;
	font-weight: bold;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
}
.catalogmode {
	background:#C4D6E1;
	text-align:center;
	padding:2px;
	color:#000000;
	width:100%;
	font-weight: bold;
}
.postarea {
	width: 600px;
	margin: auto;
	border: 2px solid #ADC4DA;
	margin-bottom: 50px;
	background-color: #D9ECFF;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-topright: 5px;
    padding: 18px 4px 4px 4px;
}
.rules {
	/*font-size:0.7em;*/
	width: 468px;
	font-size: 10px;
	font-family: sans-serif;
}
.rules li {
	margin-left: 1em;
	/*text-indent: 0em;*/
}
.postblock {
	background:#9988EE;
	color:#000000;
	font-weight:800;
}
.footer {
	text-align:center;
	font-size:10px;
	font-family:sans-serif;
}
.passvalid {
	background:#9988EE;
	text-align:center;
	width:100%;
	color:#ffffff;
}
.dellist {
	background:inherit;
	text-align:center;
}
.delbuttons {
	background:inherit;
	text-align:center;
	padding-bottom:4px;
}
.managehead {
	background:#0F8FE1;
	color:#000000;
	font-family:sans-serif;
	font-size:14px;
	padding:0px;
}
.postlists {
	background:#FFFFFF;
	width:100%;
	padding:0px;
	color:#000000;
}
.row1 {
	background:#9AD2F6;
	font-family:sans-serif;
	font-size:12px;
	color:#000000;
}
.row2 {
	background:#FFFFFF;
	font-family:sans-serif;
	font-size:12px;
	color:#000000;
}
.unkfunc {
    color:#00a0c9;
}
.filesize {
	font-size:12px;
	font-family:sans-serif;
	text-decoration:underline;
	padding-left:3em;
}
.filetitle {
	background:inherit;
	font-size:18px;
	font-family:serif;
	color:#0F0C5D;
	font-weight:800;
}
.postername {
    color:#259f73;
    font-weight:900;
    font-size: 8.5pt;
}
.oldpost {
	background:inherit;
	font-size:18px;
	font-family:serif;
	color:#0F0C5D;
	font-weight:800;
}
.omittedposts {
	background:inherit;
	font-size:18px;
	font-family:serif;
	color:#070707;
	font-weight:800;
}
.reply {
    background-color: #7aa6d9;
    padding: 0px 1px 0px 3px;
}
td.reply, .replyhl  {
    border: 1px;
    max-width:1700px;
    background-color: #C9CBCC;
	border: 1px solid #C1C1C1;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-topright: 5px;
    padding: 0px 10px 8px 0px;
    color: #000000; 
}

td.reply:hover {
    background-color: #d2d4d6;
    -moz-transition: all 0.4s ease 0s;
	-o-transition-property: all;
	-o-transition-duration: 0.4s;
	-webkit-transition: all .4s ease;
}
td.replyhl:hover {
    background-color: #d2d4d6;
    -moz-transition: all 0.4s ease 0s;
	-o-transition-property: all;
	-o-transition-duration: 0.4s;
	-webkit-transition: all .4s ease;
}
td.highlight {
    background-color: #E5E5E5;
	border: 1px solid #C1C1C1;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-topright: 5px;
    padding: 0px 10px 8px 0px;
}

.reflinkpreview {
	z-index: 1;
}

img[md5] {
    height: auto;
    width: auto;
}
img[md5]:hover {
    outline: 1px;
    outline-color: light blue;
    outline-style: dashed;
}
.doubledash {
	vertical-align:top;
	clear:both;
	float:left;
}
.replytitle {
	background:inherit;
	font-size:18px;
	font-family:serif;
	color:#0F0C5D;
	font-weight:800;
}
.commentpostername {
	background:inherit;
	font-size:12px;
	font-family:serif;
	color:#117743;
	font-weight:800;
}
.thumbnailmsg {
	background:inherit;
	font-size:9px;
	font-family:sans-serif;
	color:#000000;
}

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

.reflinkpreview {
	background-color: #D6DAF0 !important;
}