 /* Greybox */
#GB_overlay {    background:url(../images/overlay.png);    position: absolute;    margin: auto;    top: 0;    left: 0;    z-index: 100;}
#GB_window {    left: 0;    top: 0;    font-size: 1px;    position: absolute;    overflow: visible;    z-index: 150;}
#GB_window .content { width: auto;    margin: 0;    padding: 0px 6px 7px 7px;}
#GB_frame {    border: 0;    margin: 0;    padding: 0;    overflow: auto;    white-space: nowrap;}
.GB_Window .content {    background-color: #ffffff;    border: 2px solid #e1e1e1;    border-top: none; text-align:center;}
.GB_Window .header {border-top: 2px solid #e1e1e1; border-right: 2px solid #e1e1e1; border-left: 2px solid #e1e1e1; height: 36px;  color: #002650; width:auto; padding:0px 8px; margin:0px!important; font-weight:bold; font:normal 18px Arial, verdana, Helvetica, sans-serif}
.GB_Window .caption {  }
.GB_Window .close { text-align: right; font-size: 0px; }
.GB_Window .close span {font-size: 0px;    cursor: pointer; }
.GB_Window .close img {cursor: pointer;    padding: 0; vertical-align:top; height:22px; width:21px;}
.GB_Window .on { border-bottom: 1px solid #333; }
.GB_Window .click { border-bottom: 1px solid red; }

