/* 
================================
 Container Styles for DotNetNuke
================================
*/   
.containermaster_blue {
	width: 100%;
	background-color: #f2f6f9;
	border-right: #e3ebf6 1px solid;
	border-top: #e3ebf6 1px solid;
	border-left: #e3ebf6 1px solid;
	border-bottom: #e3ebf6 1px solid;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
}
.containermaster_white {
	width: 100%;
	background-color: #FFFFFF;
	border-right: #e3ebf6 1px solid;
	border-top: #e3ebf6 1px solid;
	border-left: #e3ebf6 1px solid;
	border-bottom: #e3ebf6 1px solid;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-topleft:5 px;
	-moz-border-radius-topright: 5px;
}
.content{
    margin-top: 0px;
	background-color: #FFFFFF;
	border-right: #e0e0e0 1px solid;
	border-top: #e0e0e0 1px solid;
	border-left: #e0e0e0 1px solid;
	border-bottom: #e0e0e0 1px solid;
	padding:6px 6px;
	font-size:10px;
		
}
.no_content{
    margin-top:2px;
	background-color: #FFFFFF;
	border:0;
	padding:8px 6px;
	font-size:10px;
		
}
.content_color{
    margin: 2px 0;
	background-color: #fcfcfc;
	border-right: #e0e0e0 1px solid;
	border-top: #e0e0e0 1px solid;
	border-left: #e0e0e0 1px solid;
	border-bottom: #e0e0e0 1px solid;
	padding:10px 6px;
	font-size:10px;
		
}
.bold_title{
	font-size:16px;
	color:#00CC66;
}
.content_title{
	color: #333333;
	float:right;
	font-size: 11px;
	font-family: Tahoma, Arial, Helvetica;	/*font-weight:bold;*/
	
	}
.containermaster_gray {
	width: 100%;
	background-color: #FFFFFF;
	border-right: #8f9092 0px solid;
	border-top: #8f9092 0px solid;
	border-left: #8f9092 0px solid;
	border-bottom: #8f9092 0px solid;
	-moz-border-radius-bottomleft: 15px;
	-moz-border-radius-bottomright: 15px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;font-size: 30pt; 
}
.containerrow1_blue {
	background-image: url(images/header_box1.jpg);
	background-repeat:no-repeat;
	height:40px;
		
	}
.containerrow1_gray {
	background-image: url(images/bg_title.jpg);
	border: #d5d5d5 1px solid;
	background-repeat: repeat-x ;   
	height:39px;
	padding:4px 5PX;	
	
}
.containerrow2_gray {
	background-color: #FFFFFF;
	font-family: Tahoma, Arial, Helvetica; 
	
}


.ModuleTitle_MenuItem {
	border: white 0px solid; /*override borders*/
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	  
}


/***************************************************  menu td for edit box for MANEGER site *************************************/

.ModuleTitle_MenuItem TD {  
	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-style: normal;
	height: 21px;
        white-space: nowrap;  /*Word wrapping menu item now optional*/
        padding: 1px 3px 3px 1px;	
}
.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 */
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; }
	

.ModuleTitle_MenuIcon {
	cursor: pointer;
	
	cursor: hand;
	background-color: #FF9900;
	width: 15px;
	height: 100%;   /*override the default height for icon so that menubreaks can have heights adjusted*/
	}

.ModuleTitle_MenuBreak  {
	background-color: #FFCC00;
	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: #efefef;}
/*************************************************** END  menu td for edit box for MANEGER site *************************************/


