body {
	direction: rtl;
	font-family:Arial,Helvetica,sans-serif
}

#wdCommentListDiv h3 {
	padding: 10px;
	margin: 0px;
}

#wdCommentMsg {
	margin: 0px;
	background-color: #fff6be;
	/* fff095 */
	border: 2px solid black;
	border-top: 0px;

}

#wdCommentOpenFormLink {
	cursor: pointer;
}

#wdCommentOpenForm {
	padding: 2px 10px 10px 10px;
	text-align: center;
	/*background-color: orange;*/
	/*border: 3px solid black;*/
	border-left: none;
	border-right: none;
}

.wdCommentsForm {
	margin: 0px;
	padding: 10px;
	background-color: #93a5f2;
	border-top: 2px solid black;
	border-bottom: 2px solid black;
}

.wdCommentsForm input {
	font-size: 16px;
}

.wdCommentsForm textarea {
	font-size: 16px;
}

.wdCommentsList {
	list-style: none;
	padding: 0px;
	margin: 0px;
	margin-top: 10px;

}

.wdCommentsList li {
	margin-bottom: 10px;
}

.wdCommentsListTable {
	width: 100%;
}

.wdCommentsListTable td.image {
	width: 48px;
	padding: 10px;
	background-color: #93A5F2;
	vertical-align: middle;
}

.wdCommentsListTable td.info {
	width: 120px;
	padding: 10px;
	padding-right: 0px;
	font-size: 12px;
	font-weight: bold;
	background-color: #93A5F2;
	vertical-align: middle;
}

.wdCommentsListTable td.info p {
	margin: 0px;
	padding: 0px;
}


.wdCommentsListTable td.text {
	padding: 10px;
	background-color: #a1b0f0;
}

.wdCommentsListTable td.text p {
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}

.wdCommentsFormTable {

}

.wdCommentsFormTable td.label {
	font-weight: bold;
	width: 150px;
}

.wdCommentsFormTable td.input {
	padding: 5px;
	text-align: right;
}

.tableStyle1 {
	width: 100%;
}

.tableStyle1 a:hover {
	color: inherit;
}

.tableStyle1 th {
	font-size: 16px;
	color: #000;
	padding-bottom: 5px;
	background-color: #ffebad;
}

.tableStyle1 tr:hover {
	background-color: #d6c8c8;
}
