.WhoReadsThisNews .username.group_1 { color: #FF0000; }
.WhoReadsThisNews .username.group_2 { color: #CC33CC; }
.WhoReadsThisNews .username.group_3 { color: #009900; }
.WhoReadsThisNews .username.group_4 { color: #3333FF; }
.WhoReadsThisNews .username.group_5 { color: #666666; }

.WhoReadsThisNews .username {
    margin-top: 2px; font-size: 11pt;
    display: block;
    margin-top: 2px;
	padding-right: 7px;
    color: #969696;
	border: 1px solid #dadada;	
    background-color: rgb(240, 247, 252);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.WhoReadsThisNews {
    width: 100%;
    font-size: 11px;
    font-family: 'Trebuchet MS',Helvetica,Arial,sans-serif;
    line-height: 1.27;
	border: 1px solid #dadada;
    background-color:#FFFFFF;
    margin-left: 3px;
    margin-right: 3px;
    margin-bottom: 1px;
    margin-top: 20px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    padding: 3px;
}

.WhoReadsThisNews:hover , .WhoReadsThisNews .avatar img:hover{
     border-color: rgba(82, 168, 236, 0.8);
     outline: 0;
     outline: thin dotted \9;
     /* IE6-9 */
     
	 box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);   
	 -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
     -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}

.WhoReadsThisNews .avatar img {
    margin-right: 5px;
    float: left;
    height: 32px;
    width: 32px;
    background-color: #FCFCFF;
    border: 1px solid #A5CAE4;
    border-radius: 4px 4px 4px 4px;
    padding: 2px;
}