.tab {
    background: #ffe3c1;
	border: 1px solid #600;
}
.tab tr.submit td {
    background: #900;
}
.tab td {
    padding: 4px;
    color: #9d0a08;
}
.tab td a {
	color: red;
}
.tab tr.even td {
}
.tab tr.odd td {
}
.tab tr.pagination td {
    padding: 3px;
    border-top: 1px #fff solid;
    border-bottom: 1px #CDCDD5 solid;
    line-height: 17px;
}
.tab tfoot td {
    padding: 5px;
    padding-top: 8px;
	border-top: 1px solid white;
}
.tab td.b {
    font-weight: bold;
}
.tab th {
    padding: 4px;
    color: #ff0;
    font-weight: bold;
    text-align: left;
    background: #600;
}
.tab th a {
    color: #E4E4FE;
}
.tab th a:hover {
    color: #f5f5f5;
}
.tab th.c {
    text-align: center;
}
label {
	font-weight: bold;
}
span.detail {
	display: block;
	padding-bottom: 2px;
}
img.preview {
}