.forum_navigate
{
	background: #f2ebe2 url('/images/main/nav_bkg.jpg') repeat-x;
	padding: 10px;
	text-align: center;
	margin-bottom: 20px;
	border: 1px solid #644A27;
	-moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
}

.forum_top_note
{
	padding: 10px;
	margin: 0 20px 20px 20px;
	border: 1px solid orange;
}

textarea#content, textarea#message
{
	width: 580px;
}

#chat_launch_link
{
	font-weight: bold;
	font-size: 14px;
	padding: 10px;
	text-align: center;
	width: 330px;
	margin: 10px;
	background: #fff url('/images/main/edge_bkg.jpg') repeat-x;
	border-bottom: 1px solid #f1e4d1;
	border-right: 1px solid #f1e4d1;
	border-left: 1px solid #f1e4d1;
	-moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
}

div.forum_holder
{
	width: 320px;
	height: 120px;
	line-height: 14px;
	float: left;
	margin: 10px 0 10px 20px;
	background: #fff url('/images/main/edge_bkg.jpg') repeat-x;
	position: relative;
	border-bottom: 1px solid #f1e4d1;
	border-right: 1px solid #f1e4d1;
	border-left: 1px solid #f1e4d1;
	-moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
}

div.forum_holder_inner
{
	width: 300px;
	height: 30px;
	position: absolute;
	left: 10px;
	top: 5px;
}

div.forum_holder_inner a
{
	font-weight: bold;
	font-size: 12px;
	display: block;
	margin-bottom: 15px;
	color: #452709;
}

h3.forum_title
{
	float: left;
	width: 300px;
}

div.forum_pagination
{
	float: right;
	width: 300px;
	text-align: right;
	margin: 5px 25px 5px 0;
	font-size: 12px;
}

div.post_title
{
	margin: 0 0 10px 0;
}

div.reply_content
{
	position: relative;
	left: 10px;
	width: 460px;
	overflow: auto;
	font-size: 11px;
	margin: 0 0 10px 0;
}

div.past_edit_holder
{
	font-style: italic;
	font-size: 11px;
	color: #888;
	margin-top: 20px;
}

.link_holder
{
	float: right;
	margin-bottom: 10px;
	width: 250px;
	text-align: right;
}

.text_title
{
	font-size: 13px;
	color: #452709;
	font-weight: bold;
}

.topic_options
{
	clear: both;
	float: right;
	text-align: right;
	margin-right: 20px;
	margin-bottom: 0px;
	height: 26px;
}

table.topic_table
{
	background: #fff url('/images/main/edge_bkg.jpg') top repeat-x;
	margin: 0 0 0 22px;
	width: 660px;
	border-bottom: 1px solid #f1e4d1;
	border-right: 1px solid #f1e4d1;
	border-left: 1px solid #f1e4d1;
	-moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
}

table.topic_table th
{
	text-align: left;
	font-size: 11px;
	background: transparent;
	color: #452709;
	padding: 10px 5px;
}

table.topic_table td.row
{
	vertical-align: middle;
	border-bottom: 1px solid #f1e4d1;
}

table.topic_table td.edge
{
	text-align: right;
	color: #452709;
	font-size: 11px;
	height: 30px;
	border-bottom: none;
}

table.topic_table td.post_user
{
	width: 150px;
	text-align: center;
	line-height: 14px;
	border-right: 1px solid #f1e4d1;
}

table.topic_table td.post_user .avatar
{
	clear: both;
	margin: 5px;
	max-width: 150px;
	max-height: 150px;
}

table.topic_table td.post_user a
{
	display: block;
}

/*For Polls*/
table.topic_table th, th
{
	margin-left: 10px;
}

table.topic_table .poll_bar
{
	border: 1px solid black;
	margin-top: 3px;
	height: 10px;
	width: 200px;
	float: right;
	background: blue;
	-moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px;
}

table.topic_table td.poll_count
{
	font-size: 11px;
	font-weight: bold;
	text-align: right;
	width: 130px;
}

a.button_link
{
	display: block;
	width: 60px;
	height: 14px;
	background: #452709;
	color: #ffffff;
	text-decoration: none;
	font-size: 11px;
	text-align: center;
	line-height: 14px;
	float: right;
	margin-left: 5px;
}

a.button_link:hover
{
	text-decoration: none;
	background: #452709 url('/images/layout/topic_button.jpg') no-repeat;
	color: #fff;
}

