/* -----( forum )---------- */

#forum
{
	position: relative;
	font-family: Helvetica, Tahoma, Verdana, Arial;
	font-size: 12px;
	background: #ffffff url('/images/layout/corners/forum-top.gif') no-repeat;
}

#board
{
	background: url('/images/layout/corners/forum-bottom.gif') no-repeat left bottom;
	padding: 12px;
}

#controls
{
	margin-top: 5px;
}

#smilies
{
	width: 520px;
	float: right;
}

#smilies img
{
	margin-left: 6px;
}

/* -----( members )-------- */

#avatar
{
	float: left;
	margin-right: 10px;
}

/* -----( moderators )----- */

#moderators
{
	font-size: 11px;
	border: solid 1px #a4a4a4;
	top: 12px;
	right: 12px;
	position: absolute;
	padding: 1px;
}

#moderators .title
{
	font-weight: bold;
	color: #666666;
	background-color: #e0e0e0;
	padding: 2px 7px 3px 7px;
	float: left;
}

#moderators .users
{
	padding: 2px 7px 3px 7px;
	float: left;
	background-color: #f4f4f4;
	margin-left: 1px;
}

/* -----( table )---------- */

table.forum th
{
	padding: 6px;
	font-size: 11px;
	font-weight: normal;
	text-align: center;
	border-style: solid;
	border-color: #ffffff;
	border-width: 0 0 1px 1px;
	background-color: #e0e9ee;
}

table.forum th.first
{
	border-left-width: 0px;
}

table.forum th.text
{
	text-align: left;
}

table.forum td
{
	padding: 6px;
	text-align: center;
	border-style: solid;
	border-color: #ffffff;
	border-width: 0 0 1px 1px;
	background-color: #e0e9ee;
}

table.forum td.color
{
	background-color: #cdd9e0;
}

table.forum td.first
{
	border-left-width: 0px;
}

table.forum td.text
{
	text-align: left;
}

table.forum td.page
{
	text-align: right;
	border-left-width: 0;
	font-size: 11px;
}

table.forum a
{
	font-size: 12px;
	font-weight: bold;
}

table.forum a.username
{
	font-size: 11px;
	color: #000000;
	font-weight: normal;
}

table.forum span
{
	font-size: 11px;
}

table.forum blockquote
{
	font-size: 11px;
	border: solid 1px #ffffff;
	padding: 10px;
	background-color: #eef3f6;
}

table.forum blockquote a
{
	font-size: 11px;
}
