﻿.balloon {
  width: 210px;
}

.balloonmiddle {
  background-image: url(../images/css/tooltips/balloonmiddle.gif);
  background-repeat: repeat-y;
  float: left;
  font-family: tahoma, arial;
  font-size: 10px;
  font-style: normal;
  padding-left: 10px;
  padding-right: 10px;
  width: 210px;
  color: #FFFFFF
}

.balloontop {
  background-image: url(../images/css/tooltips/balloontop.gif);
  background-position: bottom;
  background-repeat: no-repeat;
  float: left;
  height: 10px;
  width: 210px;
}

.balloonbottom {
  background-image: url(../images/css/tooltips/balloonbottom.gif);
  background-position: top;
  background-repeat: no-repeat;
  float: left;
  height:30px;
  width: 210px;
}
.dark{
color:black;
}

