/* --------------------- */
/* --- common layout --- */
/* --------------------- */

body, html {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
}
table, th, td {
	margin: 0px;
	vertical-align:top;
	padding: 0px;
	border:none;
	border-spacing:0;
	border-collapse:collapse;
}


/* ------------------------------- */
/* --- global docportal layout --- */
/* ------------------------------- */

div#layoutBody{
	float:left;
	width:auto;
	height:100%;
	margin: 0px auto;
	padding:0px;
}
div#layoutHeader{
    display: block;
	background-color: #ffffff;
    height: 100px;
	left: 0px;
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 10;
}
div#layoutSearchForm{
    display: block;
    float: left;
    text-align: center;
    width: 560px;
	margin-left:181px;
	padding-top:20px;
}
div#layoutToolbar {
	margin-right:0px;
    text-align: right;
    display: block;
    padding-top: 20px;
}
div#layoutBreadcrumb{
	position:relative;
    height: 20px;
	width:843px;
	margin-left:181px;
	clear: both;
	margin-top:20px;
}
div#layoutNavpane {
	position:absolute;
	left:0px;
    height: 100%;
    width: 181px;
    padding:0px;
	z-index:11;
}
div#layoutNavpaneInner {
    width: 100%;
    height: 100%;
}
div#navigationLayoutContainer{
	position:fixed;
	width:138px;
	height:100%;
	z-index: 9;
	left:-132px; /* initially rendered outside the window -> moved on show()/hide()*/
}
div#layoutContent {
	padding: 0px;
	padding-top: 100px;
	margin-left:181px;
	width: 844px; /* was 844, enlarged for IE7 */
}
div#layoutContentContainer {
    width: 560px;
	float:left;
	min-height:50px;
	padding-bottom:40px;
}
div#layoutContentContainerWide {
    width: 844px;
}
.clear{
	float:none;
	clear:both;
}


/* ------------------------------ */
/* --- portal layout sidebar --- */
/* ------------------------------ */

.LayoutSidebar {
	padding: 0px;
	width:243px;
	float:left;
	margin-left:41px;
}
.LayoutSidebar .SidebarWidget{
	display:block;
	margin-bottom:15px;
	clear:left;
}


/* ----------------------------- */
/* --- portal layout toolbar --- */
/* ----------------------------- */
.ToolbarButtons{
	display:block;
	height:28px;
}
.ToolbarButtons a, .ToolbarButtons a:link, .ToolbarButtons a:active, .ToolbarButtons a:visited{
	font-weight:normal;
	text-transform:uppercase;
	display:block;
	padding:8px;
	line-height:1;
	padding-left:13px;
	padding-right:13px;
	font-size:12px;
	border-right:1px solid #cccccc;
	float:right;
	color: #666666;
	margin-right:-1px;
}
.ToolbarButtons a:hover{
	color: #cccccc;
}


/* ---------------------------- */
/* --- portal layout header --- */
/* ---------------------------- */

div#layoutHeadline{
	background-color: #ffffff;
	margin-bottom:0px;
	padding-bottom: 27px;
	width:844px;
	overflow:hidden;
}
div.Headline{
	font-size:29px;
	color: #666666;
	text-transform:uppercase;
	float:left;
	width:560px;
	margin-right:43px;
	line-height:1.2;
	margin-top:14px;
	margin-bottom:0px;
}
div.Headline span.SearchResultCaption{
	font-size:12px;
	line-height:1.2;
	display:block;
}
div.Headline span.SearchQuery{
	text-transform:none;
	line-height:1.2;
}
div.CustomerLogo {
	margin-top:0px;
	width:240px;
	float:left;
	margin-bottom:8px;	
}
div.CustomerLogo a.CustomerLogoHomepageLink {  }
div.CustomerLogo a.CustomerLogoHomepageLink img.CustomerLogoImg{ }

/* ---------------------------- */
/* --- glossary layout header --- */
/* ---------------------------- */
#stageGlossary{
	padding:0px !important;
	display:block;
}
div.LayoutGlossary{
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	overflow:hidden;
	position:absolute;
	border:none;
	top:0px;
}
div.LayoutGlossary div.LayoutGlossaryHeader{
	width: 100%;
	height: 55px;
}
div.LayoutGlossary div.LayoutGlossaryContent{
	position:absolute;
	top:55px;
	bottom:0px;
	width:100%;
	margin:0px;
	padding:0px;
}
.ie7 div.LayoutGlossary div.LayoutGlossaryContent{
	height:490px;
}
div.LayoutGlossary div.LayoutGlossaryContent div.LayoutGlossaryNavigation{
	width:200px;
	height:99%;
	float:left;
	margin:0px;
	padding:0px;
	border-right:1px solid #e6e6e6;
}
div.LayoutGlossary div.LayoutGlossaryContent div.LayoutGlossaryEntry{
	overflow:hidden;
	height:100%;
	margin:0px;
	padding:0px;
}