.bbcode_quote_header {
       margin-left: 10px;
       font-weight: bold;
 }
    
.bbcode_quote_body {
       border: 1px dashed #666666;
       margin-left: 10px;
       margin-right: 10px;
       padding-left: 10px;
}
.bbcode_code_header {
       margin-left: 10px;
       font-weight: bold;
}
.bbcode_code_body {
       font-family: Courier;
       border: 1px dashed #666666;
       margin-left: 10px;
       margin-right: 10px;
       padding-left: 10px;
}

a.authblink {
 text-decoration: none;
 color: #000000;
}

.hr_style {
  color: #DEDEDE;
  background-color: #DEDEDE;
  height: 1px; 
  width: 100%;
  border: 0;
}
.error_message {
 color: red;
 font-weight: bold;
}
.system_auth_field {
 border: 1px solid #BBBBBB;
 width: 97%;
}

.comment_text {
 padding: 5px;
}

.avatar_border {
  border:#666 1px solid;
  padding:1px;
}

.comment_username {
 font-weight: bold;
 text-decoration: none;
 color: black;
 padding: 5px;
}

.comment_date {
 font-size: 11px;
}
