.ForumBreadcrumbs
{
  font-family:Verdana,Arial,Helvetica,sans-serif;
  font-size:11px;
  width:620px;
  padding:10px 0;
  float:left;
}

.PostButtonsCell
{
  text-align:right;
  white-space:nowrap;
}

.reply .PostBlock
{
  padding:10px;
  vertical-align:top;
}

.reply .AvatarBlock
{
  width:100px;
}

.forumTable
{
	color:#999;
}

.forumTable .GridHeaderCell
{
	color:Black;
	height:34px;
	font-size:14px;
	font-weight:bold;
}

.forumTable .GridCell
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding:12px 8px;
	border-right:1px solid #aaa;
}

.forumTable .GridRow td
{
	background-color:#EFEFEF;
}

.forumTable .GridAltRow td
{
	background-color:White;
}

.forumTable .center
{
	text-align:center;
}

.forumTable a.topicTitle
{
	color:#df751f;
	font-weight:bold;
}

.forumTable .lastColumn
{
	border:none;
}

.forumTable .DateColumn
{
	font-style:italic;
	font-size:11px;
}

.forumSearchBox
{
	width:130px;
	height:25px;
	padding:2px;
	background:#fff;
	border:1px solid #000;
	display:block;
	float:left;
	margin-top:4px;
	margin-right:10px;
}

.thread-controls
{
	border-top:1px solid #d5d5d5;
	border-bottom:1px solid #d5d5d5;
	margin:12px 0px 8px 0;
	padding:5px 0;
}

.control-buttons{
	float: left;
	padding: 5px 0px 0px 8px;
}

.reply
{
	clear:both;
	margin:0px 0px 20px 0px;
	overflow:hidden;
}

.gray-back
{
	background-color:#f3f3f3;
}
	
.reply .avatar .user-name
{
  font-weight:bold;
  margin:4px 0px;
  text-align:center;
}

.reply .avatar .user-name a
{
  color:Black;
  text-decoration:none;
}
		
.reply .reply-date
{
	color:#df751f;
	font-size:14px;
	width:100%;
}
			
.reply .reply-body p
{
	font-family:Verdana,Arial,Helvetica,sans-serif;
	color:#757575;
	font-size:12px;
	line-height:18px;
	margin:0;
}
		
.post-reply
{
	background-color:#f3f3f3;
	padding:10px;
}

.post-reply h3
{
  color:#5d5d5d;
  font-size:18px;
  font-weight:bold;
  padding:10px 0;
}

.post-reply
{
  color:#df751f;
  font-size:14px;
  font-weight:bold;
}

.post-reply label
{
  display:inline-block;
  width:100px;
  text-align:right;
  margin:0px 10px 0px 0px;
}	
	
.post-reply .text-reply-input
{
  margin:10px 0px 0px 10px;
  width:720px;
}

/********	
Posts formatting
********/
.QuoteOuter
{
	font-style:normal;
	width:100%;
}
.QuoteTitle
{
	font-size:11px;
}
.QuoteInner
{
	padding:5px;
	border-style:inset;
	border-width:1px;
	font-size:12px;
	width:98.5%;
	overflow:hidden;
	text-overflow:ellipsis;
}
.QuoteContent
{
	font-style:italic;
}
.QuoteUser
{
	font-weight:bold;
}

