/* 
 * These overrides are used when ?xnobanners is used on a SiteBuilder2 page.
 * The purpose of this is to be used in iframes and similar situations where
 * CSS is supposed to be preserved but is not in ?xdoplain.
 *
 * These overrides get around the fact that the CSS expects navigation and a rhs.
 */

/* Reduce the padding around the main content */
#layoutTable #mainContent {
  padding: 0px;
}

#layoutTable #mainContent .content {
  border: none;
  padding: 0px;
}