.WhatsAppButton{
	-moz-box-shadow:inset 0px 1px 0px 0px #caefab;
	-webkit-box-shadow:inset 0px 1px 0px 0px #caefab;
	box-shadow:inset 0px 1px 0px 0px #caefab;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #77d42a), color-stop(1, #5cb811));
	background:-moz-linear-gradient(top, #77d42a 5%, #5cb811 100%);
	background:-webkit-linear-gradient(top, #77d42a 5%, #5cb811 100%);
	background:-o-linear-gradient(top, #77d42a 5%, #5cb811 100%);
	background:-ms-linear-gradient(top, #77d42a 5%, #5cb811 100%);
	background:linear-gradient(to bottom, #77d42a 5%, #5cb811 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#77d42a', endColorstr='#5cb811',GradientType=0);
	background-color:#77d42a;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #268a16;
	display:inline-block;
	cursor:pointer;
	color:#FFF;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #304F14;
}
.WhatsAppButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #5cb811), color-stop(1, #77d42a));
	background:-moz-linear-gradient(top, #5cb811 5%, #77d42a 100%);
	background:-webkit-linear-gradient(top, #5cb811 5%, #77d42a 100%);
	background:-o-linear-gradient(top, #5cb811 5%, #77d42a 100%);
	background:-ms-linear-gradient(top, #5cb811 5%, #77d42a 100%);
	background:linear-gradient(to bottom, #5cb811 5%, #77d42a 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#5cb811', endColorstr='#77d42a',GradientType=0);
	background-color:#5cb811;
}
.WhatsAppButton:active {
	position:relative;
	top:1px;
}



.AddCommentButton{
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f9f9f9), color-stop(1, #e9e9e9));
	background:-moz-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:-webkit-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:-o-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:-ms-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:linear-gradient(to bottom, #f9f9f9 5%, #e9e9e9 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9',GradientType=0);
	background-color:#f9f9f9;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	cursor:pointer;
	color:#666666;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffffff;
}
.AddCommentButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #e9e9e9), color-stop(1, #f9f9f9));
	background:-moz-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
	background:-webkit-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
	background:-o-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
	background:-ms-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
	background:linear-gradient(to bottom, #e9e9e9 5%, #f9f9f9 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#f9f9f9',GradientType=0);
	background-color:#e9e9e9;
}
.AddCommentButton:active {
	position:relative;
	top:1px;
}





.newscomments{
	margin:0px 0px 10px 0px;

	box-shadow: 0 0px 7px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 0px 7px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 0px 7px rgba(0,0,0,0.1);
}
.newscomments:hover{
	box-shadow: 0 0px 7px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 0px 7px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 0px 7px rgba(0,0,0,0.2);
}

.newscomments > span{
	background:#CECECE;
	display:block;
	padding:4px;
	text-align:center;
	font-size:11px;
}



.newscomments ol{
	background:#FFF;
	border:#000 0px solid !important;
	margin:0px;
	padding:0px;
	direction:rtl;
	
	list-style:none;
}
.newscomments ol li{
	margin:0px;
	position:relative;
	min-height:65px;
	border-bottom:#D8DEE3 1px solid;
}
.newscomments ol li > span{
	position:absolute;
	top:0;
	bottom:0;
	
	display:block;
	width:100px;
	float:right;
	background:#E2E6EA;
	padding:10px 0;
	margin:0 0 0 10px;
	
	color:#333;
	font-size:18px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
}
.newscomments ol li:hover > span{
	background:#F3F5F7;
}
.newscomments ol li:hover > span span{
	display:block;
}

.newscomments ol li > span b{
	color:#000;
	font-size:14px;
	font-family: GE_Dinar;
	display:block;
	height:18px;
	line-height:18px;
	overflow:hidden;
}
.newscomments ol li > span div{
	font-size:11px;
	margin:6px 0 0 0;
	font-family:Tahoma, Geneva, sans-serif;
}
.newscomments ol li > span span{
	display:none;
	position:absolute;
	top:20px;
	left:90px;
	border:#FFF 2px solid;
	color:#FFF;
	background:#202938;
	padding:3px 5px;
	
	font-size:11px;
	font-family:Tahoma, Geneva, sans-serif;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.newscomments ol li > div{
	padding:10px 8px;
	margin-right:100px;
	
	font-size:13px;
	color:#333;
	line-height:20px;
}
.newscomments ol li > div:hover{
	color:#00182F;
}
.newscomments ol li > div div{
	font-family: GE_Dinar;
	color:#C00;
}


.newscomments ol li:nth-child(odd) {
    background:#F3F5F7;
}
.newscomments ol li:nth-child(odd):hover{
    background: #E4E8EC;
}

.newscomments ol li:nth-child(even){
    background: #F9FBFB;
}
.newscomments ol li:nth-child(even):hover{
    background: #E4E8EC;
}