body, html {
	background-color: #FFF !important;
}

#irsa-banner {display: none;}
#spitzer-menu-topcorner {display: none;}
#spsearch { display: none;}
input.spsearch_searchText { display: none; }
#spitzer-menu { display: none; }

/* Footer */
#irsa-footer { display: none !important; }

/* Global system notices */
#irsa-sysnotice { display: none; } 

#shdat {
	background-color:#FFF;
	border: 0px !important; 
   width: 100%;
}
#shdat a{
	color:#000;
	text-decoration: none !important;
	text-shadow: 0px 0px 0px #FFF;
}

#breadcrumbs { 
	background-color: #FFF !important; 
	border: 0px !important; 
	width: 100%;
	padding-left: 20px !important;
	-moz-border-radius: 0px;
}
	
#sp_content
{
   background-color:#FFF;
   width: 100%;
   margin:0;
}
#contentinnerbox {	
	width: 100%;
	background-color:#FFF;
}
.pageContentBox {
	width:100%;
	background-color:#FFF;
}


a:link {	text-decoration: underline !important;}
a:visited {	text-decoration: underline !important;}

#docpagenav { display: none; }

/* needed to prevent odd page break between Title and Chapter Title */
#docpagecontainer h1 { page-break-before: auto !important;}
p { 
	page-break-before: auto !important;
	page-break-after: auto !important;
	page-break-inside: auto !important;
}
/* Move the page contents up to the top. If the IRSA header is displayed it cuts
off 91px worth of content from the end of the page*/
table {
	top: 0px !important;

}


