#forum {
}

#forum .message {
	width: 100%;
}

#forum .message td {
	padding-left: 6px;
}

#forum .messageheader {
	line-height: 1.8em;
}

#forum .message b {
	color: #f33;
	margin-right: .5em;
}

#forum .message1 {
	background: #eed;
}

#forum .message2 {
	background: white;
}

#forum .nomessages {
	width: 100%;
	color: #999;
	text-align: center;
}

#forum .respons {
	font-size: xx-small;
	color: #999;
}

#forum h3 {
	margin-top: 0;
}

#forum hr {
	border: none;
	border-bottom: dotted 2px #ccc;
}

#forum a,
#forum a:visited
{
	text-decoration: none;
	font-weight: bold;
	font-size: inherit;
	color: #069;
}

#forum .message a:hover {
	color: black;
	border-bottom: solid 1px #ccc;
}

#forum .disabled {
	color: #ccc;
}

#forum #admintable td {
	border: solid 1px #ccc;
	border-bottom: solid 1px black;
}

#forum tr {
	vertical-align: top;
}

#forum .addcommenttitle {
	margin-top: 1em;
	padding-top: 8px;
}

#forum form {
	display: table;
	width: auto;
	color: #999;
}

#forum b {
	color: black;
}

#forum .addcommentform input,
#forum .addcommentform textarea {
	border: solid 1px #999;
	padding: 2px;
}

#forum .addcommentform textarea {
	width: 95%;
}

#forum #addcommentsubmit {
	width: auto;
	background: white;
}

#forumnotes {
	margin-top: 2em;
	padding: 1em;
	background-color: #dec;
}
