.bbwHeatmap-Toolbar {
  height: 24px;
  background-image: url('images/hborder.png');
  background-position: 0px -27px;
  padding-left: 12px;
  padding-right: 12px;
  border-bottom: 1px solid black;
  position: relative;
  padding: 3px;
}
.bbwHeatmap-ContentContainer {
}
.bbwHeatmap-SelectionContainer {
  padding-top: 10px;
}
.bbwHeatmap-SelectionContainer .selectionHeader {
  background-color: #eeeeee;
  padding: 5px 0px 5px 5px;
  font-weight: bold;
  color: #555555;
  font-size: 14px;
  border-top: 1px solid #cacaca;
  border-bottom: 1px solid #cacaca;
}
.bbwHeatmap-SelectionContainer table {
  width: 100%;
}
.bbwHeatmap-SelectionContainer .caption {
  background-color: #F6F7F9;
  border-bottom: 1px solid #A7ABB4;
  border-right: 1px solid #A7ABB4;
  color: #4C4C4C;
  font-weight: bold;
  height: 22px;
  width: 220px;
}
.bbwHeatmap-SelectionContainer .value {
  background-color: white;
  border-bottom: 1px solid #A7ABB4;
  border-right: 1px solid #A7ABB4;
  color: #333333;
}
.bbwHeatmap-OptionsPanel {
  border: 1px solid #777777;
  padding: 5px;
  background-color: #f0f0f0;
  zIndex: 10;
  text-align: left;
  font-size: 10px;
  font-family: Verdana, Arial, sans-serif;
}
.bbwHeatmap-Toolbar .btnOptions {
  margin-left: 10px;
  position: relative;
  top: 3px;
}
.bbwHeatmap-Toolbar .btnCluster {
  margin-left: 15px;
}
.bbwHeatmap-Toolbar .updateControl {
  margin-left: 50px;
  display: inline-block;
  position: relative;
}
.bbwHeatmap-Toolbar .updateControl img {
  position: relative;
  top: 3px;
  margin-right: 5px;
}
.bbwHeatmap-Toolbar .updateControl span {
  font-size: 10px;
}
.bbwHeatmap-PreviewPopup {
  border: 2px solid black;
  background-color: white;
  width: 256px;
  height: 256px;
  padding: 2px;
}
.bbwHeatmap-PreviewPopup img {
  width: 256px;
  height: 256px;
}