﻿/* turn background white */
body { background-color: #FFFFFF; }
#hostedDisplay .blockFull { background-color: #FFFFFF; }
#hostedDisplay .blockHeader { color: #000000; }

/* turn elements/borders off */
/* note: .portalContent span turns off all portal header/footers but also any and all spans within the main content of the page */
.portalContent span, #hostedDisplay #leftnavcell, #columnOne { display: none; }
.portalContent, #hostedDisplay .blockFull { border: none; }

/* this line turns those span tags back on that are only in the main content of the page */
#hostedDisplay span, #outerTable span { display: inline; }

/* 100% width */
.portalContent { width: 100%; }
