body{
  font-family:Verdana, Helvetica;
  font-size:13px;
  background-color:#6E6E6E;
  color:#7a7a7a;

  scrollbar-face-color:#ffffff;

  scrollbar-arrow-color:#000000;
  scrollbar-highlight-color:white;
  scrollbar-shadow-color:#000000;

  scrollbar-3dlight-color:black;

  scrollbar-darkshadow-color:#808080;

  scrollbar-track-color:#333333;
}

td{
  font-family:Verdana, Helvetica;
  font-size:13px;
}

a.blue{
  text-decoration:none;
  color:#3965a5;
}
a.blue:hover{
/*  font-weight:bold;*/
  color:red;
  text-decoration:underline;
}
a{
  text-decoration:none;
/*  color:#3965a5;*/
  color:black;
}
a:hover{
/*  font-weight:bold;*/
  text-decoration:underline;
}
a:active{
/*  font-weight:bold;*/
  text-decoration:none;
  color:red;
}
a.rem{
  text-decoration:none;
  color:red;
}
a.rem:hover{
  text-decoration:underline;
  color:red;
}


/*a.menu{*/
/*  color:black;*/
/*  padding-left:8px;*/
/*  padding-top:2px;*/
/*  padding-bottom:2px;*/
/*  width:130px;*/
/*}*/
/*a:hover.menu{*/
/*/*  color:black;*/*/
/*  font-weight:normal;*/
/*  text-decoration:none;*/
/*/*  background-color:#F7FBDE;*/*/
/*  background-color:white;*/

/*  padding-top:1px;*/
/*  padding-bottom:1px;*/

/*  border-style:solid;*/
/*  border-left-width:0px;*/
/*  border-right-width:0px;*/
/*  border-top-width:1px;*/
/*  border-bottom-width:1px;*/
/*}*/
/*a:active.menu{*/
/*  color:black;*/
/*}*/

/*.menu_list{*/
/*  font-size:12px;*/
/*/*  background-color:white;*/*/
/*  background-color:#F7FBDE;*/
/*}*/

.menu_list{
  font-size:12px;
/*  background-color:#f7fbde;*/
  padding-top:2px;
  padding-bottom:2px;
}

.dark{
/*  background-color:green;*/
/*  background-color:#385c7d;*/
  background-color:#595959;
}


.light{
  background-color:white;
}

.disabled{
  color:#d1d1d1;
}

.copy{
  font-size:11px;
}

.menu_heading, .menu_heading_admin{
  color:white;
/*  background-color:#385c7d;*/
  background-color:#595959;

  font-weight:bold;
  padding-left:7px;
}
.menu_heading_admin{
  background-color:#fa9148;
  color:black;
}

.title{
  font-weight:bold;
  color:white;
  background-color:#3965a5;
}
td.title{
  padding-left:7px;
}
div.title{
  font-family:Verdana;
  font-size:13px;
  font-weight:bold;
  color:#7a7a7a;
  background-color:white;
}
span.title{
  font-size:15px;
  font-weight:bold;
  color:black;
  background-color:white;
}
td.bordered{
  border-style:solid;
  border-color:black;

  border-left-width:0px;
  border-right-width:0px;
  border-top-width:0px;
  border-bottom-width:1px;
}
img.bordered{
  border-style:solid;
  border-color:black;
}

.indented{
  position:relative;
  left:10px;
}

a.menu{
  color:black;
  width:130px;
}
a:hover.menu{
  font-weight:normal;
  text-decoration:none;
  width:130px;
}
a:active.menu{
  color:black;
  width:130px;
}

.menu_link, .menu_link_admin{
  color:black;
  padding-left:8px;
  padding-top:2px;
  padding-bottom:2px;
  width:130px;
  background-color:#E6E6E6;
}

.menu_link_admin{
  background-color:#f6ebbc;
}

.menu_link_hover, .menu_link_admin_hover{
  width:130px;
  color:black;
  background-color:white;

  padding-left:8px;
  padding-top:1px;
  padding-bottom:1px;

  border-style:solid;
  border-left-width:0px;
  border-right-width:0px;
  border-top-width:1px;
  border-bottom-width:1px;
}

.nav_text{
/*  font-family:Arial;*/
  font-size:9pt;
  color:white;
/*  background-color:white;*/

/*  width:72px;*/
/*  hight:14px;*/
/*  color:white;*/
/*  background-color:#333333;*/

/*  padding-left:8px;*/
/*  padding-top:1px;*/
/*  padding-bottom:1px;*/

/*  border-style:solid;*/
/*  border-width:1px;*/
/*  border-color:white;*/
/*  border-right-width:0px;*/
/*  border-top-width:1px;*/
/*  border-bottom-width:1px;*/
}


/*-----------------NEW 062103---------------------*/
.img-idx{
  position:relative;
/*  top:0px;*/
/*  left:0px;*/
}
.brown{
/*  position:relative;*/
  background-color:#333333;
/*  top:0px;*/
/*  left:0px;*/
}

.img-sm{
/*  z-index:-1;*/
  position:absolute;
/*  left:270;*/
/*  top:78;*/
  left:auto;
  top:auto;

  visibility:hidden;
}

.small{
  font-size:10px;
}

.main_heading{
  color:white;
  background-color:#595959;
  font-weight:bold;
  padding-left:7px;

  border-style:solid;
  border-color:white;

  border-left-width:0px;
  border-right-width:0px;
  border-top-width:0px;
  border-bottom-width:1px;

}

.white{
  background-color:#ffffff;
}
.offwhite{
  background-color:#eeeeee;
}
.offwhite-dark{
  color:#000;
  background-color:#eee;
}

.formatted, .formatted-small, .formatted-seq, .select-formatted-small, .formatted-file{
  font-family:Verdana;
  font-size:12px;
  width:400px;
  background-color:white;
  border-style:solid;
  border-color:black;
  border-width:1px;
  wrap:virtual;
}

.formatted-file{
/*  width:260px;*/
  width:100%;
  border-color:black;
}

.formatted-small{
  width:auto;
}
