tbody {
}

table.mytable {
width: 675px;
}

table.clienttable {
width: 505px;

}

caption.table {
font-size: 1.25em;
font-weight: bold;

margin-bottom: 7px;
border-width: 1px;
}

th.c_head {
	color: #fff;
		letter-spacing: 2px;
	text-transform: uppercase;
	text-align: center;
	background: #9f4d18;
font: bold 1.25em;
padding: 6px 6px 6px 12px;
border: 1px solid #612f0e;
border-right-style: none;
}

th.i_head {
	color: #fff;
		letter-spacing: 2px;
	text-transform: uppercase;
	text-align: center;
	background: #9f4d18;
font: bold 1.25em;
padding: 6px 6px 6px 12px;
border: 1px solid #612f0e;
border-right-style: solid;
border-left-style: solid;
border-right-color: #612f0e;
}

tr.row {
border: 1px solid maroon;
}

td.c_row {
border: 1px solid #d7c899;
padding: 7px;
background-color: #fff8eb;
border-bottom-style: solid;
border-top-style: none;
font-weight: bold;
border-right-style: none;
}

td.i_row {
text-align: center;
border: 1px solid #d7c899;
padding: 7px;
background-color: #fff8eb;
border-bottom-style: solid;
border-top-style: none;
color: #9f4d18;
}

td.data, td.hilite, td.datacen, td.gray, {
	border-right: 1px solid #97af71;
	border-bottom: 1px solid #97af71;
	background: #fff;
	padding: 6px 6px 6px 12px;
	color: #061408;
}


td.alt {
background: #F5FAFA;
color: #B4AA9D;
}

td.hilite {
background-color: #eefc5c;
}

.numbers {
color: #2c4917;
font-style: italic;
padding-right: 5px;
}

.cen {
text-align: center;
}

.gray, td.gray {
color: #5d5d5d;
}

p.lightbrown {
color: #e6e09c;
font-size: .75em;
}