/*----------------------------------------------------------------------------
******************************************************************************
Layout
******************************************************************************
----------------------------------------------------------------------------*/
/* ==== Base === */
body {}

table td {
	vertical-align: top;
	font-size: 0.9em;
	padding: 10px;
	border-bottom: 1px dotted #CCC;
}
table td.date {
	width: 100px;
	color: #457908;
}

table tr.bg_G td {
	background-color:#F9F9FC;
}

