﻿body
{
}

.accordionHeader
{
    color: Black;
    background: #D0D0D0 url(../Images/plus12.gif) no-repeat scroll right 50%;
    font-size: 11px;
    padding: 5px;
    cursor: pointer;
    margin:5px 0 0 0;
    font-weight:bold;
}

.accordionContent
{
    border: 1px solid #78B5E3;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
    font-size: 11px;
}

.accordionLink
{
    background-color: #D3DEEF;
    color: White;
}

.watermark
{
    background: #FFAAFF;
}

.popupControl
{
    background-color: #AAD4FF;
    position: absolute;
    visibility: hidden;
    border-style: solid;
    border-color: Black;
    border-width: 2px;
}

.modalBackground
{
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.modalPopupCombos
{
    background-color: #ffffff;
    border: 1px solid #FF6400;
    padding: 3px;
}

.modalPopup1
{
    background: #000000 url(/Images/box_center_header_bg_center.GIF) repeat-x left top; /*background-color: #99CCFF;*/
    border-width: 3px;
    border-style: solid;
    border-color: Gray;
    padding: 3px;
}


.sampleStyleA
{
    background-color: #FFF;
}

.sampleStyleB
{
    background-color: #FFF;
    font-family: monospace;
    font-size: 10pt;
    font-weight: bold;
}

.sampleStyleC
{
    background-color: #ddffdd;
    font-family: sans-serif;
    font-size: 10pt;
    font-style: italic;
}

.sampleStyleD
{
    background-color: Blue;
    color: White;
    font-family: Arial;
    font-size: 10pt;
}
.accordionHeaderSelected
{
    color: Black;
    background: #78B5E3 url(../Images/minus12.gif) no-repeat scroll right 50%;
    font-size: 11px;
    font-weight: bold;
    padding: 5px;
    cursor: pointer;
    font-weight: bold;
    margin:5px 0 0 0;
}

/* css class for loading image in SearchResults.aspx*/
.searchResultsLoading
{
    z-index: 100px;
    top: 400px;
    left: 450px;
    position: absolute;
}

.loading
{
    background-color: #314152;
    color: #FFFFFF;
    font-family: Arial;
    font-size: 12px;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    height: 20px;
    left: 0;
    line-height: normal;
    padding: 3px 2px 0 7px;
    position: fixed;
    top: -25px;
    width: 65px;
    z-index: 1000;
}
