﻿/*
 * SimpleModal Basic Modal Dialog
 * http://www.ericmmartin.com/projects/simplemodal/
 * http://code.google.com/p/simplemodal/
 *
 * Copyright (c) 2010 Eric Martin - http://ericmmartin.com
 *
 * Licensed under the MIT license:
 *   http://www.opensource.org/licenses/mit-license.php
 *
 * Revision: $Id: basic.css 257 2010-07-27 23:06:56Z emartin24 $
 *
 * Makoto: Comentado os estilos anteriores, e incluído os estilos enviados pela InterDevice
 */

#basic-modal-content {
    display: none;
}
/* Overlay */
#simplemodal-overlay {
    background-color: #000;
    /*cursor: wait;*/
}
/* Container */
#simplemodal-container {
    color: #bbb;
}

    #simplemodal-container .simplemodal-data {
    }

    #simplemodal-container code {
        background: #141414;
        border-left: 3px solid #65B43D;
        color: #bbb;
        display: block;
        font-size: 12px;
    }

    #simplemodal-container a {
        color: #ddd;
    }

        #simplemodal-container a.modalCloseImg {
            background: url("../Imagens/close.png") no-repeat scroll 0 0 transparent;
            cursor: pointer;
            display: inline;
            height: 29px;
            position: absolute;
            right: 15px;
            top: 7px;
            width: 25px;
            z-index: 3200;
        }

.dtm-dialog-close-style {
    background: url("../Imagens/close.png") no-repeat scroll 0 0 transparent;
    cursor: pointer;
    display: inline;
    height: 29px;
    position: absolute;
    right: 10px;
    top: 7px;
    width: 35px;
    z-index: 3200;
    margin-top: 5px;
}

/* IE 6 hacks */
/*#simplemodal-container a.modalCloseImg {background:none; right:-14px; width:22px; height:26px; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/basic/x.png',sizingMethod='scale');}*/

#simplemodal-container h3 {
    color: #84b8d9;
}

.ui-widget-overlay {
    position: fixed;
}

.modalDtm {
    background-color: transparent;
    overflow-x: hidden;
    overflow-y: hidden;
    display: inline;
    height: auto;
    width: auto;
    text-align: center;
}

.iframeDtm {
    border: 0;
    padding: 0;
    overflow-x: hidden;
    overflow-y: hidden;
    background-color: transparent;
    
}
/*.iframeDtm html {
    overflow: hidden;
}*/
