body {}
/*
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.

*/

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;   }
html>body .center-mypage { width: 700px; margin: 10px 0px 0px 10px;  }
.userpagemenucontainer {  z-index: 300; width: 650px; margin: 0px 5px 0px 5px;}
.userpagemenucontainer ul.userpagemenu {  width: 650px; }
.mypage {margin: 0px 0px 0px 10px; }
.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;}
.ratingStar .Filled { background-image:url('ratingStarFilledIE.png'); }
.ratingStar .Empty { background-image:url('ratingStarEmptyIE.png'); }
.ratingStar .Saved { background-image:url('ratingStarSavedIE.png'); }

/* IE6 css fixer v0.8: Thu, 15 Apr 2010 22:50:55 +0200 */

/* ============================================= */
/* safe settings                                 */

/* add display:inline to floated elements */
div.sitemap .AspNet-TreeView-Collapse,
#wrapcenter,
.leftside,
.center-nomargins,
.center-rightandleftmargins,
.center-rightmargin,.center-leftmargin,
.rightside,
.settinglabel,
.settinglabelFixedHeight,
.settinglabeltight,
.topnav ul,
li.topnavitem,
li.firstnav,
ul.simplehorizontalmenu,
.albumFloat,
.ratingcontainer,
div.addthisbutton,
.whoson,
.forumnotify img,
.floatrightimage,
.floatpanel,.floatleftimage {display:inline;}

/* convert min height values */
#wrapcenter {height:300px;}
ul.linkitem li {height:18px;}
.minheightpanel {height:200px;}


/* fix negative margins */
ul.userstats,
.tag-cloud {position:relative; zoom:1;}

/* add zoom:1 to pos:relative elements */
ul.linkitem,
ul.userstats li {zoom:1;}
.forumEdit, .threadEdit, .postEdit { display: inline-block; }
