@charset "utf-8";
/*
UTIL CSS
Created by Ricardo Augusto on 2008-03-11
Copyright (c) 2009 COLOR CHARGE. All rights reserved.*/
*/
/* @group BLOCKS */
.widthAuto { width:auto !important; }
.heightAuto { height:auto !important; }
.noMargin { margin:0 !important; }
.noBorder { border:none !important; }
.hide, .hidden, .none { display:none !important; }
.displayBlock, .block, .show { display:block !important; }
.clearBoth, .clear { clear:both !important; }
.bold { font-weight:bold; }
/* @end */
/* @group FLOAT */
.floatNone { float:none !important; }
.floatLeft { float:left !important; }
.floatRight { float:right !important; }
/* @end */
/* @group TYPOGRAPHY */
.indent { text-indent:-9999em !important; overflow:hidden !important; display:block !important; }
.noIndent { text-indent: 0 !important; }
.uppercase { text-transform:uppercase; }
.alignRight { text-align:right !important; }
.alignCenter { text-align:center !important; }
.italic { font-style:italic; }
/* @end */
/* @group CURSOR */
label, .label, .cursor, .cursorPointer, .pointer { cursor: pointer !important; }
.cursorNormal, .cursorDefault { cursor: default !important; }
.cursorWait { cursor: wait !important; }
.cursorCross { cursor: crosshair !important; }
/* @end */
/* @group INLINE FIXES AND DEBUG */
.bgNoRepeat { background:no-repeat; }
.noBg, .noBgImg, li.last { background-image:none !important; }
.debug { border:1px solid red !important; }
.grid { background: url(../img/GRID.png) repeat 0 0 !important; }
/* @end */