html {
overflow-x:hidden; 
}
BODY, TD, TR, P, UL, OL, LI, INPUT, SELECT, DL, DD, DT, FONT
{
    font-family: Verdana, Arial, Clean, Helvetica, sans-serif;
    font-size: 10px;
}

A:link{ text-decoration: none;  }
A:visited{ text-decoration: none;  }
A:hover{ text-decoration: none;   }

.PhorumBodyArea
{
    font-family: Verdana, Arial, Clean, Helvetica, sans-serif;
    font-size: 10px;
    width: 500px;
}

.PhorumListTable
{
    border-style : solid;
    border-color : white;
    border-width : 1px;
}

.PhorumListRow
{
    font-family: Verdana, Arial, Clean, Helvetica, sans-serif;
    font-size: 10px;
    height: 21px;
}

.PhorumListHeader
{
    font-family: Verdana, Arial, Clean, Helvetica, sans-serif;
    font-size : 12px;
    font-weight : bold;
    height: 24px;
}

.PhorumForumTitle
{
    font-family: Verdana, Arial, Clean, Helvetica, sans-serif;
    font-size : 15px;
    font-weight: bold;
}

.PhorumTableHeader
{
    font-family: Verdana, Arial, Clean, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
    width:800px;
}

.Link
{
    font-family: Verdana, Arial, Clean, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
	text-decoration: none;
}

.PhorumNav
{
    font-family: Verdana, MS Sans Serif , Clean, sans-serif;
    font-size: 10px;
}

.PhorumNewFlag
{
    font-family: Verdana, MS Sans Serif , Clean, sans-serif;
    font-size: 10px;
    color: Red;
}

.PhorumMessage
{
    font-family: Verdana, Geneva, Courier, Clean;
    font-size: 10px;
    max-width:800px;
    overflow-x:hidden;
}

.PhorumMessageContainer {
    max-width:95%;
    max-height:400px;
    width:720px;
    width:expression(
      document.body.clientWidh>720 ? "720" : document.body.clientWidh
    );
    height:expression(
      this.scrollHeight>300 ? "300" : this.scrollHeight
    );
    overflow:auto;
    white-space: pre-wrap;       /* css-3 */
    white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
    white-space: -pre-wrap;      /* Opera 4-6 */
    white-space: -o-pre-wrap;    /* Opera 7 */
    word-wrap: break-word;       /* Internet Explorer 5.5+ */
}
