﻿.comments
{
    border: 0px solid red;}
.commentitem
{
    padding-top: 8px;
    padding-bottom: 8px;
    border-bottom-style: dashed;
    border-bottom-width: 1px;
    border-bottom-color: #666666;
    background-color:#ffffff;
 }
 .commentitemalternate
{
    background-color: #EEEEEE;
}

.commenttext
{
    font-size: 14px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 3px;
    text-align: justify;
    font-family: 'Times New Roman' , Times, serif;
}
.commenttext b
{
    font-style: normal;
    font-size: 18px;
    color: #808080;
    font-family: 'Times New Roman' , Times, serif;
}
.commentauthor
{
    font-size: 12px;
    text-transform: capitalize;
    color: #333333;
    font-weight: bold;
}
.commentdate
{
    font-style: italic;
    font-size: 10px;
    color: #666666;
    float:right;
    margin-right:10px;
}
.commentface
{   background-image: url('/Templates/UI/Img/face-icons.png');
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
    float: left;
    display:inline-table;    
    margin-right:15px;
    padding:0px;
}
.face1
{   background-position: 0px 0px;
     } 
.face2
{   background-position: 0px -40px;
     } 
.face3
{    background-position: 0px -80px;
     } 
.face4
{    background-position: -40px 0px;
     } 
.face5
{    background-position: -80px 0px;
     } 
.face6
{    background-position: -120px 0px;
     } 
.face7
{    background-position: -160px 0px;
     } 
.face8
{    background-position: -40px -40px;
     } 
.face9
{    background-position: -40px -80px;
     } 
.face10
{    background-position: -80px -40px;
     } 
.face11
{    background-position: -80px -80px;} 
.face12
{    background-position: -120px -40px;} 
.face13
{    background-position: -120px -80px;} 
.face14
{    background-position: -160px -40px;} 
.face15
{    background-position: -160px -80px;} 

.commentfaceform
{   background-image: url('/Templates/UI/Img/face-icons.png');
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
    display:inline-table;    
    margin-bottom:15px;
}
.commentfaceform input
{
    position:relative;
    top:38px;
    left:13px;
}
