@charset "utf-8";
/* CSS Document */
/* Company: ProceX Inc. */
/* Original Author:  Lorne Backler, Lorne Golden */
/* Web Site:  http://www.procex.ca */

/* CSS Document for ie-hacks */

#container {
		height: 1%;
		zoom: 1; 
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
		}
		
#sidebar1 {
		height: 0.01%;
		zoom: 1;
		}
		
#sidebar2 {
		height: 0.01%;
		zoom: 1;
		}
		
#logo {
		height: 0.01%;
		zoom: 1;
		}
		
#mainContent {
		height: 0.01%;
		zoom: 1;
		}
		
#container {
		height: 0.01%;
		zoom: 1;
		}
#bottom, #footer {
		height: 0.01%;
		}

<!-- [if IE]>*/
/*<style type="text/css"> */
/* place css fixes for all versions of IE in this conditional comment */
.thrColLiq #sidebar2, .thrColLiq #sidebar1 { padding-top: 0; }
.thrColLiq #mainContent { zoom: 1; padding-top: 0px; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
/*</style>*/
/*<![endif] -->*/

