/* Tables BST Details */

.BST_details {
	background-color: #f3eeeb;
	border: 1px solid #ccc;
	border-collapse: collapse;
	float: left;
	margin: 0 10px 0 10px;
	width: 217px;
}
table.BST_details th {
	background-image: url(pict/th_bkg.png);
	border-bottom: 1px solid #ccc;
	font-weight: normal;
	padding: 4px 5px 4px 5px;
	text-align: left;
	width: 64%;
}
table.BST_details td {
	padding: 4px 5px 4px 5px;
	text-align: left;
}
table.BST_details th+th {
	text-align: center;
	width: 18%;
}
table.BST_details td+td {
	text-align: center;
}
table.BST_details th+th+th {
	text-align: right;
	width: 18%;
}
table.BST_details td+td+td {
	text-align: right;
}
.BST_details_divider {
	clear: both;
	display: block;
	height: 20px;
}

/* BST Details Legend */

.legendDiv {
	background-color: #f3eeeb;
	border: 1px solid #ccc;
	bottom: 0;
	float: right;
	margin-right: 12px;
	padding: 15px 0 0 15px;
	position: relative;
	right: 0;
	width: 185px;
}
.legendList {
	line-height: 150%;
	list-style-type: none;
	margin-left: 40px;
	padding: 0;
}
.legendLI {
	background-repeat: no-repeat;
	background-position: 0 .3em;
	padding-left: 1.5em;
}