
/* Hide move module left/right buttons */
.zm-ctrl ul li a[title*="Move right"], .zm-ctrl ul li a[title*="Move left"],
.zm-ctrl ul li.MoveModuleLeft, .zm-ctrl ul li.MoveModuleRight,
.ModuleWrap .MoveModuleLeft, .ModuleWrap .MoveModuleRight {
	display: none !important;
}

/* Hide move module left/right buttons on edit page */
.zen-main table td input.MoveModuleLeft, .zen-main table td input.MoveModuleRight{
	display: none !important;
}

/* Hide selection options to add module to left pane or right pane on edit page */
.zen-main table td select#paneLocation option[value*="LeftPane"], .zen-main table td select#paneLocation option[value*="RightPane"],
.zm-content table td select[id*="paneLocation"] option[value*="LeftPane"], .zm-content table td select[id*="paneLocation"] option[value*="RightPane"] {
	display:none;
	visibility: hidden;
}

.zen-main table .OrganizeModules .LeftMiniPane, .zen-main table .OrganizeModules .RightMiniPane {
	display:none;
	visibility: hidden;
}

div a[href*=PageClone] {
	display:none;
}

/* hide all pagelayout.aspx links - edit this page... */
div.headermenu  ul.zen-hdrmenu-btns li.zen-hdrmenu-item a[href*='PageLayout.aspx'] {
	display:none;
}	

/* all pagelayour.aspx links are hidden [above] except this page 37068 */
div.headermenu  ul.zen-hdrmenu-btns li.zen-hdrmenu-item a[href*='PageLayout.aspx?PageID=37068'] {
	display:block;
}	

/* give the committees submenu items greater width */
.mainmenu li a[href*=committees] ~ ul {
width:28em;
}

/* give module titles full width */
.zen-col-center .zm-title {
width:auto;
}

/* Adjustment to title per ECY */
#portaltitle
{
	width:auto;
	position:static;
	text-align: center;
}

#mID69568 div.zm-title, 
#mID69595 div.zm-title,
#mID69597 div.zm-title,
#mID69599 div.zm-title,
#mID69601 div.zm-title,
#mID69603 div.zm-title,
#mID69605 div.zm-title,
#mID69607 div.zm-title {
	white-space: pre-wrap;
}