#BidHistoryFrame {
	padding: 5px; border: 1px solid rgb(51, 102, 153); overflow: auto; background-color: rgb(238, 247, 255);
}
#BidHistoryBody {
	background-color: rgb(255, 255, 255);
}
.bidHistoryShowcase {
	padding: 10px; width: 35px; font-family: Verdana; font-size: 10px;
}
.makeBorder {
	border-bottom-color: rgb(51, 102, 153); border-bottom-width: thin; border-bottom-style: dotted;
}
td.bidHistoryHeading {
	color: rgb(51, 102, 153); font-family: Verdana; font-size: 10px;
}
td.bidHistoryHeadingWithBold {
	color: rgb(51, 102, 153); font-family: Verdana; font-size: 10px; font-weight: bold;
}
td.bidHistoryText {
	color: rgb(0, 0, 0); font-family: Verdana; font-size: 10px;
}
td.bidHistoryTextWithBold {
	color: rgb(0, 0, 0); font-family: Verdana; font-size: 10px; font-weight: bold;
}
div.bidHistoryBalloon {
	position: absolute; z-index: 1;
}
div.bidHistoryBalloon td.bidHistoryArrow {
	vertical-align: top; position: relative; z-index: 2;
}
div.bidHistoryBalloon div.bidHistoryLeft {
	left: 1px; top: 10px; display: block; position: relative;
}
div.bidHistoryBalloon div.bidHistoryRight {
	top: 15px; right: 1px; display: block; position: relative;
}
td.bidHistoryBalloon {
	position: relative;
}
td.bidHistoryBalloon div.bidHistoryContent {
	position: relative;
}
td.bidHistoryBalloon div.bidHistoryShadow {
	left: 5px; top: 5px; position: absolute; z-index: 1; background-color: rgb(0, 0, 0);
}
td.bidHistoryBalloon div.bidHistoryFrame {
	overflow: auto; position: relative; z-index: 1;
}
