/* 

    TableCloth  
    by Alen Grakalic, brought to you by cssglobe.com
    
*/

/* general styles */

table.tblcloth{
    font:100% Arial, Helvetica, sans-serif; 
    width:100%;
    border-collapse:collapse;
    margin:1em 0;
}
.tblcloth td{
    font:100% Arial, Helvetica, sans-serif;
    text-align:left;padding:.5em;border:1px solid #fff;
}
.tblcloth th{
    text-align:left;padding:.5em;border:1px solid #fff;
    background:#328aa4;
    color:#fff;
}
.tblcloth tr{
    background:#e5f1f4;
}

/* tablecloth styles */

.tblcloth tr.even td{background:#e5f1f4;}
.tblcloth tr.odd td{background:#f8fbfc;}
