﻿
.CommentListTableContainer
{
	width:100%;
	direction:rtl;
}

.CommentListRowContainer
{
	text-align:center;
}

.CommentListTableTemplate
{
	width:99%;
	direction:rtl;	
}
.CommentListCellAvatar
{
	width:50px;
	vertical-align:top;
	text-align:center;
	border-width:0px;
	
}
.CommentListAvatar
{
	width:50px; 
	text-align: center;
	vertical-align:top;
	border:1px Solid Silver;
	margin: 5px 5px 5px 5px;
	border-width:1px;
	border-color:Silver;
	direction:ltr;
    border-radius:7px;
    transition:all 0.5s ease;
}
.CommentListAvatar:hover
{
	width:50px; 
	text-align: center;
	vertical-align:top;
	border:1px Solid Silver;
	margin: 5px 5px 5px 5px;
	border-width:1px;
	border-color:gray;
	direction:ltr;
    border-radius:7px;
    transition:all 0.5s ease;
    transform:scale(1.5);
}

.CommentListCellContent
{
	text-align:right;
}



.CommentListTextID
{
	font-family:tahoma;
	font-size:7pt;
	color:#ADADAD;	
	direction:ltr;
	text-align:left;
	margin:5px 10px 5px 10px;
}

.CommentListTextTopTitle
{
	font-family:tahoma;
	font-size:9pt;
	color:#555555;	
	direction:rtl;
	margin:5px 5px 5px 5px;
}
.CommentListTextTitleName
{
	font-family:tahoma;
	font-size:9pt;
	color:royalblue;	
    font-weight:bold;
	direction:rtl;
}

.CommentListTextTitle
{
	font-family:tahoma;
	font-size:9pt;
	color:#555555;	
	font-weight:bold;
	direction:rtl;
	text-align:right;
	margin:5px 5px 5px 5px;
}
.CommentListTextBody
{
	font-family:tahoma;
	font-size:9pt;
	color:#555555;	
	text-align:justify;
	direction:rtl;
	margin:5px 5px 5px 5px;
}

.CommentListImageQuotation
{
	border-width:0px;
    margin: 2px 5px 2px 5px;
    vertical-align:middle;
}
