@charset "utf-8";

.table_history,
.table_overview,
.table_bg_info{
	background-color:#963;
	margin:0 auto;
	width:470px;
}
.table_history th,
.table_overview th,
.table_bg_info th{
	background-color:#C96;
	color:#FFF;
	font-size:12px;
	line-height:120%;
	padding:3px 5px;
	font-weight:normal;
	white-space:nowrap;
}
.table_history th,
.table_overview th{
	width:8em;
}
.table_history th{
	text-align:left;
}
.table_overview th,
.table_bg_info th{
	text-align:center;
}
.table_history td,
.table_overview td,
.table_bg_info td{
	background-color:#FFF;
	color:#333;
	font-size:12px;
	line-height:120%;
	padding:3px 5px;
	font-weight:normal;
	text-align:left;
}
.table_bg_info td{
	vertical-align:top;
}

