@charset "utf-8";

/* ------------------------------------------------------------------------------------------------------------------------------ */
/* -------------------------- Hacks CSS - Hacks to correct globally visual aids ------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------------------------ */

/* Corrects the clearance for the topPanel content container */
#mainContent:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* Hides from IE-mac \*/
* html #mainContent {
	height: 1%;
}
/* End Hide from IE-mac */


