/* start bloodometer */

#bom_stack_title {
	background-color: #000000;
	width: 328px;
	height: 64px;
	text-align: center;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 2px 0px;
}

#bom_sbs_title {
	background-color: #000000;
	width: 477px;
	height: 64px;
	text-align: center;
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#bom_sbs_title_logo {
	padding: 6px 0px 6px 0px;
}

#bom {
	background-color: #ffffff;
	width: 328px;
	height: 64px;
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.bom_cell {
	background-image: url(../images/bom_cell_bkg.gif);
	text-align: center;
	width: 39px;
	height: 64px;
	padding: 0px 0px 0px 0px;
	margin: 0px 1px 0px 1px;
	float: left;
}

span.btype {
	font-family: Arial;
	font-size: 18px;
	font-weight: bold;
	font-stretch: 2em;
	color: #ffffff;
	line-height: 1.5em;
	padding: 12px 0px 0px 0px;
	margin: 12px 0px 0px 0px;
	clear: both;
}

span.polarity {
	font-family: Arial;
	font-size: 11px;
	color: #abc0d3;
	line-height: 1.25em;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

span.bneed {
	font-family: Arial;
	font-size: 13px;
	color: #3a6f8f;
	line-height: 1.5em;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

/* end bloodometer */

