body,
/*.SiteTitle,
h1, h2, h3, h4, h5 {
  font-family:Verdana, Arial, Helvetica, sans-serif;
}
h1 {
font-size:24px;
font-weight:bold;
}*/

a {
   color: #003467;
}
a:hover {
   color: #1D5689;
}

input[type="text"], textarea {
   background: #f4f4f4;  
}
input[type="text"]:focus, textarea:focus {
   background: white;  
   outline-style:none;
}

.SiteSearch {
   float:right;
}

.PageDescription {
   color: #333;
   margin: 8px;
   text-align: center;
}
#Content h2 {
   margin-left:2px;
   border-width:1px;
   -moz-border-radius-topright:10px;
   -moz-border-radius-bottomright:10px;
   border-top-right-radius:10px;
   border-bottom-right-radius:10px;
}

.site { /* from ../LPS_journal/css/style.css */
   min-width: 968px; /* 920px + 2 * 24px */
}

.Row {
   margin: auto;
   width: 920px;
}

.ContentColumn {
}

.ProfileOptions {
   font-weight: bold;
}
.DataTable td {
   border-style: dotted;
}
.DataList > .Item {
   border-style: dotted !important;
   padding: 12px 8px;
}
.DataList .Item .Item {
   border: none !important;
}
.DataList .Title,
.DataList .Title a {
   font-size: 18px;
   color: #333;
}
.DataList .Title {
   color: #777;
}
.Meta,
.MItem,
.MItem a {
   color: #70727c;
}
.DataList .Title a:hover {
   text-decoration: underline;
}
.MItem {
   margin: 0 8px;
   padding: 0;
}
.MItem:last-child {
   border: none;
}

.BoxFilter {
   margin: 20px 0;
}
.Box {
   color: #888;
   margin: 0 0 30px;
}
.Box h4 {
   color: #333;
   font-size: 18px;
   text-transform: uppercase;
   margin: 6px 0;
}
.PanelInfo li {
   font-weight: bold;
   background: #f7f7f7;
   padding: 2px 4px;
   border-style: dotted !important;
}
.PanelInfo a {
   color: #555;
}
.PanelInfo a:hover {
   text-decoration: underline;
}
body.Profile .PanelInfo .Active,
.PanelInfo .Active {
   background: #fff;
}
.PanelInfo .Active a {
   color: #333;
}
.Bullet {
   color: #aaa;
}

.PanelCategories li:first-child { /* suppress "All Categories" under "Categories" heading */
    display: none;
}
.ApplyButton { /* suppress "Register" button - forum is invitation only */
  display: none;
}