table.forum {
  border-color: blue;
  border-style: solid;
  border-width: 0px;
}
th.forum {
  color: #ccccff;
  background-color: #3366cc;
  height: 22px;
  vertical-align: center;
  border-color: blue;
  border-style: solid;
  border-width: 0px;
  border-left: hidden;
  border-right: hidden;
  border-top: hidden;
}
td.forum {
  border-color: #6699CC;
  border-style: solid;
  border-width: 1px;
  border-left: 0;
  border-right: 0;
  border-top: 0;
}
input, textarea, select {
  color: blue;
  background-color: #ccccff;
  font-family: verdana, tahoma, lucida console, arial, courier;
}
p.f_date {
  font-weight: normal;
  font-size: 12px;
  text-align: left;
  margin-left: 8px;
  margin-top: 8px;
  margin-right: 8px;
  margin-bottom: 6px;
}
p.f_message {
  text-align: left;
  font-weight: normal;
  font-size: 12px;
  margin-left: 8px;
  margin-top: 8px;
  margin-right: 8px;
  margin-bottom: 6px;
}
p.f_form {
  text-align: left;
  font-weight: bold;
  font-size: 10px;
  margin-left: 8px;
  margin-top: 8px;
  margin-right: 8px;
  margin-bottom: 6px;
}
p.f_theme {
  font-size: 12px; 
  font-weight: normal;
  text-align: left; 
  margin-left: 8px;
  margin-top: 8px;
  margin-right: 8px;
  margin-bottom: 10px;
}
p.tags {
  font-family: lucida console, courier, tahoma, verdana, sans-serif, helvetica; 
  font-weight: normal;
  font-size: 10px;
  text-align: left;
  margin-left: 8px;
  margin-top: 2px;
  margin-right: 8px;
  margin-bottom: 6px;
}
p.last_post {
   text-transform: plain;
   font-size: 10px;
   font-weight: normal;
   margin-left: 2px;
   margin-top: 6px;
   margin-right: 6px;
   margin-bottom: 4px;
}
div.last_post {
   color: #555555;
   background-color: #3366cc;
   margin-left: 18px;
   margin-top: 2px;
   margin-right: 8px;
   margin-bottom: 6px;
}
div.toolbar {
   background-color: #cccccc;
   height: 16px;
   width: 100%;
   margin-left: 0px;
   margin-top: 0px;
   margin-right: 0px;
   margin-bottom: 4px;
}
div.post {
   font-size: 12px; 
   font-weight: normal;
   text-align: left; 
   margin-left: 8px;
   margin-top: 8px;
   margin-right: 8px;
   margin-bottom: 10px;
}

span.author {
   color: blue;
   font-weight: bold;
}

span.number {
   color: blue;
   font-weight: bold;
}
span.number:before:lang(en) { 
   content: "#";
}
span.number:before:lang(ru) {
   content: "¹";
}

cite, q {
  color: blue;
}
cite:before, q:before {
  content: open-quote;
  font-weight: bold;
  color: green;
}
cite:after, q:after {
  content: close-quote;
  font-weight: bold;
  color: blue;
}
img.smiley {
  margin-top: 0px;
  margin-bottom: -2px;
  margin-left: 2px;
  margin-right: 2px;
  border: none;
}
