div.AgahiyeVije
{
    width: 570px;
    height: inherit;
    overflow: hidden;
    margin: 10px 5px 0px 0px;
}
div.AgahiVijeBox
{
    width: 176px;
    height: 160px;
    overflow: hidden;
    float: right;
    margin: 2px;
    border: solid 1px #ccc;
}
.AgahiVijeBox:hover
{
    background-color: #ffeeee;
    border-color: #ffcccc;
}

div.avbImg
{
    width: 150px;
    overflow: hidden;
    margin: 5px 0px 5px 5px;
    height: 120px;
    float: left;
}
.avbImg img
{
    width: 150px;
    height: 120px;
}
div.avbStar
{
    width: 10px;
    overflow: hidden;
    height: 75px;
    float: right;
    margin: 5px 5px 5px 0px;
}
div.avbTitle
{
    width: 150px;
    margin: 3px auto;
    text-align: center;
}

.divUsersPanel a
{
    display: inline-block;
    padding: 3px;
    font-size: 11px;
    margin: 1px;
    background-color: #fff5f5;
    color: #990000;
    border: solid 1px #990000;
}
.divUsersPanel a:hover
{
    color: #ff0000;
    background-color: #ffffaa;
    border: solid 1px #ff0000;
}
.GridHeader_Default
{
    text-align: right !important;
}
div.aimg
{
    float: left;
    width: 300px;
    margin-left: 5px;
}
.aimg img
{
    border: solid 1px #ccc !important;
}
div.asummary
{
    float: right;
    width: 400px;
    border: solid 1px #ccc;
    padding: 5px;
}
div.afulltext
{
    float: right;
    padding: 10px 5px;
    width: 400px;
}
div.bluelinks,div.allcats
{
    margin-right: 5px;
}
.bluelinks a
{
    display: block;
    padding: 5px 0px; 
    margin: 5px 4px 0px 0px;
    float: right;
    width: 105px;
    height: 15px;
    background-color: #00adef;
    color: #000;
    font-size: 10px;
    text-align: center;
     font-weight: bold;
}
.allcats a
{
    display: block;
    padding: 5px 0px; 
    margin: 5px 4px 0px 0px;
    float: right;
    width: 105px;
    height: 15px;
    background-color: #999;
    color: #fff;
    font-size: 10px;
    text-align: center;
     font-weight: bold;
}