.bulletin-board-head
{
	text-transform: uppercase;
	font: normal 12px verdana, arial, sans-serif;
	color: black;
	border-bottom: 1px solid #333333;
	background-color: #dddddd;
}

.bulletin-board-help
{
	font: normal 10px verdana, arial, sans-serif;
	color: black;
	border-bottom: 1px solid #333333;
	background-color: white;
}

.bulletin-board-a
{
	font: normal 10px verdana, arial, sans-serif;
	color: black;
	background-color: #dddddd;
	border-bottom: 1px solid #333333;
}

.bulletin-board-b
{
	font: normal 10px verdana, arial, sans-serif;
	color: black;
	background-color: #eeeeee;
}

.bulletin-board-timestamp { color: #333333; }



#bb {
	border: 1px solid black;
	background: #eee;
}
#bb div {
	padding: 6px;
}
#bb #bb-head {
	float: left;
	background: #ddd;
	text-align: left;
}
#bb #bb-link {
	background: #ddd;
	text-align: right;
}
	#bb #bb-link a { color: #333; }
	#bb #bb-link a:hover { color: red; }
#bb #bb-link img {
	cursor: pointer;
}

#bb #bb-post {
	text-align: center;
}
#bb #bb-post textarea {
	width: 80%;
}
#bb #bb-view {
}
#bb-view-menu {
	text-align: center;
}
#bb-view-menu img {
	padding: 0 12px;
	vertical-align: -50%;
}
#bb-view-menu-text {
}
#bb-view-menu-prev {
}
#bb-view-menu-next {
}
#bb #bb-view-body {
}
#bb #bb-view-body .bb-msg {
	background: url(/shared/images/quote.gif) no-repeat;
	background-position: top left;
	color: #333;
	font: normal 9pt georgia, serif;
	text-indent: 1.5em;
}
#bb #bb-view-body .bb-tag {
	color: #666;
	font: italic 8pt georgia, serif;
	text-align: right;
}
