/*  shared CSS elements  */

/*  DIVs for footnote (roundedbox and stationery themes)  */
/*  message footnotes  */
  .footnote_left {
    float: left;
    font-size: 7pt;
    margin-top:20px;
    margin-bottom: 20px;
    }

  .footnote_right {
    float: right;
    font-size: 7pt;
    margin-top:20px;
    margin-bottom: 20px;
    }


/*  table for footnote  bluebox and scroll*/
  .tbl_footnote {
    width: 100%;
    margin:0;
    }

/*  table cells of foot note */
  .tbl_footnote_left {
    text-align: left;
    font-size: 7pt;
    margin-top:20px;
    margin-bottom: 20px;
    }

  .tbl_footnote_right {
    text-align: right;
    font-size: 7pt;
    margin-top: 20px;
    margin-bottom: 20px;
    }

  .footnote_left a, .footnote_right a, .tbl_footnote_left a, .tbl_footnote_right a {
    text-decoration: none;
    }

  .footnote_left a:hover, .footnote_right a:hover, .tbl_footnote_left a:hover, .tbl_footnote_right a:hover {
    text-decoration: underline;
    }



/*  used in htmlpage.php  */
  .framed_box {
    background: #fff;
    border: 1px solid #666;
    width: 50%;
    margin-left: 20%;
    position: absolute;
    top: 200px;
    padding: 25px;
    }

  .pix {
    width: 100%;
    }

/*  footer.inc.php credits  -all skins and top of page main_engine*/
  .credits {
    font-family: Arial;
    font-size:7.5pt; 
    color:#366;
    margin-left:10px; 
    text-align: center; 
    
    }

  .credits a {
    text-decoration:none;
    }

  .credits a:hover {
    text-decoration:underline;
    }

  .attention {
    color: red;
    }

  .narrow_dropdown {
    width: 50px;
    }
