/* mudcrab.css file */
body {
  border: 10px solid rgb(0,0,64);
  width: 770px;
  /* IE settings - not centered
  margin-left: 10px;
  margin-right: 10px; */

  /* Non-IE / FireFox settings
  margin: auto; */

  margin-left: 10px;
  margin-right: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px;
}
div.clear {
  clear: both;
  margin: 1px;
  padding: 1px;
}
div.banner {
  width: auto;
  text-align: center;
  margin: 0px;
  padding: 0px;
}
div.sectiontitle {
  width: auto;
  margin: 0px;
  margin-top: 30px;
  padding: 5px;
  background: rgb(0,0,64);
  text-align: left;
  font-family: Arial, sans-serif;
  font-weight: bold;
  font-size: 10pt;
  color: white;
}
/* this is the "main" container for the left & right column sections - warning, caution, etc. */
div.section, div.sectionbg {
  margin: 0px;
  padding: 0px;
  position: relative;
  /* border: 1px solid red; */
  height: auto;
}
div.sectionbg {
  background-image: url("images/mudcrablogo.jpg");
  background-repeat: no-repeat;
  background-position: top right;
}
div.tabletitle {
  margin: 0px;
  margin-top: 10px;
  margin-left: 60px;
  padding: 5px;
  width: 696px;
  border: 2px solid rgb(0,0,16);
  background: rgb(0,0,64);
  text-align: center;
  font-family: Arial, sans-serif;
  font-weight: bold;
  font-size: 10pt;
  color: rgb(0,0,64);
}
div.tablebox { /* this is for the boxes inside the tablebox */
  float: left;
  margin: 5px;
  margin-right: 0px;
  padding: 10px;
  width: 100px;
  vertical-align: top;
  border-left: 1px solid rgb(0,0,64);
  border-top: 1px solid rgb(0,0,64);
  /* background: rgb(0,0,64); */
}
div.tableleft {
  float: left;
  margin: 0px;
  margin-top: 5px;
  padding: 0px;
  width: 56px;
}
div.sectionleft {
  float: left;
  margin: 0px;
  margin-top: 10px;
  padding: 0px;
  width: 60px;
}
div.sectionright_caution,
div.sectionright_code,
div.sectionright_codescroll,
div.sectionright_figure,
div.sectionright_note,
div.sectionright_tip,
div.sectionright_warning, 
div.sectionright_download,
div.sectionright_morehelp {
  float: left;
  margin: 0px;
  margin-top: 10px;
  margin-left: 0px;
  margin-bottom: 10px;
  padding: 10px;
  width: 686px;
}
div.sectionright_caution {
  border-left: 4px solid red;
  background: #FFC0C0;
}
div.sectionright_code, div.sectionright_codescroll {
  border-left: 4px solid gray;
  background: #D0D0D0;
  text-align: left;
  font-family: "Courier New", Courier, monospace;
  font-weight: normal;
  font-size: 11pt;
  color: black;
}
div.sectionright_codescroll {
  overflow: scroll;
  white-space: nowrap;
}
div.sectionright_figure {
  padding-top: 0px;
  border-left: 4px solid #408080;
}
div.figuretext {
  margin: 0px;
  padding: 0px;
  padding-bottom: 3px;
  text-align: left;
  font-family: Arial, sans-serif;
  font-weight: normal;
  font-size: 9pt;
  color: gray;
}
div.sectionright_note {
  border-left: 4px solid green;
  background: #C0FFC0;
}
div.sectionright_tip {
  border-left: 4px solid blue;
  background: #C0EAFE;
}
div.sectionright_warning {
  border-left: 4px solid #E1C70F;
  background: #FFFFC0;
}
div.sectionright_download {
  border-left: 4px solid #FF8040;
  background: #FFD1BB;
}
div.download {
  margin: 0px;
  margin-top: 1px;
  margin-bottom: 2pt;
  padding: 0px;
  padding-top: 1px;
  padding-bottom: 2pt;
  border-bottom: solid 2px white;
  text-align: left;
  font-family: Arial, sans-serif;
  font-weight: bold;
  font-size: 10pt;
  color: black;
}
div.sectionright_morehelp {
  border: 2px solid #330066;
  border-left: 4px solid #330066;
  width: 684px;
}
div.section p, div.sectionbg p, div.sectionright p, div.section ul, div.section ol, div.tablebox p {
  margin: 0px;
  padding: 0px;
  padding-top: 5pt;
  text-align: left;
  font-family: "Times New Roman", Times, serif;
  font-weight: normal;
  font-size: 12pt;
  color: black;
}
div.section p, div.sectionbg p {
  margin-left: 74px;
}
div.tablebox p {
  margin-left: 0px;
}
div.section ul {
  margin-left: 90px;  /* 74+10+4+tinyfix(2)=  >> add padding and 'border-left' width from 'sectionright' so it lines up */
  list-style-type: square;
}
div.section ol {
  margin-left: 110px;  /* 74+10+4+tinyfix(2)=  >> add padding and 'border-left' width from 'sectionright' so it lines up */
}
h1, h2 {
  margin: 0px;
  margin-top: 25px;
  margin-left: 74px;
  padding: 5px;
  text-align: left;
  /* font-family: "Times New Roman", Times, serif; */
  font-family: Arial, sans-serif;
  font-weight: bold;
}
h1 {
  font-size: 13pt;
  color: darkblue;
}
h2 {
  font-size: 10pt;
  color: #2E4ECD;
  /* border: solid 2px darkblue; */
  border-left: solid 2px #5375FF;
  border-top: solid 2px #5375FF;
  border-right: solid 2px darkblue;
  border-bottom: solid 2px darkblue;
  background: #E6EBFF;
}
div.maintitle {
  margin: 0px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 0px;
  padding-top: 2px;
  padding-bottom: 2px;
  text-align: center;
  font-family: "Times New Roman", Times, serif;
  font-weight: bold;
  font-size: 20pt;
  color: darkblue;
}
div.footer, div.PCSfooter {
  margin-top: 15px;
  border-top: 2px solid rgb(0,0,64);
  padding-top: 5px;
  font-family: Arial, sans-serif;
  font-weight: normal;
  font-size: 9pt;
  color: gray;
}
div.PCSfooter {
  border-top: 1px solid rgb(0,0,64);
}
div.menu {
  margin: 0px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 0px;
  padding-top: 2px;
  padding-bottom: 2px;
  border-top: 2px solid rgb(0,0,64);
  border-bottom: 2px solid rgb(0,0,64);
  text-align: center;
  font-family: Arial, sans-serif;
  font-weight: bold;
  font-size: 9pt;
  color: gray;
}
div.menu a {
  color: #1A5AC6;
  text-decoration: none;
}
div.menu a:hover {
  color: white;
  background: darkblue;
}

