ul.yiiPager a:link, ul.yiiPager a:visited
{
    border: 1px solid #79cbcb;
    color: #28a193;
}

ul.yiiPager .selected a {
    background: none repeat scroll 0 0 #28a193;
    color: #ffffff;
}

#page-top {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 66%;
}
#page-top a {
    text-decoration: none;
    background: #28a193;
    color: #fff;
    width: 80px;
    padding: 30px 0;
    text-align: center;
    display: block;
    border-radius: 6px;
}
#page-top a:hover {
    text-decoration: none;
    background: #68d9bd;

}
.list-view .pager {
    text-align: center;
}
