  table.pagetable  {
border : 1px solid #eaeaea;
background-color : white;
}
table.pagetable td {
background-color : #f5f5f5;
}
table.pagetable a {
display : block;
}
table.pagetable td.pagetable_activecell {
background-color : white;
font-weight : bold;
border-left : 1px solid #eaeaea;
border-right : 1px solid #eaeaea;
padding : 0 3px;
}
table.pagetable td.pagetable_ellipses {
border-left : 1px solid silver;
color : silver;
padding : 0 5px;
}
a.pagelink {
display : block;
text-decoration : none;
padding : 0 0;
}
a.pagelink_first {
display : block;
text-decoration : none;
padding : 0 3px;
}
a.pagelink_prev {
display : block;
text-decoration : none;
padding : 0 3px;
}
a.pagelink_next {
display : block;
text-decoration : none;
padding : 0 3px;
}
a.pagelink_last {
display : block;
text-decoration : none;
padding : 0 3px;
} 