/* 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 */

/* 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; }

/* Hidden Access Keys */
input.accesskey				{ width: 0px; height:0px; border: 0px solid transparent; background: none; position: absolute; top: 0px; left: 0px; }