.toolbar {
	width:auto;
	height:24px;
	border:0px;
	background-repeat: repeat-x;
}
.button {
	border: 1px solid #CCCCCC;
}
.button:hover {
	border: 1px solid #000000;
	background-color: #FFFFFF;
}

.forum_border {
	background-color: #A1A1A1;
}
.forum_header {
	color: #FFFFFF;
	background-color: #3A786D;
	font-weight: bold;
	text-align: left;
}
.forum_header_a {
	color: #FFFFFF;
	text-decoration: none;
}
.forum_header_a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.forum_smallheader {
	background-color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
.forum_smallheader a {
	text-decoration: none;
}
.forum_content {
	background-color: #F1F1F1;
	text-align: left;
}
.forum_content a {
	color: #2E5E56;
	font-weight: bold;
	text-decoration: none;
}
.forum_content a:hover {
	text-decoration: underline;
}
