a:active {
  color: #2564c4;
}

a:hover {
  color: #1d4c93;
}

a:link {
  color: #2564c4;
}

a:visited {
  color: #2564c4;
}

h1 {
  font-size:16px;
}

.bg_top {
  background-color:#999BF3;
}

body {
  background-color: #fafafa;
  font-family: "Bitstream Vera Sans Serif", Verdana, Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
  font-size: 100%;
  margin: 0px 0px 0px 0px;
}

img {
  border: 0;
}

.menu {
  background-color: #CACBFA;
  font-size: 75%;
  margin: 0px;
  padding: 3px 3px 3px 3px;
}

.menu2 {
  background-color: #CACBFA;
  font-size: 75%;
  margin: 0px;
  padding: 0px 0px 0px 0px;
}

.menu a:link {
  color: #050505;
  text-decoration: none;
}

.menu a:visited { 
  color: #050505;
  text-decoration: none;
}

.menu a:hover {
  color: #ADADAD;
  text-decoration: none;
}

.menu ul {  
  margin: 0px 0px 0px 7px;
  padding: 0px;
}

.menu li {
  list-style-type: none;
}

.menu .base-seleted {
  color: #000000;
}

.tab {
  border: 0;
  font-size: 85%;
}

.tab a:link {
  text-decoration: none;
}

.tab a:visited {
  color: #2A4A6D
  text-decoration: none;
}

.tab a:hover {
  color: #000066;
}

table .title {
  background-color: #FFFFFF;
  border: 0px;
  width: 100%;
}

.hr {
  background-image:url('/images/line-hr.jpg');
  height: 1px;
}

.vr {
  background-image:url('/images/line-vr.jpg');
}

.dida {
  font-size: 80%;
}

.pre {
  white-space: pre;
}

.content {
  font-size: 80%;
  padding: 5px 5px 5px 10px;
  text-align: justify;
  width: 90%;
}

.content .ForrestTable {
  background-color: #7099C5;
  color: #ffffff;
  font-size: 90%;
  width: 100%;
}

.content .ForrestTable th a:link {
  color: white;
}

.content .ForrestTable th a:visited {
  color: #cfdced;
}

.content .ForrestTable th a:active {
  color: #000066;
}

.content .ForrestTable th a:hover {
  color: #000066;
}

.content .ForrestTable caption {
  color: black;
  font-weight: bold;
  text-align: left;
}

.content .ForrestTable th {
  text-align: center;
}

.content .ForrestTable td {
  background-color: #f0f0ff;
  color: black;
}

.content .attribution {
  font-size: 90%
  font-style: italic;
  text-align: right;
}

.frame {
  font-size: 90%;
  margin: 5px 20px 5px 20px;
}

.frame .content {
  margin: 0px;
}

.note {
  border: solid 1px #7099C5;
  background-color: #f0f0ff;
}

.note .label {
  background-color: #7099C5;
  color: #ffffff;
}

.warning {
  background-color: #fff0f0;
  border: solid 1px #D00000;
}

.warning .label {
  background-color: #D00000;
  color: #ffffff;
}

.fixme {
  background-color: #FAF9C3;
  border: solid 1px #C6C600;
}

.fixme .label {
  background-color: #C6C600;
  color: #ffffff;
}

.code {
  border-color: #CFDCED;
  border-style: solid;
  border-width: 1px;
  font-family: "Bitstream Vera Sans Mono", "Courier New", Courier, Monaco, monospace;
}

.codefrag {
  font-family: "Bitstream Vera Sans Mono", "Courier New", Courier, Monaco, monospace;
}

.highlight {
  background-color: yellow;
}

.minitoc {
  margin: 5px 5px 5px 40px;
}

.dtdElement {
  background-color: #ffffff;
  font-size: 90%;
  width: 100%;
}

.dtdTag {
  color: #990000;
  font-size: 120%;
  font-style: normal;
  font-weight: bold;
  text-transform: uppercase;
}

.searchCell, .searchCellField, .searchCellButton {
  font-size: x-small; 
}

@media print {
   .menu {
     display: none;
   }
}
