body {
  background-color: #eee;
  background-image: none;
  font-family: sans-serif;
  font-size: 10pt;
}
.innerPost {
  background-color: #aac;
  border: 0px solid;
  border-radius: 0px;
}
#postingForm th {
  color: #fff;
  background: #313370;
  font-size: 100%;
  border: 0px;
  border-radius: 0px;
}
nav {
  background-color: #EEE;
  font-size: 9pt;
}
.divMessage {
  font-size: 100%;
}
.small {
    font-size: 9pt;
    text-decoration: none;
}
#newPostFieldset, #quick-reply table, .modalDecorationPanel, .floatingMenu, #settingsFieldset, .reportFieldset {
    border: 0px dashed #117743;
}
.boardHeader p {
   color: #000;
  font-weight: bold;
}
a, .coloredIcon, .unhideButton, .embedButton, .checkedFavouriteButton::before, #selectedTab, #showFormsButton {
    color: #229;

}
input[type="button"], input[type="submit"], button, .dropzone, .selectedCell {
  font-family: sans-serif;
}
input, select, textarea {
  border-radius: 0px;
}
.postInfo, .opHead, .divMessage, .panelUploads, .panelIp, .panelProxyIp, .contentOmissionIndicator, .labelOmission, .labelId {
    font-size: 100%;
}
.labelSubject {
    color: #c33;
    font-size: large;
    font-weight: 700;
}
.noEmailName, .noEmailName:hover {
    color: #33c;
    text-shadow: none;
    text-decoration: none !important;
    cursor: auto;
}
.linkName {
    font-weight: bold;
    color: #33c;
}
.title, .unhideButton {
    font-weight: normal;
}
.linkSelf {
    color: #000;
    text-decoration: none;
}
.linkQuote {
    color: #000;
    text-decoration: none;
}
.greenText {
    color: #077;
}

.quoteLink {
    color: #229;
}

.containPages {
    background-color: #eee;
}

fieldset legend {
    width: 100%;
    border: 0px;
margin: 0;
color: #fff;
background: #313370;
font-weight: 700;
    font-size: 100%;
}
