table.table1 {
	border-style: none;
	border-color: transparent;
	border-width: 1px;
	width: 550px;
	margin-top: 20px;
}
#content table.table1 * {
	color: #fff ! important;
}
table.table1 tr {
	border-top: 1px solid #cbcbcb;
	border-bottom: 1px solid #cbcbcb;
	background-color: #382d46;
}
table.table1 tr td {
	border-style: none;
	border-width: 1px;
	border-collapse: collapse;
	padding-left: 10px;
	padding-right: 10px;
	border-top: 1px solid #665e71;
	color: #fff ! important;
}
table.table1 tr td.right_cell {
	border-style: none;
	border-color: transparent;
	border-width: 1px;
	border-collapse: collapse;
	border-left: 1px solid #665e71;
	text-align: right;
	padding-left: 10px;
	padding-right: 10px;
	border-top: 1px solid #665e71;
	width: 60px;
}
table.table1 tr td.header1_left {
	height: 28px;
	line-height: 28px;
	background-image: url("../img/table_header1_left.png");
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 10px;
	border-bottom: 0px none;
	border-top: 1px none #1e1826;
	background-color: transparent;
}
table.table1 tr td.header1_right {
	height: 28px;
	line-height: 28px;
	background-image: url("../img/table_header1_right.png");
	background-repeat: no-repeat;
	background-position: right;
	padding-left: 10px;
	border-bottom: 0px none;
	border-top: 0px none;
	background-color: transparent;
	text-align: right;
}
table.table1 tr td.header2_left {
	height: 27px;
	line-height: 27px;
	padding-left: 10px;
	background-color: #48395c;
	border-bottom: 0px none;
	border-top: 0px none;
	width: 430px;
}
table.table1 tr td.header2_right {
	height: 20px;
	line-height: 20px;
	padding-left: 10px;
	background-color: #48395c;
	border-bottom: 0px none;
	border-top: 0px none;
}
table.table1 tr td.table_bottom1_left {
	line-height: 0px;
	height: 25px;
	background-image: url("../img/table_bottom1_left.png");
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 10px;
	border-bottom: 0px none;
	border-top: 0px none;
	background-color: #fff;
}
table.table1 tr td.table_bottom1_right {
	line-height: 0px;
	height: 25px;
	background-image: url("../img/table_bottom1_right.png");
	background-repeat: no-repeat;
	background-position: right top;
	padding-left: 10px;
	border-bottom: 0px none;
	border-top: 1px none;
	background-color: #fff;
}