﻿#divPagePrint
{
	position:static;
	background-color:#ffffff;
	z-index:-1;
	
}

#divOuterDiv
{
	display:block;
	float:none;
	position:static;
}

#divDocumentBody
{
	float:none;
	position:static;
	width:640px;
	display:block;
	height:auto !important;
}

#divPageBody
{
	position:static;
	float:none;
}
#divPageBodyLong
{
	position:static;
	float:none;
}
#divPageBodyLongest
{
	position:static;
	float:none;
}
#divPageBodyWithDocumentOptions
{
	float:left;
}
#divDocumentBodyOptions
{
	display:none;
	width:630px;
}
body
{
	font-family: "Gotham A", "Gotham B", Arial, sans-serif;
	float:none;
}

DIV
{
	position:static;
	-webkit-box-sizing: border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	float:none;
}

#divDocumentBodyContext
{
	display:none;
	position:absolute;
	float:none;
	
}

#popUpDivFromButton
{
	display:none;
}
#semiTransparentLayer 
{
	display:none;
}


.screenDependentItem
{
	visibility:visible;
	display:block;
}

.HomePageNewsBlurb
{
	width:390px;
    text-align: left;
}


.StoreHomeNewsBlurb
{
	width:400px;
}

.StoreConfirmPageColumn
{
	width:280px;
}


#divPageHeader
{
	display:none;
}


#divPrimarySiteLogo
{
	display:none;	
}

#divLoginHeader
{
	display:none;
}

#divLoginHeaderPlain
{
	display:none;
}

#divPrimaryLoginLogo
{
	display:none;
}

#divSecondaryLoginLogo
{
	display:none;
}

#divLanguageFlip
{
	display:none;
}

#divSessionTracker
{
	display:none;
}


#divSiteOptions
{
	display:none;
}

#divPageTitle
{
	display:none;
}

#divLeftNavigation
{
	display:none;
}


#divDocumentOptionsWrapper
{
	display:none;
}

#divDocumentOptions
{
	display:none;
}

#divDocumentOptionsBottom
{
	display:none;
}

#divDocumentOptionsBlankRight
{
	display:none;
}


#divRightNavigation
{
	display:none;
}

#divRightNavContent
{
	display:none;
}

#divSecondaryLogo
{
	display:none;
}

#divMySubscriptions
{
	display:none;
	
}

#divMyBriefcase
{
	display:none;
}

#divContactUs
{
	display:none;
}

#divStoreCategories
{
	display:none;
}

#divSearchBar 
{
	display:none;
}
#divToolBarWrapper 
{
	display:none;
}

#divTOC 
{
	display:none;
}
#divSplitterBar 
{
	display:none;
}
#autoSuggestBox
{
	display:none;
}

.hide_Print
{
	display:none;
}

.hide_PrintPrettyOnly
{
	display:none!important;
}

.show_PrintPrettyOnly
{
	display:block!important;
}

.headerBackground
{
    background-color:#838087;
    color:White;
    border: 1px solid #838087;
    font-weight:bold;
}
.DivNode
{
    display:block !important;
    float:none !important;
    page-break-inside:avoid;   
}

.CaseStory
{
    display:block !important;
    width:auto  !important;
}

.DivNodeCases
{
    display:block ;
    float:none ;
}
.divNodeList
{
    display:block ;
    float:none ;
    width:auto  !important;
    height:auto !important;
    page-break-inside:avoid;   
}

.HotTopicTitle, .HotTopicTitle span, .HotTopicTitle a
{
    background-color:#006FBA;
    color:#FFFFFF;
}

.CaseOfInterestStory
{
    height:auto ;
}
.AdminResize
{
	height:auto !important;
	display:inline ;
}
.HotTopicsRelatedSubscriptions
{
	display:none ;
}

.HotTopics 
{
	height:auto ;
	overflow: visible !important;
}
#HotTopicsColumn_1
{
    width:auto;
    float:none;
}
#HotTopicsColumn_2
{
    width:auto;
    float:none;
}

.showScreenHidePrint { display:none; }


#divPinboardPane{
    display: none;
}


a.DocumentContext { text-decoration:none; color:#444; cursor:default; margin-left: 10px; font-size: smaller;}
a.DocumentContext:link { text-decoration:none; color:#444; cursor:default; margin-left: 10px; font-size: smaller;}
a.DocumentContext:visited { text-decoration:none; color:#444; cursor:default; margin-left: 10px; font-size: smaller;}
a.DocumentContext:hover { text-decoration:none; color:#444; cursor:default; margin-left: 10px; font-size: smaller;}

/* below copying the styles for highlighting functionality so that it appears in the chrome print preview as well START */
.userHighlightNone {
    background-color: none;
}

.userHighlightRed {
    background-color: #ffbab9 !important;
}

.userHighlightOrange {
    background-color: #ffdeb6 !important;
}

.userHighlightYellow {
    background-color: #fff8b2 !important;
}

.userHighlightGreen {
    background-color: #c0f6b2 !important;
}

.userHighlightBlue {
    background-color: #acd8fd !important;
}

.userHighlightPurple {
    background-color: #f8d4fd !important;
}


* {
    -webkit-transition: none !important;
    transition: none !important;
    -webkit-print-color-adjust: exact;
}

/* below copying the styles for highlighting functionality so that it appears in the chrome print preview as well END */

.no-print, .no-print * {
    display: none !important;
}