﻿/**
* Containers
*/
.iframe_shim
{
    position:absolute;
    display:block;
        
    background-color:#000000;
        
    z-index:10000;
}
    
.div_shim
{
    position:absolute;
    display:block;
        
    background-color:#707070;
    
    border-style:solid;
    border-width:1px;
    border-color:#000000;
    
    color:#FFFFFF;
    font-family:Verdana;
    font-size:11px;
    text-align:center;
    
    z-index:10001;
}

/**
* Boutons boites de dialogues modales
*/
.div_shim_dialog_buttons
{
    position:absolute;
    display:block;
        
    background-color:#707070;
    
    border-style:none;
    
    color:#FFFFFF;
    font-family:Verdana;
    font-size:11px;
    text-align:center;
    
    z-index:10001;
}

.div_shim_dialog_buttons button
{
    width:70px;
    height:30px;
}

/**
* Menu-carte
*/
.div_mapmenu_command
{
    text-align:center;
}

.div_mapmenu_command:hover
{
    text-align:center;
    font-weight:bold;
    background-color:#A2A2A2;
}

/**
* Formulaires
*/
.table_form
{
    width:100%;
}

.table_form th
{
    height:25px;
    vertical-align:top;
}

.table_form tr
{
    height:20px;
}

.table_form input
{
    width:90%;
}

.table_formfield_label
{
    text-align:right;
    width:45%;
}

.table_formfield_input
{
    text-align:left;
}