@charset "utf-8";
/* CSS Document */

.overlay {
    position: absolute;
    left: 0; top: 0;
    width: 100%; height: 100%;
    background-color: #000;
    background-color: transparent;
    visibility: hidden;
/*
    background-image: url(/images/overlay.png);
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/overlay.png", sizingMethod="scale");
 */
}



.outer {
    width: 450px;
    position: absolute;
    z-index: 100;
    overflow: hidden;
    visibility: hidden;
}
.inner {
    width: 430px;
    background-color: white;
    position: absolute;
    left: 0;
    top: 0;
    border:2px outset #eeeeee; /*border-change*/
}
.inner .title_bar_table {
/*border-change
    border: #0C4499 solid 1px;
    border-bottom: none;
 */
}
.inner .title_bar {
/*border-change
    border-left: #0C4499 solid 1px;
    border-right: #0C4499 solid 1px; */
    font-weight: bold;
    font-size: 14px;
    color: white;
    background-color: #0C4499; /*#4682B4;*/
}
.inner .title_bar .title_bar_HTML {
/*border-change    padding-left: 2px; */
    font-family: Arial;
    padding-left: 2px;
    padding-bottom: 2px;
    padding-top: 2px;
}
.inner .title_bar .title_bar_close {
    padding-right: 3px;
    padding-bottom: 2px;
    padding-top: 2px;
}
.inner .close_href {
    font-size: 12px;
}
.inner .inner_HTML {
/*border-change
    border-left: #0C4499 solid 1px;
    border-right: #0C4499 solid 1px;
 */
    border:2px inset #cccccc; /*border-change*/
    padding-left: 2px;
    padding-right: 2px;
    font-size: 13px;
    background-color: lightyellow;
}
.inner .status_bar {
/*border-change    border: #0C4499 solid 1px; */
    background-color: rgb(204, 204, 204);
    padding-left: 2px;
    padding-right: 2px;
    font-size: 10px;
    font-family: Arial, Helvetica, san-serif;
    font-weight: normal;
    color: black;
    font-style: normal;
    text-align: right;
    white-space: nowrap;
    padding-bottom: 2px;
    padding-top: 2px;
}
.inner .status_bar a {
    text-decoration: none;
}


.pop_under {
  display:block;
  visibility: hidden;
  font-family: Arial;
  font-size: 8pt;
  position: absolute;
  z-index: 5;
/*
  padding: 5px;
  border-style: solid;
  border-width: 1px;
  border-color: #003399;
  width: 25%;
  background-color: #ffffff;
*/
}

