@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; }
.alignMiddle { vertical-align: middle !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; }
.width5 { width: 5em !important; }
.width10 { width: 10em !important; }
.width15 { width: 15em !important; }
.width20 { width: 20em !important; }
.width25 { width: 25em !important; }
.width30 { width: 30em !important; }
.width35 { width: 35em !important; }
.width40 { width: 40em !important; }
.width45 { width: 45em !important; }
.width50 { width: 50em !important; }
.width10P { width: 10% !important; }
.width15P { width: 15% !important; }
.width20P { width: 20% !important; }
.width25P { width: 25% !important; }
.width30P { width: 30% !important; }
.width35P { width: 35% !important; }
.width40P { width: 40% !important; }
.width45P { width: 45% !important; }
.width50P { width: 50% !important; }
.width55P { width: 55% !important; }
.width60P { width: 60% !important; }
.width65P { width: 65% !important; }
.width70P { width: 70% !important; }
.width75P { width: 75% !important; }
.width80P { width: 80% !important; }
.width85P { width: 85% !important; }