.Text{
  font-family: Verdana,Arial,Sans-serif,'Times New Roman';
  font-size: 9pt;
  font-weight: normal;
  font-style: normal;
  color: #666;
  text-decoration: none;
}

.alertsBoxTitle{
  font-family: Verdana,Arial,Sans-serif,'Times New Roman';
  font-size: 9pt;
  font-weight: bold;
  font-style: normal;
  color: #ffffff;
  text-decoration: none;
}

.alertsBox{
  background: #ECF1F9;
  border: 1px #a1bcdf solid;
}

.drag{
  position:relative;
  cursor:hand;
  z-index: 100;
}

