table#posting
{
	border: 1px solid #B2BEC8;
	margin-bottom: 1em;
	width: 600px;
	max-width: 600px;
	overflow: auto;
}
div.postingText
{
	width: 460px;
	max-width:460px;
	overflow: auto;
	display: block;
}
#posting > tbody > tr > td
{
	font-size: 9pt;
	font-family: tahoma, verdana, arial, helvetica;
  	 vertical-align: top;
  	 border-top: 5px solid #687884;
  	 margin: 0;
}
#posting th
{
	font-size: 10pt;
	text-align: left;
	font-weight: bold;
	color: #FFFFFF;
	padding: 3pt 8pt 0 8pt;
	border-bottom: 1px solid #687884;
	background-image: url(icons/document.png);
	background-color: #687884;
	background-position: 5px center;
	background-repeat: no-repeat;
   	padding-left: 25px;
}
#posting th a
{
	color: #FFFFFF;
	text-decoration: none;
}
#posting th a:hover
{
	color: #FFFFFF;
	text-decoration: underline;
}
#posting #user
{
	font-size: 8pt;
	font-family: tahoma, verdana, arial, helvetica, sans-serif;
	background-color: #D0D7DD;
	padding: 8pt;
	width: 100px;
}
#posting #username
{
	font-size: 9pt;
	font-weight: bold;
}
#posting #username a
{
	color: #000000;
	text-decoration: none;
}
#posting #username a:hover
{
	color: #333344;
	text-decoration: underline;
}
#posting #role
{
}
#posting #info
{
}
#posting #avatar
{
	margin: 5pt 0;
}
#posting div.actions
{
	float:right;
	font-size: 8pt;
}
#posting div.actions a
{
	text-decoration: none;
}
#posting div.actions a.hover
{
	text-decoration: underline;
}

#posting #text
{
	font-family: verdana, arial, helvetica, sans-serif;
	background-image: url(images/form.png);
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	word-spacing: 0.1em;
	line-height: 150%;
	vertical-align: top;
	padding: 8pt;
	overflow: hidden;
	display: block;
}
#posting #text img
{
	margin: 0 0.2em;
}
#posting #title
{
	display: block;
	font-size: 1.1em;
	font-weight: bold;
}
#posting #subtitle
{
	display: block;
	font-weight: bold;
	color: #6F7F9F;
	border-bottom: 2px solid #6F7F9F;
	margin-bottom: 8pt;
}
#posting #signature
{
	font-size: 90%;
	border-top: 1px dotted #999999;
	margin-top: 5pt;
	padding-top: 5pt;
	width: 460px;
	max-width:460px;
	overflow: hidden;
	
}
#posting .quote
{
	display: block;
	background-color: #EEEEEE;
	border: 1pt dotted #999999;
	padding: 5pt;
	font-size: 90%;
}

table.forum
{
	border: 1pt solid #555566;
	border-collapse: collapse;
	margin-bottom: 1em;
}
table.forum a
{
	text-decoration: none;
	color: #444455;
}
table.forum a:hover
{
	text-decoration: underline;
	color: #444455;
}
table.forum tr
{
	margin: 0;
	padding: 0;
	background-color: #EEEEEE;
}
table.forum tr:hover
{
	background-color: #F7F7F7;
}

table.forum th
{
	font-weight: bold;
	color: white;
	background-color: #556688;
	border: 1px solid #444455;
}
table.forum td
{
	margin: 0;
	padding: 0.5em;
	border-right: 1px dotted #AAAABB;
	border-top: 1px solid #AAAABB;
}

table.forum #new, table.forum #new a
{
	color: #222233;
}
table.forum #old, table.forum #old a
{
	color: #777788;
}

.paging a
{
	text-decoration: none;
	padding: 0.1em 0.3em;
	color: white;
	background-color: #666677;
	border: 1px solid #444455;
}

.paging a:hover
{
	background-color: #888899;
}
