/* ie6 specific styles */

/* nav */
ul#nav li { display: inline; }

/* header */
#header { border: 1px solid white; border-bottom: 1px solid #6d6e71 !important; 
	/* silly ie bug not listening to border-bottom unless you set a complete border first?!? */ }
#header .login input.submit { width: 156px; display: inline; }
#labelPassword { margin-left: -213px !important; margin-top: 2px !important;  
	/* know of a better way to fix this ie issue? let me know! */ }
#labelSearch { margin-left: -213px !important; margin-top: 2px !important; }

/* footer */
#footer li { display: inline; }

.healthLibrary #content.details { width: 745px; }
.healthLibrary #content.details #floatDiv { position: absolute; top: 284px; margin-left: 10px !important; float: left; display: block !important; z-index: 100;  /* omgwtfbbq!!11!! */ } 
.healthLibrary #content.details #floatDiv ul#functions li { display: inline !important; }

.healthLibrary #content.panels { width: 745px; }
.healthLibrary #content.panels #floatDiv { position: absolute; top: 284px; margin-left: 5px !important; float: left; display: block !important; z-index: 100;  /* omgwtfbbq!!11!! */ } 
.healthLibrary #content.panels #floatDiv ul#functions li { display: inline !important; }
.healthLibrary #content.panels .right { float: right; margin-left: 0; width: 490px; }

ul#healthNav { margin-right: 0; float: left; }
.healthLibrary #content.details .right { float: right; margin-left: 0; width: 470px; }
textarea { overflow: auto; }