/*
	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: #fff; 
	text-decoration: none; 
 
	text-align: left; 
	padding: 5px; 
	background: #333333;
	margin: 2px 0 0 2px;
}

a.page-options:hover, 
a.page-options:focus {
	color: #fff; 
	background: #666666;
}		


.hidden {
	display : none;
}

