﻿html, body, form {
    width: 100%;
    height: 100%;
    font:normal 12px calibri;
    overflow: hidden;
}

/*GB 2016-08-17: changed a and a:visited colors to #067865 and a:hover color to #FFA301, GB 2016-09-28: changed a text-decoration from none to underline*/
a {
    cursor: pointer;
    color: #067865 !important;
    text-decoration: underline !important;
}
a:visited { color: #067865 !important; }
a:hover { color: #FFA301 !important; }

li { list-style: inherit; } /* override ext-all.css */

p { margin:5px; }

#start-panel ul, #start-panel ol { padding-left: 20px; }

.loading
{
	text-align: center;
	vertical-align: middle;
	font-size: 11px;
	width: 40px;
	height: 200px;
	background-image: url(images/loading_blue.gif); 
	background-repeat: no-repeat; 
	background-position: center; 
	padding-top: 70px;
}

/*---- HEADER ---------------*/
/*MBS: Added style for three new div ids: header, headerTitle, and imageTitle*/
div#header {
    height: 50px;/*must be in px*/
    font: 20px calibri;
    color: #FFFFFF;
    white-space: nowrap;
	background-position: right;
	background-repeat: no-repeat;
}

#headerTitle {
	float: left;
	display: block;
	padding: 10px 10px 10px 10px;
	white-space: nowrap;
}

#imageTitle {
	float: right;
	display: block;
	white-space: nowrap;
}

/*MBS: Added media query to hide header image when window is resized*/
@media screen and (max-width: 848px) {
	#imageTitle {
		display: none;
	}
}

.x-toolbar { border-width: 0 0 1px }

.header-left { float: left; white-space: nowrap;}
.header-right { float: right; white-space: nowrap;}

/*MBS: Changed font size and font family*/
#mainToolbar .x-form-field, #mainToolbar .checkbox-text 
{
	font-family: calibri, arial, sans-serif;
	font-size: 12px;
	margin-left: 3px;
	position: relative;
	bottom: 1px;
}
  * html .checkbox-text {   
	margin-left: 0px;   
}


/*----Top Of Page link----*/
.topOfPage { font-size: 11px; padding-left: 10px; padding-bottom:5px; }

/*------ Footer --------*/
/*MBS: Changed footer background-color, border-top-color, font-size, font-family, and font-weight*/
.footer
{
	background-color: #FFFFFF;
	width: 100%;
	height: 60px;
	border-top-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	font-size: 12px;
	font-family: calibri, arial, sans-serif;
	font-weight: bold;
}
.footer td { padding:10px; }
.footer-left { text-align: left; white-space: nowrap; }
.footer-right { text-align: right; white-space: nowrap; }
.footer-center { text-align: center; }

/*---- West panel ------------------ Index & Tree -----------------------*/
/*--- Index ---*/
/*MBS: Changed #index background-color to #FFFFFF*/
#index { background-color: #FFFFFF; width: 90%; }
.tableindexlinks td { padding-right: 5px; padding-left: 5px; }
/*MBS: Changed #index p.indexatoz background to #FFFFFF*/
#index p.indexatoz {
	background: #FFFFFF;
	margin-top: -3px;
	font-size: 13px;
}

td.index1 {  font-weight: bold;}
td.indexlink { }
td.indexlink a:hover { text-decoration: underline; }

td.indexheading {
	font-size: 15px;
	padding-bottom: 2px;
}

/*--- Tabs Aria ---*/
.x-panel .x-grid-body { border-width: 0px;}
#tab-panel  .x-box-layout-ct { border-width: 0px;}

/*--- Tree -------------*/
#tree-panel-body { border-top-width: 0px; }
/* override extjs ext-all.css for tree*/
/*GB: 2016-08-17 changed .x-grid-row-selected .x-grid-cell, .x-grid-row-selected .x-grid-rowwrap-div background-color to #E5E5E5*/
.x-grid-row-selected .x-grid-cell, .x-grid-row-selected .x-grid-rowwrap-div { background-color: #E5E5E5 !important; font-weight: bold; }
/*GB: 2016-08-17 changed .x-grid-row-over .x-grid-cell, .x-grid-row-over .x-grid-rowwrap-div background-color to #F2F2F2*/
.x-grid-row-over .x-grid-cell, .x-grid-row-over .x-grid-rowwrap-div { background-color: #F2F2F2 !important;  }
.x-tree-icon.x-tree-icon-leaf { background-image:url(images/leaf.gif);  }
.x-grid-row .x-tree-icon.x-tree-icon-parent { background-image: url(images/main_topic.gif); }
/*MBS: Changed from url(images/leaf.gif) to url(images/book_open_gray.gif)*/
.x-grid-row.x-grid-tree-node-expanded .x-tree-icon.x-tree-icon-parent { background-image: url(images/book_open_gray.gif); }
.x-grid-view  { background-color: #DDEAFC; padding: 5px;}
/*MBS: Changed .x-grid-row .x-grid-cell background-color to #FFFFFF*/
.x-grid-row .x-grid-cell { background-color: #FFFFFF;}

/*MBS: Added styles to existing div. This creates space for the 3M HCA image.*/
#tabbar-1053 {
	background-image: url(images/3mv2.png);
	background-position: bottom left;
	background-repeat: no-repeat;
	background-color: white;
	margin-bottom: 100px;
	height: 125px;
}

/*---- END West panel ------------------ Index & Tree -----------------------*/

/*------- Search ------------------------------------------------------*/
/*MBS: Changed .searchResultsPanel .searchResults and #searchResults background-color to #FFFFFF*/
/*MBS: Changed #searchResultsPanel background-color to #FFFAFA*/
/*MBS: Changed .searchResults and #searchResults font-size to 12px*/
/*MBS: Defined overwrites for .searchDetails*/
.searchResultsPanel { background-color: #FFFFFF !important; padding: 5px;}
.searchResults { font-size: 12px; font-family: calibri, arial, sans-serif; background-color: #FFFFFF !important; }
#searchResultsPanel { background-color: #FFFFFF !important; }
#searchResults { font-size: 12px; font-family: calibri, arial, sans-serif; background-color: #FFFFFF !important; }
#searchResults a:hover { text-decoration: underline !important;	}
.searchDetails { font-size: 12px; font-family: calibri, arial, sans-serif; background-color: #FFFFFF !important;  }

.searchword1
{
	background-color: #FFD2A6;
}/*#FFFA96*/


/*------------------------------- breadcrumb ---------------------------------------*/
.breadcrumb:hover { text-decoration: underline !important; }


/*---- Topic -------------------------------------------------------*/
#start-panel { padding: 10px; }
.homepage { background-image: url(images/gradient-bg.gif); }
.aboveheading { display: none; }
.belowheading { display: none; }

/*--- panels header (title) ---*/
.x-panel-header-text { font-weight: normal; }


/*--- toolbar ---*/
.x-toolbar .ytb-text { padding: 0px;}
 

/*MBS: Changed icons to expand and collapse the TOC*/
.x-tool-img.x-tool-collapse-left { background-image: url(images/back_dark.gif); }
.x-tool-img.x-tool-expand-right { background-image: url(images/forward_dark.gif); }

/*--- Icons ---*/
/*--- main toolbar ---*/
.homeIcon { background-image: url(images/home.gif); }
.upIcon { background-image: url(images/up.gif); }
.downIcon { background-image: url(images/down.gif); }


.EditIcon { background-image: url(images/edit.png); }
.editLiveIcon { background-image: url(images/edit_live.png); }
.emailThisPageIcon { background-image: url(images/email.png); }
.sendFeedbackIcon { background-image: url(images/feedback.gif); }

.printIcon { background-image: url(images/printer.png); }
.searchIcon { background-image: url(images/search.gif); }

/* tree toolbar */
.expand { background-image: url(images/expand_all.gif); }
.collapse { background-image: url(images/collapse_all.gif); }

/*MBS: Tool bar fix*/
#mainToolbar {
	padding: 0px;
}
#tbtext-1047 {
	top: 5px !important;
}

/*MBS: Style tag overwrite. This resizes tables based on the window size.*/
table.tableintopic {
	table-layout: auto;
	width: inherit;
}

/*MBS: Changed font size and family for left pane header and breadcrumbs*/
.x-panel-header-text-container-default {
	font-size: 12px;
	font-family: calibri, arial, sans-serif;	
}

/*MBS: Changed font size and family for Contents, Index, and Search tab labels*/
.x-tab-default .x-tab-inner {
	font-size: 13px;
	font-family: calibri, arial, sans-serif;
}

/*MBS: Changed links/books text*/
.x-grid-cell {
	font: normal 12px/13px calibri, arial, sans-serif;
}
.x-tree-node-text {
	font-size: 12px;
}


/* overwrite Author-it stylesheet.css styles */

/*GB: The .popuponclick and .popuponhover overrides remain in webhelp.css because there is no place to enter these settings in Author-it.*/
.popuponclick {
    position: fixed;
    overflow: auto;
    z-index: 2;
}
.popuponhover {
    position: fixed;
    overflow: auto;
    z-index: 2;
}

/*MBS: Table heading background color (shading) override: Quick Tables or manually created tables with the "Repeat Heading Rows" on*/
th {
       background-color: #BFBFBF;
}

/*MBS: Table heading background color (shading) override: Manually created tables without "Repeat Heading Rows" on*/
td[bgcolor="#AFC8E1"] {
       background-color: #BFBFBF;
}

td[bgcolor="#ADC1D9"] {
       background-color: #BFBFBF;
}

td[bgcolor="#B8CCE4"] {
       background-color: #BFBFBF;
}

/*MBS: Table alternate row shading (background color) override: Quick Tables or manually created tables with alternate row shading*/
td[bgcolor="#C0C0C0"] {
       background-color: #F2F2F2;
}

td[bgcolor="#DFD8E7"] {
       background-color: #F2F2F2;
}