/* --------------------------------- */
/* CSStdLayoutStrict.css             */
/* --------------------------------- */
/* Created       2001-09-27          */
/* Issued        2001-09-30          */
/* Modified      2007-07-07          */
/* Copyright (c) 2001-2007 by        */
/* Philip Shaw, all rights reserved. */
/* --------------------------------- */
/*
  This workaround for IE4 abandonned
  2007-07-07: only 1% of requests
*/
/*
  These layout styles are excluded
  from Netscape 4 and Internet
  Explorer 4 by an @import rule. This
  overrides CSStdLayoutIE4.css and
  is supplemented by
  CSStdLayoutCommon.css
*/
/*
  Add margin-right to allow for
  logo image there and align with right
  edge of #Content paragraphs, etc.
*/
#Header p, #Header h1 {
  margin-right:     24%;
}
/*
  Content width is mis-calculated by
  IE4.5 for Mac, so this is overridden
  by the workaround rule below for
  more CSS compliant browsers.
*/
#Content {
  width:            73%;
  padding:          0% 0% 1% 1.3%;
}
/*
  Note warning: redefinition of width.
*/
#Content/* Hide from IE4.5 for Mac */{
  width:          75%;
}
/*
  Wide margin-right to float images
  and box-outs there.
*/
#Content p, #Content ol, #Content ul,
#Content dl, #Content pre, fieldset,
.MenuBox, #Content .SQL,
#Content .StackTrace {
  margin-right:     31%;
}
#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:     32%;
}
table {
  margin:           2% 0%;
}
.MenuBox table {
  clear:            none;
}

