/* tell IE6 to suppress the vertical scrollbar if it's not needed*/ 
html { overflow: auto; }
/*
	fix gap in top of box
*/
.sm-box-head h2 { 
	padding-bottom: 0px;
	margin-bottom: -10px;
}
.sm-box-head-notitle h2 {
	background-color: #ffffff;
	padding-bottom: 0px;
	margin-bottom: -20px;
}
/*
	fix gap in bottom of box
*/
.sm-box-footer {
	margin-top: -11px;
}
/*
	fix side nav footer margin gap
*/
#sm-side-nav div.sm-nav-section-footer {
	margin-top: -11px;
}
/*
	force navigation tabs behind dropdown menu, IE6/IE7 z-index context bug
*/
div#sm-top-nav-tabbar {
	z-index: -1;
}
#sm-header {
	position: relative;
	z-index: 1000;
}