/*CSS green-black style pagination*/


DIV.green-black {
padding-right : 3px;
padding-left : 3px;
padding-bottom : 3px;
margin : 3px;
padding-top : 3px;
text-align : center;
font-family : Arial, Helvetica, sans-serif;
font-size : 12px;
}
DIV.green-black A {
padding-right : 5px;
padding-left : 5px;
padding-bottom : 2px;
color : #666;
margin-right : 2px;
padding-top : 2px;
text-decoration : none;
background-color : #fff;
background-image : url(image1.gif);
border : 1px solid #e8fae4;
}
DIV.green-black A:hover {
border-right : 1px solid #aad83e;
border-top : 1px solid #aad83e;
background : #aad83e url(image2.gif);
border-left : 1px solid #aad83e;
color : #fff;
border-bottom : 1px solid #aad83e;
}
DIV.green-black A:active {
border-right : 1px solid #aad83e;
border-top : 1px solid #aad83e;
background : #aad83e url(image2.gif);
border-left : 1px solid #aad83e;
color : #fff;
border-bottom : 1px solid #aad83e;
}
DIV.green-black SPAN.current {
border-right : 1px solid #aad83e;
padding-right : 5px;
border-top : 1px solid #aad83e;
padding-left : 5px;
font-weight : bold;
background : #aad83e url(image2.gif);
padding-bottom : 2px;
border-left : 1px solid #aad83e;
color : #fff;
margin-right : 2px;
padding-top : 2px;
border-bottom : 1px solid #aad83e;
}
DIV.green-black SPAN.disabled {
border-right : 1px solid #f3f3f3;
padding-right : 5px;
border-top : 1px solid #f3f3f3;
padding-left : 5px;
padding-bottom : 2px;
border-left : 1px solid #f3f3f3;
color : #ccc;
margin-right : 2px;
padding-top : 2px;
border-bottom : 1px solid #f3f3f3;
}
