﻿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.

*/

.leftside { float:left; width:176px; margin: 10px 0px 0px 6px;}

div.AspNet-Menu-Horizontal ul.AspNet-Menu{  margin: 0px 0px 0px 7px; padding: 0px 0px 0px 0px ;  }
	
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; width: 700px; }

.center-rightmargin {float:left; width: 62%; margin: 10px 0px 6px 4px; }
.rightside { float:right; width:35%;  margin: 10px 4px 0px 0px; }
#wrapcenter { _height: 300px;}

/* Based on Nifty Corners: rounded corners without images */
/* By Alessandro Fulciniti */
/* http://www.html.it/articoli/nifty/index.html */
.rtop, .rbottom{display: block; clear:both;}
.rtop, .rbottom{background: #232323;}
.rtop .r1, .rtop .r2, .rtop .r3, .rtop .r4,
.rbottom .r1, .rbottom .r2, .rbottom .r3, .rbottom .r4{background: #545454;}
.rtopsub, .rbottomsub {display:block; margin:0; height: 1px;overflow: hidden; clear:both;}
.rtop .r1, .rtop .r2, .rtop .r3, .rtop .r4,
.rbottom .r1, .rbottom .r2, .rbottom .r3, .rbottom .r4
{ display: block;height: 1px;overflow: hidden; }
.r1{margin: 0 5px}
.r2{margin: 0 3px}
.r3{margin: 0 2px}
.rtop .r4, .rbottom .r4{ margin: 0 1px; height: 2px }
.rbottom { margin-bottom:10px;  }
.modulecontent { 
  border-left: solid 4px #545454; border-right: solid 4px #545454; border-bottom: solid 1px #656565;} /* border-bottom makes the difference here */
.modulecontent { vertical-align:top; padding: 4px 4px 4px 7px; }
