/************************************************************************
 * crevier.css								*
 * CSS code by C.W. Zachary						*
 * http://www.k10design.net/articles/iui/				*
 * itable tr.alt { background-color: #eff7ff; }				*
 * .itable tr.alt { background-color: #ccffcc; }			*
 ************************************************************************/
.itable { border: 1px solid gray; }
.itable tr.header th { text-align: center; }
.itable tr.alt { background-color: #cad6ff; }
.itable tr.reg { background-color: #fff; }
.itable th { background: url(/img/misc/table_th_gray.png) top left repeat-x; border-right: 1px solid grey; }
.itable th:last-child { border-right: none; }
.itable td { border-right: 1px solid gray; text-align: left; }
.itable tr:first-child { white-space: nowrap; }
.itable tr:last-child { border-right: none; }
.itable td.alr { border-right: 1px solid gray; text-align: right; }
.itable td.alc { border-right: 1px solid gray; text-align: center; }

.stable { border: 0px; }
.stable tr.header th { text-align: center; }
.stable tr.alt { background-color: #cad6ff; }
.stable tr.reg { background-color: #fff; }
.stable th { background: url(/img/misc/table_th_gray.png) top left repeat-x; }
.stable td { text-align: left; }
.stable td.alr { text-align: right; }
.stable td.alc { text-align: center; }
