html, body {
	background:#000030;
	color:#ffffff !important;
	font-size:10;
	font-family:serif;
}
a {
	background:inherit;
	color:#ffff00;
	text-decoration:none;
	font-family:verdana;
}
a:visited {
	background:inherit;
	color:#ffff00;
	text-decoration:none;
	font-family:verdana;
}
a:hover {
	color:#ff8800;
	background:inherit;
	font-family:verdana;
}
.adminbar {
        text-align:right;
        background:inherit;
        clear:both;
        float:right;
	font-size: 85%
}
.stylesheet {
	text-align:right;
	clear:both;
	float:right;
	padding-left: 3px !important;
        font-size:0.8em
}
.logo {
        clear:both;
        text-align:center;
        background:inherit;
        font-size:24pt;
        color:#eeeeee;
        width:100%;
}
.theader {
        background:#000030;
        color:#ffffff;
        width:100%;
}
.postarea {
        background:inherit;
}
.rules {
        font-size:10px;
        font-family:sans-serif;
}
.postblock {
        background:#600;
        color:#f3eeb3;
        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:#ffffff;
	font-family:sans-serif;
	font-size:14px;
	padding:0px;
}
.postlists {
	background:#FFFFFF;
	width:100%;
	padding:0px;
	color:#ffffff;
}
.row1 {
	background:#9AD2F6;
	font-family:sans-serif;
	font-size:12px;
	color:#ffffff;
}
.row2 {
        background:#FFFFFF;
        font-family:sans-serif;
        font-size:12px;
        color:#ffffff;
}
.unkfunc {
	color:#13ca00;
}
.filesize {
	font-size:12px;
	font-family:sans-serif;
	text-decoration:underline;
	padding-left:3em;
}
.filetitle {
	background:inherit;
	font-size:18px;
	font-family:serif;
	color:#a7ceff;
	font-weight:800;
}
.postername {
	background:inherit;
	font-size:12px;
	font-family:serif;
	color:#117743;
	font-weight:800;
}
.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:#000020;
	color:#ffffff;
	font-family:serif;
}
.doubledash {
 	vertical-align:top;
	clear:both;
	float:left;
}
.replytitle {
        background:inherit;
        font-size:18px;
        font-family:serif;
        color:#a7ceff;
        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:#ffffff;
}


.abbrev {
        color:#707070;
}
.highlight {
	background:#5757ef;
	color:#ffffff;
	border: 2px dashed #EEAA88;
}

.delete {
	text-decoration:line-through;
}

.spoiler {
 background: #000080 !important;
 color: #000080 !important;
}
.spoiler blockquote {
    background: #000080 !important;
    color: #000080 !important;
}
.spoiler:hover {
 background: #000080 !important;
 color: #ffffff !important;
}
.spoiler blockquote:hover {
    color:#789922 !important;
}
.spoiler blockquote blockquote:hover {
    color:#406010 !important;
}
.spoiler blockquote blockquote blockquote:hover {
    color:#204010 !important;
}
.topbar {
    /* background: #000000; */  
        background: #000030;
    /* border-bottom: 1px solid #000000; */
        -moz-opacity : 0.6;
        opacity : 0.6;
        filter : alpha(opacity=60);     
    border-bottom: 1px solid #5C5B7F; #800000;
        position: fixed;
        top: 0px;
        left: 0px;
        width: 100%;
        padding: 2px 2px 0px 0px;
        color: #AAAAAA;
        }

.topbar:hover {
    /* background: #000000; */  
        background: #000030;
    /* border-bottom: 1px solid #000000; */
        -moz-opacity : 1.0;
        opacity : 1.0;
        filter : alpha(opacity=100);     
    border-bottom: 1px solid #5C5B7F; #800000;
        position: fixed;
        top: 0px;
        left: 0px;
        width: 100%;
        padding: 2px 2px 0px 0px;
        color: #AAAAAA;
        }
.navbar {
        text-align: left;
        float: left;
        padding-top: 4px;
        margin-left: 4px;
        font-size:0.8em
}