

a        { text-decoration:underline; color:#000080 }
a:hover    { text-decoration:none }

input,textarea {
    border:1px solid #808080;
    font-family: verdana;
    font-size:xx-small;
    /*width : auto;*/
}
.button {
    width: auto;
    height :8px;

}

TR, TD, P, TEXTAREA{
  font-family : Tahoma,Arial,Helvetica,Sans-Serif;
  font-size   : xx-small;
  font-weight : normal;
}

TABLE{
  font-family : Tahoma,Arial,Helvetica,Sans-Serif;
  font-size   : xx-small;
  font-weight : normal;
  background-color: #FFFFFF;
}

A, TH, INPUT, SELECT, TABLE, TEXTAREA ,.inputbuton{
  font-family : Tahoma,Arial,Helvetica,Sans-Serif;
  font-size   : xx-small;
  font-weight : bold;
}

BODY {
  scrollbar-3dlight-color   : white;
  scrollbar-highlight-color : threedface;
  scrollbar-darkshadow-color: threedshadow;
  scrollbar-track-color     : E8E8E8;
  scrollbar-shadow-color    : threedface;
  background-color          : #FFFFFF /*  #E1EBF5  EAFADA*/;
  font-family               : Tahoma,Arial,Helvetica,Sans-Serif;
  font-size                 : xx-small;
  font-weight               : normal;
  cursor                    : default;
}

FORM,P {
  margin  : 0;
  padding : 0;
}

.butontab{
    border-width     : 1;
    border-style     : solid;
    border-color     : threedhighlight threedshadow threedshadow threedhighlight;
    color            : navy;
    position         : relative;
    top              : 0;
    text-align       : center;
    font-family      : Tahoma,Arial,Helvetica,Sans-Serif;
    font-size        : xx-small;
    font-weight      : bold;
    z-index          : 2;
    padding          : 3;
    cursor           : pointer;
    cursor           : hand;
}
.panel{
    position         : absolute;
    top              : 60;
    left             : 10;
    width            : 99%;
    z-index          : 1;
    height           : 85%;
    visibility       : hidden;
    font-family      : Tahoma,Arial,Helvetica,Sans-Serif;
    font-size        : small;
    font-weight      : normal;
    color            : navy;
    border           : thin solid navy;
    padding          : 10;
    overflow         : auto;
    background-color : #FFFFFF;
}
.butonpanel{
    position    : absolute;
    top         : 34;
    left        : 10;
    width       : 700;
    z-index     : 1;
    font-family : Tahoma,Arial,Helvetica,Sans-Serif;
    font-size   : small;
    font-weight : normal;
    border      : thin solid darkblue;
    background-color : linen;
}
