table.data
{
	/*width: 100%;*/
	width: 780px;
	border: 1px solid #ccc;
	border-collapse: collapse;
	border-spacing: 0.0em;
}
table.data th
{
	text-align: left;
	vertical-align: top;
	white-space: nowrap;
	border: none;
	padding-left: 0.45em;
	padding-right: 0.45em;
}
table.data th,table.data tr:hover th
{
	background-color: #E5E5C3;
}
table.data tr:hover
{
	background-color: #DFDFDF;
}
table.data td
{
	text-align: center;
	white-space: nowrap;
	border: 1px solid #ccc;
	border-right: none;
	border-bottom: none;
	padding-left: 0.45em;
	padding-right: 0.45em;
}
table.data .tdl
{
	text-align: left;
}
table.data .tdr
{
	text-align: right;
}
div#data-month
{
	font-size: 0.78em;
}
