.expander0, #top_right, #body_right, 
body.layout-left-main-right .outer, body.layout-left-main .outer, body.layout-main-right .outer, 
body.layout-left-main-right .outer a, body.layout-left-main .outer a, body.layout-main-right .outer a {
	zoom: 1;
}
/* The above rule gives hasLayout to some page elements so that IE will not be buggy */


#middlecontainer {
	word-wrap: break-word;
}
.comment {
	margin: 0;
}


/** Drupal admin tables **/
#main tr.even th,
#main tr.even td,
#main tr.odd th,
#main tr.odd td {
	border-bottom: 1px solid #ccc; /* IE doesn't display borders on table rows */
}


/* Primary menu */

#navlinks ul li.expanded {
	margin-right: 4px;
}
#navlinks2 ul li.expanded {
	margin-right: 4px;
}

/* fix layout width in IE6 */
.sizer {
	width:expression(document.body.clientWidth > 1440 ? "160px" : "40%" );
}


/* fix the admin page in IE6 */
div.admin, div.admin .left, div.admin .right {
	margin: 0;
	padding: 0;
	overflow: hidden;
}


/* HOLLY HACK FOR IE 6 */
* html { height: 0; }


/* ALPHA TRANSPARENCY FIX */
img, .pngfix { 
	behavior: url(/sites/all/themes/dfwcomputer/css/iepngfix.htc);	/* change path here and in iepngfix.htc to match theme location */ 
} 

