.clearBoth { clear:both !important; display: block !important; }
.clearLeft { clear:left !important; }
.clearRight { clear:right !important; }
.indent { text-indent:-9999px !important; overflow:hidden !important; display:block !important; }
.noIndent { text-indent: 0 !important; }
.displayNone, .hide { display:none !important; }
.displayBlock, .show { display:block !important; }
.hidden { visibility:hidden !important; }
.visible { visibility:visible !important; }
.upperCase { text-transform:uppercase; }
.lowerCase { text-transform:lowercase; }
.floatNone { float:none !important; }
.floatLeft { float:left !important; }
.floatRight { float:right !important; }
.alignCenter { text-align:center !important; }
.alignRight { text-align:right !important; }
.alignLeft { text-align:left !important; }
.noMargin { margin:0 !important; }
.noBorder { border:none !important; }
.noPadding { padding:0 !important; }
.heightAuto, .noHeight { height:auto !important; }
.heightFull { height:100% !important; }
.widthAuto, .noWitdh { width:auto !important; }
.widthFull { width:100% !important; }
.cursorPointer { cursor:pointer !important; }
.cursorDefault { cursor:default !important; }
.cursorWait { cursor:wait !important; }
.cursorCrosshair { cursor:crosshair !important; }
.debug { outline:1px dotted red !important; }
.strong { font-weight:bold !important; }
.italic { font-style:italic !important; }
.bold { font-weight:bold; }
.inline li { display:inline; list-style:none; }
.whiteSpace { white-space:pre; }