/* Table styles */
div.tableDiv{
	/* width: 624px; */
 	margin: 15px auto 10px;
	/* background: url(../../images/sub/table_row_bg.jpg) repeat-y top left; */
}

.tableDiv .tfoot{
	height: 43px;
	/* background: url(../../images/sub/table_footer.jpg) no-repeat bottom left; */
}

table{
	/*
    width: 624px;
	background: url(../../images/sub/table_header.jpg) no-repeat top left;
    */
    background: none;
    border: 0;
	margin: 0px auto;
	empty-cells: show;
	border-collapse:collapse;
}

thead{
	height: 76px;
}

thead th{
	height: 56px;
	vertical-align: middle;
	text-align: center;
	border: 0px solid #c7c9cc;
	border-bottom: 0px;
	border-top: 0px;
	background: none;
	padding: 5px;
	color: #c78e10;
	font-weight: normal;
	font-style: italic;
	font-family: "Monotype Corsiva", "Apple Chancery",  "Times New Roman", Times;
	font-size: 22px;
	line-height: 22px;
}


tbody td{
	background: none;
	padding: 10px;
	border: 0px solid #c7c9cc;
	border-bottom: 0px;
	border-top: 0px;
	vertical-align: top;
	color: #ffffff;
}

