

.forumBox
{
  background-color: #EEEEDF;
  font-family: verdana, arial, sans-serif;
  height: 12em;
  float:left;
  width: 30%;
  margin: 10px;
  padding: 5px;
  padding-top: 20px;
}
.forumBox p img
{
    float:left; 
    margin: .5em;
}

.forumBox h2
{
  font-size: 18px;
  margin-bottom: 10px;
}
.forumBox a:link,
.forumBox a:visited,
.forumBox a:active
{
  text-decoration: none;
  color: #555588;
}


#forumList table
{
  width: 100%;
  border: solid 1px #888;
  }

#forumList th,
#forumList td
{
  border: solid #888 1px;
  padding: .3em;
}

#forumList table p
{
  font-size: 60%;
  margin: 0 .3em;
  display: inline;
}

#forumList table .odd td
{ 
 background: #FFFFEe;
}
#forumList table .even td
{
  background: #eeEEFF;
}

ul#topicTools
{
  display:block;
  float:right;
  width: 40%;
}

ul#topicTools li
{
  display:block;
  float:left;
}

ul#topicTools li a:link,
ul#topicTools li a:visited,
ul#topicTools li a:active
{
  display:block;
  font-weight: bold;
  text-decoration: none;
}


#newTopicForm 
{
  width: 80%;
  background-color: #FFE;
}

#newTopicForm label
{
  display:block;
  float:left;
  clear:both;
  margin: 10px;
}
#newTopicForm input,
#newTopicForm textarea
{
  display:block;
  width: 50%;
  float:left;
  margin: 10px;
}
#newTopicForm textarea
{
  clear:both;
}
#newTopicForm button
{
  float:right;
  margin-right: 10em;
}
#newTopicForm #notify,
#newTopicForm #notifyBeta
{
text-align:left;
width: auto;
}
