
/* css par defaut pour une liste... */
table.table-list {
    font-family : Verdana, Geneva, Arial, sans-serif;
    color: #DBCDB3;
    font-size: 9px;
    
    border : 0 solid #333333;
    border-collapse : collapse;
    
    background-color: #000000;
    
    /*table-layout : fixed;*/
    
    width : 550px;
}

table.table-list tr {
    font-family : Verdana, Geneva, Arial, sans-serif;
    color: #53463e;
    font-size: 10px;
    
    border-collapse : collapse;
    
    width : 550px;
}

table.table-list td {
    font-family : Verdana, Geneva, Arial, sans-serif;
    color: #53463e;
    font-size: 10px;
    
    border-collapse : collapse;
    
    background-color: #ffffff;
    
    vertical-align : top;
    text-align : left;
    
    padding-left : 0.5em;
    padding-right : 0.5em;
    padding-top : 2px;
    padding-bottom : 2px;
}


table.table-list tr.header {
    font-family: inherit;
    color: #fffeff;
    font-size: inherit;
    border-collapse: collapse;
    background-color: #2c446a;

}

table.table-list tr.header td {
	background-color: #FFFFFF;
	text-align: left;
	border-left: 1px solid #dedad7;
	border-bottom: 1px solid #dedad7;
	color: #2c446a;
	vertical-align: middle;
	font-size: 10px;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;
}

table.table-list tr.header td.header-first {
    
}


table.table-list tr.header td.header-last {
        
}


table.table-list tr.cell {
    
}

table.table-list tr.cell td {
    cursor : pointer ;
    padding-top : 3px !important;
    padding-bottom : 3px !important;
    border : 1px solid #dedad7;
    border-bottom : 0;
    border-top : 0;
    border-right : 0 !important;

}

table.table-list tr.cell td.cell-first {
    border-left : 0 !important;
}

table.table-list tr.cell td.cell-last {
    border-right : 0 !important;

}

table.table-list tr.cell td a {
	color: #f7a400;
	color: #53463e;
}
table.table-list tr.cell td a:visited {
    color : #B1B1B1;
}

table.table-list tr.cell td a:hover {
    color :  #000000;
    background-color: #DCDCDC;
    text-decoration: none;
}



table.table-list tr.event-desc td {
    border : 0 !important;
    
    /* display : none; */
}

tr.selected td {
    background-color : #eeede9 !important;
    cursor : auto !important;
}



