.data {
	position: relative;
}
.arrow {
  background: url("../tooltip/images/arrow.png") no-repeat scroll center center rgba(0, 0, 0, 0);
  height: 28px;
  left: -35px;
  position: absolute;
  top: 2px;
  width: 28px;
}
.arrow-up {/*TEMPORARILY DISABLED ON 2/3/15 BY SDW IN ORDER TO COMPLETE THE VIDEO TUTORIALS -----> */ display:none;
  background: url("../tooltip/images/arrow-up.png") no-repeat scroll center center rgba(0, 0, 0, 0);
  height: 28px; 
  /* left: -35px; */
  position: absolute;
  top: 35px;
  width: 28px;
}
.arrow-down {
  background: url("../tooltip/images/arrow-down.png") no-repeat scroll center center rgba(0, 0, 0, 0);
  height: 28px;
  /* left: -35px; */
  position: absolute;
  top: -35px;
  width: 28px;
}
.arrow-left {
  background: url("../tooltip/images/arrow-left.png") no-repeat scroll center center rgba(0, 0, 0, 0);
  height: 28px;
  right: 35px;
  position: absolute;
  top: 10px;
  width: 28px;
}
.ui-dialog {
  box-shadow: 0px 0px 15px rgb(204, 204, 204);
  border: 1px solid grey;
  padding: 10px;
  z-index: 1005;
  color: #030303;
  background: #ffffff;
  margin-top: 75px !important;
}
.ui-dialog-titlebar.ui-widget-header.ui-corner-all.ui-helper-clearfix {
    cursor: move;
    display: block;
    margin-top: -10px;
}
.ui-state-default .ui-icon {
  background-image: url("../images/editor/close_button.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  border-radius: 14px;
  color: rgba(0, 0, 0, 0);
  cursor: pointer;
  display: block;
  height: 30px;
  line-height: 12px;
  margin-right: 19px;
  /* removed by Rtharp 1/23/15 due to causing crop issues with X to close
  margin-top: -1px;
  margin-left: -3px;
  */
  width: 33px;
}

button.ui-button {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  border: medium none;
  height: 34px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  right: -15px;
  top: -15px;
  width: 34px;
}

.tt-section{
  margin-bottom: 15px;
}

.tt-section h1 {
  color: #f7b85a;
  font-size: 20px;
  font-weight: normal;
  margin-bottom: 10px;
}

.tt-section h2 {
  color: #f7b85a;
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 5px;
  text-transform: none;
}

#tt_dialog p, #tt_iframe p {
  padding-top: 5px;
  padding-bottom: 10px;
}

.tt-button {
  background-image: url("../images/editor/tab_button_orange_center.png");
  border: 1px solid #FFAC30;
  border-radius: 5px;
  color: #FFFFFF;
  height: 30px;
  line-height: 30px;
  margin-top: 3px;
  padding-left: 20px;
  padding-right: 20px;
  text-transform: uppercase;
}
