@charset "UTF-8";
/* CSS Document */
* {
  margin: 0;
  padding: 0;
}
.bubbleInfo {
  position: relative;
  left: 247px;
  margin: 0px auto;
  width: 20px;
  text-align: left;
  color: #97979b;
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-size: 9.5pt;
  font-weight: 100;
  letter-spacing: .03em;
}
.trigger {
  /*position: absolute;
			margin-left:-70px;*/

  font-variant: small-caps;
}
.popup {
  position: absolute;
  left: 150px;
  display: none;
  z-index: 50;
  border-collapse: collapse;
}
.popup td.corner {
  height: 15px;
  width: 19px;
}
.popup td#topleft {
  background-image: url(../images/contact/bubble-1.gif);
}
.popup td.top {
  background-image: url(../images/contact/bubble-2.gif);
}
.popup td#topright {
  background-image: url(../images/contact/bubble-3.gif);
}
.popup td.left {
  background-image: url(../images/contact/bubble-4.gif);
}
.popup td.right {
  background-image: url(../images/contact/bubble-5.gif);
}
.popup td#bottomleft {
  background-image: url(../images/contact/bubble-6.gif);
  background-repeat: repeat-x;
}
.popup td.bottom {
  background-image: url(../images/contact/bubble-7.gif);
  background-repeat: repeat-x;
  text-align: center;
}
.popup td.bottom img {
  display: block;
  margin: 0 auto;
}
.popup td#bottomright {
  background-image: url(../images/contact/bubble-8.gif);
  background-repeat: repeat-x;
}
.popup table.popup-contents {
  font-size: 12px;
  line-height: 1.2em;
  background-color: #fff;
  color: #666;
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", sans-serif;
}
table.popup-contents th {
  text-align: right;
  text-transform: lowercase;
}
table.popup-contents td {
  text-align: left;
}
tr#release-notes th {
  text-align: left;
  text-indent: -9999px;
  background: url(http://jqueryfordesigners.com/demo/images/coda/starburst.gif) no-repeat top right;
  height: 17px;
}
tr#release-notes td a {
  color: #333;
}

