body {
background-color: #000;
}

div.main
{
	width:850px;
	background-color:#000;
	margin-top: 25px;
}

td.center{
	width:100%;
	padding: 0px 25px 0px 0px;
}

td.left .menu {
    width: 225px;
    padding: 0px;
}

td.right .pane{
    width:150px;
    padding:0px;
}

div.top
{

}

div.bottom
{
	padding-left: 25px;
}

.menu .level_0 .item 
{
	background-image: url(/layout/level_0.gif);
	background-position: left top;
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin-bottom: 0px;
}

.menu .level_0 .first .item 
{
	background-image: none;
}

.menu .level_1 
{
	padding-left: 20px;
}

.menu .level_0 .active, .menu .level_0 .first .active 
{
	background-image: url(/layout/arrow.gif);
	background-position: right center;
	background-repeat: no-repeat;
}

div.noticeboardform input,
div.noticeboardform textarea {
    color: #000;
}
div.noticeboardform td {
    vertical-align: top;
}

div.noticeboardmessages table.item th {
    background-color: #000;
}