BODY {color: black; font:  8pt Tahoma
}

a{font: 8pt Tahoma; color: #00002b;text-decoration:none}
a:hover{font: 8pt Tahoma; color: #336699;text-decoration: underline}
.qmenu{font: 8pt Tahoma; color: #00002b;text-decoration:none}
.qmenu:hover{font: 8pt Tahoma; color: yellow;text-decoration:none}

.sml{font: 7pt Tahoma}
.sml:hover{font: 7pt Tahoma;color: red}
.med{font: 8pt Tahoma; color: #00002b}
.header{font: bold 8pt Tahoma; color: black}

body input 
{
    font: 8pt tahoma;
    
}

TH
{
     background-image: url(../images/template/header_bg.gif);
     background-position: bottom;
     color: White;
     height: 17px;
}
TABLE
{
    border-collapse: collapse;
    padding: 0px;
}
.TABTABLE
{
    padding: 0px;
    border: none;
 }
.MenuItems
{
    
}
.MenuItems:hover
{
    text-decoration: underline;
}
.but{font: 8pt Tahoma;
background-image: url(../images/template/but.gif);
color: #000000;
width: 100;height: 20;
  cursor: hand;}
fieldset
{
    width: 90%;
    border: solid 2px #C87B02;
}
legend{font-weight: bold;color: black}

.fieldset1{width: 90%; background-color:gainsboro ;border-left-color: cadetblue; border-bottom-color: cadetblue; border-top-style: solid; border-top-color: cadetblue; border-right-style: solid; border-left-style: solid; border-right-color: cadetblue; border-bottom-style: solid;}
.legend1{color:White; border-right: cadetblue thin solid; border-top: cadetblue thin solid; border-left: cadetblue thin solid; border-bottom: cadetblue thin solid; background-color: cadetblue}

.fld {background: #FFFFFF;color: #182E3B;font: 8pt Tahoma; border: solid 1px black;}
.trns{background: transparent;color: #182E3B;font: 8pt Tahoma; border: 0px }
TD {font: 8pt Tahoma; color: #00002b}
HR {COLOR: #003366; HEIGHT: 1px}

.menu{font: 8pt Tahoma;color: white;text-decoration: none;padding-left: 5px;padding-right: 5px}
.menu:hover{font: 8pt Tahoma;color: white;text-decoration: underline}

.highlight{
background:yellow;
}
.sugM{background: silver}
.sugM:hover{background: red}


table.Box td.topLeft {
    background-image: url("../images/box/box-tl.gif");
    background-repeat: no-repeat;
    padding-top: 12px;
    padding-left: 12px;
  }


table.Box td.topRight {
    background-image: url("../images/box/box-tr.gif");
    background-repeat: no-repeat;
  }
  
table.Box td.bottomLeft {
    background-image: url("../images/box/box-bl.gif");
    background-repeat: no-repeat;
    font-size: 4px;
  }
  
table.Box td.bottomRight {
    background-image: url("../images/box/box-br.gif");
    background-repeat: no-repeat;
    font-size: 4px;
  }
  
.ACdiv{
position: absolute;
border: solid 1px #336699;
background: #EEEEEE;
color: blue;
width: 120;
display: none;
}

input.autocomplete {
  background: white url('../images/throbber.gif') no-repeat 100% 1px;
}

input.throbbing {
  background: yellow url('../images/throbber.gif') no-repeat 100% -19px;
}

.dialog {
  color: ButtonText;
  background: ButtonFace;
}
.dialog .content { padding: 2px; }
.dialog, .dialog button, .dialog input, .dialog select, .dialog textarea, .dialog table {
  font: 11px Tahoma,Tahoma,sans-serif;
}
.dialog table { border-collapse: collapse; }
.dialog .title {
  background: #008;
  color: blue;
  border-bottom: 1px solid #000;
  padding: 1px 0px 2px 5px;
  font-size: 12px;
  font-weight: bold;
  cursor: default;
}
.dialog .title .button {
  float: right;
  border: 1px solid #66a;
  padding: 0px 1px 0px 2px;
  margin-right: 1px;
  color: #fff;
  text-align: center;
}
.dialog .title .button-hilite { border-color: #88f; background: #44c; }
.dialog button {
  width: 5em;
  padding: 0px;
}
.dialog .buttonColor {
  padding: 1px;
  cursor: default;
  border: 1px solid;
  border-color: ButtonHighlight ButtonShadow ButtonShadow ButtonHighlight;
}
.dialog .buttonColor-hilite {
  border-color: #000;
}
.dialog .buttonColor .chooser, .dialog .buttonColor .nocolor {
  height: 0.6em;
  border: 1px solid;
  padding: 0px 1em;
  border-color: ButtonShadow ButtonHighlight ButtonHighlight ButtonShadow;
}
.dialog .buttonColor .nocolor { padding: 0px; }
.dialog .buttonColor .nocolor-hilite { background-color: #fff; color: #f00; }
.dialog .label { text-align: right; width: 6em; }
.dialog .value input { width: 100%; }
.dialog .buttons { text-align: right; padding: 2px 4px 0px 4px; }
.dialog legend { font-weight: bold; }
.dialog fieldset table { margin: 2px 0px; }
.dialog fieldset { padding: 3px; }