body {
         font-size:11pt;
         background:#000099;
         color:#FFFFFF;
         font-family:sans-serif;
}
hr      {
        color:#FFFFFF;
}
a {
        color:#BBCCFF;
}
a:hover {
        color:#FFFFFF;
}
a:visited {
        color:#BBCCFF;
}
.adminbar {
        text-align:center;
        clear:both;
        font-size:8pt;
}
.logo {
        clear:both;
        text-align:center;
        font-size:2em;
        color:#FFFFFF;
        width:100%;
}
.theader {
        background:#0010E0;
        text-align:center;
        padding:2px;
        color:#FFFFFF;
        width:100%;
}
.postarea {
}
.rules {
        font-size:0.7em;
}
.postblock {
        background:#0000AA;
        color:#FFFFFF;
        font-weight:800;
}
.footer {
        text-align:center;
        font-size:12px;
        font-family:sans-serif;
}
.passvalid {
	background:#0000AA;
	text-align:center;
	width:100%;
	color:#ffffff;
}
.dellist {
	font-weight: bold;
	text-align:center;
}
.delbuttons {
	text-align:center;
	padding-bottom:4px;

}
.managehead {
	background:#0F8FE1;
	color:#800000;
	padding:0px;
}
.postlists {
	background:#FFFFFF;
	width:100%;
	padding:0px;
	color:#800000;
}
.row1 {
	background:#9AD2F6;
	color:#800000;
}
.row2 {
        background:#FFFFFF;
        color:#800000;
}
.unkfunc {
	background:inert;
	color:#BBCCFF;
}
.filesize {
	text-decoration:none;
}
.filetitle {
	background:inherit;
	font-size:1.2em;
	color:#FFFFFF;
	font-weight:800;
}
.postername {
	color:#BBCCFF;
	font-weight:bold;
}
.postertrip {
	color:#BBCCFF;
}
.oldpost {
	color:#BBCCFF;
        font-weight:800;
}
.omittedposts {
        color:#BBCCFF;
}
.reply {
	background:#0000AA;
	color:#FFFFFF;
}
.doubledash {
 	vertical-align:top;
	clear:both;
	float:left;
}
.replytitle {
	font-size: 1.2em;
        color:#FFFFFF;
        font-weight:800;
}
.cpname {
        color:#BBCCFF;
	font-weight:800;
}
.thumbnailmsg {
	font-size: small;
	color:#FFFFFF;
}
blockquote blockquote {
	margin-left: 0em;
	color:#BBCCFF;
}
blockquote :last-child {
	margin-bottom: 0em;
}
.abbrev {
        color:#BBCCFF;
}
.highlight {
	background:#F0E0D6;
	color:#800000;
	border: 2px dashed #EEAA88;
}
.reflink a {
	color: #BBCCFF;
	text-decoration: none;
}
.reflink a:hover {
        color:#FFFFFF;
}


div#postarea {
	font-family: Arial, Verdana, sans-serif;
}

div#postarea form {
	display: block;
	clear: both;
}

div#postarea fieldset, div#postarea #formFooter {
	margin: 0.1em auto;
	width: 95%;
	padding: 0.5em;
	padding-top: 0px;
}

div#postarea div.formItem {
	clear: both;
}

div#postarea label.control {
  background-color: #0000AA;
  color:#FFFFFF;
  font-weight:800;

	width: 8em;	

	text-align: center;

	-moz-border-radius: 10px 0 0 10px;
		
	margin-bottom: 0.15em;
}

div#postarea .control {
	float: left;

	padding: 0;
	height: 1.5em;
}

div#postarea ul.control {
	margin: 0;
	padding: 0;
	padding-left: 2em;
	line-height: 1em;
}

div#postarea .controlItem {
	padding-left: 0.5em;
	padding-right: 0.5em;
}

div#postarea .spacer {
	clear: both;
	visibility: hidden;
}

div#postarea .formColumn {
	float: left;
}

#formColumn1 {
	margin-right: 1em;
}

/*Handle comment section, which is taller than the rest.*/
div#postarea #commentFormItem .control {
	height: 3.75em;	
}
div#postarea #commentFormItem textarea {
	height: 90%;	/*Firefox puts an extra row otherwise.*/
	margin-top: 2px;
}


/*Buttom at bottom of form has same spacing as the labels in it*/
div#postarea .buttonLabel {
	height: auto;
	width: auto;	
	text-align: center;
}
div#postarea .buttonLabel input {
	margin-top: 0.6em;
}
div#postarea div#formFooter ul.control {
	height: auto;
	line-height: 1.1em;
}
div#postarea div#formFooter {
	margin-bottom: 0;
	padding-bottom: 0.25em;
}


/*This weirdness lets us center the ul next to the file input.*/
div#postarea #fileFormItem ul.control {
	/*Center ul gets negative margin since two lines tall.*/
	margin-top: -0.25em;
	white-space: nowrap;
}
div#postarea #fileFormItem {
	/*Extra top padding in container to make up for negative margin.*/
	padding-top: 0.5em;		
}
div#postarea #fileFormItem .control {
	/*Extra bottom margin in case ul gets placed below.*/
	margin-bottom: 0.5em;	
}