/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster_CE_red {
	width: 100%;
	background-color: White;
	border-right: #A0A0A0 0px solid; 
	border-top: #A0A0A0 0px solid; 
	border-left: #A0A0A0 0px solid; 
	border-bottom: #A0A0A0 0px solid; 
	-#7994cb
	-moz-border-radius-bottomleft: 15px; 
	-moz-border-radius-bottomright: 15px; 
	-moz-border-radius-topleft: 3px; 
	-moz-border-radius-topright: 3px;
}
.containerrow1_CE_red  {
	background-image: url(bottonebg_red.png);
}

.containerrow1_CE_red.head TD{
	color: White;
}

TD.containerrow1_CE_red  {
	width: 100%;
	background-color: #cd071E;
}

.containerrow1_CE_red.head {
	color: White;
	font-weight: bold;
	font-size: 16pt;
}

.containerrow1_CE_redSX {
	background-image: url(CurvaSX_Red.png);
	height: 29px;
	width: 14px;
}
.containerrow1_CE_redDX{
	background-image: url(CurvaDX_Red.png);
	height: 29px;
	width: 14px;
}

.containermaster_CE_black {
	width: 100%;
	background-color: White;
	border-right: #7994cb 0px solid; 
	border-top: #7994cb 0px solid; 
	border-left: #7994cb 0px solid; 
	border-bottom: #7994cb 0px solid; 
	-moz-border-radius-bottomleft: 15px; 
	-moz-border-radius-bottomright: 15px; 
	-moz-border-radius-topleft: 3px; 
	-moz-border-radius-topright: 3px;
}

.containerrow1_CE_black {
	background-image: url(bottonebg_black.png);
	height: 29px;
	color: White;
}

.Head.containerrow1_CE_black{
	color: White;
}

.containerrow1_CE_blackSX {
	background-image: url(CurvaSX_Black.png);
	height: 29px;
	width: 14px;
}
.containerrow1_CE_blackDX{
	background-image: url(CurvaDX_Black.png);
	height: 29px;
	width: 14px;
}

TD.containerrow1_CE_black {
	width: 100%;
	color: White;
}


.containerrow1_CE_black .head{
	color: White;
	font-weight: bold;
	font-family: Verdana; -tahoma;
	font-size: 10pt; -16px;
}

.containerrow2_CE_black{
	background-color: #ffffff;
}


.containermaster_CE_Main_red{
	width: 100%;
	border-right: #A0A0A0 1px solid; 
	border-top: #A0A0A0 1px solid; 
	border-left: #A0A0A0 1px solid; 
	border-bottom: #A0A0A0 1px solid; 
	background-color: #f6f6f6;
	-cc0000
}


.containermaster_CE_Main_red .head{
	color: #cd071e;
}
.containerrow1_CE_Main_red .TD{
	font-size: 10pt;
	font-family: Verdana;
}

.containerrow1_CE_Main_red{
	background-color: #f6f6f6;
	color: #cd071e;
	font-size: 10pt;
}


.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: Verdana; -Tahoma, Arial, Helvetica; 
	font-size: 10pt; 
	font-weight: bold; 
	font-style: normal;
	height: 21px;
        white-space: nowrap;  /*Word wrapping menu item now optional*/
        padding: 1px 1px 1px 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: Verdana; -Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
	background-color: #C1D2EE;
}
