@charset "utf-8";
/* CSS Document */

table.shadow_table {
	margin-top: 0.2em;
	margin-bottom: 1em;
	width: 570px;
	border-collapse: separate;
	border-spacing: 2px;
	font-size: 100%;
}
table.shadow_table caption {
	text-align: right;
	height: 45px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.8em;
	font-weight: bold;
	background-color: #333333;
	padding: 10px;
}
table.shadow_table th, table.shadow_table td {
	padding: 4px 6px;
}
table.shadow_table th {
	border-bottom: solid 1px #B2B2B2;
	border-right: solid 1px #B2B2B2;
	text-align: center;
	white-space: nowrap;
	font-size: 92%;
	background-color: #999999;
}
table.shadow_table td {
	border-bottom: solid 1px #B2B2B2;
	border-right: solid 1px #B2B2B2;
	background: #F3F3F3;
	text-align: left;
}
