/*
Style Name: Pager
Description: pager style by <a href="http://www.sitemakers.hu/kapcsolat/">czombos</a>.
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:link, .pager a:visited {
	color: #083A77;
	text-decoration: underline;
	border: 1px solid #B4C6D9;
	text-decoration: none;
	padding: 2px 5px;
}
.pager a:hover {
	border: 1px solid #153B63;
	background:#E0E7F1;
} 
.pager a:active {
	color: #083A77;
	text-decoration: underline;
}
.pager .inactive {
	padding: 2px 6px;
	border: none;
	text-decoration: none;
}
.pager .active {
	border: 1px solid #153B63;
	padding: 2px 5px;
	font-weight: bold;
	background: #153B63;
	color: #FFF;
}
/* End Pager */