@charset "utf-8";
/*
UTIL CSS
Created by Rick on 2008-03-11
Copyright (c) 2008 COLOR CHARGE. All rights reserved.
*/
.clearBoth { clear: both !important; }
.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; }
.bgNR { background: no-repeat; }
.uppercase { text-transform: uppercase; }
.lineThrough { text-decoration: line-through !important;}
.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; }
ul.noBullets li, ol.noBullets li
, dl.noBullets dt, dl.noBullets dd { list-style: none !important; margin-left: 0 !important; padding-left: 0 !important; }
.noBg, .noBgImg, li.last { background-image: none !important; }
label, .cursor, .cursorPointer { cursor: pointer !important; }
.cursorNormal, .cursorDefault { cursor: default !important; }
.draggable, .cursorMove { cursor: move !important; }
.cursorHelp { cursor: help !important; }
.debug { border:1px solid red !important; }