div.cwi-forum
{
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-size: 76%;
}

div.cwi-forum table
{
  border-collapse: collapse;
  border-style: none;
  width: 527px;
  font-size: 100%; /* Must inherit the font-size */
}

div.cwi-forum table td
{
  margin: 0;
  padding: 0;
}

div.cwi-forum table td.cwi-postinguser
{
  vertical-align: top;
  width: 150px;
}

div.cwi-forum table td.cwi-postinguser div
{
  border-top: 1px solid #999999;
  font-size: 80%;
  padding: 2px 0px;
  margin: 0px;
  color: #333333;
  font-weight: bold;
}


div.cwi-forum table td.cwi-postingcontent
{
  width: 377px;
  vertical-align: top;
}

div.cwi-forum table td.cwi-postingcontent div.cwi-postingheader
{
  border-top: 1px solid #999999;
  border-bottom: 1px solid #999999;
  font-size: 80%;
  padding: 2px 0px;
  margin: 0px 0px 0px 0px;
  color: #333333;
  font-weight: bold;
}

div.cwi-forum table td.cwi-postingcontent div.cwi-postingcontent
{
  padding: 7px 0px 8px 0px;
  margin: 0px 0px 25px 0px;
}

div.cwi-forum table td.cwi-postingcontent div.cwi-postingcontent blockquote
{
  margin: 5px 10px 10px 20px;
  padding: 7px 5px;
  border-top: 1px solid #333333;
  border-bottom: 1px solid #333333;
  background-color: #EEEDED;
}


div.cwi-forum table td.cwi-postinguser div
{
  padding-left: 5px;
}

div.cwi-forum th
{
  text-align:left;
}

div.cwi-forum th.cwi-forum-topic
{
  width:80%;
}

div.cwi-forum td div.cwi-forum-topic
{
  color: blue;
}

div.cwi-forum td
{
  text-align:left;
}

tr.cwi-postingeven
{
  background-color:#FFFFFF;
}

tr.cwi-postingodd
{
  background-color:#ffffff;
}
div.cwi-postingcontent
{
 padding-bottom:30px;
}
.cwi-input-subject input
{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 100%;
  width:270px;
  font-weight: normal;
  border: 1px solid #999999;
}
.cwi-input-message textarea
{
  width:270px;
  height:125px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 100%;
  font-weight: normal;
  border: 1px solid #999999;
}

.cwi-input-subject, .cwi-input-message
{
  font-weight: bold;
  color: #333333;
}

div.cwi-formbuttons
{
  padding-top: 10px;
}

div.cwi-formbuttons a
{
  cursor: pointer;
  cursor: hand;
  font-family: Verdana, Helvetica, Arial, sans-serif;
  background-color: #EEEDED;
  text-align: center;
  color: #333333;
  font-size: 100%;
  text-decoration: none;
  padding: 2px 5px;
  border: 1px #999999 solid;
  font-weight: bold;
  white-space: nowrap;
  line-height: 30px;
}

div.cwi-formbuttons a:hover
{
  border: 1px #333333 solid;
}

p.cwi-header
{
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-size: 69%;
  color: #000000;
}

div.cwi-forum th, div.cwi-forum-numpostings, div.cwi-forum-creationtime, div.cwi-forum-lastaddtime
{
  padding: 5px 10px 5px 0px;
  white-space: nowrap;
}

div.cwi-forum-subject
{
  width: 300px;
}
