/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster_blue
 {
	width: 100%;
	/*background-color: #dfe5f2;*/
	background-color: white;
	border-right: #faebd7 1px solid; 
	border-top: #faebd7 1px solid;
	border-left: #faebd7 1px solid; 
	border-bottom: #faebd7 1px solid; 
	-moz-border-radius-bottomleft: 15px; 
	-moz-border-radius-bottomright: 15px; 
	-moz-border-radius-topleft: 3px; 
	-moz-border-radius-topright: 3px;
}
.CssTitle
{
	color:White;	
}
.containerrow1_blue 
{
	background-image: url(browngradient.jpg);
	background-repeat:no-repeat;
	font-family: verdana,Tahoma, Arial, Helvetica; 
	font-size: 14pt; 
	font-weight: bold; 
	font-style: normal;
	cursor:default;
	
	
}
.containercenter {
	background-image: url(centercontain.jpg);
	background-repeat:no-repeat;
	/*cursor: hand; 	*/
	color: Maroon; 
	font-family:Arial Black; 
	font-size: 16pt; 
	font-weight: normal; 
	font-style: normal;
	text-align:left;
	

	
	
}
.containerleft {
	background-image: url(leftcontain.jpg);
	background-repeat:no-repeat;
	font-family: verdana,Tahoma, Arial, Helvetica; 
	font-size: 14pt; 
	font-weight: bold; 
	font-style: normal;
	
	
	
}
.containerright {
	background-image: url(rightcontain.jpg);
	background-repeat:no-repeat;
	font-family: verdana,Tahoma, Arial, Helvetica; 
	font-size: 14pt; 
	font-weight: bold; 
	font-style: normal;
	
	
}
.containerrow2_blue {
	background-color: #ffffff;
}
.ModuleTitle_MenuItem 
{
	/*Applies for Heading and menu if not defined in menuite Td class*/
	border: white 0px solid; /*override borders*/    
	color: Maroon; 
	font-family: verdana; 
	font-size: 12pt; 
	font-weight: bold; 
	font-style: normal;
}

.ModuleTitle_MenuItem TD 
{  /*TD if menu is using tables*/
	cursor:default;
	font-family: verdana,Tahoma, Arial, Helvetica; 
	font-size: 10pt; 
	font-weight: bolder; 
	color:Maroon;
	font-style: normal;
	height: 10px;
	white-space: nowrap;  /*Word wrapping menu item now optional*/
    padding: 1px 3px 3px 10px;	
       
}


.ModuleTitle_MenuIcon
 {
	cursor: default; 
	/*cursor: hand;*/
	background-color: #fff7f1; 
	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: #fff7f1; 
	/*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: #fff7f1; 
	font-size: 1px; /*make sure you take out portal.css ModuleTitle_MenuBreak for this to work*/
}

.ModuleTitle_MenuItemSel
 {
	cursor: pointer; 
	/*cursor: hand;*/
	font-family: Tahoma, Arial, Helvetica; 
	color:Black;
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
	background-color:White;
	
}

