/*
   Main Software Garden CSS file for www.softwaregarden.com
*/

body {
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
/*  font-size: 13px; */
  font-size: small;
  margin: 10px;
  padding: 0px;
}

td {
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

th {
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

dd {
  padding: 1pt 0px 2pt 0px;
}
dt {
  font-weight: bold;
  padding: 1pt 0px 1pt 0px;
}

.totalcontainer {
  background: url(peapod2csmall.gif) no-repeat top left;
  background-color: rgb(229, 235, 183);
  padding: 0px 0px 0px 10px;
  margin: 0px auto 5px auto;
  max-width: 700px;
  width:expression(document.body.clientWidth > 700 ? "680px": "auto" );
}

.navarea {
  background: url(menucurve1.gif) no-repeat bottom left;
  background-color: rgb(162,155,157);
  margin: 0px 0px 20px 300px;
  padding: 0px 0px 0px 0px;
/*  font-size: 8pt; */
  font-size: 80%;
  font-weight: bold;
  text-align: right;
}

.navareamain {
  margin: 0px 0px 0px 60px;
  padding: 25px 20px 15px 10px;
  border-bottom: 4px solid rgb(117,99,82);
  color: rgb(117,99,82);
}

.navarea A:link, .navarea A:visited, .navarea A:active {
  color: rgb(71,96,125);
  text-decoration: none;
}

.navarea A:hover{
  color: white;
  text-decoration: underline;
}

.navarea A:hover, .navarea .currentpage {
  color: white;
}

.mainarea {
  margin: 0px 10px 0px 0px;
  padding: 0px 5px 5px 10px;
  border-left: 6px solid rgb(117,99,82);
  border-right: 6px solid rgb(117,99,82);
  position: relative;
}

.vertnav {
  font-size:smaller;
  color:rgb(71,96,125);
  padding: 0px 5px 0px 0px;
  border-right: 2px solid rgb(117,99,82);
  margin: 0px 10px 0px 0px;
  line-height: 1em;
}

.vertnav .vnhead {
  padding: 1em 0px .5em 0px;
  font-weight: bold;
}

.vertnav p {
  padding: 0px 0px .75em .75em;
  margin: 0px;
}

.vertnav A:link, .vertnav A:visited, .vertnav A:active {
  color:rgb(71,96,125);
  text-decoration: none;
}

.vertnav A:hover {
  text-decoration: underline;
}

.pagetitle {
/*  font-size: 24pt; */
  font-size: 240%;
  font-weight: bold;
  margin: 0px 10px 30px 0px;
  padding: 5px 0px 10px 15px;
  color: rgb(74,109,112);
  border-bottom: 2px solid rgb(117,99,82);
  border-top: 2px solid rgb(117,99,82);
}

.pagetitlequalifier {
/*  font-size: 14pt; */
  font-size: 60%;
  font-style: italic;
}

.subnavbar {
  font-size: smaller;
  font-weight: bold;
  margin: 0px 42px 0px 32px;
  text-align: center;
  color: rgb(74,109,112);
}

.subnavbar A:link, .subnavbar A:visited, .subnavbar A:active {
  color: rgb(74,109,112);
}

.subnavbar A:hover, .subnavbar .currentpage {
  color: white;
}

.textboxnormal {
  background-color: white;
  padding: 4px 10px 4px 10px;
  margin: 10px 42px 10px 32px;
  border: 2px dashed rgb(218, 209, 150);
  color: rgb(117,99,82);
  position: relative;
}

.textboxnarrow {
  background-color: white;
  padding: 4px 10px 4px 10px;
  margin: 10px 42px 10px 192px;
  border: 2px dashed rgb(218, 209, 150);
  color: rgb(117,99,82);
  position: relative;
}

.textboxleft {
  background-color: white;
  padding: 4px 10px 4px 10px;
  margin: 0px 0px 10px 32px;
  border: 2px dashed rgb(218, 209, 150);
  color: rgb(117,99,82);
  display: inline; /* IE float-margin bug workaround */
  width: 125px;
  float: left;
}

.topcrop {
  border-top: 2px solid rgb(74,109,112);
  border-left: 2px solid rgb(74,109,112);
  display: inline; /* IE float-margin bug workaround */
  margin: -20px 0px 0px 15px;
  height: 15px;
  width: 15px;
  float: left;
}

.topcropright {
  border-top: 2px solid rgb(74,109,112);
  border-right: 2px solid rgb(74,109,112);
  display: inline; /* IE float-margin bug workaround */
  margin: -20px 25px 0px 0px;
  height: 15px;
  width: 15px;
  float: right;
}

.bottomcrop {
  border-bottom: 2px solid rgb(74,109,112);
  border-left: 2px solid rgb(74,109,112);
  display: inline; /* IE float-margin bug workaround */
  margin: -8px 0px 0px 15px;
  height: 15px;
  width: 15px;
  float: left;
}

.bottomcropright {
  border-bottom: 2px solid rgb(74,109,112);
  border-right: 2px solid rgb(74,109,112);
  display: inline; /* IE float-margin bug workaround */
  margin: -8px 25px 0px 0px;
  height: 15px;
  width: 15px;
  float: right;
}

p {
  margin: 1em 0px;
}

pre {
  font-size: small;
}

.indent {
  margin-left: 36pt;
}

.smallindent {
  margin-left: 18pt;
}

.computertext {
  font-family: "Courier New", Courier, mono;
  padding-left: 18pt;
}

.cmddeftitle {
  font-family: "Courier New", Courier, mono;
  margin: 1.5em 0 .5em 0;
  padding-left: 6pt;
  border-top: 1px solid rgb(218, 209, 150);
}

.cmddefbody {
  margin: .5em 0 1em 18pt;
}

.docdesctitle {
  margin-top: 1.5em;
  font-weight: bold;
}

.docdesctitle a {
}

.docdescbody {
  margin: .5em 0 1em 18pt;
}

.docimage {
  margin: .5em 0 1em 18pt;
}

.producttitle {
  margin-top: 1.5em;
  font-weight: bold;
}

.producttitle a {
}

.productbody {
  margin: .5em 0 1em 18pt;
}

.sectiontitle {
  font-weight: bold;
  border-top: 1px solid rgb(218, 209, 150);
  border-bottom: 1px solid rgb(218, 209, 150);
  /*background-color: rgb(229, 235, 183);*/
  padding: 4px 4px 4px 4px;
  margin: 1.5em 0px 1em 0px;
  text-align: center;
}

.textboxtitle {
  font-weight: bold;
  margin: 5px 0px 1em 0px;
  padding-bottom: 4px;
  border-bottom: 1px solid rgb(218, 209, 150);
  text-align: center;
}

.textboxintro {
  margin: 1em 4em 1em 4em;
  font-style: italic;
  text-align: center;
}

.download {
  padding-left: 36pt;
  font-size: smaller;
}

.bottomspacer {
   height: 10px;
   width: 10px;
   margin: 0px;
   padding: 0px;
   font-size: 1px;
}

.brownbox {
  background-color: rgb(208,186,122);
  width: auto;
  padding: 10px;
  margin: 0px 10px 0px 0px;
  font-size: smaller;
  color: rgb(71,96,125);
}
