/* CSS Document */
/* start  paging style */
/*  paging  */
.pagination{
padding: 1px;
font-family:sans-serif;
font-size:11px;
}

.pagination ul{
margin: 0px;
padding: 1px;

text-align: right; /*Set to "right" to right align pagination interface*/

font-family:sans-serif;
font-size:11px;
font-weight:bold;

}

.pagination li{

list-style-type: none;
display: inline;
padding: 2px;
padding-bottom: 2px;
font-weight:bold;
font-family:sans-serif;
font-size:11px;
}

.pagination a, .pagination a:visited{
padding: 0.3em;
font-family:sans-serif;
font-size:11px;
border: none;
font-weight:bold;
color:#990033;
}

.pagination a:hover, .pagination a:active{
border: none;
color: #fff;
font-weight:bold;
background-color:#990033;
font-family:sans-serif;
font-size:11px;
}

.pagination a.currentpage{
background-color: #2e6ab1;
color: #FFF !important;
border-color: #A2D379;
font-weight: bold;
cursor: default;
font-family:sans-serif;
font-size:11px;
}

.pagination a.disablelink, .pagination a.disablelink:hover{
background-color:white;
cursor: default;
color: #000000;
border-color: #A2D379;
font-weight:bold;

}

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


}

/*  end paging style */
