@charset "utf-8";
#page_title {
  color: #dddddd;
  font-size: 2em;
  left: 330px;
  margin: 0;
  position: absolute;
  text-shadow: 1px 2px 3px #444444;
  top: 20px;
}
#heat_map .cluster {
  color: #ffffff;
  text-align: center;
  font-family: "Arial, Helvetica";
  font-size: 11px;
  font-weight: bold;
}

#heat_map .cluster-1 {
  background-image: url(../images/m1.png);
  line-height: 53px;
  width: 53px;
  height: 52px;
}

#heat_map .cluster.cluster-2 {
  background-image: url(../images/m2.png);
  line-height: 53px;
  width: 56px;
  height: 55px;
  color: green;
}

#heat_map .cluster-3 {
  background-image: url(../images/m3.png);
  line-height: 66px;
  width: 66px;
  height: 65px;
}

#heat_map_tabs {
  width: 900px;
  margin:/*auto*/ 10px;
  box-shadow: 2px 2px 4px #666;
  font-family: Arial, Helvetica, sans-serif;
}

#heat_map_wrap {
  position: relative;
  width: 850px;
}

#heat_map {
  width: 690px;
  height: 400px;
  border: 6px solid #026c89;
  border-radius: 10px;
}

#heat_zoom_list_wrap {
  width: 150px;
  position: absolute;
  top: 20px;
  right: 0px;
}

#heat_zoom_list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#heat_zoom_list li {
  padding: 0.3em 1em;
  font-weight: bold;
  list-style-type: none;
}
#heat_zoom_list li a {
  color: blue;
  text-decoration: underline;
}

#email_chart .tickLabel {
  font-weight: bold;
}
#heat_map_tabs.ui-tabs .ui-tabs-panel {
  padding: 1em;
}

#email_chart_wrap {
  margin: auto;
  width: 750px;
}
