body {
  background-color: #EEEEFF;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  margin: 0px;
  font-size: 11px;
  text-align: justify;
  position: relative;
  height: auto;
}

.full {
  width: 100%;
}

.fett {
  font-weight: bold;
}

div.TierA div.text input.full { 
  width: 99%;
}

div.TierAB div.text input.full {
  width: 99.5%;
}

a:link {
  text-decoration: none;
  color: #000099;
}
a:visited {
  text-decoration: none;
  color: #000099;
}
a:hover {
  text-decoration: underline;
  color: #000099;
}
a:active {
  text-decoration: none;
  color: #000000;
}

a.bullet:before {
  content: url("/images/bullet.gif");
}

a.plain {
  font-weight: normal !important;
}

h4 {
  font-size: 11px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  margin-bottom: 0px !important;
}

hr.white {
  color: #FFFFFF;
  background-color: #FFFFFF;
  border: none;
  height: 1px;
}

div {
  background: transparent;
}

div.content {
  background-color: #DDDDFF;
  border-bottom: 1px #FFFFFF solid;
  border-right: 1px solid #FFFFFF;
}

div.heading {
  height: 30px;
  width: 100%;
  color: #FFFFFF;
  font-size: 16px;
  background-color: #6699FF;
  border-bottom: 1px #FFFFFF solid;
  border-right: 1px solid #FFFFFF;
  font-weight: 600;
}

div.heading.inbetween {
  height: 23px !important;
  border-top: 1px solid #EEEEFF;
}

div.heading div.small { 
  float: left;
  font-size: 11px !important;
  margin-top: 3px;
  margin-left: 5px;
}

div.heading.inbetween div.small {
  margin-top: 3px;
  padding: 0px;
}

div.heading div.tab {
  float: right;
  font-size: 11px !important;
  margin-top: 3px;
  margin-left: 0px; 
  padding-left: 10px;
  padding-right: 10px;
}

div.heading div.tab.rightmost {
  margin-right: 3px;
}

div.heading div.tab:before {
  content: '\25BA  ';
}

div.heading div.tab:hover {
  color: #DDDDFF;
  cursor: pointer;
}

div.content div.heading {
  border-right: none;
}

div.heading div  {
  padding: 5px;
}

div.filledBottom div.heading div {
  height: 30px;
  border-right: 1px solid #FFFFFF;
}

div.text {
  padding: 8px;
  position: relative;
}

div.highlight,
table.highlight {
  background-color: #EEEEFF;
}

div.text a {
  font-weight: bold;
}

q:before {
  content: "\201E";
}
q:after {
  content: "\201D";
}

p {
  margin: 0px;
  margin-top: 10px;
}

ol {
  padding-left: 2.5em;
}

ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

ul.bullet {
  list-style-image: url("/images/bullet.gif");
  margin-left: 25px;
}


ol {
  margin-left: 10px;
}

li {
  padding: 2px;
}

#menu a {
  padding-left: 5px;
  padding-right: 5px;
}

form {
  padding: 0px;
  margin: 0px;
}

.filledBottom {
  overflow: hidden !important;
  border-bottom: 1px #FFFFFF solid;
}

.first {
  margin-top: 0px !important;
}

h4.first {
  margin-bottom: 0px !important;
}

.spec {
  width: 100%;
  border-style: groove;
  font-family: TimesNewRoman serif;
  font-size: 12px;
}

select.button, 
input.button {
  width: 180px;
}

span.error {
  color: red;
  font-weight: bold;
}

span.code {
  white-space: pre;
  white-space: pre-wrap;
}

.notDisplayed {
  display: none;
}

p.bottom {
  margin-bottom: 5px;
}
