/* CSS Document */

table.data_table {
	border-spacing: 0;
	border-collapse: 0;
}
table.data_table th {
	text-align: left;
	white-space: nowrap;
	padding: 3px 0.75em;
	font-weight: bold;
}
table.data_table td {
	padding: 3px 0.5em 3px 1.0em;
}
table.data_table td dl.def *,
table.data_table td dl.w15 * {
	margin: 0;
	padding: 0;
	font-size: small;
}
table.data_table td dl.def dt {
	float: left;
	width: 2.5em;
	line-height: 1.2em;
	margin-bottom: 0.5em;
}
table.data_table td dl.def dd {
	margin-left: 2.5em;
	margin-bottom: 0.5em;
	line-height: 1.25em;
}
table.data_table td dl.def dd span.miniBox {
	font-size: 10px;
	padding: 1px 4px 2px 4px;
	margin: 0 4px 0 0;
	margin: 2px 2px 2px 0;
	background-color:#669;
	color:white;
	virtical-align:bottom;
}
table.data_table td dl.w15 dt {
	float: left;
	width: 1.5em;
}
table.data_table td dl.w15 dd {
	margin-left: 1.5em;
}
table.data_table td table * {
	border: none;
	font-size: small;
	text-align: left;
	padding: 2px;
}
div.message {
	font-weight: bold;
	margin-top: -10px;
}