#pagination {
	height:25px;
	background:url(../images/table_tittle_bg.png) repeat-x;
}

.pagination {
	float:right;
    font-size: 80%;
}
        
.pagination a {
    text-decoration: none;
	border: solid 1px #244386;
	color: #244386;
	background-color:#fff;
	font-weight:bold;
}

.pagination a:hover {
    text-decoration: none;
	border: solid 1px #fff;
	color: #fff;
	background-color:#244386;
	font-weight:bold;
}

.pagination a, .pagination span {
    display: block;
    float: left;
    padding: 0.2em 0.4em;
    margin-right: 5px;
	margin-bottom: 5px;
}

.pagination .current {
    background: #fff;
    color: #244386;
	border: solid 1px #244386;
	font-weight:bold;
	padding-right: 4px;
	padding-bottom: 2px;
	font-size: 10px;
}

.pagination .current.prev, .pagination .current.next{
	color: #244386;
	border: solid 1px #244386;
	font-weight:bold;
}

