﻿


.popupBox
        {
            height: auto;
            left: 50%;
            margin-left: -250px;
            position: fixed;
            right: 50%;
            top: 10%;
            width: 500px;
            z-index: 4020;
            display: none;
        }



.popupBoxMed {
    height: auto;
    top: 10%;
    display: none;
    color: #000;
    z-index: 4020;
    background-color: #fff;
    border-style: solid;
    border-color: #AAA9A7;
    border-width: 2px;
    -moz-box-shadow: 3px 3px 5px 6px #ccc;
    -webkit-box-shadow: 3px 3px 5px 6px #ccc;
    box-shadow: 3px 3px 5px 6px #ccc;
    width: 600px;
    position: fixed;
    margin-left: -300px;
    left: 50%;
    right: 50%;
}


    .popupBox .popupHeader, .popupBoxMed .popupHeader {
        height: 25px;
        width: 100%;
        background-color: #C0C0C0;
        font-weight: bold;
    }

        .popupBox .popupHeader input, .popupBoxMed .popupHeader input {
            height: 25px;
            float: right;
        }



    .popupBox .popupMessageContent, .popupBoxMed .popupMessageContent {
        padding: 5px;
        /*padding: 5px 40px 5px 5px;*/
    }


    .popupBox .popupContent, .popupBoxMed .popupContent {
        height: 100%;
        margin: 10px 0px;
        background: #FFFFFF;
        padding: 0 10px;
    }

    .popupBox .popupFooter, .popupBoxMed .popupFooter {
        bottom: 0;
        right: 0;
        width: 100%;
        height: 30px;
        background-color: #F5F4F0;
        padding: 2px 5px 0;
    }

.disableBack {
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #ccc;
    display: none;
    opacity: 0.6;
    filter: alpha(opacity=60); /* For IE8 and earlier */
    z-index: 4000;
}

.ui-widget-overlay {
    background: #aaa !important;
}

.no-close .ui-dialog-titlebar-close {
    display: none;
}

.ui-dialog-titlebar.ui-widget-header {
    background: #104f96; /* Old browsers */
    background: -moz-linear-gradient(top, #104f96 0%, #157dd3 45%, #54abee 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#104f96), color-stop(45%,#157dd3), color-stop(100%,#54abee)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #104f96 0%,#157dd3 45%,#54abee 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #104f96 0%,#157dd3 45%,#54abee 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #104f96 0%,#157dd3 45%,#54abee 100%); /* IE10+ */
    background: linear-gradient(to bottom, #104f96 0%,#157dd3 45%,#54abee 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#104f96', endColorstr='#54abee',GradientType=0 ); /* IE6-9 */
}

div.ui-widget-content {
    background: rgb(162, 173, 191);
}

.ui-widget-content, .ui-dialog-titlebar.ui-widget-header {
    border: 1px solid #fff;
}

.ui-state-default {
    border: 1px solid #fff !important;
    background: url("images/header.png") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
}
