/* Clearfix */

.clearfix:after 			{ visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
.clearfix 					{ display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix 			{ height: 1%; }
.clearfix 					{ display: block; }
/* close commented backslash hack */

.green						{ font-weight: bold; color: #00bb00;}
.error, .red				{ font-weight: bold; color: #ff2233; }
					
/* Settings */
.highlight					{ background: #ffff96; color: #484848;}
.hidden						{ display: none !important; }
.pseudo-hidden 				{ position: absolute; left: -999999px; }
.neutral-position			{ position: absolute; left: 0;}
.bold						{ font-weight: bold; }
.spacer						{ margin-bottom: 50px;}
.text-right					{ text-align: right; }
.invisible					{ visibility: hidden; }
.overflow					{ text-overflow: ellipsis; overflow: hidden; white-space: nowrap; }
.float-left                 { float: left;}
.float-right                { float: right; }