﻿
/* LightBox */
#lightboxContainer {
    position:absolute;
    z-index:50;
}

#lightboxBackdrop {
    position:absolute; 
    width:100%; 
    height:100%; 
    background-color:#000000; 
    opacity:0.5;
    z-index:50;
}
#lightboxContent {
    position:absolute; 
    width:590px; 
    top:0px; 
    left:0px; 
    background-color:#FFFFFF; 
    opacity:1.0; 
    border-radius:12px;
    z-index:100;
}
#lightboxContent div, table, tr, th, td, tbody, span, b, h2 {
    z-index:100;
}
#speakerName {
    padding-bottom:12px; 
    font-size:22px; 
    line-height:22px; 
    color:#005397; 
    font-family:Georgia;
}
#speakerHeadshot {
    margin-right:24px; 
    border-radius:12px;
}

#lightboxTitle {
    padding-bottom:12px; 
    font-size:22px; 
    color:#005397; 
    font-family:Georgia;
    line-height:24px;
}

#lightboxButton {
    padding-top:12px; 
    text-align:right;
}
.lightboxHeader {
    padding-bottom:12px; 
    font-size:22px; 
    line-height:22px; 
    color:#005397; 
    font-family:Georgia;
}
.lightboxBio {
    font-size:12px;
    line-height:18px; 
    max-height:500px; 
    overflow-y:auto; 
    overflow-x:hidden;
}
.lightboxDivider {
    text-align:center;
    margin-bottom:6px;
}

/* Lightbox Container */
.lightboxPrint {

}

.tblLightbox {
    margin:24px;
}
.lightboxButtons {
    text-align:center;
    margin-top:20px;
}
.lightboxButtons img, [type=image] {
    margin-right:10px;
    margin-left:10px;
}
@media print {

   .noprint {
       height:0px !important;
       width:0px !important;
       display:none !important;
   }

    /* Lightbox Container */
    .lightboxPrint {
       display: block !important;
       top:0px  !important;
       left:0px  !important;
       z-index: 600  !important;
       border: none  !important;
       color: #000000  !important;
    }
    DIV.lightboxPrint th, td {
        color: #000000  !important;
    }
    input[type=image] {
        display:none !important;
    }

    #lightboxContainer {
        height:100px !important;
        top:0px !important;
        left:0px !important; 
        width:800px !important;
    }
    #lightboxBackdrop{
        display:none !important;
    }
    #lightboxContent{
        top:0px !important;
        left:0px !important;
        width:600px !important;
        height:auto !important;
        position:relative !important;
    }


}