/* BK Specifc IE Hacks */
.twoColFixLtHdr #contentInner {
	height:auto !important;
	height:617px;
}

.clearfix {
	zoom: 1; /* triggers hasLayout */
	display: block; /* resets display for IE/Win */
}

/* PNG FIX is in the HTML head */


/* css box model fixes for IE 5* 
.twoColFixLtHdr #sidebar1 { width: 230px; }
.twoColFixLtHdr #sidebar1 { padding-top: 30px; }
*/

/* Template Framework IE Hacks */

/* the proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */

.twoColFixLtHdr #mainContent,
.formLine,
.twoColFixLtHdr #contentTop,
.twoColFixLtHdr #contentBottom {
	zoom: 1;
}


/* Overlapping deko element isn't displayed. Inessential and overly complex to produce an acceptable cross-browser result */
.twoColFixLtHdr #curtainFooter {
	display: none;
}

/* incorrect calculation of height */
#adminTable .rankInsert {
	padding-bottom: 0px;
}
