.addComment
{
	clear: both;	
}

a.tbutton
{
	color: #808080;
}

.clear
{
	clear: both;
	height: 1px;
}

.click
{
	cursor: pointer;
}

.comments
{
	display: block;
	
	font-size: 11px;
	margin: 10px 0 0 10px;
}


.commentsArea
{
	
	margin-top: 20px;
	width: 700px;
}

.commentsArea legend 
{
	color: black;
}

#userComment 
{

 margin-top: 10px;
 margin-bottom: 10px;
 
 }

#enterMessage 
{
margin-top: 4px;
float:left;
font-weight: bold;
color: rgb(255,148,33);
}

.commentError 
{
	color: red;
}

#requiredMessage 
{
font-weight: bold;
color: red;
visibility: hidden;
position: relative;
left: 100px;
top: -25px;
}
.aordButton
{
	float:left;
	height:25px;
	width:140px;
	cursor: pointer;
	background: url('/amhd_imgs/buttons/rate_this_answer.png') no-repeat;
}

.aordButton span
{
	float:left;
	font-family: inherit;
	font-weight:bold;
	margin-left:16px;
	margin-top:5px;
	color: white;
	font-size: 9pt;

}

.aordButton span:hover
{
	text-decoration: underline;
}

.addNewComment	
{
	float: left;
	padding-top:15px;
}

.addNewComment .commentTextArea
{
	width: 300px;
	
}

.entry
{
	position:relative;
	top: -20px;
	left: 225px;
	
}

.commentfieldset
{
	border:1px solid gray;
}
.dd_btn
{
	outline:none;
}
#details
{
	font-size: 12px;
}

#details h1
{
	font-size: 14px;
	font-weight: normal;
	margin: 0;
}

#details p
{
	font-size: 15px;
	font-weight: bold;
	margin: 3px 0 10px;
}

.header
{
	background: #F7F7F7;
	margin: 0 0 5px;
	padding: 5px 10px;
}

.header a
{
	font-size: 14px;
	font-weight: bold;
}

.left
{
	margin: 0 220px 0 0;
}

.options
{
	float: left;
	font-weight: bold;
	margin: 0 0 0 -5px;
}

div.pagination {
	text-align: right;
	margin: 10px 20px;
}

div.pagination a {
	padding: 2px 5px 2px 5px;
	margin: 0 2px;
	border: 1px solid #AAAADD;
	text-decoration: none;
	color: #006BBD;
}
div.pagination a:hover, div.pagination a:active {
	border: 1px solid #006BBD;
	color: #000;
}

div.pagination span.current {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #006BBD;
	font-weight: bold;
	background-color: #006BBD;
	color: #FFF;
}
div.pagination span.disabled {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #EEE;
	color: #DDD;
}

div.pagination .vbmenu_control {
	font-size: 12px;
}

.pointer
{
	cursor: pointer;
}

.post
{
	border: 1px solid #E9E9E9;
	margin: 10px 0;
}

.postBody
{
	padding: 0 5px;
}

.postFirst
{
	border: 1px solid #F9A948;
}

.postFirst .header,
.postFirst .tmenu
{
	background: #FFF8EF;
}

.postMessage
{
	margin: 0 0 0 100px;
}

.question
{
	border: 1px solid #F9A948;
	clear: right;
	font-size: 22px;
	margin: 5px 0;
	padding: 5px 10px;
}

.rating
{
	color: #1A64CB;
	margin: 0 10px 0 0;
}

.rating:hover
{
	text-decoration: underline;
}

.response
{
	border-bottom: 1px solid #004080;
	color: #004080;
	font-size: 22px;
	margin: 30px 0 0;
	padding: 5px 10px;
}

.similarThreads
{
	margin: 0 0 10px;
}

.tbutton,
.addComment
{
	border: 1px solid #E9E9E9;
	color: #808080;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 0 5px;
	padding: 5px 10px;
}

.tbutton:hover,
.addComment:hover
{
	background: #4593DF;
	color: #fff;
	text-decoration: none;
}

.tmenu
{
	font-size: 11px;
	margin: 5px 0 0;
	padding: 5px 10px;
	text-align: right;
	border: 1px #D3D3D3 solid;
}

.tmenu img
{
	cursor: pointer;
	vertical-align: middle;
}

.ttitle
{
	font-size: 14px;
	margin: 20px 0 0;
}

#ttools
{
	float: right;
	margin: 10px 0 0;
	width: 200px;
}

