a, tr, form, table, select, option, body, td, input { font-family: Verdana, Arial,sans-serif; font-size: 12px }

a.hide:link { text-decoration:none;color:#000000; }
a.hide:visited { text-decoration:none;color:#000000; }
a.hide:hover { text-decoration:none;color:#000000; }
a.hide:active { text-decoration:none;color:#000000; }
a.hide:focus { text-decoration:none;color:#000000; }

a.add_toolbar{ font-size: 10px; }

.incl {
  color:green;
  font-weight:bold;
}
.excl {
  color:red;
  font-weight:bold;
}
.info {
  color:blue;
  font-weight:bold;
}
.code {
  color:white;
  background-color:black;
  font-weight:bold;
  font-size: 16px;
}
.code_three {
  font-weight:bold;
  font-size: 16px;
}
.search_result_link {
  font-size: 14px;
}
.code_four_five {
  font-weight:bold;
}

a.white:link {
  color: rgb(238, 238, 238);
  font-weight:bold;
}
.white {
  color: rgb(238, 238, 238);
  font-weight:bold;
}
a.white:active {
  color: rgb(238, 238, 238);
  font-weight:bold;
}
a.white:visited {
  color: rgb(238, 238, 238);
  font-weight:bold;
}
a.white:hover {
  color: white;
  font-weight:bold;
}

.red-bar {
  color: rgb(238, 238, 238);
  background-color: rgb(203, 31, 31);
  height: 20px;
}
.red-font {
  color: rgb(203, 31, 31);
}

.systematics_navigation {  
  vertical-align: top;
  font-weight:bold;
  color: rgb(238, 238, 238);
  background-color: rgb(203, 31, 31);
}
.systematics_navigation_table {  
  vertical-align: top;
  font-weight:bold;
  color: rgb(238, 238, 238);
  background-color: rgb(203, 31, 31);
  width: 800px;
}
.systematics_table {
  width: 800px;
}
.full_width {
  width: 100%;
}
.paragraph {
  height: 30px;
  vertical-align: bottom;
}
.overview-codes {
  vertical-align: top;
}
.highlight {
	background-color: #ffff66;
}
.highlight2 {
	background-color: #a0ffff;
}
.highlight3 {
	background-color: #99ff99;
}
.highlight4 {
	background-color: #ff9999;
}
.highlight5 {
	background-color: #ff66ff;
}
.suggestion {
	color: rgb(203, 31, 31);
}

.head {
    background-color: transparent;
    padding: 0em 0em 0em 1.5em;
    white-space: nowrap;
    margin: 0;
    height: auto;
    line-height: normal;
}

.indent {
    padding: 0em 0em 0em 1.5em;
}

/* The global section tabs. */

#portal-globalnav {
    background-color: transparent;
    padding: 0em 0em 0em 2em;
    white-space: nowrap;
    list-style: none;
    margin: 0;
    height: auto;
    line-height: normal;
    font-size: 11px;
}

#portal-globalnav li {
    display: inline;    
    font-size: 11px;
}

#portal-globalnav li a {
    /* The normal, unselected tabs. They are all links */
    background-color: transparent;
    border-color: rgb(203, 31, 31);
    border-width: 1px;
    border-style: solid solid none solid;
    height: auto;
    margin-right: 0.5em;
    padding: 0em 1.25em;
    text-decoration: none;
    text-transform: lowercase;
    font-size: 11px;    
    color: #444444;
}

#portal-globalnav li.selected a {
    /* The selected tab. There's only one of this */
    background-color: rgb(203, 31, 31);
    border: 1px solid rgb(203, 31, 31);
    color: rgb(238, 238, 238);
    font-size: 11px;    
}

#portal-globalnav li a:hover {
    background-color: rgb(203, 31, 31);
    border-color: rgb(203, 31, 31);
    border-bottom-color: #dee7ec;
    color: rgb(238, 238, 238);
    font-size: 11px;
}