﻿/* ListView */

#editionViewer {
    /*width: 980px;*/
    clear: both;
}

    #editionViewer .rlvI, .rlvIEdit {
        text-align: center;
        color: #666666;
        text-decoration: none;
        width: 175px;
        margin-top: 5px;
        margin-left: 4px;
        margin-right: 4px;
        margin-bottom: 5px;
        padding-left: 3px;
        padding-right: 3px;
        padding-top: 5px;
        padding-bottom: 5px;
        overflow: hidden;
        background-color: #FFFFFF;
        border: 1px solid #666666;
    }

    #editionViewer .rlvFloated {
    }

    #editionViewer .rlvEmpty {
        height: 350px;
        padding-top: 50px;
    }

    #editionViewer .RadListView_Default {
        border: 0px;
        background: transparent;
    }


    #editionViewer .rlvISel {
        text-align: center;
        color: #666666;
        text-decoration: none;
        width: 190px;
        margin-top: 5px;
        margin-left: 5px;
        margin-right: 5px;
        margin-bottom: 5px;
        padding-left: 0px;
        overflow: hidden;
        background-color: #C0C0C0;
    }

    #editionViewer .rlvI:hover {
        color: #FFFFFF;
        background-color: #C0C0C0;
    }


    .overlay {
         position: absolute;
                width: 100%;
                height: 100%;
                top: 0;
                left: 0;
                background: #000;
                opacity: 0.95
    }

    .overlay, .overlay a {
        color: #ffffff;
        font-style: italic;
    }

    .overlay a {
        font-size: 1.5em;
    }

    .overlayHeading {
    font-size: 2em;
    padding-bottom: 10px;
    line-height: 1.2em;
}

    .True {
        position: relative;
    }
