/*
This file should contain SUPPLEMENTAL rules that are recognized and used only by IE.
Similar files can be produced, as needed, for other browsers.  Whatever selectors are
listed here should be listed in at least one other CSS file used in the current ASP.NET
theme (thus making these supplemental).  The implementation pattern is to add new props
to some existing rule or to override (using important) some property.
*/
.sunheader { position: absolute; top:55px; left:37px; z-index: 5; }
div.AspNet-Menu-Horizontal {z-index: 35; position:absolute; right: 0px; top: -1px; margin:2px 5px; padding:0 0 0 0; height:1px; }
div.AspNet-Menu-Horizontal ul.AspNet-Menu {width: 100%; margin:33px 0px; padding:10px; list-style:none;  float:right;  }
div.AspNet-Menu-Horizontal ul.AspNet-Menu li {margin:47px 5px 0px 0px; padding:0; float:left; text-align:center; } 
.topnav {position: absolute; top:0px; left:10px; width:100%; height:26px; padding: 0px 20px 0px 0px; z-index: 15; } 
h1.siteheading, a.siteheading { z-index: 30; } 
.searchpanel {position: absolute; top:12px; right:60px; padding-top: 15px; padding-right: 15px;  height:69px; margin:0;  }
.searchpanel .watermarktextbox  
{ position: relative; top:0px; width:140px; height:28px; margin:0px 0px; padding:4px 5px 0 5px;  border:0; }
.searchpanel{ background:url("searchbg.gif") 148px 0px no-repeat; }
.searchbutton {position: relative; top:-4px; right:3px; }
ul.userstats { list-style-type:none;  margin: 0px 0px 0px 0px; font-size:85%;  }
ul.userstats ul { list-style-type:none; margin: -10px 0px 0px 0px;   }
h2.moduletitle { position:relative; height:27px; top: -29px; left: 10px; margin-bottom: 0px; }
.center-leftmargin h2.moduletitle, 
.center-rightmargin h2.moduletitle, 
.center-nomargins h2.moduletitle,
.center-rightandleftmargins h2.moduletitle
 { position: relative; top: -29px; left: 27px; margin-bottom: 0px;}
 .modulecontent { margin-top: -29px; padding: 0px 10px 10px 10px; }
.leftside .modulecontent, 
.rightside .modulecontent
{ padding: 17px 10px 10px 10px; margin-top: -30px; }
.leftside .modulecontent { position: relative; top: -7px; border-bottom: 0px; }
.modulecontent fieldset legend { padding-top: 30px;  }
.leftside h2.moduletitle, .rightside h2.moduletitle {background: url(circle_orange_big.gif) no-repeat 0px 2px;}
.leftside h2.moduletitle, .rightside h2.moduletitle { padding-left: 20px;}
.draghandle { margin-top:20px;  }
.uploadpanel { float:none; }
.uploadpanel input[type="submit"] { clear: both; }
.uploadpanel div div input[type="submit"] { clear: both; margin: 5px 15px 5px 5px;; }
.uploadpanel div { float: left; }
.uploadpanel div div { width:300px; clear:both;  }
.uploadpanel div div input { margin: 4px 4px 4px 4px; clear:both;}
.qtfile .file-panel .file-actions span
{
	/* Fix for IE7 */
	*text-indent: 0;
	*font-size: 0;
}
.qtfile .file-preview
{
	/* Width must be set in IE7 for header get right */
	*width: 65%;
}
.qtfile, 
.qtfile p,
.qtfile ul,
.qtfile li, 
.qtfile a, 
.qtfile span,
.qtfile img
{ zoom: 1; }
/* stupid IE6 HasLayout hack */
.cluetip-rounded #cluetip-title,
.cluetip-rounded #cluetip-inner {
  zoom: 1;
}
