/* 

 TableCloth 
 by Alen Grakalic, brought to you by cssglobe.com
 
*/
/* general styles */

#tytuly table, td {
    font: 10px Arial, Helvetica, sans-serif;
}

#tytuly table {
    width: 744px;
    border-collapse: collapse;
}

#tytuly th, td {
    text-align: left;
}

#tytuly th {
    background: #328aa4 url(tr_back.gif) repeat-x;
    color: #fff;
}

#tytuly td {
    background: #e5f1f4;
}

/* tablecloth styles */

#tytuly tr.even td {
    background: #e5f1f4;
}

#tytuly tr.odd td {
    background: #f8fbfc;
}

/*th.over,

#tytuly th.over, tr.even, tr.odd th.over {
    background: #4a98af;
}

#tytuly th.down, tr.even, th.down, tr.odd th.down {
    background: #bce774;
}

#tytuly th.selected, tr.even th.selected, tr.odd th.selected {
}
*/
/*td.over,

#tytuly td.over, tr.even              tr.odd td.over {
    background: #ecfbd4;
}

#tytuly td.down, tr.even td.down, tr.odd td.down {
    background: #bce774;
    color: #fff;
}

#tytuly td.selected, tr.even td.selected, tr.odd td.selected {
    background: #bce774;
    color: #555;
}
*/
/* use this if you want to apply different styleing to empty table cells*/

#tytuly td.empty, tr.odd td.empty, tr.even td.empty {
    background: #fff;
}
