/* block pager */
div #pager img{
	display: inline;
	margin-top: 2px;
	margin-left: 5px;
	margin-right: 5px;
	clear: both;
}
div #pager{
	position: relative;
	z-index: 100;
	display: block;
	margin: 0px 0px 0px 5px;
	height: 30px;
}
div #pager span{
	z-index: 10;

	font-size: 11px;
	font-weight:bold;
	color: #ffc600;
	text-decoration:none;
	text-align: left;
	line-height: 30px;
	overflow: hidden;
	margin-right: 0px;
	margin-left: 0px;
	clear: both;
}
div #pager span.nowshown{
	display: inline;
	float: left;
	
	z-index: 10;
	font-size: 11px;
	font-weight:bold;
	color: #ffc600;
	text-decoration:none;
	text-align: left;
	line-height: 3px;
	overflow: hidden;
	margin-right: 0px;
	margin-left: 0px;
	clear: both;
}

table.pager{
	z-index: 100;
	background: #00457F;
	border: 0px solid #000000;
	color: #ffffff;
	font-weight: normal;
	line-height: 0px;
}
table.pager td{
	border: 0px solid #000000;
	padding-left: 10px;
	text-align: left;
	padding: 0px 5px 0px 6px;
}
table.pager a{
	border-color:#336a99;
	border-style:solid;
	border-width:1px;
	color:#7fa2bf;
	display:inline;
	font-weight:normal;
	height:14px;
	padding:2px 5px 3px 6px;
	text-align:center;
	text-decoration:none;
	line-height: 24px
}
table.pager a.selected{
	color:#ffc600;
	background:#01315a;
}
/* block pager */
