/* TableCloth by Alen Grakalic, brought to you by cssglobe.com. */

.tablecloth table, .tablecloth td {font:100% arial, helvetica, sans-serif}
.tablecloth table {width:100%; border-collapse:collapse; margin:1em 0}
.tablecloth th, .tablecloth td {
 text-align : center;
 padding    : .5em;
 border     : 1px solid white;
}
.tablecloth th {background:#328aa4 url(tr_back.gif) repeat-x; color:white}
.tablecloth td {background:#e5f1f4}
.tablecloth td, .tablecloth th {height:30px; line-height:30px}
.tablecloth tr td, .tablecloth tr th {cursor:pointer}

/* Tablecloth styles. */
.tablecloth tr:nth-child(even) td {background:#e5f1f4}
.tablecloth tr:nth-child(odd) td {background:#f8fbfc}
.tablecloth tr td:hover {background:#4a98af; color:white}

/* Tablecloth div styles. */
.tablecloth_div >:nth-child(even) {background:#e5f1f4}
.tablecloth_div >:nth-child(odd) {background:#f8fbfc}
.tablecloth_div >:hover {background:#4a98af; color:white}