
/* Üldine */
div#forum {clear:both}

div#forum .a {
  background-color: #B8C9E2;
}

div#forum .b {
  background-color: #9BAAC1;
}

div#forum h2 {
  padding: 0em;
  margin: 0em;
}

div#forum caption {
  text-align: left;
  font-weight: bold;
  padding-bottom: 1em;
}

div#forum th {
  border-bottom: 2px solid #000;
  background: #9BAAC1;
}

div#forum td {
  border-bottom: 1px solid #000;
    padding: 5px;
}

div#forum tr.a {
  background: #B8C9E2;
}

div#forum tr.b {
  background: #9BAAC1;
}

div#forum table {
  margin: 0em;
}

div#forum input.textbox {
  width: 500px;
}



/* GROUPS */

div#forum.groups div.new_a {
  background-color: #B8C9E2;
  background-image: url("images/forum/subforum_new_a.jpg");
  background-repeat: no-repeat;
  background-position: top right;
}
div#forum.groups div.new_b {
  background-color: #9BAAC1;
  background-image: url("images/forum/subforum_new_b.jpg");
  background-repeat: no-repeat;
  background-position: top right;
}

div#forum.groups div {
  padding: 1em;
  border: solid 1px black;
}

div#forum.groups p {
  font-size: small;
  margin-top: 0.2em;
  margin-bottom: 0.2em;
}



/* TOPICS */

div#forum.topics td.title a.admin {
  font-size: small;
}

div#forum.topics td.author {
  font-size: small;
  border-left: dotted 1px #000;
  text-align: center;
}

div#forum.topics td.date, div#forum.topics td.count {
  font-size: x-small; 
  border-left: dotted 1px #000;
  text-align: center;
}

div#forum.topics tr.new_a {
  background-color: #B8C9E2;
}
div#forum.topics tr.new_a td.title {
  background-image: url("images/forum/forumtopic_new_a.jpg");
  background-repeat: no-repeat;
  background-position: top left;
  padding-left: 30px;
}

div#forum.topics tr.new_b {
  background-color: #9BAAC1;
}
div#forum.topics tr.new_b td.title {
  background-image: url("images/forum/forumtopic_new_b.jpg");
  background-repeat: no-repeat;
  background-position: top left;
  padding-left: 30px;
}



/* MESSAGES */

div#forum.messages td.author {
  font-size: small;
    vertical-align: top;
    border-right: dotted 1px #000;
}

div#forum.messages td.author p.author{
    font-weight: bold;
}

div#forum.messages td.author p.date {
  font-size: x-small;
}



div#forum.messages td.message h1 {
  font-size: medium;
    
}

div#forum.messages td.message {
  vertical-align: top;
}

