﻿@charset "utf-8";

.indent { text-indent:-9999px !important; overflow:hidden !important; display:block !important; height: 37px; }

.hide { display:none !important; }
.invisible { visibility: hidden; }

.displayBlock,
.show { display:block !important; }
.visible { visibility: visible; }

.uppercase { text-transform:uppercase !important; }
.capitalize { text-transform:capitalize !important; }

.alignLeft { text-align:left !important; }
.alignCenter { text-align:center !important; }
.alignRight { text-align:right !important; }

.floatNone { float:none !important; }
.floatLeft { float:left !important; }
.floatRight { float:right !important; }

.clearBoth { clear:both !important; }
.clearLeft { clear:left !important; }
.clearRight { clear:right !important; }
.clearNone { clear:none !important; }

.noMargin { margin:0 !important; }
.noMarginRight { margin-right:0 !important; }
.noBorder { border:none !important; }

.heightAuto { height:auto !important; }
.widthAuto { width:auto !important; }

.bgNoRepeat { background:no-repeat !important; }
.bgNone { background:none !important; }
.bgImageNone { background-image:none !important; }

.cursorPointer { cursor:pointer !important; }
.cursorNormal,
.cursorDefault { cursor:default !important; }
.cursorText { cursor:text !important; }

.debug { border:1px solid red !important; }