TABLE.NoticeboardForm
{
	width:400px;
    border:1px solid black;
    background-color: #f1f1f1;
    padding:2px;
    margin-bottom:15px;
}

TABLE.NoticeboardMessagePageTable TD
{
    PADDING-left: 5px;
}

TABLE.NoticeboardMessage
{
    WIDTH: 300px ;
    margin-top:10px;
    margin-left:50px;
    border-bottom:1px solid grey;
}

TABLE.NoticeboardMessage TD
{
    text-align:left;
    padding-right:5px;
}

TABLE.NoticeboardForm TEXTAREA
{
    width:380px;
}

TABLE.NoticeboardMessage .NoticeboardMessageTitle
{
    width:1%;
    font-weight:bolder;
}

TABLE.NoticeboardMessage .PagingTable
{
    PADDING: 15px;
}

TABLE.NoticeboardMessage .PagingTable TD
{
    font-weight:bolder;
}

TABLE.NoticeboardMessage .PagingTable A
{
    font-weight:normal;
}

TABLE.NoticeboardMessagePageTable A:hover
{
    text-decoration:none;
}

TD .NoticeboardTitle
{
    font-weight:bolder;
}
