* {
	margin: 0px;
	padding: 0px;
}

/*
	For the page navigation.
*/

.page-nav {
	position: absolute;
	width: 200px;
	left: 400px;
	top: 50px;
	z-index: auto;
}

.page-nav-cell {
	position: relative;
	float: left;
	clear: none;
	margin-left: 5px;
	margin-right: 5px;
}

.page-nav-content {
	position: absolute;
	background-color: #fff;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	width: 200px;
	height: 100px;
	overflow: auto;
	z-index: auto;
}

.hide {
	display: none;
}

.current-page {
	border: 1px solid black;
	height: 20px;
	width: 200px;
}

.first {
	clear: left;
}

.last {
}

.quick-nav {
	text-align: center;
	margin-bottom: 5px;
}

.current {
	font-weight: bold;
}