/* 
================================
 Container Styles for DotNetNuke
================================
*/   
/* Styles for Rounded  Container */

.OverallPadding{padding:10px;}
.LeftSide{float:left;}
.RightSide{float:Right;}
.AlignTop{Vertical-Align:top;}
.contentpadding{margin:0 11px;padding:2px 10px 5px 8px}
.logoWidth{width:38px;}
.Logo{width:38px;position:relative;Top:-5px; }

.paddout{padding:10px 10px;}
.OverallMargin{margin:5px 0;}

.Overlay{margin:0;padding:0;}



.ContentText{color:#333;background-color:#fff;}



/*------Orange--------*/

.MenuLeftOrange{background:url(images/Orange_Header_L.png) no-repeat; height:56px; width:11px; }
.MenuMidOrange{background:url(images/Orange_Header_M.png) repeat-x; height:56px; }
.MenuRightOrange{background:url(images/Orange_Header_R.png) no-repeat; height:56px; width:11px; }


/*------Purple--------*/

.MenuLeftPurple{background:url(images/Purple_Header_L.png) no-repeat; height:56px; width:11px; }
.MenuMidPurple{background:url(images/Purple_Header_M.png) repeat-x; height:56px; }
.MenuRightPurple{background:url(images/Purple_Header_R.png) no-repeat; height:56px; width:11px; }


/*------Green--------*/

.MenuLeftGreen{background:url(images/Green_Header_L.png) no-repeat; height:56px; width:11px; }
.MenuMidGreen{background:url(images/Green_Header_M.png) repeat-x; height:56px; }
.MenuRightGreen{background:url(images/Green_Header_R.png) no-repeat; height:56px; width:11px; }

/*------Gray------*/
.GrayHeaderLeft{background:url(images/Gray_Gradient_L.png) no-repeat; height:43px; width:9px;}
.GrayHeader{background:url(images/Gray_Gradient.jpg) repeat-x; height:43px; }
.GrayHeaderRight{background:url(images/Gray_Gradient_r.png) no-repeat; height:43px; width:9px;}
.RoundedBorder{Border:1px #cccccc Solid;
		-moz-border-radius-topleft: 0px;
		-moz-border-radius-topright: 0px;
		-moz-border-radius-bottomright: 5px;
		-moz-border-radius-bottomleft: 5px;
		-webkit-border-radius: 0px 0px 5px 5px;
		}
.Glow{		border-radius: 0px 0px 5px 5px;
		-webkit-box-shadow: 0px 0px 5px 2px #e2e0e0;
		-moz-box-shadow: 0px 0px 5px 2px #e2e0e0;
		box-shadow: 0px 0px 5px 2px #e2e0e0;}

#LowTitle h2 {Margin-top:10px;}