﻿html,
body {
    background: #f6f6f6;
}
/**************************
common
************************/
.hidden {
    display: none;
}

.left {
    text-align: left;
}

.center {
    text-align: center;
}

.right {
    text-align: right;
}


/**************************
loading
************************/
.ProgressDiv {
    z-index: 99999;
    width: 128px;
    height: 128px;
    left: 50%;
    top: 50%;
    margin-left: -64px;
    margin-top: -64px;
    text-align: center;
    left: 50%; /*FF IE7*/
    top: 50%; /*FF IE7*/
    margin-left: -64px !important; /*FF IE7  */
    margin-top: -64px !important; /*FF IE7 */
    margin-left: 0px;
    margin-top: 0px;
    position: fixed !important; /*FF IE7*/
    position: absolute; /*IE6*/
}

.progress-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #666666 50% 50% repeat;
    opacity: .50;
    filter: Alpha(Opacity=50);
    z-index: 99998;
}

/**************************
header
************************/
#masterHeaderContainerForInformationRequest {
    height: 100px;
    background: url(images/RequestInfoBanner576px.jpg) no-repeat;
    background-position: 100% 100%;
    background-size: 100% 100%;
    border-bottom-color: #400000;
    width: 100%;
    border-left: solid 2px #808000;
    border-right: solid 2px #808000;
    border-top: solid 2px #808000;
    background-color: #C0C0C0;
    box-shadow: 0 0 3px olive;
}

@media only screen and (min-width: 576px) {
    #masterHeaderContainerForInformationRequest {
        background: url(images/RequestInfoBanner768px.jpg) no-repeat;
        background-position: 100% 100%;
        background-size: 100% 100%;
    }
}

@media only screen and (min-width: 768px) {
    #masterHeaderContainerForInformationRequest {
        background: url(images/RequestInfoBanner.jpg) no-repeat;
        background-position: 100% 100%;
        background-size: 100% 100%;
    }
}

@media only screen and (min-width: 992px) {
    #masterHeaderContainerForInformationRequest {
        background: url(images/RequestInfoBanner.jpg) no-repeat;
        background-position: 100% 100%;
        background-size: 100% 100%;
    }
}

@media only screen and (min-width: 1200px) {
    #masterHeaderContainerForInformationRequest {
        background: url(images/RequestInfoBanner.jpg) no-repeat;
        background-position: 100% 100%;
        background-size: 100% 100%;
    }
}

