
.pagination{
padding: 2px;
}

.pagination ul{
margin: 0;
padding: 0;
text-align: center; /*Set to "right" to right align pagination interface*/
font-size: 16px;
}

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

.pagination a, .pagination a:visited{
padding: 0 5px;
border: 1px solid #777777;
text-decoration: none; 
color: #333333;
}

.pagination a:hover, .pagination a:active{
border: 1px solid #333333;
color: #000;
background-color: #FFFF80;
}

.pagination a.currentpage{
background-color: #666666;
color: #FFF !important;
border-color: #666666;
font-weight: bold;
cursor: default;
}

.pagination a.disablelink, .pagination a.disablelink:hover{
background-color: white;
cursor: default;
color: #929292;
border-color: #929292;
font-weight: normal !important;
}

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

td,th {
	font-family: Trebuchet MS, Arial, verdana;
	font-size: 12px;
	color: #333333;
	line-height: 18px;
}
a {
	font-family: Trebuchet MS, Arial, verdana;
	font-size: 12px;
	color: 099990;
	line-height: 18px;
	text-decoration: none;
}
a:hover {
	font-family: Trebuchet MS, Arial, verdana;
	font-size: 12px;
	font-weight: bold;
	color: 333333;
	line-height: 18px;
	text-decoration: none;
}
.pageselection {
	font-family: Trebuchet MS, Arial, verdana;
	font-size: 16px;
	font-weight: bold;
	color: 666666;
	line-height: 18px;
	text-decoration: none;
}
.pageselection:hover {
	font-family: Trebuchet MS, Arial, verdana;
	font-size: 16px;
	font-weight: bold;
	color: 099990;
	line-height: 18px;
	text-decoration: none;
}
input, textarea, select {
	background-color: #f8fcfe; 
	border: solid #c6def0; 
	border-width: 1px 1px 1px 1px; 
	font-color: #626161; 
	font-size: 11px;
	font-family: trebuchet MS, arial, verdana;
	line-height: 18px;
}
