/* CSS Document */


.pagination{
	background:#99CC00;
	width:auto;
	height:auto;
	margin:5px auto 5px auto;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	border:1px solid #99CC00;
	line-height:35px;
}
.pagination table{
	width:100%;
	margin:auto;
}
.pagination td{
	text-align:center;
}

.pagination ul{
	margin: 0;
	padding: 0;
	text-align: center;
}

.pagination li{
	list-style-type: none;
	display: inline;
	padding-bottom: 1px;

}

.pagination a{
	padding: 0 5px;
	text-decoration: none; 
	color: #000;
	border:1px solid #99CC00; 
	background:#99CC00;
}

.pagination a:hover{

color: #000;
background-color: #CCE680;
border:1px solid #fff;
}



.pagination a.prevnext{
font-weight: bold;
}

