html, body {
	background-color: #EEEEEE;
	color: #333333;
	font-family: "Trebuchet MS",Trebuchet,serif;
}
a {
	color: #FF6600;
}
a:hover {
	color: #0066FF;
}

.overlay-menu {
	background: #f4f4f4 url("/imgs/pom.png") repeat-x top left !important;
	text-align:left !important;
	padding:5px !important;
	color:#333333 !important;
	border: solid 1px #CCCCCC !important;
	-moz-border-radius: 5px !important;
	-webkit-border-radius: 5px  !important;
	border-radius: 5px  !important;
}
.overlay-menu a{
	text-decoration: none;
}
.overlay-menu a:hover {
	color: #0066FF;
}
.overlay-menu li:hover {
	background: #EEEEEE;
}
.overlay-menu ul {
	list-style: none;
	padding-left: 0px;
	margin: 0px;
}
.overlay-menu li a {
	display: block;
	width: 100%;
}
.overlay-menu li {
	margin: 0px;
}

.adminbar {
	clear:both;
	float:right;
	font-size: .8em;
}
.adminbar a {
	font-weight: bold;
}
.logo {
	clear:both;
	text-align:left;
	font-size:2em;
	font-weight: bold;
	color: #FF6600;
}
.theader, .passvalid, .replymode {
	background:#DDDDDD;
	text-align:center;
	padding:2px;
	color:#2266AA;
	clear: both;
	font-weight: bold;
	margin-bottom: .5em;
	border: solid 1px #CCCCCC;
	-moz-border-radius: 5px !important;
	-webkit-border-radius: 5px  !important;
	border-radius: 5px  !important;
}
.rules {
	font-size:0.6em;
	color: DDDDDD;
}
.postblock {
	background:transparent;
	color:#002244;
	font-weight:bold;
}
.footer {
	text-align:center;
	font-size:12px;
	font-family:serif;
	margin: 2em 0 0 0;
}
.dellist {
	font-weight: bold;
	text-align:center;
}
.delbuttons {
	text-align:center;
	padding-bottom:4px;
}
.managehead {
	background:#DDDDDD;
	color:#002244;
	padding:0px;
}
.postlists {
	background:#FFFFFF;
	width:100%;
	padding:0px;
	color:#800000;
}
.row1 {
	background:#DDDDDD;
	color:#002244;
}
.row2 {
	background:#CCCCCC;
	color:#002244;
}
.unkfunc {
	background:inherit;
	color:#789922;
}
.reflink {
	font-size: .8em;
	font-weight: bold;
}
.filesize {
	text-decoration:none;
	color: #666666;
	font-size: .8em;
}
.filetitle {
	background:inherit;
	font-size:1.2em;
	color:#002244;
	font-weight:bold;
}
.postername {
	color:#004A99;
	font-weight:bold;
}
.postertrip {
	color:#FF3300;
}
.oldpost {
	color:#CC1105;
	font-weight:bold;
}
.omittedposts {
	font-size: 0.9em;
	color:#666666;
}


.omittedposts a{
	text-decoration:none;
	color: DDDDDD;
}

.omittedposts a:hover{
	text-decoration:none;
	color: FF6600;
}


.reply {
	background:#DDDDDD;
	border: solid 1px #CCCCCC;
	padding: 0px;
	margin: 0px;
	-moz-border-radius: 5px !important;
	-webkit-border-radius: 5px  !important;
	border-radius: 5px  !important;
	min-width: 500px;
	-moz-box-shadow: 0px 0px 5px rgba(100, 100, 100, 0.99);
	-webkit-box-shadow: 0px 0px 5px rgba(100, 100, 100, 0.99);
	box-shadow: 0px 0px 5px #505050;
}
blockquote {
	margin: .5em .5em .5em 1em;
}
blockquote p {
	margin: 0;
	padding: 0;
}
.reply blockquote {
	
}
.doubledash {
	display: none;
	vertical-align:top;
	clear:both;
	float:left;
}
.replytitle {
	font-size: 1.2em;
	color:#002244;
	font-weight:bold;
}
.commentpostername {
	color:#004A99;
	font-weight:800;
}
.thumbnailmsg {
	font-size: .8em;
	color:#666666;
}
hr {
	border-style: solid none none none;
	border-width: 1px;
	border-color: #BBBBBB
}
table {
	border-style: none;
}
table td {
	border-style: none;
}
.nothumb {
	background-color: #FFFFFF;
	border-style: dotted;
	margin: .3em .5em;
}
.abbrev {
	color:#666666;
}
.highlight {
	background:#EEDACB;
	color:#333333;
	border: 2px dashed #EE6600;
}