﻿#DoxPager
{
	width: 100%;
	margin: auto;
	padding: 1px;
	text-align: center;
}
#pag
{
	padding: 2px;
	font-family: verdana, arial,helvetica,clean,sans-serif;
}
#pag a
{
	text-decoration: none;
}
#pag a:hover
{
	color: black;
	text-decoration: underline;
}
#pag label
{
	margin: 1ex 0;
}
.dox-skin-sam #pag .dox-pg-page
{
	background: transparent url(img/bg_pagenumber.gif) no-repeat scroll 0 0;
	float:left;
	font-weight:bold;
	height: 21px;
	line-height: 20px;
	margin-left: 5px;
	text-align: center;
	width: 24px;
}
.dox-skin-sam #pag .dox-pg-current-page
{
	background: transparent url(img/bg_pagenumber_on.gif) no-repeat scroll 0 0;
	font-weight: bold;
	height: 21px;
	font-weight: bold;
	height: 21px;
	line-height: 20px;
	margin-left: 5px;
	text-align: center;
	width: 24px;
}

.dox-skin-sam #pag .dox-pg-current
{
	white-space: normal;
	font-weight: bold;

}
.dox-skin-sam #pag .inactive
{
	color: #C0C0C0;
	text-decoration: none;
}
