.forumhead,
.blockhead {
	-moz-background-clip:none;
	-moz-background-inline-policy:none;
	-moz-background-origin:none;
	-moz-border-radius-topleft:0;
	-moz-border-radius-topright:0;
	-webkit-border-top-left-radius:0;
	-webkit-border-top-right-radius:0;
	background-color:#042140;
	border:1px solid #6B91AB;
	color:#4E4E4E;
}

#above_threadlist_controls, 
#thread_controls,
.threadlisthead {
	background-color:#042140;
	-moz-border-radius-bottomleft:0;
	-moz-border-radius-bottomright:0;
	-moz-border-radius-topleft:0;
	-moz-border-radius-topright:0;
	-webkit-border-bottom-left-radius:0;
	-webkit-border-bottom-right-radius:0;
	-webkit-border-top-left-radius:0;
	-webkit-border-top-right-radius:0;
}

.postbitlegacy .posthead, 
.eventbit .eventhead  {
	background-color:#707070;
}

.postbitlegacy .postbody, 
.eventbit .eventdetails .eventbody,
.postbitlegacy .postbody {
	background-color:#fff;
}

.postbitlegacy .postdetails {
	background-color:#F2F6F8;
}

.postbitlegacy .content {
	line-height:1.4em;
	color: #000;
	width:100%;
}

.postbitlegacy .content .postcontent font {
	line-height:1.4em;
}

#above_threadlist_controls div,
#thread_controls div:first-child,
.forumbits .forumhead h2 {
	border-top:none;
}

#above_threadlist_controls a,
#thread_controls a,
#pmfolderlist dl.stats dt,
#pmfolderlist dl.stats dd,
#folderpicker a.popupctrl,
.popupgroup .popupmenu:hover a.popupctrl.active, 
.popupmenu a.popupctrl.active,
#pm_historylink {
	color:#fff;
}
#forumbits .memberaction a.popupctrl strong,
#threadlist .memberaction a.popupctrl strong {
	color:#417394;
}
#above_threadlist_controls ul.popupbody li a, 
#thread_controls ul.popupbody li a,
ul.popupbody a {
	color:#333;
}
#above_threadlist_controls a:hover,
#thread_controls a:hover,
#folderpicker a.popupctrl:hover,
#pm_historylink:hover {
	color:#ddd;
}

.forumdisplaypopups a.popupctrl, 
.forumdisplaypopups.popupgroup .popupmenu a.popupctrl,
.popupmenu a.popupctrl {
	background:transparent url(images/misc/white_downward_arrow.png) right center no-repeat;
	padding-right:15px;
}

#newthreadlink_top, 
#newthreadlink_bottom,
#newreplylink_top, 
#newreplylink_bottom,
#newpm_bottom {
	background-color:#042140;
}
#inlinemod_formctrls .popupctrl,
#forumdisplay_navpopup a.textcontrol, 
#forumdisplay_navpopup a.popupctrl,
.button,
#showthread_navpopup a.textcontrol, 
#showthread_navpopup a.popupctrl,
.actionbuttons .group .button {
	background-color:#bbb;
}

.pagination dd a.selected {
	background-color:#094A8E
}

.forumbit_nopost .forumhead h2, 
.forumbit_post .forumhead h2 {
	border-top: none;
}

.forumbit_post .forumrow, 
.forumbit_nopost .forumhead, 
.forumbit_nopost .forumrow, 
.forumbit_post .forumhead,
#thread_info h4,
h2.searchlisthead,
#wgo {
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
}

.forumbit_nopost .forumbit_nopost .forumrow, 
.forumbit_post .forumrow {
	border-left:none;
	border-right:none;
}

.forumhead + .childforum .L2:first-child .forumrow, 
.forumhead + .L2 .forumrow {
	background:#fff;
}

.forumbit_nopost .forumbit_nopost .forumrow, 
.forumbit_post .forumrow, 
.threadbit .sticky,
.threadbit .nonsticky, .threadbit .discussionrow {
	background:none;
}

.threadbit .alt {
	background-image:none;
}

#wgo h2, #wgo div.floatcontainer, 
.threadlisthead, .threadbit,
#forum_info_options h4,
#forum_info, #forum_options, 
#forum_icon_legend, 
#posting_rules,
#forum_moderators, 
#forum_onlineusers, 
#forum_display_options, 
#icon_legends, 
#thread_posting_rules {
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
}

.forumbit_nopost .forumhead .forumtitle a,
.forumbit_nopost .forumhead span, 
.forumbit_post .forumhead h2 span,
.forumhead, 
.blockhead,
.popupbody li.formsubmit input[type="submit"]:hover, 
.popupbody li.formsubmit input[type="reset"]:hover, 
.popupbody li.formsubmit input[type="button"]:hover {
	color:#fff;
}

#notices li {
	background-color:#FFF0AB;
}

#header {
	margin-bottom:0;
	height:50px;
}

.logo-image img {
	width: 284px;
	height: 48px;
}

.postbitlegacy, .eventbit,
.eventbit .eventdetails {
	background-color:#fff;
}

#toplinks #notifications a.popupctrl {
	background-color:yellow;
	color:#333;
}
#toplinks #notifications a.popupctrl:hover {
	background-color:#c80008;
	color:#fff;
}

#above_threadlist_controls .popupmenu li a:hover, 
#thread_controls .popupmenu li a:hover {
	color:#4E4E4E;
}

/***** ads in forum posts *****/
.floatedAd {
	float:right;
	width:300px;
	margin:5px 0 10px 10px;
	position:relative;
	z-index:2;
	
}

/***** force images in posts to have a max-width *****/
.postrow img {
	
	max-width:800px;
	width:expression(this.width > 800 ? 800: true);
}

.bbcode_container {
/*	overflow:auto;*/
}

.postbitlegacy .signature {
	clear:none;
}

.navtabs li.selected .popupbody li > a,
#pmfolderlist div.blockbody dl.stats dt,
#pmfolderlist div.blockbody dl.stats dd {
	color:#000;
}

.friend_info img {
	display:none;
}

.toplinks ul.isuser li a:hover {
	background:transparent;
}
.toplinks ul.isuser li#nonotifications p a:hover {
	color:#000;
}

.wysiwyg, .editor_textbox textarea {
	font-family:Verdana,Geneva,sans-serif !important;
	font-size:9pt !important;
}

#forumrules .rules_link {
	padding-left:0;
}

#qr_defaultcontainer,
#quick_reply {
	z-index:1;
}

.postbitlegacy .after_content {
	clear:none;
}

