/* CSS Document */

#helptab-panel {
  background: none repeat scroll 0 0 transparent;
  position: fixed;
  margin-right: -2px;
  right: 0;
  top:180px !important;
  z-index: 9999999 !important;
  font: 12px "freight-sans-pro",sans-serif !important;
  letter-spacing: 0.7px;
}

#helptab-map-legend-control {
  margin: 0;
  float: right;
  background: -moz-linear-gradient(right center , #eaeaea, #c5c5c5) repeat scroll 0 0 #e9e7e7;
  border-bottom-left-radius:10px;
  border-top-left-radius:10px;
  border-left: 1px solid #999;
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
  background-color: #e6e6e6;
  top:80px;
  position: absolute;
  width: 36px;
  left: -37px;
}

#helptab-map-legend {
  margin: 0;
  width:0px;
  float: right;
  background-color: #ffffff;
  border-radius: 7px;
  border: 1px solid #999;
  height: 209px;
  margin: -1px;
}

#helptab-map-legend p {
  padding-left: 25px;
  width: 400px;
}

#helptab-toggle-slide-button {
  width:30px;
  height:80px;
  cursor: pointer;
}


.helptab-pointer{
  border-color: transparent #666 transparent transparent;
  border-style: solid;
  border-width: 10px 10px 9px 0;
  float: right;
  height: 0;
  margin-top: 32px;
}

.helptab-title{
  text-decoration: underline !important;
}

.jScrollbar4{
  background-color:#ffffff !important;
  border-radius: 7px !important;
  width: 473px !important;
  padding: 0px !important;
}

.jScrollbar4 .jScrollbar_draggable{
  background:none repeat scroll 0 0 #e9e7e7 !important;
}

.jScrollbar4 .jScrollbar_mask {
  margin-right: 2px;
  width: 458px !important;
}

.jScrollbar4 .jScrollbar_draggable a.draggable{
  cursor: pointer !important;
}

.jScrollbar4 .jScrollbar_draggable{
  margin: 0 !important;
  background: none !important;
}

.helptab-context{
  font-size: 10px;
}


.ui-tooltip {
  background: #FFFFFF;
  color: #000000;
  /*border: 2px solid #a4c8f5;*/
  border: 2px solid #999;
  padding: 0;
  opacity: 1;
}
.ui-tooltip-content {
  position: relative;
  padding: 1em;
}
.ui-tooltip-content::after {
  content: '';
  position: absolute;
  border-style: solid;
  display: block;
  width: 0;
}

.left .ui-tooltip-content::after {
  top: 18px;
  right: -10px;
  /*border-color: transparent #a4c8f5;*/
  border-color: transparent #999;
  border-width: 10px 0 10px 10px;
}

span#helptab-count {
  cursor: pointer;
  display: block;
  float: right;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  word-wrap: normal !important;
  width: 25px;
  height: 25px;
  margin-top: -35px;
  vertical-align: middle;
  z-index: 99999999 !important;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}

.help-tab-title-h3 {
    border: 1px solid #aaa;
    border-radius: 4px;
    color: #212121;
    display: block;
    font-weight: normal;
    padding: 7px 5px;
    background: #ededed;
    margin: 5px 1px;
}

.help-tab-title-h3 a  {
    color: #555555;
    font-family:Georgia,"Times New Roman",Times,serif;
    font-weight: normal;
    margin-left: 26px;
    display : block; 
    font-size : 13px !important;	
}

.helptab_iconClass {
    display: block;
    margin-left: -3px;
    margin-top: -5px;
    position: absolute;
    cursor: pointer;
}

#helptab-icon-search {
    background: transparent url("images/search.png") no-repeat scroll 0 0;
    height: 25px;
    width: 25px;
}
#helptab-icon-civimail {
    background: transparent url("images/civimail.png") no-repeat scroll 0 0;
    height: 25px;
    width: 25px;
}

#helptab-icon-contact {
    background: transparent url("images/contact.png") no-repeat scroll 0 0;
    height: 25px;
    width: 25px;
}

#helptab-icon-contribution {
    background: transparent url("images/contribution.png") no-repeat scroll 0 0;
    height: 25px;
    width: 25px;
}

#helptab-icon-event {
    background: transparent url("images/event.png") no-repeat scroll 0 0;
    height: 25px;
    width: 25px;
}

#helptab-icon-membership {
    background: transparent url("images/membership.png") no-repeat scroll 0 0;
    height: 25px;
    width: 25px;
}
#helptab-icon-participant {
    background: transparent url("images/participant.png") no-repeat scroll 0 0;
    height: 25px;
    width: 25px;
}

#helptab-icon-relationship {
    background: transparent url("images/relationship.png") no-repeat scroll 0 0;
    height: 25px;
    width: 25px;
}

#helptab-icon-report {
    background: transparent url("images/report.png") no-repeat scroll 0 0;
    height: 25px;
    width: 25px;
}

#helptab-icon-setting {
    background: transparent url("images/setting.png") no-repeat scroll 0 0;
    height: 25px;
    width: 25px;
}

#helptab-icon-activity {
    background: transparent url("images/activity.png") no-repeat scroll 0 0;
    height: 25px;
    width: 25px;
}

#helptab-icon-pledge {
    background: transparent url("images/pledge.png") no-repeat scroll 0 0;
    height: 25px;
    width: 25px;
}
#helptab-icon-admin {
    background: transparent url("images/admin.png") no-repeat scroll 0 0;
    height: 25px;
    width: 25px;
}


