/*
    Created : 2008-04-08 - Art-Coding - Corentin Larose <css@art-coding.fr>
    Updated : 2008-07-03 - 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;
    }
    input,select,option {
        color: #2d323b;
    }
    span {
        color: #fff;
        font-size: 8px;
    }
    table {
        border-collapse: collapse;
        clear:left;
    }
    th,td {
        font-size: 11px;
        padding: 5px;
    }
    tbody td {
        border: 1px solid #c0c0c0;
    }
    tbody th {
        border: 1px solid #c0c0c0;
        font-family:Arial, sans-serif;
        font-weight:normal;
        text-align: left;
    }
    thead td {
        border: 1px solid #c0c0c0;
    }
    thead th {
        border: 1px solid #c0c0c0;
    }
    tr {
        border: 0;
        vertical-align: top;
    }
    th a,td a {
        color: #2d323b;
    }
    .twoColumns li {
        float: left;
        margin:20px 20px 0 0;
        width: 480px;        
    }
    #actionMenu a {
        background-color:#ccc;
        float:left;
        list-style-type:none;
        margin:10px 5px 0 0;
        padding:5px;
        text-decoration:none;
    }
    #actionMenu li {
        display:inline;
        list-style-type:none;
    }
    /* CLASS ==================================================================================== */
    .corner {
        border: 0;
    }
    .date {
        color: #fff;
        font-weight: normal;
    }
    .source {
        color:#fff;
    }
    .twoColumns {
        width: 1000px;        
    }
    .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 ======================================================================================= */
    #pageBlock {
        margin: 0;
        position: relative;
        text-align: left;
        width: auto;
    }
    #pageCenter {
        clear: both;
        float: left;
        margin:0 0 0 60px;
        overflow:visible;
        width: 1000px;
    }
    #actionMenu {
        clear:right;
    	float:left;
    	margin:0 0 20px 0;
		width:100%;
    }
    #exportFieldset, #bookmarkFieldset, #commentFieldset {
        background-color:#343f47;
    	float:left;
    	margin-bottom:20px;
    	width:300px;
    }    
}