/************************************************************************************
 Some styling for the javascript drag & drop article - jvn@vns.nl - 2006 nov 6
************************************************************************************/

#divlist {
    float: left;
    margin: 10px 50px 10px 0px;
}

#divtable {
    float: left;
    margin-top: 10px;   
}

#divclear {
    clear: both;
    margin-bottom: 20px;
}

#list_dd li {
    color: #306090;
    background-color: inherit;
    cursor: pointer;
}

#table_dd {
    border: 1px solid #306090;  
}

#table_dd th  {
    color: #ffffff;  
    background-color: #306090;
    padding: 2px 6px;    
    text-align: left;    
}

#table_dd td {
    padding: 2px 6px; 
}

#table_dd .rowodd {
    color: inherit;
    background-color: #e7e7ee;  
    cursor: pointer; 
}

#table_dd .roweven {
    color: inherit;
    background-color: #fafad2;
    cursor: pointer; 
}

