
ul.paginate {
	text-align: center;
	list-style-type: none; 
	width: 100%;
	float: left
}
ul.paginate li {
	display: inline;
	margin: 0 4px 0 0;
}
ul.paginate li a {
	padding: 3px 8px;
	font-size: 14px;
	font-weight: bold;
	border: 1px solid #ddd;
	background: #fff;
	border-radius: 4px;
	text-decoration: none;
	color:#004876;
	text-align: center;
}
ul.paginate  li a:hover,
ul.paginate  li a:focus {
	background: #f0f0f0;
	border-color: #ccc;
}
ul.paginate  li a:active {
	background: #fff;
	border-color: #ddd;
}
ul.paginate li a.paginate-active {
	color:#FFF;
	background-color:#004876;
}
ul.paginate li.paginate-disabled {
	padding: 3px 8px;
	font-size: 14px;
	font-weight: bold;
	border: 1px solid #ddd;
	background: #fff;
	border-radius: 4px;
	text-decoration: none;
	color:#004876;
	text-align: center;
	background: #f0f0f0;
	border-color: #ccc;
}

label{
	color: #000000
}
label.checkbox{
	color: #000000
}
.hiddenlink{
	color: inherit
}
.hiddenlink:hover{
	text-decoration: none !important;
	color: inherit
}
/* Colors */
.green{
	color: #66cc00
}
.blue{
	color: #006DCC
}
.red {
	color: #DA4F49
}
/* End Colors */

.clear{
	clear:both
}
.clear-right{
	clear: right
}
.clear-left{
	clear: left
}
.center{
	text-align: center
}
.req{
	color: #FF0000
}
.noleftmargin{
	margin-left: 0 !important
}
.indent1{
	margin-left: 1em
}
h2{
	color: #2d7ab6
}

footer{
	/* width: 99%; */
	color: #666666;
	background: #444444;
	padding:1em 0em 1em 0em;
	text-align: center
}
div.smallfooter{
	color: #666666;
	text-align: center;
	font-size: 80%
}