

span.sticky {
	font-weight: bold;
}

span.announcement {
	color: #CC0000;
	font-weight: bold;
}

.poster {
	font-weight: bold;
}

span.last-post {
	font-size: 90%;
	white-space: nowrap;
}

div.forum-description {
	font-size: 90%;
}

table td ul.forum-actions {
	float: right;
}

.meta {
}

.subject {
  font-weight: bold;
}

div.post {
	clear: both;
	padding: 1em;
}

div.signature {
	margin-top: 1em;
	font-size: 90%;
	color: #666666;
}

div.post-attachments {
	border-top:  1px dotted #bcb696;
}

div.post-edits {
	border-top:  1px dotted #bcb696;
	font-size: 90%;
}

ul.forum-actions {
	margin: 0.25em 0;
	padding: 0;
	list-style: none;
}

ul.forum-actions li {
	display: inline;
}

ul.forum-actions li a {
	float: left;
	background-position: bottom;
	background-repeat: repeat-x;
	background-color: #F0F2D9;
	text-decoration: none;
	font-weight: bold;
	margin: 0 0.2em;
	padding: 2px 4px;
	border: 1px groove black;
	color: #444;
}

ul.forum-actions li a:hover {
	border-color: #F0F2D9;
	text-decoration: none;
}

div.bbcode-quote, div.bbcode-code {
	position: relative;
	margin: 1.25em 0.5em 0 0.5em;
	border: 1px solid #91AA35;
	padding: 0.25em;
	background-color: #FAFAF4;
}

tr.odd div.bbcode-quote, tr.odd div.bbcode-code {
	background-color: #F0F2D9;
}

div.bbcode-quote h6, div.bbcode-code h6 {
	margin: 0;
	position: absolute;
	top: -1.25em;
	left: 0;
	font-weight: bold;
	font-size: 100%;
	color: #444;
}

span.bbcode-bold {
	font-weight: bold;
}

span.bbcode-italic {
	font-style: italic;
}

span.bbcode-underline {
	text-decoration: underline;
}

div.bbcode-code {
	font-family: "Courier New", monospace;
	color: green;
}

div.forum-preview {
	border: 1px solid #91AA35;
	margin-top: 2.5em;
	position: relative;
}

div.forum-preview h2 {
	position: absolute;
	top: -1.25em;
	margin: 0;
	font-size: 150%;
	font-weight: bold;
}

div.forum-perms {
	text-align: right;
	font-size: 90%;
}

input.yellow {
  background-color: #FFCC66;
  border: 1px solid #FF9900;
  font-weight: bold;
  -moz-border-radius: 5px;
}
