/* body {font-size:100%;}
h1 {font-size:2.5em;}
h2 {font-size:1.875em;}
p {font-size:0.875em;}
 */

.externlink {
  text-decoration: none;
  font-weight: bold;
  color: #60F;
}

a.externallink {
  text-decoration: none;
  font-weight: bold;
  color: #600;
  background: url(../images/new_window_icon.gif) center right no-repeat;
  padding-right: 12px;
}

a.topjumplink {
  text-decoration: none;
  font-weight: bold;
  color: #600;
  background: url(../images/topjump.jpg) center right no-repeat;
  padding-right: 100%;
}

.examplelink {
  text-decoration: none;
  font-weight: normal;
  color: #600;
}

.examplelink span {
  display: none;
  text-decoration: none;
  font-weight: normal;
  font-size: 12px;
  color: #600;
  position: absolute;
  border: 1px #000000 solid;
  background-color: #FFFFFF;
  padding: 2px;
}
.examplelink:hover span {
  display: block;
}

.normallink {
  text-decoration: none;
  font-weight: normal;
  color: #600;
}

p.pad_level2, .pad_level2 {
  padding-left: 10px;
}

.pad_level3 {
  padding-left: 20px;
}

.tt {
  font-size: 80%;
  margin: 0;
  padding: 3px 15px 3px 0;
}
.ttt {
  font-size: 80%;
  margin: 0;
  padding: 3px 15px 3px 0;
}
.tt2 {
  font-size: 80%;
  margin: 0;
  text-align: center;
}

#skipped_models  {
  color: #F00;
  font-weight: bold;
  font-size: 16px;
}

img {
  border: 0;
}

.imgsimple {
  border-style: none;
}

.tip {
  cursor: help;
}
.model_bar, .query_bar {
  height: 0px;
  border: 3px solid;
  font-size: 0px;
  cursor: help;
}
.query_bar {
  top: -4px;
}
.sequence_reference_bar {
  position: relative;
  top: 0px;
  left: 0px;
  height: 0px;
  border: 1px solid ;
  border-color: rgb(0, 0, 0);
  background-color: rgb(0, 0, 0);
  font-size: 0px;
}
/* browser hacks for <=IE6 */
* html .model_bar {
  border: 2px solid;
  margin-top: 2px;
}
* html .query_bar {
  border: 2px solid;
  top: -5px;
}
* html .sequence_reference_bar {
  border-width: 1px 0px;
  /*border: 1px solid;
  border-right: 0px;
  border-left: 0px;*/
}
textarea {
  width: 440px;
}

.selected {
  /*background-color: rgb(227, 224, 161) !important;*/
  border-color: rgb(227, 160, 0) !important;
/*    border-color: #B6b65f #E0DD99 !important;
*
*    background-color: #F6F0cf !important;
*/
  height: 0px; /*from class model_bar*/
  border: 3px dotted;
}

.selected_models_text {
  background-color: #FFF !important;
  color: rgb(189, 184, 94) !important;
}

.selected_table {
  background-color: rgb(227, 224, 161) !important;
  /*color: rgb(189, 184, 94) !important;*/
}

.highlighted {
  background-color: #FFCC00 !important;
  border-color: #FFCC00 !important;
/*   border-color: #F0DD99 !important;
*   background-color: #F0DD99 !important;
*/
  height: 0px; /*from class model_bar*/
  border: 3px solid;
}

.redflagged {
  background-color: #FFAAAA !important;
  border-color: #FFAAAA !important;
/*   border-color: #F0DD99 !important;
*   background-color: #F0DD99 !important;
*/
  height: 0px; /*from class model_bar*/
  border: 3px solid;
}

.table_bg1 {
  background-color: #FFF !important;
}

.table_bg2 {
  background-color: #F0F0F0 !important;
}


.form_field_notok {
  background-color: #FFDEDE;
}

.struc_comp_print {
  display: none;
}

.struc_comp {
  display: block;
}

.struc_comp_fig_caption {
  font-size: 12px !important;
}

.struc_comp_text {
  font-size: 12px !important;
}

.input-float {
  float: left;
  margin-right: 5px;
}

.terms_suggest_box {
  z-index:100;
  background-color: #FFFFF9;
  border: 1px solid;
}

ul.ul_level1 {
  list-style-type:square;
  font-size: 11px; /*0.99em; #19px/16=1.19em for IE needs a default font size*/
  font-weight:normal;
}

ul.ul_level2 {
  list-style-type:circle;
  font-size: 11px;
  font-weight:normal;
}

ul.ul_toplevel {
  list-style-type:lower-alpha;
  padding-left: 30px;
  font-weight:bold;
}

ul.toc {
  list-style-type:none;
}

ul.ul_refs {
  list-style-type:disc;
  font-size: 10px;
  padding-left: 20px;
}

.term_suggestion ul { }

.term_suggestion li {
  list-style-type:  none;
  font-size: 100%;
  color: #3C0407 !important;
  margin: -5px 0;
  height: 18px;
  padding: 0 0 0 -5px;
  border: none;
  margin-right: 15px;
}

.term_suggestion li.selected {
  background-color: rgb(227, 224, 161) !important;
  border-color: rgb(227, 224, 161) !important;
  /*margin: -5px 0;*/
  /*height: 18px;*/
  /*padding: 0 0 0 -5px;*/
  border: none;
  /*margin-right: 15px;*/
}


