/* Main Panels */

div.LeftPanel {
  float: left;
  margin-top: 12px;
  padding-right: 4px;
  width: 18%;
}

div.RightPanel {
  border-left: 2px ridge gray;
  float: right;
  height: 125%;
  padding-left: 12px;
  width: 77%;
}

div.RightPanel100 {
  border-left: 2px ridge gray;
  float: right;
  height: 100%;
  padding-left: 12px;
  width: 77%;
}

div.RightInnerTop {
  border-bottom: 2px ridge gray;
  padding: 6px 6px 6px 6px;
}

div.content {
  font-size: 16px;
  margin-top: 1px;
  padding: 5px 5px 5px 5px;
  text-align: left;
  width: 98%;
}

div.BldgPic {
  border-style: solid;
  border-width: 0px;
  height: 172px;
  padding: 6px 0px 0px 0px;
  width: 232px;
}

div.BldgText {
  border-style: solid;
  border-width: 0px;
  height: 36px;
  width: 232px;
}

div.Instructions {
  border-style: solid;
  border-width: 0px;
  text-align: left;
  width: 500px;
}

div.Wide600 {
  border-style: solid;
  border-width: 0px;
  text-align: left;
  width: 600px;
}

div.AlnCenter {
  border-style: solid;
  border-width: 1px;
  text-align: center;
}

div.Blu12 {color: blue; font-family: "Arial"; font-size: 12pt; }
div.Blu14 {color: blue; font-family: "Arial"; font-size: 14pt; }
div.Blu20 {color: blue; font-family: "Arial"; font-size: 20pt; }
div.Blu24 {color: blue; font-family: "Arial"; font-size: 24pt; }
div.Blk08 {color: black; font-family: "Arial"; font-size: 8pt; }
div.Blk14 {color: black; font-family: "Arial"; font-size: 14pt; }

div.Wide750 {
  border-style: solid;
  border-width: 0px;
  padding: 0px 0px 0px 20px;
  text-align: left;
  width: 750px;
}

table.SixHundred { width: 600px; }
table.SevenFive { width: 750px; }

/* Table Fonts */
tr.Blk20 {color: black; font-family: "Arial"; font-size: 20pt; }
tr.Blk18 {color: black; font-family: "Arial"; font-size: 18pt; }

tr.Blk16 {color: black; font-family: "Arial"; font-size: 16pt; }
tr.Blu16 {color: blue; font-family: "Arial"; font-size: 16pt; }
tr.Red16 {color: red; font-family: "Arial"; font-size: 16pt; }

tr.Blk14 {color: black; font-family: "Arial"; font-size: 14pt; }
tr.Blk14It {color: black; font-family: "Arial"; font-size: 14pt; font-style: italic; }

tr.Blk12 {color: black; font-family: "Arial"; font-size: 12pt; }
tr.Blk12It {color: black; font-family: "Arial"; font-size: 12pt; font-style: italic; }
tr.Blk12Bld {color: black; font-family: "Arial"; font-size: 12pt; font-weight: bold; }
tr.Blu12Bld {color: blue; font-family: "Arial"; font-size: 12pt; font-weight: bold; }
tr.Red12Bld {color: red; font-family: "Arial"; font-size: 12pt; font-weight: bold; }

tr.Blk10 {color: black; font-family: "Arial"; font-size: 10pt; }
tr.BlkC10 {color: black; font-family: "Courier New"; font-size: 10pt; }
tr.Blu10 {color: blue; font-family: "Arial"; font-size: 10pt; }
tr.Blk10It {color: black; font-family: "Arial"; font-size: 10pt; font-style: italic; }
tr.Blk10Bld {color: black; font-family: "Arial"; font-size: 10pt; font-weight: bold; }

tr.VertCent { vertical-align: middle; }

/* Treeview styles  */
.treeview ul
{
  /*CSS for Simple Tree Menu*/
  margin: 0;
  padding: 0;
}

.treeview li
{
  /*Style for LI elements in general (excludes an LI that contains sub lists)*/
  background: transparent;
  list-style-type: none;
  padding-left: 16px;
  margin-bottom: 10px;
}

.treeview li.submenu
{
  /* Style for LI that contains sub lists (other ULs). */
  background: transparent url(closed.gif) no-repeat left 1px;
  /* cursor: hand !important; */
  cursor: pointer !important;
}

.treeview li.submenu ul
{
  /*Style for ULs that are children of LIs (submenu) */
  display: none; /*Hide them by default. Don't delete. */
}

.treeview .submenu ul li
{
  /*Style for LIs of ULs that are children of LIs (submenu) */
  cursor: default;
}
