﻿.searchResult {
    list-style-type: none !important;
    /*margin-left: 0px;
    list-style:none;
    padding-left:0;
    margin-top:0px;
    margin-bottom: 0px;
-moz-column-count: 2;
    -moz-column-gap: 10px;
    -webkit-column-count: 2;
    -webkit-column-gap: 10px;
    column-count: 2;
    column-gap: 10px;*/
    font-size: 12pt;
}

.resultContainer {
    margin-bottom: .25in;
}

.normal {
    font-size: small !important;
    margin-left: 3px;
}

.expanded {
    font-size: small !important;
    margin-left: 3px;
}

.expandlink {
    color: blue !important;
    cursor: pointer;
}

.bold {
    font-weight: 700;
}

.resultHeaderSelected {
    background-color: darkcyan !important;
    cursor: pointer !important;
}

.resultHeader {
    min-height: 25px;
    cursor: pointer !important;
    margin-top: 0px;
    font-size: 14pt;
    background-color: #DDDDDD;
}

.searchResultField {
    list-style-type: none;
}

.selectedHeader {
    background-color: #8290ff !important;
}

.selectedContainer {
    border: 2px solid #888888 !important;
}

#details {
    page-break-before: always;
}

#container {
    /*position: fixed;
    top:0;
    left:0;*/
    margin-left: auto;
    margin-right: auto;
}

    #container.A3-landscape {
        /*height: 11in;
    width: 17in;*/
        margin-left: auto;
        margin-right: auto;
    }

    #container.A3-portrait {
        /*width: 11in;
    height: 17in;*/
        margin-left: auto;
        margin-right: auto;
    }

    #container.Letter-portrait {
        /*height: 11in;
    width: 8.5in;*/
        margin-left: auto;
        margin-right: auto;
    }

    #container.Letter-landscape {
        /*width: 11in;
    height: 8.5in;*/
        margin-left: auto;
        margin-right: auto;
    }

img.A3-landscape {
    display: block;
    height: 10in;
    margin-left: auto;
    margin-right: auto;
}

img.A3-portrait {
    display: block;
    float: left;
    width: 10in;
    margin-left: auto;
    margin-right: auto;
}

img.Letter-portrait {
    display: block;
    float: left;
    width: 7.5in;
    margin-left: auto;
    margin-right: auto;
}

img.Letter-landscape {
    display: block;
    height: 7in;
    margin-left: auto;
    margin-right: auto;
}

img.LargeFormat {
    display: block;
    float: left;
    height: 20in;
    margin-left: auto;
    margin-right: auto;
}




#disclaimer {
    background: #5e5e5e;
    border: 2px solid black;
    position: absolute;
    z-index: 500;
    font-size: 7pt;
    padding: 2px;
}

    #disclaimer.A3-landscape {
        /*width: 13in;
    height: 2in;*/
        width: 5.75in;
        top: 8.75in;
        right: auto;
        bottom: auto;
        left: .4in;
    }

    #disclaimer.LargeFormat {
        /*width: 13in;
    height: 2in;*/
        width: 5.75in;
        top: 21in;
        right: auto;
        bottom: auto;
        left: .4in;
    }

    #disclaimer.A3-portrait {
        /*display: inline-block;
    float:left;
    height: 13in;
    width: 2in;*/
        width: 5in;
        top: 12.5in;
        right: auto;
        bottom: auto;
        left: .4in;
    }

    #disclaimer.Letter-portrait {
        /*display: inline-block;
    float:left;
    height: 8in;
    width: 1.5in;*/
        width: 4in;
        top: 8.25in;
        right: auto;
        bottom: auto;
        left: .5in;
    }

    #disclaimer.Letter-landscape {
        /*width: 1.5in;
    height: 8in;*/
        width: 5.75in;
        top: 6.25in;
        right: auto;
        bottom: auto;
        left: .5in;
    }

.noprint {
    display: none !important;
}
