/* CSS Document */
.tableType1 {
	margin: 5px 0 20px;
}
.tableType1 table,
.tableType1 tr,
.tableType1 td,
.tableType1 th {
	border-collapse: collapse;
	border-spacing: 0;
	border: 1px solid #30332E;
}
.tableType1 table {
	background: transparent;
	margin: 0px;
	padding: 0px;
	text-align: left;
}
.tableType1 th {
	background: #30332E;
	color: #FFF;
	padding: 7px;
	text-align: center;
}
.tableType1 tr {
	background: #52564F;
}
.tableType1 tr:hover {
	background: #30332E;
}
.tableType1 td {
	padding: 5px 8px 4px;
}

