/* ============================= text ======================================= */

.small {	font-size: 10px !important;	}

.center {	text-align: center !important;	}
.left {	text-align: left !important;	}
.right {	text-align: right !important;	}
.justify {	text-align: justify !important;	}

.normal {	font-weight: normal !important;	}
.lighter {	font-weight: lighter !important;	}
.bold, .strong {		font-weight: bold !important;	}
.bolder, .stronger {	font-weight: bolder !important;	}

.italic {	font-style: italic !important;	}

.underline {	text-decoration: underline !important; }
.no_underline {	text-decoration: none !important; }

.upper, .uppercase {	text-transform: uppercase !important; }
.lower, .lowercase {	text-transform: lowercase !important; }

/* -------------------------------------------------------------------------- */

/*
.padding0 {	padding: 0px !important;	}
.padding2 {	padding: 2px !important;	}
.padding5 {	padding: 5px !important;	}
.padding10 {	padding: 10px !important;	}

.margin0 {	margin: 0px !important;	}
.margin2 {	margin: 2px !important;	}
.margin5 {	margin: 5px !important;	}
.margin10 {	margin: 10px !important;	}
*/

.automargin {
	margin-left: auto !important;
	margin-right: auto !important;
	display: block;
}

table.automargin {
	display: table;
}

/* -------------------------------------------------------------------------- */

/*
.w100 {	width: 100% !important;	}
.w95 {	width: 95% !important;	}
.w90 {	width: 90% !important;	}
.w85 {	width: 85% !important;	}
.w80 {	width: 80% !important;	}
.w75 {	width: 75% !important;	}
.w70 {	width: 70% !important;	}
.w65 {	width: 65% !important;	}
.w60 {	width: 60% !important;	}
.w55 {	width: 55% !important;	}
.w50 {	width: 50% !important;	}
.w45 {	width: 45% !important;	}
.w40 {	width: 40% !important;	}
.w35 {	width: 35% !important;	}
.w30 {	width: 30% !important;	}
.w25 {	width: 25% !important;	}
.w20 {	width: 20% !important;	}
.w15 {	width: 15% !important;	}
.w10 {	width: 10% !important;	}
.w5 {	width: 5% !important;	}

.w10px {	width: 10px !important;	}
.w20px {	width: 20px !important;	}
.w30px {	width: 30px !important;	}
.w50px {	width: 50px !important;	}
.w60px {	width: 60px !important;	}
.w80px {	width: 80px !important;	}
.w100px {	width: 100px !important;	}
.w110px {	width: 110px !important;	}
.w120px {	width: 120px !important;	}
.w130px {	width: 130px !important;	}
.w140px {	width: 140px !important;	}
.w150px {	width: 150px !important;	}
.w170px {	width: 170px !important;	}
.w180px {	width: 180px !important;	}
.w200px {	width: 200px !important;	}
.w250px {	width: 250px !important;	}
.w300px {	width: 300px !important;	}
.w350px {	width: 350px !important;	}
.w400px {	width: 400px !important;	}
.w450px {	width: 450px !important;	}
.w500px {	width: 500px !important;	}

.h10px {	height: 10px !important;	}
.h20px {	height: 20px !important;	}
.h30px {	height: 30px !important;	}
.h50px {	height: 50px !important;	}
.h60px {	height: 60px !important;	}
.h80px {	height: 80px !important;	}
.h100px {	height: 100px !important;	}
.h120px {	height: 120px !important;	}
.h150px {	height: 150px !important;	}
.h200px {	height: 200px !important;	}
.h250px {	height: 250px !important;	}
.h300px {	height: 300px !important;	}
.h350px {	height: 350px !important;	}
.h400px {	height: 400px !important;	}
.h450px {	height: 450px !important;	}
.h500px {	height: 500px !important;	}
*/

.wauto, .w_auto {	width: auto !important;	}
.hauto, .h_auto {	height: auto !important;	}

/* -------------------------------------------------------------------------- */

.fright, .f_right {	float: right !important;	}
.fleft, .f_left {	float: left !important;	}
.fnone, .f_none {	float: none !important;	}

.cleaner {
	clear: both;
	margin: 0px;
	padding: 0px;
	border: 0px;
	height: 0px;
	font-size: 0px;
	float: none;
}

/* -------------------------------------------------------------------------- */

.pos_relative, .posrelative { position: relative; }
.pos_absolute, .posabsolute { position: absolute; }
.pos_fixed, .posfixed { position: fixed; }

/* -------------------------------------------------------------------------- */

.ov_hidden {	overflow: hidden;	}
.ov_auto {	overflow: auto;	}

/* -------------------------------------------------------------------------- */

.v_hidden {	visibility: hidden;	}

.d_none {	display: none;	}
.d_block {	display: block;	}
.d_inline {	display: inline;	}

.c_pointer {	cursor: pointer;	}

.bkg_none {	background: none;	}

.brd_none {	border: 0px;	}

/* -------------------------------------------------------------------------- */

.cl_grey {	color: #555555;	}
.cl_red {	color: #FF0000;	}
.cl_dark_red {	color: #DD0000;	}
.cl_green {	color: #00FF00;	}
.cl_dark_green {	color: #00DD00;	}
.cl_blue {	color: #0000FF;	}
.cl_dark_blue {	color: #0000DD;	}
.cl_white {	color: #FFFFFF;	}

.debug {	border: 1px solid #FF0000 !important;	}

.f_monospace, .fmonospace {	font-family: CourierNew, Monospace; }