/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster_gray {
	width: 100%;
	background-color: #dddddd;
	border-right: #8f9092 1px solid; 
	border-top: #8f9092 1px solid; 
	border-left: #8f9092 1px solid; 
	border-bottom: #8f9092 1px solid; 
	-moz-border-radius-bottomleft: 15px; 
	-moz-border-radius-bottomright: 15px; 
	-moz-border-radius-topleft: 3px; 
	-moz-border-radius-topright: 3px;
}
.containerrow1_gray {
	background-image: url(gradient_LtGray.jpg);
}
.containerrow2_gray {
	background-color: #ffffff;
}
.ModuleTitle_MenuItem {
	border: white 0px solid; /*override borders*/    
}

.ModuleTitle_MenuItem TD {  /*TD if menu is using tables*/
	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
	height: 21px;
        white-space: nowrap;  /*Word wrapping menu item now optional*/
        padding: 1px 3px 3px 1px;	
}


.ModuleTitle_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: #EEEEEE; 
	width: 15px;
	height: 100%;   /*override the default height for icon so that menubreaks can have heights adjusted*/
}

.ModuleTitle_SubMenu 
{
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color: #FFFFFF; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3); 
	padding: 1px 1px 1px 1px;   /*explicitly set padding for sub-menus */
}

.ModuleTitle_MenuBreak  {
	background-color: #EEEEEE; 
	font-size: 1px; /*make sure you take out portal.css ModuleTitle_MenuBreak for this to work*/
}

.ModuleTitle_MenuItemSel {

	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
	background-color: #DDDDDD;
}

.grayRoundCornerContainer{background-image:url(images/grayboxbottom.jpg);width:229px;background-repeat: no-repeat;background-position:bottom;padding: 5px 10px 10px 10px;margin: 0 0 7px 0}
.grayRoundCornerTop{background-image:url(images/grayboxtop.jpg);margin:0;height:30px;background-position:top;background-repeat:no-repeat;color:#fff;font-weight:bold;padding: 5px 0px 0px 13px;display:block;}
.grayRoundCornerTop h2 .Head {color:#fff; font-size: 15px; font-weight:bold; text-align:center}
.grayRoundCornerMiddle{background:#A5A2A5 url(images/grayboxmiddle.jpg) no-repeat;margin:0;padding: 3px 12px 3px 13px; color:#fff}
.grayRoundCornerMiddle .grayRoundCornerContentPane p{color:#fff}
.grayRoundCornerMiddle .grayRoundCornerContentPane h1{color:#fff}
.grayRoundCornerBottom{background:#A5A2A5}



div.orangeTopContainer{ margin:5px 0px 10px 0 ; background-color:#fff; display:block; clear:both; padding:0px 0px ; border-top:2px;  width:99% }
div.orangeTopContainerHeader{ padding:2px 2px 1px 0px; display:block;background:url(images/sprites-t1.gif) #fff repeat-x 0px -545px; } 
div.orangeTopContainerHeader h3{margin:2px 5px 2px 5px; color:#333333; font-size:.85em} 
div.orangeTopContainerHeader h3 .Head{color:#333; font-size:.85em; font-weight:bold} 
div.orangeTopContainerContentPane{display:block; overflow:hidden; position:relative; width:100%; padding:0px; margin:0px}


div.orangeContainer{  margin:5px 0px 10px 0 ; background-color:#fff; display:block; clear:both; background-color:#ff8218; width:99% }
div.orangeWhiteTopHeader{background-color:#fff; padding:2px; display:block;font-family: Arial, Helvetica, sans-serif;;background:url(images/sprites-t1.gif) #fff repeat-x 0px -470px;  } 
div.orangeWhiteTopHeader h3{margin:2px 5px 2px 5px; color:#666666; font-size:.85em} 
div.orangeWhiteTopHeader h3 .Head{color:#333; font-size:.85em; font-weight:bold} 
div.orangeContainer p{ color:#FFFFFF}
