/* CSS Document */


tr.comments-header {
	background-color:#428ed5;
	font-size:11px;
	color:#FFFFFF;

	}

tr.comments-header td {
	border-bottom:1px solid #cccccc;
	}

td.right {
	background-image:url(../images/background.gif);
	background-repeat:no-repeat;
	background-position:5px 10px;
	padding-right:20px;
	}
	
tr.comments-sidebar {
	background-color:#e8e8e8;
	font-size:12px;  
	color:#666666;
	}

td.padding {
	height:30px;
	padding:10px;
	}
	
td.padding-top {
	padding:10px;
	}

tr.comments-sidebar input {
	font-size:12px;
	border:1px solid #cccccc;
	padding:5px;
	color:#666666;
	width:250px;
}

tr.comments-sidebar textarea {
	font-size:12px;
	border:1px solid #cccccc;
	padding:5px;
	color:#666666;
	width:250px;
}

table.comments-table {
	height:35px;
	}
div.post p {
	line-height:150%;
	}




.dhtmlgoodies_answer_content img {
	cursor:pointer;
	}

.smilies {
	width:170px;
	padding-top:5px;
	padding-bottom:5px;
	border-bottom:1px solid #999999;
}

.dhtmlgoodies_question{	/* Styling question */
	/* Start layout CSS */
	/* End layout CSS */
	
	overflow:hidden;
	cursor:pointer;
}

.dhtmlgoodies_answer{	/* Parent box of slide down content */
	/* Start layout CSS */
	height:0px;
	overflow:hidden;
	position:relative;

}

.dhtmlgoodies_answer_content{	/* Content that is slided down */
	position:relative;
}
