/* 
    Document   : pliva-health-pager
    Created on : 2008.12.29, 13:57:54
    Author     : jmihel
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

.pliva-health-pager {
    font-family: 'Trebuchet MS';
    font-size: 12px;
    font-weight: bold;
}

.pliva-health-pager span, .pliva-health-pager a {
    margin-right: 2px;
    color:#4E4E4E;
    text-decoration:none;
}

.pliva-health-pager a:hover {
    color: #8BADCD;
}

.pliva-health-pager-disabled {
    
}

.pliva-health-pager-previous {

}

.pliva-health-pager-pageSep {
    
}

.pliva-health-pager-firstpage {

}

.pliva-health-pager-morepages {

}

.pliva-health-pager-page {
    
}

a.pliva-health-pager-currentpage {
    color: #88C6E6;
}

.pliva-health-pager-lastpage {

}

.pliva-health-pager-next {
    margin-right: 0px;
}


