
div.post {
	margin: 1em 0px;
	padding: 0.5em;
	border: solid 1px;
}
div.post.even {
}
div.post.odd {
}
div.post div.title {
	font-weight: bold;
	border-bottom: dotted 1px;
}
div.post div.byline {
	font-style: italic;
	font-size: 80%;
}
div.post div.byline span.username {
	font-weight: bold;
}
div.post div.text {
	margin-top: 0.5em;
}
div.post div.links {
	font-size: 80%;
	margin-top: 0.75em;
	padding-right: 1em;
	text-align: right;
}



table, td, th {
	border-color: #666 !important;
}


div.forum_page_title {
	font-weight: bold;
	font-size: 110%;
	text-align: left;
	margin-bottom: 0.5em;
}
div.forum_page_subtitle {
	font-weight: bold;
	font-size: 100%;
	margin-top: 1em;
	margin-bottom: 1em;
}


/*
 * Topics
 */
table.topics {
	margin-top: 0.5em;
	border: solid 1px !important;
	border-collapse: collapse;
	width: 100%;
}
table.topics tr {
}
table.topics tr th {
	border: solid 1px;
	border-collapse: collapse;
	padding: 4px 8px;
}
table.topics tr th.topic {
	text-align: left;
}
table.topics tr td {
	border: solid 1px;
	border-collapse: collapse;
	padding: 4px 8px;
}
table.topics tr td.starter {
}
table.topics tr td.topic div.title {
	font-weight: bold;
}
table.topics tr td.topic div.description {
	font-size: 90%;
	margin: 0.25em 0px 0px 1em;
}
table.topics tr td.lastpost {
	font-size: 90%;
	text-align: right;
}
table.topics tr td.lastpost div.timestamp {
	white-space: nowrap;
}
table.topics tr td.lastpost div.byline {
}
table.topics tr td.lastpost div.byline span.username {
	font-weight: bold;
}
table.topics tr td.stats {
	text-align: center;
	font-size: 90%;
}
table.topics tr td.stats span.number {
	font-weight: bold;
}



/*
 * Threads.
 */
table.threads {
	margin-top: 0.5em;
	border: solid 1px !important;
	border-collapse: collapse;
	width: 100%;
}
table.threads tr {
}
table.threads tr th {
	border: solid 1px;
	border-collapse: collapse;
	padding: 4px 8px;
}
table.threads tr th.subject {
	text-align: left;
}
table.threads tr td {
	border: solid 1px;
	border-collapse: collapse;
	padding: 4px 8px;
}
table.threads tr td.starter {
}
table.threads tr td.starter div.title {
	font-weight: bold;
}
table.threads tr td.starter div.title a {
	text-decoration: none;
}
table.threads tr td.starter div.title a:hover {
	text-decoration: underline;
}
table.threads tr td.starter div.byline {
	font-style: italic;
	font-size: 90%;
	margin: 0.25em 0px 0px 1em;
}
table.threads tr td.starter div.byline span.username {
	font-weight: bold;
}
table.threads tr td.lastpost {
	font-size: 90%;
	text-align: right;
}
table.threads tr td.lastpost div.timestamp {
}
table.threads tr td.lastpost div.byline {
}
table.threads tr td.lastpost div.byline span.username {
	font-weight: bold;
}
table.threads tr td.numposts {
	text-align: center;
	font-weight: bold;
}


/*
 * Forms
 */
form.post table {
	width: 95%;
}
form.post table td.field_value.textarea {
	width: 95%;
}
form.post textarea {
	width: 95%;
}


/*
 * New Post login note.
 */
div.login_note {
	margin: 1em 0px;
	font-size: 90%;
}
