html, body {
         background:#015B5E;
         color:#efefef;
         font-family:"MS PGothic"
}
a {
        color:#cfe;
}
a:hover {
        color:#1ee;
}
hr {
	border: 0 none;
	height: 2px;
	background-color: #c0c0c0;
	color: #c0c0c0;
}
.adminbar {
        text-align:right;
        clear:both;
        float:right;
}
.logo {
        clear:both;
        text-align:center;
        font-size:2em;
        color:#67cdd2;
        width:100%;
		font-family:serif;
}
.theader {
        background:#006f73;
        text-align:center;
        padding:2px;
        color:#FFFFFF;
        width:100%;
}
.postarea {
}
.rules {
        font-size:0.7em;
}
.postblock {
        background:#1a95a2;
        color:#a9dce1;
        font-weight:800;
}
.footer {
        text-align:center;
        font-size:12px;
        font-family:serif;
}
.passvalid {
	background:#006f73;
	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:inert;
	color:#789922;
}
.filesize {
	text-decoration:none;
}
.filetitle {
	background:inherit;
	font-size:1.2em;
	color:#BEFFFF;
	font-weight:800;
}
.postername {
	color:#67c8c8;
	font-weight:bold;
}
.postertrip {
	color:#228854;
}
.oldpost {
        color:#BEFFFF;
        font-weight:800;
}
.omittedposts {
	color:#abf9f1;
}
.reply {
	background:#006f73;
	color:#efefef;
}
.doubledash {
 	vertical-align:top;
	clear:both;
	float:left;
}
.replytitle {
	font-size: 1.2em;
        color:#BEFFFF;
        font-weight:800;
}
.commentpostername {
        color:#67c8c8;
	font-weight:800;
}
.thumbnailmsg {
	font-size: small;
	color:#abf9f1;
}



.abbrev {
        color:#707070;
}
.highlight {
	background:#F0E0D6;
	color:#800000;
	border: 2px dashed #EEAA88;
}