/* SARAH BASE PRINT CSS */

#logo {
	display: none; }

#moduleMenu {
	display: none; }

#header {
	display: none; }

#menu {
	display: none; }
	
#breadcrumb {
	display: none; }	

#content {
	position: relative; 
	width: 100% }

#footer {
	display: none; }

#pageHeader {
	position: absolute;
	top: 0px;
	left: 0px; }
	
#recordsetNavigation, #sortControls {
	display: none; }	
	
#tableControls {
	display: none; }	
	
#bottomMenu {
	display: none; }	

body {
	font: 12pt times, sans-serif; }

h1, h2, h3, h4, h5, h6 {
	height: auto;
	color: #000;
	background-color: #E2E2E2;
	margin: 0px; }

fieldset {
	width: 100%;
	margin-bottom: 10pt;
	margin-top: 10pt; }

legend {
	font: bold 15pt verdana, sans-serif;
	color: #000;
	background-color: #FFF; }
	
.boldBlue {  
	font-weight: bold; 
	color: #000099;
	background-color: inherit; }	
	
ul.noBullet {
	list-style-type: none; }	
	
th {
	background: #ccc;
	color: #000; }	
