﻿.modalDiv
{
    /*position: absolute;     z-index: 5000;     background-color: #757575;     filter: alpha(opacity=4);     opacity: 0.6;     display: none;     width: 100%;     height: 100%;     top: 0px;     left: 0px;*/
    position: absolute;
    z-index: 5000;
    background-color: #757575;
    filter: alpha(opacity=70);
    opacity: 0.9;
    display: none;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
}

.ModelPopup
{
    font-size: small;
    padding: 2px 3px;
    display: block;
    position: absolute;
    z-index: 1;
}

.ModelContainer
{
    border: solid 1px #60baae;
    border-width: 2px 0px;
}

.ModelHeader
{
    font-family: Corbel;
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    color: #485652 !important;
    border-color: #d1d1d1 #60baae #60baae #60baae;
    border-style: solid;
    border-width: 0px 2px 1px 2px;
    padding: 5px 7px;
    background: #00626e; /* Old browsers */ /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: -moz-linear-gradient(left, #79d1c5 0%, #79d1c5 60%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#79d1c5), color-stop(60%,#79d1c5)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, #79d1c5 0%,#79d1c5 60%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, #79d1c5 0%,#79d1c5 60%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, #79d1c5 0%,#79d1c5 60%); /* IE10+ */
    background: linear-gradient(to right, #79d1c5 0%,#79d1c5 60%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#79d1c5', endColorstr='#79d1c5',GradientType=1 ); /* IE6-8 */
}

.ModelPopup .ModelBody
{
    background: #ffffff;
    border-color: #60baae;
    border-style: solid;
    border-width: 0px 2px;
    padding: 5px;
}

.ModelPopup .ModelDashBody
{
    background-color: #FFFFFF;
    border-color: #60baae;
    border-style: solid;
    border-width: 0px 2px;
    padding: 5px;
}

.ModelPopup .ModelFooter
{
    /*background: url('../../Image/sprite.png') repeat-x 0px -200px;*/ /* IE10+ */ /* IE10+ */ /* IE10+ */
    background-image: -ms-linear-gradient(bottom, #E3E3E3 0%, #ADADAD 100%); /* Mozilla Firefox */
    background-image: -moz-linear-gradient(bottom, #E3E3E3 0%, #ADADAD 100%); /* Opera */
    background-image: -o-linear-gradient(bottom, #E3E3E3 0%, #ADADAD 100%); /* Webkit (Safari/Chrome 10) */
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #E3E3E3), color-stop(100, #ADADAD)); /* Webkit (Chrome 11+) */
    background-image: -webkit-linear-gradient(bottom, #E3E3E3 0%, #ADADAD 100%); /* W3C Markup */
    background-image: linear-gradient(to top, #E3E3E3 0%, #ADADAD 100%);
    border-color: #60baae #60baae #d1d1d1 #60baae;
    border-style: solid;
    border-width: 1px 2px 0px 2px;
    text-align: right;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-right: 8px;
}

.ModelPopup .ModelClose
{
    top: 8px;
    right: 10px;
    background: url('../../App_Images/GridImages/cancel.png') no-repeat;
    width: 16px;
    height: 16px;
    cursor: pointer;
    position: absolute;
}




