html, body {
        background:#FFEEDD;
        color:#404040;
        font-family: georgia,Trebuchet,serif;
	font-size:14px;
}
a {
        text-decoration: none;
        color:  #990000;
}
a:link {
}
a:visited {
}
a:active {
}
a:hover {
        color: #fff;
        background-color: #993300;
}
hr { 
	border: none;
	border-top: 1px solid #707070;
	height: 0px; 
}
.blotter {
        text-align:center;
        padding:0px;
        margin-top:0px;
        margin-bottom:10px;
	font-size:12px;
}
.leftad {
        float:left;
        padding:0px;
        margin-top:20px;
	margin-left:0px;
	margin-right:-120px;
	margin-bottom:0px;
}
.rightad {
        float:right;
        padding:0px;
        margin-top:20px;
        margin-right:0px;
        margin-left:-120px;
	margin-bottom:0px;
}
.topad {
	padding:0px;
	margin-top:-5px;
	margin-bottom:-8px;
}
#grasscity {
        padding:0px;
        margin-top:-5px;
        margin-bottom:-8px;
}
.bottomlargead {
	padding:0px;
	margin-top:40px;
	margin-bottom:0px;
}
.bottomsmallad {
	padding:0px;
	margin-top:-12px;
	margin-bottom:0px;
}
.navigation {
        text-align:left;
        float:left;
        margin-top:3px;
	margin-bottom:2px;
        font-size:11px;
}
.adminbar {
        text-align:right;
        float:right;
	margin-top:0px;
	margin-bottom:2px;
	font-size:10px;
}
.globalheader {
	text-align:left;
	float:left;
        padding:0px 0px 0px 0px;
	font-size:10px;
	font-family:arial;
}
.logo {
        clear:both;
        text-align:center;
        font-size:2em;
        color:#404040;
        width:100%;
}
.theader {
        background:#E04000;
        text-align:center;
        padding:2px;
        color:#FFFFFF;
        width:100%;
}
.postarea{
}
.rules {
	margin-top:-5px;
        font-size:0.7em;
	margin-bottom:-10px;
	padding:0px;
}
.postblock {
        background:#EEEEDD;
        color:#404040;
        font-weight:800;
}
.footer {
        text-align:right;
        font-size:11px;
        font-family:arial;
	margin-top:0px;
	margin-right:4px;
	text-decoration:none;
}
.passvalid {
	background:#EEAA88;
	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:#404040;
}
.row1 {
	background:#EEEECC;
	color:#404040;
}
.row2 {
        background:#DDDDAA;
        color:#404040;
}
.unkfunc {
	color:#789922;
}
.filesize {
	text-decoration:none;
}
.filetitle {
	background:inherit;
	font-size:1.2em;
	color:#CC1105;
	font-weight:800;
}
.postername {
	color:#117743;
	font-weight:bold;
}
.postertrip {
	color:#228854;
}
.oldpost {
        color:#CC1105;
        font-weight:800;
}
.omittedposts {
        color:#707070;
}
.reply {
	background:#F0E0D6;
	color:#404040;
}
.doubledash {
 	vertical-align:top;
	clear:both;
	float:left;
}
.replytitle {
	font-size: 1.2em;
        color:#CC1105;
        font-weight:800;
}
.commentpostername {
        color:#117743;
	font-weight:800;
}
.thumbnailmsg {
	font-size: small;
	color:#404040;
}
.abbrev {
        color:#707070;
}
.highlight {
	background:#F0E0D6;
	color:#404040;
	border: 2px dashed #EEAA88;
}

/* MOD PANEL ADDITIONS */

.menu dl, dt, dd, ul, li {
margin: 0;
padding: 0;
}
.menu {
top: 0;
left: 0;
z-index:100;
width: 100%;
}
.menu dl {
float: left;
width: 12em;
}
.menu dt {
cursor: pointer;
text-align: right;
font-weight: bold;
background: #EEDDCC;
border: 1px solid #808080;
margin-top: -17px;
float: right;
font-family: "Lucida Grande", Tahoma, Arial, sans-serif;
font-size: 13px;
padding: 1px 6px 1px 6px;
}
.menu dd {
display: none;
border: 1px solid #808080;
margin-top:2px;
}
.menu li {
list-style-type: none;
text-align: center;
background: #fff;
}
.menu li a, #menu dt a {
color: #000;
text-decoration: none;
font-family: arial;
font-size: -1px;
display: block;
height: 100%;
border: 0 none;
margin: 0px 0px 0px 0px;
}
.menu li a:hover, #menu li a:focus, #menu dt a:hover, #menu dt a:focus {
background: #eee;
}
#site {
position: absolute;
z-index: 1;
top : 70px;
left : 10px;
color: #000;
background-color: #ddd;
padding: 5px;
border: 1px solid gray;
}

#managementheader {
font-family: arial;
font-size: 12px;
}

#modmotd { 
font-family: arial;
font-size: 14px;
text-align: center;
margin-top: 10px;
font-weight: bold;
}