/*
This CSS is separately made from wp-admin.css.
All the CSS properties used here are supposed to work in IE6 & 7 only.
*/

/*** Table ***/
/* IE6 & 7 render tables differently from others */
table, td, th {
	border-width: 1px !important;
	}

/*** Menu ***/
/* IE6 & 7 do not support transparent border color */
#adminmenu a, #adminmenu a:hover, #adminmenu .current {
	border: none !important;
	}
#submenu a {
	border-color: #e6e6e6 !important;
	}
#submenu a:hover, #submenu .current {
	border-bottom-width: 4px !important;
	}

/*** Sidebar ***/
/* IE6 does not support PNG with alpha channel */
* html a.dbx-toggle, a.dbx-toggle:visited {
	background: url(images/inactive-toggle-buttons.gif) no-repeat !important;
	}
* html a.dbx-toggle:hover {
	background: url(images/active-toggle-buttons.gif) no-repeat !important;
	}

/*** Banner ***/
/* Give some space at the top and bottom of the Browse Happy banner */
.bh {
	margin: 15px 0;
	}

/*** For Other Plugins ***/
/* ShortStat & SlimStat */
#wp_shortstat .module h3, #wp_slimstat .module h3, #wp_slimstat .modulewide h3 {
	border-bottom: none !important;
	}
