/*!* Tabbed Destination Overrides v1.0 */
/* Hides data driven titles */
#mb-title-nav-bar { display:none; }

/* mb-title-nav-bar becomes global-title-nav-bar since framework titles not being used */
#global-title-nav-bar {
	margin: -2px 10px 20px 10px;
	clear: both;
	padding: 0;
}

/* framework-content-titles becomes global-content-titles since framework titles not being used */
#global-content-titles {
	float:left;
	margin:0;
	padding:0;
}

.rtl #global-content-titles,
html[dir="rtl"] #global-content-titles {
	float:right;
	direction:rtl;
}

#global-content-titles h1.title-section {
	font-family: arial,helvetica,sans-serif;
	margin: 0;
	padding: 0 0 4px;
	width: 670px;
}

#global-content-titles h1.title-section-only {
	color: #444444;
	font-size: 26px;
	font-weight: normal;
}


/* section title component layout placement */
#global-title-nav-bar .nn11v1 {
	float: left;
	margin-bottom: -6px;
	margin-top: -7px;
	position: relative;
}
.ie67 #global-title-nav-bar .nn11v1 {
		width: 940px;
}


/* Specific RTL Support */
.rtl #global-title-nav-bar .nn11v1,
html[dir="rtl"] #global-title-nav-bar .nn11v1 {
	float: right;
}

body #fw-mb-w1 #framework-base-main,
body #fw-mb-w1 #framework-content-main {
	margin-left: 0px;
	margin-right: 0px;
}
body #fw-mb-w1 #framework-column-right,
body #fw-mb-w1 #framework-column-left {
	display:none;
}
body #fw-mb-w1 .hinav {
	display: none;
}
