#pgn8_start_finish{
margin-bottom:10px;
}

.pagination {
margin:10px;
}

.pagination span{
display:block; 
float:left;
}

.pagination ul {
list-style-type:none;
margin:0;
padding:0;
float:left;

}
.pagination ul li {
float:left;

border:0px solid #ded;
text-align:center;
margin:0 2px
}

span.active {
display:block;
width:23px;
line-height:20px;
text-align:center;
background:#DCC69A;
color:#333;
border:1px solid #DCC69A;
}

.pagination a {
display:block;
font-size:9px;
width:23px;
line-height:20px;
background:url(images/pgn8_number_bg.png) no-repeat
top left;
border:1px dashed white;
}
.pagination a:hover {
background:#e6f2ff;
text-decoration:none;
border-color:#a2d0ff;
}

.pagination .first {
width: 45px;
}

.pagination .first a {
width: 45px;
background-image: none;
}
.pagination .last {
width: 45px;
}

.pagination .last a {
background-image: none;
width: 45px;
}

tr.row_even{
background:#ebf5f5;
}
tr.row_odd {
background:#f8fbf8;
}
tr.row_even:hover td, tr.row_odd:hover td {
background:#ffffe6;
color: #0000cc;
}
