﻿body {
  padding: 0;
  FONT-SIZE: 13px;
  MARGIN: 0px;
  CURSOR: default;
  COLOR: #216184;
  font-family: Tahoma, Geneva, sans-serif;
  BACKGROUND-COLOR: #f6f6f6;
}
a {
  COLOR: #216184;
  cursor: pointer;
  border: 0;
  MARGIN: 0px;
  PADDING: 0px;
  TEXT-DECORATION: none;
}
a:visited {
  COLOR: #5f8498;
  border: 0;
}
a:hover {
  COLOR: #65a7cb;
  border: 0;
}
a .Current {
  FONT-WEIGHT: bolder;
  BACKGROUND-COLOR: #a6cfe5;
}
img {
  BORDER: none;
  MARGIN: 0px;
  PADDING: 0px;
  cursor: pointer;
  HEIGHT: 16px;
  WIDTH: 32px;
}
IFRAME {
  DISPLAY: none;
}
UL {
  MARGIN: 0px;
  PADDING: 0px;
  BORDER: none;
  LIST-STYLE-TYPE: none;
}
UL.Shown {
  DISPLAY: block;
}
UL.Hidden {
  DISPLAY: none;
}
UL#ULRoot {
  WHITE-SPACE: nowrap;
  BEHAVIOR: url('#default#saveSnapshot');
}
LI {
  MARGIN: 0px;
  BORDER: none;
  PADDING: 0px;
}
LI UL,
UL UL {
  padding: 0 0 0 0;
  margin: 0 0 0 16px;
}
DIV.loadMsg {
  BACKGROUND-COLOR: #F0FFFF;
  BORDER: black 1px solid;
  PADDING-LEFT: 4px;
}
#under-tb-spacer {
  clear: both;
  height: 28px;
}
#tree-toolbar {
  clear: both;
  background-color: #65a7cb;
  padding: 0;
  margin: 0;
  position: fixed;
  width: 100%;
  height: 25px;
}
#tree-toolbar-title {
  color: white;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  font-variant: small-caps;
  position: absolute;
  top: 3px;
  left: 10px;
}
#tree-toolbar-buttons {
  font-size: 20px;
  float: right;
  font-weight: normal;
  margin-top: -2px;
  overflow: hidden;
  word-spacing: -3px;
  padding-right: 3px;
}
#tree-toolbar-buttons a {
  color: white;
}
#tree-toolbar-buttons #hide-menu-btn {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#tree-toolbar-buttons #hide-menu-btn:before {
  content: '\f190';
}
#tree-toolbar-buttons #hide-top-btn {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#tree-toolbar-buttons #hide-top-btn:before {
  content: '\f01b';
}
#tree-toolbar-buttons #hide-top-btn.hidden {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#tree-toolbar-buttons #hide-top-btn.hidden:before {
  content: '\f01a';
}
#tree-toolbar-buttons #locate-btn {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#tree-toolbar-buttons #locate-btn:before {
  content: '\f01e';
}
#tree-toolbar-buttons #get-url-btn {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#tree-toolbar-buttons #get-url-btn:before {
  content: '\f0c1';
}
#hide-marker {
  position: absolute;
  height: 100%;
  width: 10px;
  background-image: url(/Images/hidemarker.png);
  background-repeat: repeat-y;
  background-color: #65a7cb;
  cursor: pointer;
  display: none;
}
