/**
 * @file
 * Text resizer styling.
 */

a#text_resize_increase {
  float: right;
  display: block;
  margin: 6px 0 0 0;
  width: 23px;
  height: 27px;
  /*background: url(../images/aBig.gif) no-repeat 0 0;*/
  outline: none;
  /*text-indent: -9000px;*/
  cursor: pointer;
  line-height: 27px;
  text-align: center;
  color:#000 !important;
}

a#text_resize_reset {
  float: right;
  display: block;
  width: 23px;
  height: 27px;
  margin: 6px 0 0 3px;
  /*background: url(../images/a_reset.gif) no-repeat 0 0;*/
  outline: none;
  /*text-indent: -9000px;*/
  cursor: pointer;
  line-height: 27px;
  text-align: center;
  color:#000 !important;
}
a#text_resize_decrease {
  float: right;
  display: block;
  margin: 6px 0 0 3px;
  width: 23px;
  height: 27px;
  /*background: url(../images/aSmall.gif) no-repeat 0 0;*/
  outline: none;
  /*text-indent: -9000px;*/
  cursor: pointer;
  line-height: 27px;
  text-align: center;
  color:#000 !important;
}
a#text_resize_increase, a#text_resize_reset, a#text_resize_decrease, a#text_resize_increase:hover, a#text_resize_reset:hover, a#text_resize_decrease:hover{text-decoration:none;}
#text_resize_clear {
  clear: both;
}

.block-text-resize .contextual {
  right: -20px; /* LTR */
}
.block-text-resize [dir="rtl"] .contextual {
  left: -20px;
}
