/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster_yellow {
	width: 100%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.containerrow1_yellow {
}
.containerrow2_yellow {
}
.ModuleTitle_MenuItem {
	border: white 0px solid; /*override borders*/    
}
.float-left {
	float: left;
	_position:relative;
	_left:-4px;
	_top:-1px;
}
.bottom-left {
	float: left;
	_position:relative;
	_left:-3px;
}
.upper-right {
	float: right;
	_position:relative;
	_left:3px;
	_top:-1px;
}
.float-right {
	float: right;
	_position:relative;
	_left:3px;
}
.tab {
	background: url(images/container-tab-expand.gif) repeat-x;
	font-size:12px;
}
.top {
	background: url(images/container-top-expand.gif) repeat-x;
	font-size:12px;
}
.left-expand {
	background:url(images/container-left-flat.gif) repeat-y left #faf7f0;
	width:10px;
}
.right-expand {
	background:url(images/container-right-flat.gif) repeat-y right #faf7f0;
	width:10px;
}
.content-pane {
	background-color:#faf7f0;
	padding:10px 0;
}
.bottom-expand {
	background:url(images/container-bottom-expand.gif) repeat-x;
}
.bottom-assets {
	background:#faf7f0;
	padding:10px 0px 5px 0;
	border-top:#bbbbbb 1px solid;
	font-size:12px;
}
.bottom-panel
{
	position:relative;
	top:-2px;
}
.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: #C1D2EE;
}



