html, body, form {
    width: 100%;
    height: 100%;
    font: normal 11px arial;
    overflow: hidden;
}
body {
    color: #5d686f 
}
a {
    cursor: pointer;
    color: #d0d0d0 !important;
}
a:visited {
    color: #d0d0d0 !important;
}
a:hover {
    text-decoration: underline;
    color: #2e8fb3 !important;
}
p {
    margin: 5px;
}
#start-panel ul, #start-panel ol {
    padding-left: 20px;
}
.loading {
    text-align: center;
    vertical-align: middle;
    font-size: 11px;
    height: 200px;
    background-image: url(images/loading_blue.gif);
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 70px;
}
/*---- HEADER ---------------*/
div#header {
    background: #7F99BE;
    padding: 10px;
    height: 40px;/*must be in px*/
    background-image: url(images/header.jpg);
    FONT: "Helvetica Neue", "Helvetica", Arial, sans-serif;
    font-size: 19px;
    font-weight: normal;
    text-shadow: 0 -1px 0 #8C8C8C;
    color: #FFFFFE;
    white-space: nowrap;
}
.header-left {
    float: left;
    white-space: nowrap;
}
.header-right {
    float: right;
    white-space: nowrap;
}
/*----Top Of Page link----*/
.topOfPage {
    font-size: 11px;
    padding-left: 10px;
    padding-bottom: 5px;
}
/*------ Footer --------*/
.footer {
    background-color: #DDEAFC;
    width: 100%;
    height: 60px;
    border-top-color: #82A2CB;
    border-top-width: 1px;
    border-top-style: solid;
    font-size: 10px;
    display: none;
}
.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 ---*/
#index {
    background-color: #DDEAFC;
    width: 90%;
}
.tableindexlinks td {
    padding-right: 5px;
    padding-left: 5px;
}
#index p.indexatoz {
    background: #EBF3FD;
    margin-top: -3px;
    font-size: 13px;
}
td.index1 {
    font-weight: bold;
}
td.indexlink {
}
td.indexlink a:hover {
    text-decoration: underline !important;
}
td.indexheading {
    font-size: 15px;
    padding-bottom: 2px;
}
/*--- Adding image to west panel vertical bar (when west panel collapsed) ---*/
.x-layout-collapsed-west {
    background-image: url(images/toc_collapsed.png);
    background-position: center;
    background-repeat: no-repeat;
}
/*--- Tree -------------*/
/* override extjs ext-all.css for tree*/
.x-tree .x-panel-body {
    background-color: #DDEAFC;
    padding: 5px;
}
.x-tree-node .x-tree-selected {
    background-color: #EDF4FE;
    font-weight: bold;
}
.x-tree-node .x-tree-node-over {
    background-color: #EDF4FE;
}
.x-tree-node-collapsed .x-tree-node-icon {
    background-image: url(images/book_blue.png);
}
.x-tree-node-expanded .x-tree-node-icon {
    background-image: url(images/book_open.png);
}
.x-tree-node-leaf .x-tree-node-icon {
    background-image: url(images/leaf.gif);
}
/*---- END West panel ------------------ Index & Tree -----------------------*/

/*------- Search ------------------------------------------------------*/
.searchResultsPanel {
    background-color: #DDEAFC !important;
}
.searchResults {
    font-size: 8pt;
    background-color: #DDEAFC !important;
}
#searchResultsPanel {
    background-color: #DDEAFC !important;
}
#searchResults {
    font-size: 8pt;
    background-color: #DDEAFC !important;
}
#searchResults a:hover {
    text-decoration: underline !important;
}
.searchword1 {
    background-color: #FF6600;
}/*#FFFA96*/
/*------------------------------- breadcrumb ---------------------------------------*/
.breadcrumb:hover {
    text-decoration: underline !important;
}
/*---- Topic -------------------------------------------------------*/
div#start-panel {
    padding: 10px;
}
.aboveheading {
    display: none;
}
.belowheading {
    display: none;
}
/*--- panels header (title) ---*/
.x-panel-header-text {
    font-weight: normal;
}
/*--- toolbar ---*/
.tree-node-toolbar-no-bg-image {
    background-color: #DDEAFC;
    background-image: none;
}
.x-toolbar .ytb-text {
    padding: 0px;
}
.checkbox-text {
    font-family: Arial;
    font-size: 10pt;
    margin-left: 3px;
    position: relative;
    bottom: 1px;
}
* html .checkbox-text {
    margin-left: 0px;
}
/*--- Icons ---*/
/*--- main toolbar ---*/
button.homeIcon {
    background-image: url(images/home_gray.png);
}
button.upIcon {
    background-image: url(images/up.gif);
}
button.downIcon {
    background-image: url(images/down.gif);
}
button.EditIcon {
    background-image: url(images/edit.png);
}
button.EditLiveIcon {
    background-image: url(images/edit_live.png);
}
button.emailThisPageIcon {
    background-image: url(images/email.png);
}
button.sendFeedbackIcon {
    background-image: url(images/feedback.gif);
}
button.printIcon {
    background-image: url(images/printer.png);
}
button.searchIcon {
    background-image: url(images/search.gif);
}
/* tree toolbar */
button.expand {
    background-image: url(images/expand_all.gif);
}
button.collapse {
    background-image: url(images/collapse_all.gif);
}
/* overwrite Author-it stylesheet.css styles */

.relateditem {
    font-family: "Helvetica Neue", "Helvetica", Arial, sans-serif;
    color: #FFFFFF;
    background-color: #FFFFFE;
    margin-top: 0em;
    margin-bottom: 0em;
    margin-left: 0%;
    margin-right: 1%;
}
.bodytext {
    font-family: "Helvetica Neue", "Helvetica", Arial, sans-serif;
    font-size: 16px;
    line-height: 1.6;
    margin: 12px 0;
    margin: 20px 0;
}
p.bodytextkeepwithnext {
    margin: 20px 0;
}
p.webtablespacer {
    height: 0;
}
li.listbullet {
    font-family: "Helvetica Neue", "Helvetica", Arial, sans-serif;
    font-size: 14px;
    padding: 5px;
}
li.listbullet2 {
    font-family: "Helvetica Neue", "Helvetica", Arial, sans-serif;
}
li.listalpha {
    font-family: "Helvetica Neue", "Helvetica", Arial, sans-serif;
}
li.listalpha2 {
    font-family: "Helvetica Neue", "Helvetica", Arial, sans-serif;
}
.procedureheading {
    color: #004080;
}
li.listnumber {
    padding: 9px 0;
    list-style-type: decimal;
}
.listnote {
    padding: 15px;
    background: #FFFBCD;
    border-radius: 5px;
    border: 1px solid #E0D54C;
    color: #82790E;
    font-size: 15px;
    margin-top:10px
}
.tablebodytext {
    margin: 15px 12px 10px;
    line-height:1.4;
}
ul.tablelistbullet {
    list-style-type: Square;
    list-style-image: none;
    list-style-position: outside;
    margin-top: 2px;
    margin-bottom: 2px;
}
li.tablelistbullet {
    font-family: "Helvetica Neue", "Helvetica", Arial, sans-serif;
    margin-top: 2px;
    margin-bottom: 2px;
    margin-left: 2px;
    margin-right: 2px;
}
.tablelistcontinue {
    font-family: "Helvetica Neue", "Helvetica", Arial, sans-serif;
        margin: 20px 0;
}
.tablelistnumber {
    font-family: "Helvetica Neue", "Helvetica", Arial, sans-serif;
}
.tablenote {
    font-family: "Helvetica Neue", "Helvetica", Arial, sans-serif;
}
.webhelptablebodytext {
    font-family: "Helvetica Neue", "Helvetica", Arial, sans-serif;
}
.webtablelistcontinue {
    font-family: "Helvetica Neue", "Helvetica", Arial, sans-serif;
}
.expandingblock {
    font-family: "Helvetica Neue", "Helvetica", Arial, sans-serif;
    border-color: #FF9933;
    border-top-style: dashed;
    border-top-width: 1px;
    border-top-color: #FF9933;
    border-bottom-style: dashed;
    border-bottom-width: 1px;
    border-bottom-color: #FF9933;
    border-left-style: dashed;
    border-left-width: 1px;
    border-left-color: #FF9933;
    border-right-style: dashed;
    border-right-width: 1px;
    border-right-color: #FF9933;
}
.indexlink {
    font-family: "Helvetica Neue", "Helvetica", Arial, sans-serif;
}
.index1 {
    font-family: "Helvetica Neue", "Helvetica", Arial, sans-serif;
}
.dashboardheading1 {
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    font-size: 26pt;
    color: #FFFFFF;
    background-color: inherit;
    word-spacing: normal;
    letter-spacing: normal;
    vertical-align: middle;
    text-decoration: none;
    text-transform: none;
    line-height: normal;
    margin-top: 1em;
    margin-bottom: 0.5em;
    margin-left: 0%;
    margin-right: 0%;
    padding-top: 0pt;
    padding-bottom: 1px;
    padding-left: 0pt;
    padding-right: 0pt;
    float: none;
    clear: none;
    text-align: left;
    text-indent: 0.3cm;
    width: auto;
    height: auto;
    white-space: normal;
}
.dashboardbodytext {
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    font-size: 10pt;
   
    background-color: inherit;
    word-spacing: normal;
    letter-spacing: normal;
    vertical-align: baseline;
    text-decoration: none;
    text-transform: none;
    line-height: normal;
    margin-top: 6pt;
    margin-bottom: 6pt;
    margin-left: 0.3cm;
    margin-right: 0pt;
    padding-top: 0pt;
    padding-bottom: 0pt;
    padding-left: 0pt;
    padding-right: 0pt;
    float: none;
    clear: none;
    text-align: left;
    text-indent: 0cm;
    width: auto;
    height: auto;
    white-space: normal;
}
.dashboardsubheading {
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    font-size: 11pt;
   
    background-color: inherit;
    word-spacing: normal;
    letter-spacing: normal;
    vertical-align: middle;
    text-decoration: none;
    text-transform: none;
    line-height: normal;
    margin-top: 6pt;
    margin-bottom: 3pt;
    margin-left: 0cm;
    margin-right: 0cm;
    padding-top: 0pt;
    padding-bottom: 0pt;
    padding-left: 0pt;
    padding-right: 0pt;
    float: none;
    clear: none;
    text-align: left;
    text-indent: 0cm;
    width: auto;
    height: auto;
    white-space: normal;
}
.whitebold {
    display: inline;
    font-weight: bold;
    color: inherit;
    background-color: inherit;
    vertical-align: baseline;
    padding-top: 0pt;
    padding-bottom: 0pt;
    padding-left: 0pt;
    padding-right: 0pt;
}
strong.bold {
    font-weight: bold;
    font-size: 86%;
    border: 1px solid #DFD8D8;
    padding: 2px 7px;
    border-radius: 3px;
    margin-right: 2px;
}
.bold {
    font-size: 16px;
    margin: 30px 0 16px;
    color: 5d686f ;
    font-weight: bold;
}	
.emphasis 
{display: inline;
        font-style: italic;
        color: inherit;
        background-color: inherit;
        vertical-align: baseline;
        padding-top: 0pt;
        padding-bottom: 0pt;
        padding-left: 0pt;
        padding-right: 0pt;
}
.new,
.version
{
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    padding: 1px 6px;
}
.new {
    background-color: #9ecc33;
} 
.version {
    background-color: #f26c0d;     
    margin-right: 4px;
}

/* MA overrides for stylesheet and webhelp */
div#start-panel {
    padding: 20px
}
p.subheading {
    font-size: 20px;
    margin: 30px 0 16px;
    font-family: Georgia, sans-serif;
    color: 5d686f ;
    font-style: italic;
}
p.fieldheading {
    font-size: 19px;
    margin: 30px 0 16px;
    color: 5d686f;
    font-style: italic;
}
p.relateditem a {
    color: #2e8fb3 !important;
    background: url(arrowright.png) no-repeat left center;
    padding: 10px 0 10px 20px;
    display: block;
}
p.relateditem a:hover {
    color: #006699 !important;
}
p.relateditem {
    background-color: transparent
}
h1.heading1, h2.heading2, h3.heading3, h4.heading4, h5.heading5, h6.heading6 {
    border-bottom: 1px dotted #bbb;
    color: #72808a;
}
h3.heading3, h4.heading4, h5.heading5, h6.heading6 {
    margin-top: 50px;
    padding-bottom: 10px
}
/*headings*/
h1.heading1, h2.heading2, #start-panel title + h3, #start-panel title + h4, #start-panel title + h5, .relatedtopics + h5, #start-panel title + h6 {
    font-size: 30px;
    font-weight: 400;
    padding-bottom: 20px;
    font-family: Georgia, sans-serif;
    margin-top:0;
}
table .relatedtopics {
    margin: 40px 0;
    width: 100%;
    width: 60%;
    border-top: 1px solid #ccc;
}
table .relatedtopics tbody tr td {
    background: none
}
table .belowtopictext tr td {
    background: none
}
table .relatedheading {
    background-color: rgba(0, 0, 0, 0);
    font-size: 16px;
    font-weight: normal;
    margin: 15px 15px 15px 0;
    text-transform: uppercase;
    border-bottom: 1px dotted #999;
    padding-bottom: 15px;
}
p.webtablelistcontinue {
    padding: 16px 0;
}
table.tableintopic {
    margin-top: 15px
}
p.note {
    background-color: #E9F4FB;
    border: 0;
    line-height: 1.5em;
    padding: 20px 30px;
    -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 1px 1px 0 rgba(0, 0, 0, 0.3);
    margin: 20px 0;
}
p.listcontinue {
    
}
#start-panel ul, #start-panel ol {
    background-color: #fdfcf0;
    padding: 20px 30px 30px 60px;
    box-shadow: 0 1px 1px #ccc;
    border-radius: 5px;
}
.tableheading {
    margin: 0;
    background-color: #EBEBEB;
    border-bottom: 1px dotted #ccc;
    padding: 10px;
    font-size:12px;
}


.sendFeedbackIcon {
    width: 134px !important;
}
.x-btn-left i, .x-btn-right i {
    display: block;
    width: 3px;
    overflow: hidden;
    font-size: 1px;
    line-height: 1px;
    width: 8px;
}
.x-tool-expand-west {
    margin: 8px auto;
}
.x-tree-node a span, .x-dd-drag-ghost a span {
    color: #5E696F;
}

// -----------------------------------------------------------------
//               		SCROLL BAR
// -----------------------------------------------------------------
	/* Just some basics for styling webkit scrollbars */
	/* This is the entire scrollbar unit. */
::-webkit-scrollbar {
   width: 8px;
   max-width: 8px;
   height: 8px;
   max-width: 8px;
   background-color: transparent;
   padding:2px;
   
}

	/* This is the little button at the start and end of the scrollbar. */
::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment {
	background-color: transparent;
	display: block;
	height: 0px;
	width: 0px;
}

	/* This is the background which the scrollbar moves in. */
::-webkit-scrollbar-track {
   background: none;
   border-left: 0;
}

	/* This will style the scrollbar thumb */
::-webkit-scrollbar-thumb {
   background-color: #AAB3B7;
   border-radius: 5px;
   border: 0;
   min-height:80px;
}

::-webkit-scrollbar-thumb:hover {
	background-color: #cdcdcd;;
}

::-webkit-scrollbar-button {
	width: 0px;
	height: 0px;
}

// -----------------------------------------------------------------
// END SCROLL BAR
// -----------------------------------------------------------------

/* MA overrides for paras and list item margins */
p.bodytext, li.listnumber {
    margin-bottom: 15px;
}
table.tableintopic {
    width: 100%;
}
ol.listalpha  {
    list-style-type: Lower-Alpha;
    list-style-position: outside;
    margin-top: 6pt;
    margin-bottom: 0pt;
}
ul.listbullet {
    list-style-type: Disc;
    list-style-image: none;
    list-style-position: outside;
    margin-top: 3px;
    margin-bottom: 0;
    padding: 8px 0;
}
ul.listbullet2 
{list-style-type: Square;
        list-style-image: none;
        list-style-position: outside;
     padding: 8px 0;
        }
#start-panel ul ul, #start-panel ul ol, #start-panel ol ul, #start-panel ol ol {
    box-shadow: none;
    border: 0;
    margin-left: 36px;
}
ul.listsingle {
    list-style-type: Square;
    list-style-image: url(arrowright.png);
    list-style-position: outside;
    margin-top: 3pt;
    margin-bottom: 0pt;
}
p.listcontinue {
    /*font-style: italic;*/
    margin: 20px 0;
}
p.bodytext img, p.tablebodytext img {
    vertical-align: bottom;
    box-shadow: 0 1px 3px rgba(0,0,0, 0.4);
    border: 5px solid #fff;
}
#start-panel ul img, #start-panel ol img {
    border: 4px solid #fff;
    box-shadow: 0 2px 2px rgba(0,0,0,0.3);
    vertical-align: bottom;
    /*top: 10px;*/
    position: relative;
    border-radius: 4px;
}
input#search-textfield {
    border-radius: 8px;
    border: 1px solid #999;
    padding-left: 12px;
}
input#search-textfield:focus, input#search-textfield.x-form-focus {
    outline: 1px solid #19B1E3;
    border-color: #19B1E3;
    border-radius: 0;
}
.fieldheading + .fieldheading {
    margin-top: 10px;
}
p.bodytextkeepwithnext + ul, p.bodytextkeepwithnext + ol {
    margin-top: 34px;
}
a.urljumptemplate img {
    box-shadow: none;
}
.tableintopic {border:0 !important}
.tableintopic th {
    background: #ebebeb;
}
.tableintopic th p {
    font-size:12px
}
.tableintopic th, .tableintopic td {
    text-align: left;
    border-left: 0 !important;
    border-right: 0 !important;
    border-color: #ccc !important;
}
.tableintopic th img, .tableintopic td img {
    box-shadow:none;
    border:0
}
th p.tableheading {
    border:0
}
.tableintopic td ul, .tableintopic td ol {
    border: 0 !important;
    box-shadow: none !important;
}
p.bodytextkeepwithnext + table {
    margin-top: 30px;
}