/*
    Created : 2008-04-08 - Art-Coding - Corentin Larose <css@art-coding.fr>
    Updated : 2008-10-10 - Art-Coding - Corentin Larose <css@art-coding.fr>
*/
@import url('screen_common.css');
@media screen {
    /* TAGS ===================================================================================== */
    h1 {
        font-size:18px;
        font-weight:normal;
        text-transform:uppercase;
    }
    h2 {
        text-transform:uppercase;
    }
    table {
        border-collapse:collapse;  
        clear:left;
        float:left;      
    }
    table * {
        font-size: 11px;
    }
    tr {
        border:0;
        vertical-align: top;
    }
    th, td {
        border: 1px solid #c0c0c0;
        padding:5px;
    }
    thead th {
        text-align:center;
    }
    tbody th {
        text-align:left;
    }
    tbody td {
    }
    .actionMenu {
        float:left;
        margin:0 0 20px 0; 
        width:100%;
    }
    .actionMenu a {
        background-color:#ccc;
        float:left;
        list-style-type:none;
        margin:0 5px 0 0;
        padding:5px;
        text-decoration:none;
    }
    .actionMenu li {
        display:inline;
        list-style-type:none;
    }
    /* CLASS ==================================================================================== */
    .linkTop {
        color:#fff;
    }
    .groupings,.labels,.units,.values {
        display: inline;
        cursor: pointer;
    }
    .divPopup {
        background-color: #ccc;
        border: 1px solid #fff;
        font-size:10px;
        font-weight:normal; 
        padding: 5px;
        position: absolute;
        text-align:left;        
        width:200px;
    }
    /* ID ======================================================================================= */
    #pageCenter {
        float: left;
        margin:0;
        width: 1000px;
    }
}