body {
 margin: 5px;
 background-color: #fff;
 color: #000;
//font: 13px Verdana, "Trebuchet MS", Arial, Helvetica, sans-serif;
}

img {
 border: 0;
 vertical-align: middle;
}

a {
 color: #2C4499;
 text-decoration: none;
}

a:active {
 color: #f60;
}

a:visited {
 color: #2C4499;
}    

a:hover {
 color: #f60;
}

a.userlistlink {
 color: #2C4499;
}

a.subjectlink {
 font-size: 13.5px;
 font-weight: 500;
 color: #1020c1;
}

a.subjectlink:visited {
 color: #003900;
}

a.subjectlink:hover {
 color: #f60;
}

input[type=text] { 
 padding: 6px 1px;
}

select { 
 padding: 7px 1px;
}

img.marker {
 vertical-align: middle;
}

h1 {
 display: inline;
}

h1 img {
 vertical-align: middle;
}

h2 {
 margin: 7px;
 padding: 3px;
 font-weight: bold;
 font-size: 18px;
 background-color: white;
 color: #2C4487;
 -moz-border-radius: 3px;
}

.centered {
 text-align: center;
 margin: auto;
}

div.goto {
 padding: 4px;
 border: 1px solid #bce8f1;
 background: #d9edf7;
 font-size: 11px;
}

div.goto h3 {
 display: inline;
 font-size: 11px;
 font-weight: bold;
}

div.goto ul {
 display: inline;
 padding-left: 0;
 margin-left: 0;
}

div.goto-bs {
 padding: 5px;
 margin: 8px 0;
 background: #f0f0f0;
}

div.goto-bs a {
 color: #fff;
 margin: 2px 0;
}

div.goto-bs div {
 float: right;
}

div.pages {
 margin: 4px 0;
 border: 1px solid #d4d4d4;
 padding: 0 5px;
 background-color: #eaeaea;
 color: #000;
}

div.pages-bs {
 background-color: #fff;
 color: #000;
}

div.pages-bs span,a {
 color: #000;
 margin: 2px 0;
}


div#footer {
 text-align: center;
 margin-top: 10px;
 font-size: 11px;
}

div#footer p {
 margin: 0;
 padding: 0;
}

table#forumlist,
table#forumindex {
 margin: 10px 0;
 width: 100%;
 font-size: 13px;
 border: 1px solid #2C4487;
 border-collapse: collapse;
}


table#forumindex h3 {
 font-size: 14px;
 font-weight: bolder;
 margin: 0;
 padding: 5px 0px 5px 0px;
}

table#forumindex h3 + p {
 margin: 0;
}

table#forumindex h3 + p:empty {
 visibility: hidden;
}

table#forumlist th,
table#forumindex th {
 margin: 2px;
 padding: 2px;
 background-color: #2C4499;
 color: #fff;
 text-align: left;
 font-weight: bold;
}

table#forumlist th.posts,
table#forumindex th.threads,
table#forumindex th.posts {
 width: 60px;
}

table#forumlist th.posts2 {
 width: 90px;
}

table#forumlist th.lastpost,
table#forumlist th.startedby {
 width: 180px
}

table#forumlist th.lastpost {
 font-size: 10px;
}

table#forumindex th.lastpost {
 width: 200px;
}

table#forumlist th.views {
 width: 35px;
}

table#forumindex tbody td {
 padding: 0px 0;
 /*border-bottom: 1px dotted #808080;*/
}

table#forumindex tbody tr.odd td {
 background: #fdfdfd;
}

table#forumindex tbody tr.even td {
 background: #f2f2f2;
}

table#forumlist tbody tr.odd td {
 background: #fdfdfd;
}

table#forumlist tbody tr.even td {
 background: #f2f2f2;
}

table#forumlist tbody td {
 border-bottom: 1px solid #cacaca;
}

table#forumlist ul.moderate {
 display: inline;
 padding: 0;
 margin: 0 0 1px 0;
}

table#forumlist ul.moderate li {
 display: inline;
 margin-left: 10px;
 padding: 0 5px;
 background: #fff;
 color: #888;
 font-size: 10px;
}

table#forumlist ul.moderate li a {
 background-color: transparent;
 color: #888;
}

table#forumlist ul.moderate li:hover {
 background: #fff;
 color: #000;
}

table#forumlist ul.moderate li:hover a {
 background-color: transparent;
 color: #000;
}

table#forumlist tbody span.pagelinks {
 margin-left: 10px;
 font-size: 12px;
}

div.message {
 font-family: Verdana, "Trebuchet MS", Arial, Helvetica, sans-serif;
 margin: 10px 0;
 border: 1px solid #2c4487;
 -moz-border-radius: 5px;
 padding: 2px;
 word-wrap: break-word;
}

div.message div.head {
 border: 1px solid #eff2fa;
 -moz-border-radius-topleft: 5px;
 -moz-border-radius-topright: 5px;
 padding: 2px;
 background-color: #d1d1db;
}

div.message div.head h3 {
 margin: 0;
 padding: 0;
 font-size: 16px;
 font-weight: bold;
}

div.message div.head h4 {
 margin: 0;
 padding: 0;
 font-size: 14px;
 font-weight: bold;
}

div.message div.head p {
 margin: 0;
 padding: 0;
}

div.message div.body {
 margin: 0;
 padding: 5px 15px;
 font-size: 13px;
 background: #e5e5e1;
}

div.message div.body a { 
 color: #1020c1; 
 text-decoration: none; 
}

div.message div.body a:hover { 
 color: #f60; 
 text-decoration: underline; 
}

div.message div.options {
 border-top: 1px dotted #2b9abd;
 padding-top: 1px;
 background-color: #fbfbfb;
 color: #000;
 font-size: 11px;
}

div.message div.moderate h5,
div.message div.options h5 {
 display: inline;
 font-size: 11px;
 font-weight: bold;
}

div.message div.options ul {
 display: inline;
 padding-left: 0;
 margin-left: 0;
}

div.message div.options li {
 display: inline;
 border-left: 1px dotted #2b9abd;
 padding: 0 5px;
}

div.message div.options li:first-child {
 border: 0;
}

div.message div.moderate {
 margin: 0 0 4px 0;
 padding: 2px 0;
 border-top: 1px dotted #808080;
}

div.message div.moderate ul {
 display: inline;
 padding: 0;
 margin: 0 0 1px 0;
}

div.message div.moderate li {
 display: inline;
 margin-left: 10px;
 padding: 0 5px;
 background: fff#;
 color: #aaa;
 -moz-border-radius: 3px;
 font-size: 10px;
}

div.message div.moderate li a {
 background-color: transparent;
 color: #999;
}

div.message div.moderate li:hover {
 background: #fff;
 color: #000;
}

div.message div.moderate li:hover a {
 background-color: transparent;
 color: #000;
}

div.message div.attachments {
 margin: 0;
 border-top: 1px dotted #808080;
 background: #eee;
}

div.message div.attachments h5 {
 margin: 0;
 font-size: 11px;
 font-weight: bold;
}

div.message div.attachments ul {
 margin: 0;
}

div.message div.attachments li {
 list-style: square;
}

div.message #collapse {
  border: 1px solid;
  border-color: #ccc;
  font-size: 12px;
  color: #000;
  background-color: #fff;
}

div.message #collapse:hover {
  background-color: #e6e6e6;
  border-color: #adadad;
}

p#error {
 background-color:#ffe1e2;
 color: #000;
 margin: 5px 0;
 border: 1px dashed red ; 
 padding: 10px;
}

table#bb {
 margin-top: 10px;
 padding: 5px;
 border: 2px solid #2c4487;
}

table#bbinput {
 margin-top: 10px;
 padding: 5px;
 border: none;
}


div#results h3 {
 padding: 5px;
 font-weight: bold;
 font-size: 13px;
 background-color: #2C4487;
 color: white;
 -moz-border-radius: 4px;
}

div#results div {
 margin: 1px 0 5px 0;
 border-top: 2px solid #d4d4d4;
 border-bottom: 2px solid #d4d4d4;
 background: #fafafa;
}

div#results div h4 {
 margin: 0;
 padding: 2px;
 background: #eaeaea;
 font-size: 12px;
 font-weight: bold;
}

div#results div h4 span {
 font-weight: normal;
 font-size: 11px;
}

div#results div h4 + p {
 padding: 0;
 margin: 2px 20px;
 font-style: italic;
}

div#profile {
 margin-bottom: 20px;
}

div#cc-content h3 {
 font-size: 14px;
 background-color: #2c4487;
 color: #fff;
 padding: 5px;
}

div#cc-content table {
 border: 1px solid #e3e3e3;
 width: 100%;
}

div#cc-content th {
 background: #eaeaea;
 width: 150px;
 text-align: left;
 vertical-align: top;
}

.caption {
 font-size: 10px;
}

em.new {
 font-size: 10px;
 font-style: normal;
 font-weight: bold;
 color: #c00;
}

.PhorumNewFlag
 {
 font-size: 9px;
 font-weight: bold;
 color: #f00102;
}

.PhorumTableRow
 {
 background-color: #f9f9f9;
 border-bottom-style: solid;
 border-bottom-color: #999999;
 border-bottom-width: 1px;
 color: #101010;
 height: 35px;
 padding: 3px;
}

.PhorumTableRowAlt
 {
 background-color: #d9d9d9;
 border-bottom-style: solid;
 border-bottom-color: #999999;
 border-bottom-width: 1px;
 color: #101010;
 height: 35px;
 padding: 3px;
}

.PhorumReadBodySubject
 {
 color: Black;
 font-size: 14px;
 font-weight: bold;
 padding-left: 3px;
}

.PhorumReadBodyHead
 {
 padding-left: 5px;
}

.PhorumReadBodyText
{
 font-family: Verdana, "Trebuchet MS", Arial, Helvetica, sans-serif;
 font-size: 13px;
 padding: 5px;
}

  /* PM specifics */

.PhorumReadPM
{
 font-family: Verdana, "Trebuchet MS", Arial, Helvetica, sans-serif;
 font-size: 13px;
 background-color: #efefef;
 border: 1px solid #999999;
 padding: 3px;
 text-align: left;
 word-wrap: break-word;
}

.phorum-recipients
{
 display:inline; 
 white-space: nowrap;
}

.phorum-recipientblock
{
 display: inline-block;
 margin-bottom: 5px;
}

.phorum-pmuserselection
{
 padding-bottom: 5px;
}

.phorum-gaugetable 
{
 border-collapse: collapse;
}

.phorum-gauge {
 border: 1px solid #999999;
 background-color: #d9d9d9;
}

.phorum-gaugeprefix {
 border: none;
 background-color: white;
 padding-right: 10px;
}

.PhorumStdBlock
{
 font-family: Verdana, "Trebuchet MS", Arial, Helvetica, sans-serif;
 font-size: 13px;
 background-color: #efefef;
 border: 1px solid #999999;
 padding: 3px;
 text-align: left;
}

div#PhorumTableLabel
{
 padding-top: 5px;
 font-weight: bold;
}

div.PhorumPanel .col-sm-12, div.PhorumPanel .col-xs-12
{
 padding-left: 0;
 padding-right: 0;
}

div.PhorumEditor 
{
 font-family: Verdana, "Trebuchet MS", Arial, Helvetica, sans-serif;
}

blockquote.bbcode {
 font-size: 13px;
 margin-left: 5px;
 padding: 10px 20px;
 border-left: 5px solid #ccc;  
}

hr.bbcode {
 border-top: 2px;
 border-top-style: solid;
 border-top-color: silver;
}

div.PhorumUserError {
 border: 1px solid #A76262;
 background-color: #FFD1D1;
 padding: 8px;
 margin-top: 5px;
 margin-bottom: 8px;
}

div.warning {
 border: 1px solid #A76262;
 background-color: #FFD1D1;
 padding: 8px;
 margin-bottom: 8px;
}

div.PhorumOkMsg{
 border: 1px solid #62a762;
 background-color: #e6ffe6;
 padding: 8px;
 margin-bottom: 8px;
}

*.notify {
 border: 1px solid #bce8f1;
 background-color: #d9edf7;
 padding: 8px;
 margin-bottom: 8px;
}

div#logoutModal, div#deleteModal {
 top: 30%;
}

#logoutModal.modal-titel {
 text-align: left;
}
