.pagination{
padding: 2px;
/*background: white url(shade3.gif) top left repeat-x;*/
/*height:20px;*/
}

.pagination ul{
margin: 0;
padding: 0;
text-align: left; /*Set to "right" to right align pagination interface*/
font: bold 12px verdana;

}

.pagination li{
list-style-type: none;
display: inline;
padding-bottom: 0px;

}

.pagination a, .pagination a:visited{
padding: 0 5px;
/*border: 1px solid #9aafe5;*/
text-decoration: none; 
color:  #005279;/*#000080;/*#2e6ab1;*/
}

.pagination a:hover, .pagination a:active{
/*border: 1px solid #2b66a5;*/
color: indigo;
background-color: white;
border-bottom: 1px solid orange;
padding-top: 0;

}

.pagination li.currentpage{
font-weight: bold;
padding: 0 5px;
border: 1px solid navy;
background-color: #2e6ab1;
color: #FFF;
}

.pagination li.disablepage{
padding: 0 5px;
border: 1px solid #929292;
color: #929292;
}

.bulletimagestyle{ /*Absolute position bullet image. No need to modify*/
position: absolute;
left: -200px;
}

.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;
}


.titlemain{
border:1px solid gray;
/*border-bottom:1px solid gray;*/
/*padding:3px;*/
text-align:center;
width:555px;
/*height:55px;*/

}
.titlemainb{
/*border-left:1px solid gray;*/
/*padding-top:2px;*/
text-align:center;
width:590px;

}


.titlex{
height:32px;
padding-top:3px;
padding-left:5px;
border-bottom: 1px solid #D2D2D2;/*#C0C0C0;*/ 
font: bold 23px Arial;
color:#006699;
text-align:left;
text-decoration: none;
background: white url(../dock/shade.gif) top left repeat-x;*/
}

.pagback{
background: white url(../dock/shade.gif) top left repeat-x;*/
height:20px;
text-align:left;

}


