/* HEADERS COLONNES */
.SimpleGrid_colsheads{
    height: 100%;
}
.SimpleGrid_colsheads_tr{
    text-align: center;
    overflow: hidden;
}
.SimpleGrid_colsheads_td{
    float: left;
    border-right: 1px solid #fff;
    text-align: center;
    overflow: hidden;
}
.SimpleGrid_colsheads_td_even{
    /*background: #EBEBEB;   */
}
.SimpleGrid_colsheads_td_odd{
    /*background: #D8E1E8;   */
}


/* HEADERS ROWS */
.SimpleGrid_rowsheads{
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
}
.SimpleGrid_rowsheads_tr{
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    text-align: left;
    overflow: hidden;
}
.SimpleGrid_rowsheads_tr_even{
    background: #EBEBEB;   
}
.SimpleGrid_rowsheads_tr_odd{
    background: #D8E1E8;   
}


/* DATATABLE PRINCIPALE
    imbrication de divs
-------------------------*/
.SimpleGrid_datatable{
    height: 100%;
}
.SimpleGrid_datatable_tr{
    border-bottom: 1px solid #ccc;    
}
.SimpleGrid_datatable_tr:hover{
    background: #E1EBF2;    
}
.SimpleGrid_datatable_tr_even{
    background: #F7F7F7;   
}
.SimpleGrid_datatable_tr_odd{
    background: #EDF7FF;   
}

.SimpleGrid_datatable_td{
    border-right: 1px solid #ccc;
    float: left;
    overflow: hidden;
}

/*------------------------
    claro style pompage
--------------------------*/

.SimpleGridMasterHeader {
	background: url("../images/header.png") #EDF2F7 repeat-x bottom;
	background: -moz-linear-gradient(top, #EDF2F7, #D0DFEA);
	background: -webkit-gradient(linear, left top, left bottom, from(#EDF2F7), to(#D0DFEA));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#EDF2F7, endColorstr=#D0DFEA);
}