/*
Style Name: Pager
Description: Pager style by czombos
Version: 1.0
Author: Sitemakers Kft.
Author URI: http://www.sitemakers.hu/
*/



/* Begin Pager */
.pager { 
	font-size: 10px;
	font-family:verdana;
	padding: 10px 5px;
	text-decoration: none;
}
.pager a, .pager span {
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
.pager a:link, .pager a:visited {
	color: #083A77;
	text-decoration: underline;
	text-decoration: none;
	padding: 2px 5px;
}
.pager a:hover {
	background:#E0E7F1;
} 
.pager a:active {
	color: #083A77;
	text-decoration: underline;
}
.pager .inactive {
	padding: 2px 6px;
	border: none;
	text-decoration: none;
}
.pager .this-page {
	border: 1px solid #7195A6;
	padding: 2px 5px;
	font-weight: bold;
	background: #96B7C5;
	color: #FFF;
}
/* End Pager */