/* CSS Document */

.pagination{
padding: 2px;
}

.pagination ul{
margin: 0;
padding: 0;
text-align: left; /*Set to "right" to right align pagination interface*/
font-size: 16px;
}

.pagination li{
list-style-type: none;
display: inline;
padding-bottom: 1px;
}

.pagination a, .pagination a:visited{
padding: 0 5px;
border: 1px solid #9aafe5;
text-decoration: none; 
color: #2e6ab1;
}

.pagination a:hover, .pagination a:active{
border: 1px solid #2b66a5;
color: #000;
background-color: lightyellow;
}

.pagination li.currentpage{
font-weight: bold;
padding: 0 5px;
border: 1px solid navy;
background-color: #2e6ab1;
color: #FFF;
}

.pagination li.disablepage{
padding: 0 5px;

color: #929292;
}

.pagination li.nextpage{
font-weight: bold;
}

* html .pagination li.currentpage, * html .pagination li.disablepage{ /*IE 6 and below. Adjust non linked LIs slightly to account for bugs*/
margin-right: 5px;
padding-right: 0;
}

.liquid-rounds {
width:100%;
margin-top:10px auto;
background:#fff url( /images/web/leftside.gif) repeat-y left top;
      }

   .top {
   width:100%;
   height:10px;
   background:url(/images/web/top.gif) no-repeat left top;
   }
   
 .top span {
 display:block;
 position:relative;
 height:20px;
 background:url(/images/web/top-right.gif) no-repeat right top;
      }

  .center-content {
   position:relative;
   background:url(/images/web/rightside.gif) repeat-y right top;
   padding:1px 5px 1px 5px;
   margin:-1px 0 -50px 0;
        }

   .bottom {
   height:60px;
   background:url(/images/web/bottom.gif) no-repeat left bottom;
   	}
   
   .bottom span {
    display:block;
    position:relative;
    height:60px;
    background:url(/images/web/bottom-right.gif) no-repeat right top;
        }





.liquid-round {
width:100%;
margin-top:10px auto;
background:#fff url( /images/web/leftside.gif) repeat-y left top;
      }

   .top {
   width:100%;
   height:10px;
   background:url(/images/web/top.gif) no-repeat left top;
   }
   
 .top span {
 display:block;
 position:relative;
 height:20px;
 background:url(/images/web/top-right.gif) no-repeat right top;
      }

  .center-content {
   position:relative;
   background:url(/images/web/rightside.gif) repeat-y right top;
   padding:1px 5px 1px 5px;
   margin:-1px 0 -50px 0;
        }

   .bottom {
   height:60px;
   background:url(/images/web/bottom.gif) no-repeat left bottom;
   	}
   
   .bottom span {
    display:block;
    position:relative;
    height:60px;
    background:url(/images/web/bottom-right.gif) no-repeat right bottom;
        }



   






	


