html, body {
         font-size:12pt;
         background:#008000;
         color:#000000;
}
.postform {
	padding-left: 100px;
}

input[type=text], textarea{
	background: #FFFFFF;
	border: 1px solid #888888;
	padding-left: 5px;
	padding-right: -5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-topleft: 5px;
	width: 330px;

	font-family: helvetica;
	font-size:10pt; padding-top:5px; padding-bottom:-5px
}
input[type=password]{
	background: #E9E9F7;
	border: 1px solid #888;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-topleft: 5px;
	width: 170px;
}

#passwordbox input{
	width: 110px;
}

a       {
        background:inherit;
        color:#000000;
        text-decoration:none;
        font-family:sans-serif
}
a:visited {
        background:inherit;
        color:#800000;
        text-decoration:none;
        font-family:sans-serif
}
a:hover {
        color:#0000FF;
        background:inherit;
        text-decoration:underline;
        font-family:sans-serif
}
.adminbar {
        text-align:right;
        background:inherit;
        clear:both;
        float:right;
}
.logo {
        clear:both;
        text-align:center;
        background:inherit;
        font-size:24pt;
        color:#FFFFFF;
        width:100%
}
.theader {
        background:#00E010;
        color:#FFFFFF;
        width:100%;
}
.postarea {
        border:3px groove #C0C0C0; background-position:  
        0% 0%; background-image:url('none'); background-repeat:repeat; background-attachment:scroll
}
.rules {
        font-size:10px;
        font-family:sans-serif;
}
.postblock {
        border-style:groove; border-width:2; padding:1; background:#88DD88; color:#000000;
        font-weight:800
        border: solid 1px #999999;
    	-moz-border-radius: 5px;
}
.footer {
        text-align:center;
        font-size:10px;
        font-family:sans-serif;
}
.passvalid {
	background:#99EE88;
	text-align:center;
	width:100%;
	color:#ffffff;
}
.dellist {
	background:inherit;
	text-align:center;
}
.delbuttons {
	background:inherit;
	text-align:center;
	padding-bottom:4px;

}
.managehead {
	background:#0FE18F;
	color:#000000;
	font-family:sans-serif;
	font-size:14px;
	padding:0px;
}
.postlists {
	background:#FFFFFF;
	width:100%;
	padding:0px;
	color:#000000;
}
.row1 {
	background:#9AF6D2;
	font-family:sans-serif;
	font-size:12px;
	color:#000000;
}
.row2 {
        background:#FFFFFF;
        font-family:sans-serif;
        font-size:12px;
        color:#000000;
}
.unkfunc {
	color:#808080;
}
.filesize {
	font-size:12px;
	font-family:sans-serif;
	text-decoration:underline;
	padding-left:3em;
}
.filetitle {
	background:inherit;
	font-size:18px;
	font-family:serif;
	color:#00003C;
	
}
.postername {
	background:inherit;
	font-family:Latha;
	color:#000000;
	font-weight:bold
}
.postername a {
	font-family:inherit;
}
.oldpost {
        background:inherit;
        font-size:18px;
        font-family:serif;
        color:#00FF00;
        
}
.omittedposts {
        background:inherit;
        font-size:18px;
        font-family:serif;
        color:#070707;
        font-weight:800;
}
.reply {
	background:#DAF0D6;
	color:#000000;
	font-family:serif;
	border: solid 1px #999999;
	-moz-border-radius: 5px;
}
.doubledash {
 	vertical-align:top;
	clear:both;
	float:left;
}
.replytitle {
        background:inherit;
        font-size:18px;
        font-family:serif;
        color:#0F5D0C;
        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;
}

.highlight {
	background: #88DD88;
	border: 2px dashed #117743;
}

#watchedthreads {
	background-color: #DAF0D6 !important;
  	border: 1px solid #88DD88 !important;
}

.replymode {
	background:#DAF0D6;
	text-align:center;
	padding:2px;
	color:#000000;
	width:100%;
	font-weight: bold;
}
.catalogmode {
	background:#88DD88;
	text-align:center;
	padding:2px;
	color:#000000;
	width:100%;
	font-weight: bold;
}

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

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

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

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

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

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

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

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

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