/* FC TrailMaps Page styles */
/*  -----|  Structure  |----------------------------------------------------  */
body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #ffffff;
  margin: 0px;
  padding: 0px;
  background-color: #3D3C3C;
}
#wrapper {
  padding: 0px;
  max-width: 1170px;
  border: 1px solid #666666;
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  background-color: #101010;
}
#heading {
  color: #fff;
  background-color: #101010;
  font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
  font-size: 24px;
  margin: 0px;
  height: 48px;
  text-align: center;
  vertical-align: middle;
  line-height: 48px;
}
#header {
  text-align: center;
}
#greenbar {
  margin: 0px;
  padding: 0px;
  height: 35px;
  background-color: #528C7B;
  text-align: center;
  line-height: 35px;
}
#breadcrumbs {
  padding: 0;
  height: 20px;
  vertical-align: text-top;
  margin-top: 10px;
  margin-right: auto;
  margin-bottom: 24px;
  margin-left: auto;
}
#contentarea {
  text-align: left;
  padding-top: 8px;
  padding-right: 24px;
  padding-bottom: 12px;
  padding-left: 24px;
  margin-right: auto;
  margin-left: auto;
}
.tabcontents {
  margin: 10px;
}
.spacer {
    height: 40px;
}
#below-the-map {
    padding-top: 4px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
    margin: 24px 16px 12px 16px;
    border: 1px dotted #9D9D9D;
    border-radius: 12px;
    background-color: #3D3C3C;
}
#footer {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-style: normal;
  color: #C2C1C1;
  border-top-color: #999999;
  text-align: center;
}
/*  -----|  Typography  |---------------------------------------------------  */
p {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #ffffff;
  line-height: 24px;
}
h1 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 22px;
  font-weight: bold;
  color: #FFB552;
  margin: 0px;
  border-bottom-width: 1px;
  border-bottom-style: dashed;
  border-bottom-color: #FFB552;
  padding: 0px 0px 2px 0px;
}
h2 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: bold;
  color: #F3F3F3;
  margin: 3px 0px 0px 0px;
  padding: 0px 0px 10px 0px;
}
h3 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #FFB552;
  margin: 0px;
  padding-top: 6px;
  padding-right: 0px;
  padding-bottom: 2px;
}
h4 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: bold;
  color: #FFF2AE;
  border-bottom-width: 1px;
  border-bottom-style: dashed;
  border-bottom-color: #FFF2AE;
  margin-top: 24px;
  margin-right: 0px;
  margin-left: 0px;
  margin-bottom: 10px;
  padding: 0px;
  line-height: 22px
}
.detailsBoxTxt {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #F5F5F5;
}
.miniTxt {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9px;
  color: #666666;
  text-align: center;
}
.cntr {
    text-align: center;
}

.smallTxt {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #666666;
}
.smallTxtWhite {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #CCCCCC;
}
.toggleAlertTxt {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #CCCCCC;
  padding-top: 6px;
  padding-bottom: 10px;
}
.directionsAlert {
  font-size: 10px;
  color: #CCCCCC
}
/*  -----|  Other Design Patterns  |----------------------------------------------------  */
.CalloutBox {
  background-color: #1F1F1F;
  border: 1px solid #666666;
  clear: left;
  float: right;
  height: auto;
  width: 300px;
  margin: 0px 18px 8px 10px;
  padding: 6px 10px 2px 10px;
}
.CalloutBox h3 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #CCCCCC;
  padding-top: 6px;
  padding-right: 0px;
  padding-bottom: 2px;
  border-bottom-width: 1px;
  border-bottom-style: dashed;
  border-bottom-color: #CCCCCC;
  margin: 0px 0px 6px 0px;
}
#DetailsBox {
  border: 1px solid #666666;
  height: auto;
  width: auto;
  clear: right;
  margin: 0px;
  padding: 3px;
  background-color: #1f1f1f;
}
.divit {
  margin: 4px;
  padding: 0px;
  border-top-width: 2px;
  border-top-style: dotted;
  border-top-color: #666;
}
/*  -----|  Globals (spacing. etc.) |--------------------------------------  */
.mapimage {
  background-position: center;
  padding: 0px;
  margin-top: 8px;
  margin-bottom: 8px;
}
.descriptorBox {
  background: #101010;
  text-align: left;
  border: 1px solid #cccccc;
  padding: 10px 12px 12px 12px;
}
.descriptors {
  padding-bottom: 10px;
}
.descriptors ul {
  margin-top: 4px;
}
/*  -----|  Link Styles  |------------------------------------------------  */
a.linkOuts:link {
  color: #003333;
  text-decoration: none;
}
a.linkOuts:visited {
  color: #333300;
  text-decoration: none;
}
a.linkOuts:hover {
  color: #660000;
  text-decoration: underline;
}
a.linkOuts:active {
  color: #990000;
  text-decoration: underline;
}
.breadcrumbs {
  text-align: center;
  background-position: center;
  font-size: 12px;
  background-position: center;
  padding: 0px;
  float: none;
  clear: both;
  color: #CCCCCC;
}
a.breadcrumbs:link, a.breadcrumbs:visited, a.breadcrumbs:active {
  color: #CCCCCC;
  text-decoration: none;
}
a.breadcrumbs:hover {
  color: #FFB552;
  text-decoration: underline;
}
a.iMapper:link {
  color: #FFB552;
  text-decoration: none;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  ;
  border-bottom-color: #FFB552;
}
a.iMapper:visited {
  color: #CCCCCC;
  text-decoration: none;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #CCCCCC;
}
a.iMapper:hover {
  color: #FFFF99;
  text-decoration: none;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #FFFF99;
}
a.iMapper:active {
  color: #FF6600;
  text-decoration: none;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #FF6600;
}
/*  -----|  Miscellaneous  |------------------------------------------------  */
.spacer {
  height: 12px;
}