﻿#dialogLoader {
    width: 74px;
    position: absolute;
    padding: 10px;
    z-index: 200;
    background: #FFF;
}

#dialogLoader-content {
    height: 74px;
    display: block;
    padding: 6px;
    color: #666666;
    font-size: 13px;
    font-family: Trebuchet MS;
}

.loader {
    background: url(../../Resources/ajax-loader.gif) center no-repeat;
}

#dialogForm {
    width: 620px;
    position: absolute;
    padding: 10px;
    z-index: 200;
    background: #fff;
}

#dialogForm-header {
    display: block;
    width: 607px;
    padding: 3px 6px 7px;
    height: 14px;
    font-size: 14px;
    font-weight: bold;
    font-family: Trebuchet MS;
}

#dialogForm-content {
    display: block;
    padding: 6px;
    color: #fff;
    font-size: 13px;
}


#dialogGridview {
    position: absolute;
    padding: 10px;
    z-index: 200;
    background: #fff;
}

#dialogGridview-header {
    display: block;
    width: 486px;
    padding: 3px 6px 7px;
    height: 14px;
    font-size: 14px;
    font-weight: bold;
    font-family: Trebuchet MS;
    min-height: 23px;
}

#dialogGridview-content {
    display: block;
    padding: 6px;
    color: #fff;
    font-size: 13px;
}


#dialogContentor-content {
    padding: 6px;
    color: #fff;
    font-size: 13px;
}

#dialogAplTotais {
    width: 500px;
    position: absolute;
    padding: 10px;
    z-index: 200;
    background: #fff;
}

#dialogAplTotais-header {
    display: block;
    width: 584px;
    padding: 3px 6px 7px;
    height: 14px;
    font-size: 14px;
    font-weight: bold;
    font-family: Trebuchet MS;
}

#dialogAplTotais-content {
    display: block;
    padding: 6px;
    color: #fff;
    font-size: 13px;
}


#dialogForm {
    width: 716px;
    position: absolute;
    padding: 10px;
    z-index: 200;
    background: #fff;
}

#dialogForm-header {
    display: block;
    width: 716px;
    padding: 3px 6px 7px;
    height: 14px;
    font-size: 14px;
    font-weight: bold;
    font-family: Trebuchet MS;
}

#dialogForm-content {
    display: block;
    padding: 6px;
    color: #fff;
    font-size: 13px;
}



#dialog {
    top: 200px !important;
    position: absolute;
    width: 350px;
    padding: 10px;
    z-index: 200;
    background: #fff;
}

#dialog-header {
    display: block;
    padding: 3px 6px 7px;
    height: 25px;
    font-size: 14px;
    font-weight: bold;
}

#dialog-title {
    font-size: 11px;
    font-family: Trebuchet MS;
    font-weight: bold;
    float: left;
}

#dialog-close {
    float: right;
    cursor: pointer;
    margin: 3px 3px 0 0;
    height: 11px;
    width: 11px;
    background: url(../../Resources/dialog_closeGray.gif) no-repeat;
}

#dialog-Botao {
    font-size: 11px;
    background: #F6B066;
    font-size: 12px;
    border: 1px solid #BCBDC0;
    font-family: Trebuchet MS;
    z-index: inherit;
    margin-top: 45px;
    margin-right: 139px;
    float: right;
    cursor: pointer;
}

#dialog-content {
    display: block;
    padding: 12px 6px;
    color: Black;
    font-size: 12px;
    height: 110px;
    font-family: Trebuchet MS;
    text-align: left;
}

#dialog-mask {
    position: fixed;
    top: 0;
    left: 0;
    min-height: 100%;
    max-height: 100%;
    width: 100%;
    background: #FFF;
    opacity: .65;
    filter: alpha(opacity=65);
    z-index: 100;
}

#dialogie6-mask {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #FFF;
    opacity: .65;
    filter: alpha(opacity=65);
    z-index: 100;
}


.error {
    background: #fff url(../../Resources/error_bg.jpg) bottom right no-repeat;
    border: 1px solid #924949;
    border-top: none;
}

.errorheader {
    background: url(../../Resources/error_header.gif) repeat-x;
    color: #6f2c2c;
    border: 1px solid #924949;
    border-bottom: none;
}

.warning {
    background: #fff;
    border: 1px solid #726E6F;
    border-top: none;
}

.warningheader {
    background: #F6B066;
    border: 1px solid #726E6F;
    border-bottom: none;
}

.success {
    background: #fff url(../../Resources/success_bg.jpg) bottom right no-repeat;
    border: 1px solid #60a174;
    border-top: none;
}

.successheader {
    background: url(../../Resources/success_header.gif) repeat-x;
    color: #3c7f51;
    border: 1px solid #60a174;
    border-bottom: none;
}

.prompt {
    background: #fff url(../../Resources/prompt_bg.jpg) bottom right no-repeat;
    border: 1px solid #4f6d81;
    border-top: none;
}

.promptheader {
    background: url(../../Resources/prompt_header.gif) repeat-x;
    color: #355468;
    border: 1px solid #4f6d81;
    border-bottom: none;
}
