/*
	Yes this layout was inspired by lightbox v2.0's page, the reason being, the layout works really well for a doc 
*/

a.page-options {
	color: #000000; 
	text-decoration: none; 
	display: block; 
	text-align: left; 
	padding: 0px; 
	margin: 0px 0 0 0;
	border-bottom: 0px solid #333333;
	border-bottom: 0px solid #555555;
}

a.page-options:hover {
	color: #fff;
}

a.page-options:focus {
	color: #fff; 
}		

.hidden {
	display : none;
}

