/* COMMON STYLE HELPERS */
/* Text alignment helpers, etc.
	often used within a table cell.Use instead of align= and valign= HTML attributes. */
.nobr { white-space: nowrap !important; }	/* Use instead of <nobr>Some text</nobr> */
.left { text-align: left !important; }
.center { text-align: center !important; }
.justify { text-align: justify !important; }
.right { text-align: right !important; }
.top { vertical-align: top !important; }
.middle { vertical-align: middle !important; }
.bottom { vertical-align: bottom !important; }
.floatl { clear: left; float: left !important; }
.floatr { clear: right; float: right !important; }
.clear { clear: both !important; }
.indent { margin-left: 10px !important; }


/* Text style helpers Use instead of <b>, <i>, <u> */
.bold { font-weight: bold !important; }
.unbold { font-weight: normal !important; }
.italic { font-style:italic !important; }
.underline { text-decoration: underline !important; }
.notext-decoration { text-decoration: none !important;}
.tiny { font-size: xx-small !important; }

/* END - COMMON STYLE HELPERS - END */



