TABLE.NoticeboardForm{
	width:400px;
	margin-bottom:15px;
}

TABLE.NoticeboardMessagePageTable TD{
    padding-left: 5px;
}

TABLE.NoticeboardMessage{
    width: 300px ;
    border-top:1px solid grey;
    margin-top:10px;
	margin-left:50px;
}

TABLE.NoticeboardMessage TD{
    text-align:left;
    padding-right:5px;
}

TABLE.NoticeboardMessage TABLE.PagingTable TD{
	padding:2px;
}

TABLE.NoticeboardMessage TABLE.PagingTable .ActivePage{
	font-weight:bold;
}

/*
TABLE.NoticeboardForm .NoticeboardTitle{
}
*/