﻿.LightboxBlackout {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    filter:alpha(opacity=80);
    opacity:0.8;
    background-color: black;
    z-index: 700;
    display: none;
}

.LightboxItemContainer {
    top: 0px;
    left: 0px;
    width:100%;
    position:fixed;
    z-index: 701;
    display: none;    
}
.LightboxItem {
    width:700px;
    height:500px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 60px;
    background-color: White;
}

.LightboxText {
    margin: 10px 0px 0px 10px;
    width:238px;
    height: 458px;
    padding: 10px;
    padding-top: 20px;
}

.LightboxSection {
    margin-bottom: 20px;
}

.LightboxSectionTitle {
    font-weight: bold;
    font-size: 12pt;
    margin-bottom: 5px;
}

.LightboxSectionText {
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 10pt;
    color: 808080;
    font-size: 8pt;
}

.LightboxCloseContainer {
    position:relative;
}
.LightboxClose {
    width: 73px;
    height: 73px;
    position: absolute;
    left:662px;
    top:-37px;
    cursor:hand;
}