/* =============================================================================
	‰ˆŠv CSS
============================================================================= */
table.history {
	margin:0 0 25px 5px;
	border-collapse:collapse;
	border-spacing:0;
	width:698px;
}

table.history th,
table.history td {
	padding:9px 7px 6px;
	border:1px solid #798ad9;
	font-size:12px;
}

table.history th {
	padding:9px 0 6px 7px;
	border-right:none;
	line-height:1.1;
	background:#d7e2f3 url("../common/img/table_line.gif") no-repeat;
	color:#444;
	width:50px;
	white-space:nowrap;
	text-align:right;
}

table.history th.month,
table.history th.day {
	padding-left:0;
	border-left:none;
	width:35px;
	background-position:-1px 0;
}

table.history th.day {
	padding-right:7px;
}
