/* --------------------------------- */
/* CSStdLayoutIE4.css                */
/* --------------------------------- */
/* Created       2001-09-27          */
/* Issued        2001-09-30          */
/* Modified      2007-07-07          */
/* Copyright (c) 2001-2006 by        */
/* Philip Shaw, all rights reserved. */
/* --------------------------------- */
/*
  This workaround for IE4 abandonned
  2007-07-07: only 1% of requests
*/
/*
  These layout styles include
  workarounds for CSS errors in
  Internet Explorer 4 and are
  overridden by CSStdLayoutStrict.css
  in more standards compliant
  browsers.
*/
#Header p, #Header h1 {
  margin-right:     20%;
}
/*
  Explicitly declare text-align: left
  to counteract IE4, which right aligns
  text in a float: right container.
  Width greater than necessary or
  appropriate.
*/
#Content {
  width:            76%;
  padding:          0% 0.1% 1% 1.9%;
  text-align:       left;
}
/*
  Percentage lengths on margin-right
  add padding-right to the selector,
  em lengths do not and are a
  tolerable alternative.
*/
#Content p, #Content ol, #Content ul,
#Content dl, #Content pre, fieldset,
.MenuBox, #Content .SQL,
#Content .StackTrace {
  margin-right:     10em;
}
#Content dl.FAQ {

  margin-right:     0;
}
#Content dl.FAQ p,
#Content dl.FAQ pre, #Content dl.FAQ dl,
#Content dl.FAQ ol, #Content dl.FAQ ul {

  margin-right:     11em;
}


