/*
UTIL CSS
Created by Ricardo Augusto on 2008-03-11
Copyright (c) 2008 COLOR CHARGE. All rights reserved.*/

.indent { text-indent:-9999px !important; overflow:hidden !important; display:block !important; }
.noIndent { text-indent: 0 !important; }
.hide { display:none !important; }
.displayBlock, .show { display:block !important; }
.bgNoRepeat { background:no-repeat; }
.uppercase { text-transform:uppercase; }
.alignRight { text-align:right !important; }
.floatNone { float:none !important; }
.floatLeft { float:left !important; }
.floatRight { float:right !important; }
.alignCenter { text-align:center !important; }
.noMargin { margin:0 !important; }
.noBorder { border:none !important; }
.heightAuto { height:auto !important; }
.widthAuto { width:auto !important; }
.clearBoth { clear:both !important; display: block !important; }
.noBg, .noBgImg, li.last, li.ultimo, li.ultima { background-image:none !important; }
label, .cursor, .cursorPointer { cursor: pointer !important; }
.cursorNormal, .cursorDefault { cursor: default !important; }
.cursorWait { cursor: wait !important; }
.cursorCrosshair { cursor: crosshair !important; }
.debug { border:1px solid red !important; }
.noWitdh { width:auto !important;}