/* 
================================
 Container Styles for DotNetNuke
================================
*/   
.dynatecWhiteHdrR,.dynatecWhiteHdrR2{ background:url(images/hdrR.jpg) top right no-repeat; margin:10px 0 0 0;}
.dynatecWhiteHdrL{ background:url(images/hdrL.jpg) top left no-repeat; margin:0; padding:2px 10px; height:24px;}
.dynatecWhiteBorderR,.dynatecWhiteBorderR2{background:url(images/brdrR.jpg) right repeat-y; margin:0; padding:0;}
.dynatecWhiteBorderL{background:url(images/brdrL.jpg) left repeat-y; margin:0; padding:0;}
.dynatecWhiteFtrCornerR{background:url(images/btmRCorner.jpg) bottom right no-repeat; margin:0; padding:0;}
.dynatecWhiteFtrCornerL{background:url(images/btmLCorner.jpg) bottom left no-repeat; margin:1px 0 0 0; padding:0 15px 10px;}
.dynatecWhiteContentPane{ padding:1px 10px 10px;margin-top:0;}
.dynatecWhiteContentPane p{padding-top:0; margin-top:8px;}

.dynatecWhiteHdrRBlue,.dynatecWhiteHdrRBlue2{ background:url(images/hdrR.jpg) top right no-repeat; margin:10px 0 0 0;}
.dynatecWhiteHdrLBlue{ background:url(images/hdrLBlue.jpg) top left no-repeat; margin:0; padding:2px 10px; height:24px;}
.dynatecWhiteBorderRBlue,.dynatecWhiteBorderRBlue2{background:url(images/brdrR.jpg) right repeat-y #F1F2F2; margin:0; padding:0;}
.dynatecWhiteBorderLBlue{background:url(images/brdrL.jpg) left repeat-y; margin:0; padding:0;}
.dynatecWhiteFtrCornerRBlue{background:url(images/btmRCornerBlue.jpg) bottom right no-repeat; margin:0; padding:0;}
.dynatecWhiteFtrCornerLBlue{background:url(images/btmLCornerBlue.jpg) bottom left no-repeat; margin:1px 0 0 0; padding:0 15px 10px;}

.dynatecWhiteBorderRBlue2,.dynatecWhiteBorderR2,.dynatecWhiteHdrRBlue2,.dynatecWhiteHdrR2{width:270px;}

.dynatecWhiteHdrL .Head,.dynatecWhiteHdrLBlue .Head{color:#fff; font-size:11pt; font-style:italic;}


.ModuleTitle_MenuItem TD {  /*TD if menu is using tables*/
	cursor: pointer; 
	cursor: hand; 
	color: #000;
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
        white-space: nowrap;  /*Word wrapping menu item now optional*/
        
}


.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: #C1D2EE;
}
.dvclr2{font-size:1px; height:10px; clear:both; margin:0; padding:0;}
