<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body { font: 11px/1.5  Verdana, 'Trebuchet MS', arial, sans-serif;  }
/*
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.
*/
h2.moduletitle { vertical-align:middle; }
div.AspNet-Menu-Horizontal ul.AspNet-Menu{  margin: 0px 0px 0px 7px; padding: 0px 0px 0px 0px ; }
a.AspNet-Menu {font-size: 0.85em ;  }
div.AspNet-Menu-Vertical ul.AspNet-Menu { position:relative; top: 0px; left: -50px;  }
div.AspNet-Menu-Vertical ul.AspNet-Menu ul {position:relative; left: 180px; top: -20px; }
div.AspNet-Menu-Vertical ul.AspNet-Menu li.AspNet-Menu-Leaf,
div.AspNet-Menu-Vertical ul.AspNet-Menu li.AspNet-Menu-WithChildren
{ padding:0px 0px 0px 0px;border: 1px solid #f2f2f2;border-bottom:solid 1px white;clear:left;float:left;list-style:none;
	margin: 0px 0px 0px 0px;}
ul.userstats { list-style-type:none;  margin: 0px 0px 0px 0px;   }
ul.userstats ul { list-style-type:none; margin: -10px 0px 0px 0px;   }
div.blognavright div h3 { margin: 0px 0px -20px 18px; }
li.topnavitem {float: left;  list-style-type:none; padding: 0px 3px 0px 3px;}
.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;
}
.forumEdit, .threadEdit, .postEdit { display: inline-block; }
</pre></body></html>