/* Copyright (c) 2008, Pragmatic Data, LLC. All rights reserved. */
html {
  height: 100%;
  width: 100%
}

body {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: white;
  color: black;
  font-family: "Arial Unicode MS", sans-serif;
  font-size: 100%;
}

div.page-head {
  background-color: #00b370;
  color: white;
  width: 100%;
  height: 100px;
  background-image: url('logo.png');
  background-position: right;
  background-repeat: no-repeat;
  margin: 0;
  padding: 0;
}

.explanation {
  font-size: 90%;
}

table.page {
  width: 100%;
  height: 500px;
  padding: 0;
  margin: 0;
  border: 0;
  border-collapse: collapse;
}

td.page-sidebar {
  background-color: #00b370;
  url(col-divider.png) 0 0 repeat-y;
  color: white;  
  width: 164px;
  height: 100%;
  overflow: hidden;
  padding: 0;
  margin: 0;
  vertical-align: top;
  font-weight: bold;
  text-align: left;
  border: 0;
}

hr.sidebar-hstrut {
  width: 164px; 
  height: 0px; 
  style: solid; 
  color: #00b370;
  background-color: #00b370;
  border: 0;
}

td.page-body {
  display: block;
  background: white;
  width: 100%;
  height: 100%;
  margin: 0;
  border: 0;
  vertical-align: top;
}

div.page-body {
  display: block;
  background: white;
  width: 100%;
  height: 100%;
  overflow: auto;
  margin: 0;
  border: 0;
  vertical-align: top;
}

div.terms {
  font-size: 80%;
}

div.page-sidebar-menu {
  margin: 10px;
}

div.overflow-control { 
  position:fixed;
  height:100%;
  overflow:hidden;		    
}

div.page-head a:visited,
div.page-head a:active,
div.page-head a:link {
  color: white;
  text-decoration: none;
  display: block;
  padding: 0;
  margin: 0;
}

div.page-foot a:visited,
div.page-foot a:active,
div.page-foot a:link {
  color: white;
  text-decoration: none;
  display: block;
  padding: 0;
  margin: 0;
  position:absolute;
}

div.page-sidebar-menu-item a:visited,
div.page-sidebar-menu-item a:active,
div.page-sidebar-menu-item a:link {
  color: white;
  text-decoration: none;
  background: url(menu-bullet.png) 0 0 no-repeat;
  display: block;
  padding: 0px 0 2px 20px;
  margin-bottom: 1px;
}    

h1.page-sidebar-menu-item a:visited,
h1.page-sidebar-menu-item a:active,
h1.page-sidebar-menu-item a:link {
  color: white;
  text-decoration: none;
}    

div.page-sidebar-menu-item a:hover {
  color: white;
  text-decoration: underline;
}    

div.page-foot {
  display: block;
  background-color: #00b370;
  color: white;
  font-weight: bold;
  vertical-align: top;
  width: 100%;
  height: 25px;
  position:absolute;
}

div.page-foot a:visited,
div.page-foot a:active,
div.page-foot a:link {
  color: white;
  text-decoration: none;
  display: block;
  padding: 0;
  margin: 0;
  position:absolute;
}    

h1 {
  font-size: 120%;
  font-weight: bold;
}
h2 {
  font-size: 110%;
  font-weight: bold;
}
h3 {
  font-size: 110%;
  font-weight: normal;
}
h4 {
  font-size: 100%;
  font-weight: bold;
}

table.data {
  border-collapse: collapse
}

th.data {
  background: silver;
  border-bottom: 1px solid white;
  border-right: 1px solid white;
  font-style: sans-serif;
  font-weight: bold;
  font-size: 9pt;
  text-align: left;
  vertical-align: top;
}

td.data {
  background: #FFF;
  border-bottom: 1px solid silver;
  border-right: 1px solid silver;
  font-style: sans-serif;
  font-weight: normal;
  font-size: 9pt;
  text-align: left;
  vertical-align: top;
  display: table-cell;
}

caption.data {
  font-size: 9pt;
  font-weight: bold;
  text-align: left;
  padding-left: 5pc;
}

.failure,
.error,
.fatal,
.error { 
  color: red; 
  font-weight: bold; 
}

.sch-failure,
.sch-warning,
.sch-error,
.sch-fatal,
.sch-error { 
  color: red; 
  font-weight: bold; 
}

div.sch-message { 
  font-style: italic;
}

.sch-error-mark { 
  background: red; 
  color: white; 
  font-style: normal; 
  font-weight: bold; 
  padding: 4 4 4 4;
}

div.toc { font-size: 71%; }
div.toc a:visited,
div.toc a:active,
div.toc a:link {
  color: white;
  text-decoration: none;
  display: block;
  margin-bottom: 1px;
  padding: 0 0 0 14px;
}    

div.toc a:hover {
  color: white;
  text-decoration: underline;
}    


/* AUTOCOMPLETE */

div.autocomplete {
    position: absolute;
    font-size: 90%
}

div.autocomplete ul {
    border: solid 1;
    background-color: #fff;
    margin: 0 0 0 0;
    padding: 1px 1px 1px 1px;
    list-style: none;
    padding: 0;
    overflow: auto;
    white-space: nowrap;
}

div.autocomplete ul li {
    color: #000;
    text-align: left;
}

div.autocomplete ul li a {
    color: #000;
    display: block;
    text-decoration: none;
    background-color: #fff 
    text-shadow: #000 0px 0px 5px;
    position: relative;
    padding: 0;
    width: 100%;
    padding: 0 0 0 1pc;
    text-indent: -1pc;
}

/* armed item in blue */
div.autocomplete ul li.as_highlight a {
    color: #fff;
    background-color: #1b5ccd;
}
div.autocomplete ul li a:hover { 
    color: #fff;
    background-color: #1b5ccd;
}
div.autocomplete ul li.as_highlight a:hover {
    color: #fff;
    background-color: #1b5ccd;
}

div.autocomplete ul li a span {
    display: block;
    font-weight: normal;
}
div.autocomplete ul li a span small {
    font-weight: normal;
}

div.autocomplete ul em {
    font-style: normal;
    color: blue;
}

div.autocomplete ul li.as_highlight em {
    font-style: normal;
    color: #ddd;
}

div.action {
    margin-left: 1em;
}
div.action-time {
    margin-left: 1em;
}
div.action-result {
    margin-left: 1em;
}
div.action-work {
    margin-left: 1em;
}

div.qp-checkbox-panel {
    height: 10pc;
    width: 35pc; 
    overflow-y: scroll; 
    overflow-x: hidden; 
    border: 1px solid;
}

input.qp-text {
    width: 20pc;
}

