.ShortInfoTextContainerVisible
{ 
  position: absolute;
  background: white;
  border: solid 1px #bebebe;
}

.ShortInfoTextContainerHidden
{ 
  position: absolute;
  display: none;
}

.ShortInfoTextHeader
{ 
  padding: 5px;
  font-weight: bold;
  color: #3D6AD1;
  background: #EBF8D6;
}

.ShortInfoText
{
  position: relative;
  width: 250px;
  padding: 5px;
  color: #3D6AD1;
  background: #EBF8D6;
}

.ShortInfoTextHidden
{
  position: absolute;
  display: none;
}

.TextContainerCloseButton
{ 
  cursor: pointer;
  position: absolute;
  top: 5px;
  right: 5px;
  width: 15px;
  height: 15px;
  background: #fff url("../images/close_window.gif") no-repeat center center;
}
