/* popframes html and body
html{
    margin:0px;
    padding:0px;
    height:100%;
    overflow:auto;
    _padding:110px 225px 5px 5px;
}
*/
body{
    margin:0;
    padding:0;
    height:100%;
    _overflow:hidden;
    zoom:1;
 font: 8pt/10pt Tahoma, Sans-Serif;
 _padding:110px 225px 5px 5px;
}
h1 {text-decoration: none; color: navy; font-family: Tahoma; font-weight:bold; font-size: 15pt; margin-bottom: 5px;}
h2 {text-decoration: none; color: navy; font-family: Tahoma; font-weight:bold; font-size: 14pt; margin-bottom: 5px;}
h3 {text-decoration: none; color: navy; font-family: Tahoma; font-weight:bold; font-size: 13pt; margin-bottom: -10px;}
h4 {text-decoration: none; color: navy; font-family: Arial; font-weight:bold; font-size: 12pt; margin-bottom: 5px;}
h5 {text-decoration: none; color: navy; font-family: Tahoma; font-weight:bold; font-size: 10pt; margin-bottom: 5px;}
a:link  {text-decoration:none; color:#039; font-weight:500; cursor:pointer; } /*underline  #039  font:9pt/10pt Tahoma, Sans-Serif;  */
a:visited  {text-decoration:none; color:#039; font-weight:500; cursor:pointer; }
a:active  {text-decoration:none; color:#039; font-weight:500; cursor:pointer; }
a:hover  {text-decoration:underline; color:#039; font-weight:500; cursor:pointer; }
a.anchstrong:link {text-decoration: none; font-weight:600; color: #039; cursor:pointer; } /*underline*/
a.anchstrong:visited {text-decoration: none; font-weight:600; color: #039; cursor:pointer; }
a.anchstrong:active {text-decoration: none; font-weight:600; color: #039; cursor:pointer; }
a.anchstrong:hover {text-decoration: underline; font-weight:600; color: #039; cursor:pointer; }
input {
 width:150px;
 font-family: Arial;
 font-size: 8pt;
 BORDER: #ddddbb 1pt solid; /*aaaa88*/
 /* font-size: 8pt;
 background-color: #eee;*/
}
input.inpchkbox {
  width:18px;
  text-align: center;
  border:none;
  margin-top:-2px;
  margin-bottom:-2px;
}
input.inpradio {
  width:18px;
  text-align: center;
  border:none;
  margin-top:-2px;
  margin-bottom:-2px;
}
select {
 width:150px;
 font-family: Arial;
 font-size: 8pt;
}
textarea {
 width:80%;
 FONT-FAMILY: Tahoma;
 font-size: 8pt;
}
div {
 border: red 1pt none;
 margin: 0px;
 padding: 0px;
 width: auto;
 text-align: left;
 vertical-align: top;
}
hr {
 BORDER-TOP: #999 1px solid;
 BORDER-bottom: #fff 1px solid;
 MARGIN: 2px 0px 2px 0px;
 HEIGHT: 0px;
 WIDTH: 100%; /* */
}
button {
    FONT-SIZE: 8pt;
 WIDTH: 100px;
 HEIGHT: 22px;
    FONT-FAMILY: Tahoma;
 font-weight:normal;
 COLOR: #333;
}
iframe {
 BORDER: none;
 WIDTH: 100%;
 HEIGHT: 250px; /* 250px auto */
 /*overflow-x: scroll;
 overflow-y: scroll;  hidden scroll*/
}
img {
 border: none;
}
form  {
  margin-top:0px;
  margin-bottom: 0px;
 }
form.btnform {
  width: 25px;
  margin-top:0px;
  margin-bottom: 0px;
  float:left;
   }
table {
    BORDER-RIGHT: silver 1pt none;
    BORDER-TOP: silver 1pt none;
    BORDER-LEFT: silver 1pt none;
    BORDER-BOTTOM: silver 1pt none;
    WIDTH: 100%;
    font: normal 8pt/10pt Tahoma, Sans-Serif;
 margin-left: auto;
 margin-right: auto;
}
th {
    BORDER-RIGHT: #999 1pt solid;
    BORDER-TOP: #ccc 1pt solid;
    BORDER-LEFT: #ccc 1pt solid;
    BORDER-BOTTOM: #999 1pt solid;
 PADDING-RIGHT: 2px;
    PADDING-LEFT: 4px;
    PADDING-TOP: 3px;
    PADDING-BOTTOM: 2px;
    CURSOR: hand;
    font: normal 8pt/10pt Tahoma, Sans-Serif;
    COLOR: #333; /* COLOR: #e3e3e3; */
    BACKGROUND-COLOR: #ccc;  /* #e3e3e3 */
 /*position:relative;
 top: expression(document.getElementById("tblheader").scrollTop+20);
 z-index: 10;*/
 text-align: left;
}
tr  {
 BACKGROUND-COLOR: transparent;
}
td  {
    BORDER-RIGHT: #cccccc 1pt none;
    BORDER-BOTTOM: silver 1pt none;
    BORDER-LEFT: medium none;
    BORDER-TOP: #dddddd 1pt none;
 PADDING-left: 3px;
 margin: 0px;
 padding: 1px;
 padding-left: 3px;
 font: normal 8pt/10pt Tahoma, Sans-Serif;
 BACKGROUND-COLOR: transparent;
}
