
.OnlineCounter {
    color: #444444;
    line-height: 20px;
}
.OnlineCounter ul {
    background: none repeat scroll 0 0 #FFFFFF;
    list-style: none outside none;
    margin: 0;
    padding: 10px;
}
.OnlineCounter .Header {
background: rgba(127,186,0,1);
background: -moz-linear-gradient(top, rgba(127,186,0,1) 0%, rgba(159,204,63,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(127,186,0,1)), color-stop(100%, rgba(159,204,63,1)));
background: -webkit-linear-gradient(top, rgba(127,186,0,1) 0%, rgba(159,204,63,1) 100%);
background: -o-linear-gradient(top, rgba(127,186,0,1) 0%, rgba(159,204,63,1) 100%);
background: -ms-linear-gradient(top, rgba(127,186,0,1) 0%, rgba(159,204,63,1) 100%);
background: linear-gradient(to bottom, rgba(127,186,0,1) 0%, rgba(159,204,63,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7fba00', endColorstr='#9fcc3f', GradientType=0 );
  
    border-radius: 5px 5px 0 0;
    height: 28px;
    color: #FFFFFF;
    font: bold 10pt/28px arial;
    padding-left: 20px;
    text-transform: uppercase;
}
