/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.pagination{
	padding: 2px;
	text-align: center;
	font-size: 80%;
}

.pagination ul{
margin: 0;
padding: 0;
text-align: right; /*Set to "right" to right align pagination interface*/
font-size: 11px;
}

.pagination li{
list-style-type: none;
display: inline;
padding-bottom: 2px;
background-color: White;
}

.pagination a, .pagination a:visited{
padding: 0 5px;
border: 1px solid #888888;
text-decoration: none; 
color: #192D48;
}

.pagination a:hover, .pagination a:active{
border: 1px solid #192D48;
color: #192d48;
background-color: #e3dac6;
}

.pagination a.currentpage{
background-color: #b33b00;
color: #fff !important;
border-color: #888888;
font-weight: bold;
cursor: default;
}

.pagination a.disablelink, .pagination a.disablelink:hover{
background-color: white;
cursor: default;
color: #d9d9d9;
border-color: #d9d9d9;
font-weight: normal !important;
}

.pagination a.prevnext{
font-weight: bold;
}
