@charset "utf-8";

.techFloatLeft {
  float                   : left;
}

.techFloatRight {
  float                   : right;
}

.techFloatClear {
  float                   : none;
  clear                   : both;
  width                   : 0px;
  height                  : 0px;
  line-height             : 0px;
  visibility              : hidden;
}

.techFontBold {
  font-weight             : bold;
}

.techAlignLeft {
  text-align              : left;
}

.techAlignCenter {
  text-align              : center;
}

.techAlignRight {
  text-align              : right;
}

.techBGColorNone {
  background-color        : transparent;
}

.techBorderNone {
  border-style            : none none none none;
}

.techCursorText {
  cursor                  : text;
}

.techCursorPointer {
  cursor                  : pointer;
}

.techDisplayNone {
  display                 : none;
}

.techHidden {
  visibility              : hidden;
}