BODY 
{ 
  background-color: #f9f8f7;
  margin-bottom: 1px;
}

#head 
{ 
  top: 0px;
  webkit-border-radius: 0px;
  moz-border-radius: 0px;
  border-radius: 0px;
  webkit-box-shadow: none;
  moz-box-shadow: none;
  box-shadow: none;
  background-color: #f9f8f7;
  background-repeat: no-repeat, no-repeat, repeat-x;
  background-position: left bottom, right bottom, bottom;
  background-image: url("HeadLeftBg.png"), url("HeadRightBg.png"), url("HeadBg.png"); 
  *background-image: url("HeadBg.png"); /* IE 7 and older */
  height: 105px;
  border-bottom: 1px solid #747b7f;
}

#foot
{
  padding-top: 7px;
  height: 130px;
  border-top: 1px solid #747b7f;
  max-width: 980px;

  background-repeat: no-repeat, no-repeat, repeat-x;
  background-position: left top, right top, top;
  background-image: url("FootLeftBg.png"), url("FootRightBg.png"), url("FootBg.png"); 
  *background-image: url("FootBg.png"); /* IE 7 and older */
  text-align: left;
  color: #999;
  font-size: 0.8em;
  -webkit-text-size-adjust: 160%;
}

#logo { top: 20px; left: 0px; }

p
{
  font-size: 0.9em;
  -webkit-text-size-adjust: 160%;
}

li
{
  font-size: 0.9em;
  -webkit-text-size-adjust: 160%;
}

a
{
  color: #0050b2;
  text-decoration: none;
}

a:hover
{
  text-decoration: underline;
}

.box
{
  font-family: Verdana, sans-serif;
  padding: 30px 90px 30px 90px;
  text-align: left;
  min-height: 300px;
  background-color: #f9f8f7;
  margin-bottom: 20px;
  border-top: 1px solid #c7c7c7;

  /* IE */
 
  height: expression(this.scrollHeight < 360 ? "360px" : "auto");
}

.sectNav
{
  position: relative;
  height: 70px;
}

.sectNav .row
{
  position: absolute;
  bottom: 18px;
  left: 20px;
  font-weight: bold;
}

.sectNav .label
{
  font-family: "futura-pt", helvetica, arial, sans-serif;
  font-size: 1em;
  -webkit-text-size-adjust: 130%;
  display: inline-block;
  *display: inline; /* IE */
  zoom: 1; /* IE */
  position: relative;
  padding-right: 20px;
  color: #c0402f;
}

.sectNav a
{
  text-decoration: none;
  color: #444;
}

.sectNav a:hover
{
  color: #0050b2;
}

.sectNav .selectedMarker
{
  position: absolute;
  z-index: 100;
  left: 50%;
  bottom: -19px;
  *bottom: -28px; /* IE */
}

.sectNav .inner
{
  position: relative;
  left: -50%;
  margin-right: 18px;
  width: 22px;
  height: 12px;
  background-image: url("BoxArrow.png");
  background-repeat: no-repeat;
}

.topNav
{
  position: absolute;
  top: 18px;
  right: 0px;
  font-size: 1em;
  -webkit-text-size-adjust: 130%;
  font-weight: bold;
}

.topNav .label, .topNav .selected
{
  font-family: "futura-pt", helvetica, arial, sans-serif;
  display: inline-block;
  *display: inline; /* IE */
  zoom: 1; /* IE */
  margin-left: 8px;
  padding: 2px;
  padding-left: 6px;
  padding-right: 6px;
  border-radius: 2px;
  color: #7c7c7c;
}

.topNav .selected
{
  color: #0050b2;
  background-color: rgba(0,0,0,0.05);
  *background-color: #eee; /* IE */
}

.topNav .label:hover
{
  background-color: rgba(0,0,0,0.05);
}

.topNav a
{
  text-decoration: none;
  color: #666;
}

.topNav .selected a
{
  color: #0050b2;
}

.topNav a:hover
{
  *color: #0050b2; /* IE */
}

.topNav .selected a:hover
{
  *color: #0050b2; /* IE */
}

.prod
{
  font-weight: bold;
  color: #333;
}

#foot a
{
  color: #4c9fcc;
  text-decoration: none;
}

#foot a:hover
{
  text-decoration: underline;
}

.download
{
  padding: 4px;
  border-collapse: collapse; 
  border-spacing: 0px;
  margin: 0px;
  padding: 0px;
  color: #555;
  margin-bottom: 18px;
  margin-top: 18px;
}

.download tr
{
  vertical-align: top;
}

.download td
{
  white-space: nowrap;
  font-size: 0.9em;
  -webkit-text-size-adjust: 160%;
  padding-bottom: 5px;
  padding-top: 5px;
  padding-right: 20px;
  border-bottom: 1px solid #e0e0e0;
}

.download tr:hover td
{
  background: #fff;
}

.download tr:hover td.label:hover
{
  background: none;
}

.download tr:first-child td
{
  border-top: 1px solid #e0e0e0;
}


.download td.descr
{
  white-space: normal;
}

.download a
{
  color: #0050b2;
  text-decoration: none;
}

.download a:hover
{
  text-decoration: underline;
}

.download .label
{
  font-family: "futura-pt", helvetica, arial, sans-serif;
  font-weight: bold;
  color: #555;
  padding: 18px 0px 10px;
  font-size: 1.2em;
  -webkit-text-size-adjust: 160%;
}

.download tr:first-child td.label
{
  border-top: none;
  padding-top: 0px;
}

#innerWrap
{
  margin-bottom: -139px;
}

#footBump
{
  height: 139px;
}

pre
{
  min-width: 500px;
  padding: 10px;
  border-left: 4px solid #ccc;
  margin-left: 20px;
  margin-bottom: 18px;
  font-size: 0.8em;
  -webkit-text-size-adjust: 160%;
  font-family: Menlo, "DejaVuSansMono", monospace;
  background-color: rgba(0,0,0,0.04);
  *background-color: #eee;
}

.comment
{
  color: #008b00;
}

.type
{
  color: #554499;
}

.def
{
  color: #555;
  font-weight: bold;
}

.ns
{
  color: #5f9ea0;
}

.lit
{
  color: #b22222;
}

.annot
{
  color: #257A25;
  font-style: italic;
}

.ref
{
  color: #444;
  font-weight: bold;
  font-family: Menlo, "DejaVuSansMono", monospace;
}

.download .meta div
{
  display: inline-block;
  *display: inline; /* IE */
  width: 100px;
  white-space: nowrap;
  color: #888;
  font-size: 0.8em;
  -webkit-text-size-adjust: 160%;
}

.download .meta .ver
{
  width: 40px;
}

.download .meta .date
{
  width: 80px;
}

.download .lic a
{
  color: #49a;
  text-decoration: none;
}

.download .lic a:hover
{
  color: #0050b2;
}

.download .title
{
}

h1, h2, h3, h4
{
  font-family: "futura-pt", helvetica, arial, sans-serif;
  font-weight: bold;
  padding: 0;
  margin: 0;
  color: #555;
  margin-top: 10px;
  margin-bottom: 10px;
}

h1
{
  font-size: 1.4em;
  -webkit-text-size-adjust: 160%;
}

h2
{
  font-size: 1.3em;
  -webkit-text-size-adjust: 160%;
}

h3
{
  font-size: 1.2em;
  -webkit-text-size-adjust: 160%;
}

h4
{
  font-size: 1em;
  -webkit-text-size-adjust: 160%;
}

h1:first-child, h2:first-child, h3:first-child, h4:first-child
{
  margin-top: 0px;
}

.box > *
{
  max-width: 600px;
}

* html * .box *
{
  width: 600px;  /* IE */
}

* html * .box * *
{
  width: auto;  /* IE */
}

.download td
{
  *width: 250px; /* IE */
}

blockquote
{
  font-style: italic;
  font-size: 1.05em;
  -webkit-text-size-adjust: 140%;
  line-height: 1.1em;
  font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
  color: #333;
}

.download tr.disabled:hover td
{
  background: none;
}

.disabled
{
  opacity: 0.6;
  text-shadow: 0px 1px 1px white, 0px 1px 1px white, 0px 1px 1px white;
}
