.zebra
{
font-size: 1.1em;
line-height: 1.4em;
width: 570px;
margin: 10px 0 0 40px;
}

.zebra th
{
font-size: 1.2em;
font-weight: normal;
color: #c00;
border-bottom: 1px solid #e6e6e6;
text-align: center;
vertical-align: top;
padding: 6px 6px 4px 12px;
background: #fff url(../images/nicegrid_bg.gif) repeat-x top left;
}

th.leftbg
{
background: transparent url(../images/nicegrid-bg-left.gif) no-repeat top left;
}

th.rightbg
{
background: transparent url(../images/nicegrid-bg-right.gif) no-repeat top right;
}

th.plain
{
font-size: 1.2em;
font-weight: bold;
color: #000;
border-right: 1px solid #e6e6e6;
border-bottom: 1px solid #e6e6e6;
text-align: left;
vertical-align: top;
padding: 6px 6px 4px 12px;
}

.zebra td
{
text-align: left;
vertical-align: top;
border-bottom: 1px solid #e6e6e6;
border-right: 1px solid #e6e6e6;
padding: 6px 6px 6px 12px;
color: #333;
}

.first
{
border-left: 1px solid #e6e6e6;
font-weight: bold;
}

.light
{
border-left: 1px solid #e6e6e6;
}

table.zebra tr.even td,
table.zebra tr.even th
{
background-color:#fcfcfc;
}

table.zebra tr.odd td
{
background-color:#fff;
}

