/* CSS Document */


.pagination{
padding: 2px;
padding-top:5px;
width:330px;
float:right;
font-size : 11px;
font-weight : bold;
font-family : Arial,Tahoma;
text-align:right;
margin-right:5px;
color:#FFFFFF;
}

.pagination ul{
margin: 0;
padding: 0;
}

.pagination li{
list-style-type: none;
display: inline;
padding-bottom: 1px;
}

.pagination a, .pagination a:visited{
padding: 0 4px;
text-decoration: underline; 
color: #ffffff;
}

.pagination a:hover, .pagination a:active{
color: #ffffff;
}

.pagination a.currentpage{
color: #FFF !important;
font-weight: bold;
cursor: default;
}

.pagination a.disablelink, .pagination a.disablelink:hover{
cursor: default;
color: #ffffff;
font-weight: normal !important;
}

.pagination a.prevnext{
font-weight: bold;
}
