.forumtable
{
	background-color: #ddd;
	margin-bottom: 5px;
}

.forumtable p
{
	margin-bottom: 10px;
}

.forumtable .forum_category
{
	background-color: #f6f6f6;
	font-weight: bold;
	font-size: 14px;
	color: #666;
}

.forumtable .forum
{
	vertical-align: middle;
	background-color: #fff;
}

.forumtable .forum h4
{
	font-size: 13px;
	margin-bottom: 3px;
}

.forumtable .forum .strong
{
	font-weight: bold;
	margin: 0px 0px 3px 0px;
}

.forumtable .header
{
	font-weight: bold;
	background-color: #fafafa;
}

.forumtable .forum_count
{
	background-color: #fff;
	text-align: center;
	font-size: 12px;
}

.button
{
	margin: 0px;
}

.button img
{
	margin: 0px 3px -3px 0px;
}

.button a
{
	font-size: 12px;
	font-weight: bold;
}

.forumtable .row_even
{
	vertical-align: top;
	background-color: #f7f7f7;
	font-size: 12px;
}

.forumtable .row_odd
{
	vertical-align: top;
	background-color: #fff;
	font-size: 12px;
}

.forumtable .row_odd .image, .forumtable .row_even .image
{
	margin: 1px 5px 0px 1px;
	border: 1px solid #ccc;
	float: left;
}

.forumtable .row_odd .signature, .forumtable .row_even .signature
{
	margin-top: 7px;
	border-top: 1px dotted #aaa;
	padding-top: 7px;
}

.forumtable .item_header
{
	background-color: #eee;
}

.forumtable .item_header .username
{
	margin: 0px;
	font-size: 14px;
	font-weight: bold;
}

.forumtable .item_header .username img
{
	margin-bottom: -3px;	
}

.forumtable .item_header .right
{
	margin: -1px 0px 0px 5px;
}

.forum_pager_new
{
	color:#888;
	margin-bottom: 10px;
}

.forum_pager
{
	float: right;
	color:#888;
	margin-top: 10px;
}

.forum_pager a, .forum_pager_new a
{
	border-bottom: 1px dotted #aaa;
}

.forum_pager a:hover, .forum_pager_new a:hover
{
	text-decoration: none;
	background-color: #eee;
}

.forumtable .quote
{
	background-color: #f5f5f5;
	border: 1px solid #ddd;
	padding: 5px;
	margin: 10px 10px 10px 40px;
	color: #444;
}

.forumtable .quote span.written
{
	margin-bottom: 5px;
	background: url('/images/speech_bubble.gif') no-repeat 0px 1px;
	padding: 0px 0px 0px 15px;
	display: block;
	font-weight: bold;
}

.forumtable .row_odd .quote
{
	background-color: #f5f5f5;
}

.forumtable .row_even .quote
{
	background-color: #fff;
}

#results
{
	margin-top: 10px;
	padding-top: 20px;
	border-top: 1px dotted #aaa;
}

.forumimages
{
	margin: 0px 0px 10px;
	padding: 5px 5px 0px 5px;
	background-color: #eee;
	border: 1px solid #d5d5d5;
}

.forumimages .forumimage
{
	float: left;
	border: 5px solid #fff;
	margin-right: 5px;
	margin-bottom: 5px;
	width: 56px;
	height: 56px;
	overflow: hidden;
	background-color: #fff;
	text-align: center;
}

.forumimages .forumimage:hover
{
	border: 5px solid #ccc;
	background-color: #ccc;
}
