/*Navigation bar css

Assumes that fonts have been set to 
	font-family: verdana,'trebuchet ms',sans-serif;
	font-size: 10pt;
*/
.pre-next-nav-bar {
	height: 29px;
	clear: both;
}

p.nav-down {
	margin: 15px 0 10px 0;
	padding: 0;
}

.nav-prev {
	background: #e3e5eb url(images/arrow-back.jpg) no-repeat 10px 11px;
	width: 78px;
	color: #414b50;
	text-decoration: none;
	display: block;
	height: 28px;
	line-height: 28px;
	text-align: right;
	padding-right: 12px;
	float: left;
	border-bottom: 1px solid #b9b9b9;
	border-right: 1px solid #b9b9b9;
	border-left: 1px solid #dadada;	
	border-top: 1px solid #dadada;	
}

.nav-prev-inactive {
	background: #f6f8ff url(images/arrow-back.jpg) no-repeat 10px 11px;
	width: 78px;
	color: #91a8b2;
	text-decoration: none;
	display: block;
	height: 28px;
	line-height: 28px;
	text-align: right;
	padding-right: 12px;
	float: left;
	border-bottom: 1px solid #cbcbcb;
	border-right: 1px solid #cbcbcb;
	border-left: 1px solid #e3e3e3;	
	border-top: 1px solid #e3e3e3;	
	cursor: default;
}

a:hover.nav-prev, a:hover.nav-next {
	color: black;
	background-color: #d1d1d1;
}


.nav-next {
	background: #e3e5eb url(images/arrow-forward.jpg) no-repeat 69px 11px;
	width: 70px;
	color: #414b50;
	text-decoration: none;
	display: block;
	height: 28px;
	line-height: 28px;
	text-align: left;
	padding-left: 20px;
	float: left;
	border-bottom: 1px solid #b9b9b9;
	border-right: 1px solid #b9b9b9;
	border-left: 1px solid #dadada;	
	border-top: 1px solid #dadada;	
	margin-left: 5px;
}

.nav-next-inactive {
	background: #f6f8ff url(images/arrow-forward.jpg) no-repeat 69px 11px;
	width: 70px;
	color: #91a8b2;
	text-decoration: none;
	display: block;
	height: 28px;
	line-height: 28px;
	text-align: left;
	padding-left: 20px;
	float: left;
	border-bottom: 1px solid #cbcbcb;
	border-right: 1px solid #cbcbcb;
	border-left: 1px solid #e3e3e3;	
	border-top: 1px solid #e3e3e3;	
	margin-left: 5px;
	cursor: default;		
}

.clear {
	clear: both;
	font-size: 1px;
}


