<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*

Oxygen WebHelp Plugin
Copyright (c) 1998-2016 Syncro Soft SRL, Romania.  All rights reserved.

*/

/* Start RTL */
html[dir="rtl"] .topic, html[dir="rtl"] .hasSubMenuOpened, html[dir="rtl"] .hasSubMenuClosed{
    background-position: right;
}
html[dir="rtl"] .textToSearch{
    margin-right: 0;
    margin-left: 4px;
}
html[dir="rtl"] #searchForm{
    float:left;
    padding: 2px 0 5px 0;
    margin: 0;
}
html[dir="rtl"] #customLogo {
    float: right;
}
html[dir="rtl"] #contentBlock, html[dir="rtl"] #contentBlock ul{
    padding-right: 10px;
    padding-left: 0px;
}
html[dir="rtl"] #expnd {
    float: left;
}
html[dir="rtl"] #contentBlock li span {
    padding: 2px 21px 2px 5px;
}

html[dir="rtl"] #header #tocMenu{
    padding-left: 0;
    padding-right: 13px;
}
/* End RTL */

html,body {
    width: 100%;
    margin: 0;
    padding: 0;
    background-color: #fff;
    font-family: arial, helvetica, "Lucida Grande", Verdana, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
    font-size: 10pt;
}

#oldFrames:hover, #printlink a:hover {
	opacity: 0.5;
	filter: alpha(opacity=50); /* For IE8 and earlier */
}

.tab {
    display: inline-block;
}
.tab span{
    float: left;
    display: inline-block;
}

#productTitle h1 {
    font-size: 1.8em;
    /*olasne margin: 0.5em 0 0 0.3em;
    padding-bottom: 0.5em;*/
	
    line-height: 1.1em;
	/*olasne*/
	margin: 1em 0 1em 0.3em;
}

/* Expand / Collapse Buttons */
#expnd{
    float: right;
    text-align: right;
    display: inline-block;
    padding: 3px;
}
#expnd a{
    display: none;
}
#expnd #collapseAllLink, #expnd #expandAllLink{
    display: inline-block;
    width:16px;
    height:16px;
	/*olasne*/ color:#fff;
}
#collapseAllLink{
    /*olasne background-image: url("../img/CollapseAll16.png");*/
}
/*olasne*/
#collapseAllLink:before {
	font-family: 'FontAwesome';
	padding-right: 10px;
	content: "\f147";	
}

#expandAllLink:before {
	font-family: 'FontAwesome';
	padding-right: 10px;
	content: "\f196";	
}

/**/
#expandAllLink{
    /*olasne background-image: url("../img/ExpandAll16.png");*/
}

/*Left pane TABs*/
#tocMenu{
    clear: both;
    width: 100%;
    margin: 0 auto;
    padding-left: 13px;
    white-space: nowrap;
}
#tocMenu div{
    /*background-color : #eee;*/
    text-decoration:none;
    /*color:#336699;*/
    /*padding:1px 7px 1px 7px;*/
    cursor:pointer;
    margin-top: 1px;
    margin-bottom: 0;
    margin-right: 2px;
   /* border:1px solid #ccc;
    border-top-left-radius:4px;
    border-top-right-radius:4px;*/
    border-bottom:0;
    min-height: 1px;
    /*text-shadow:0 1px 0 #fff;*/
	/*olasne*/
	padding: 8px 15px;
	border-top-left-radius:2px;
    border-top-right-radius:2px;
	background-color : #fff;
	color:#898989;
}
#tocMenu div:hover{
    /*olasne color:#cc0000;*/
	color:#036580;
}
#tocMenu div.selectedTab{
    text-decoration: none;
    /*color:#333;
   background-color:#D3E1F1;*/
   /* border:1px solid #ccc;
    border-top-left-radius:4px;
    border-top-right-radius:4px;*/
    border-bottom:0;
    /*text-shadow:0 1px 0 #fff;*/
	
	/*olasne*/
	background-color: #7bcbe6;
	color: #fff;
		
	font-weight: bolder;
}

#bck_toc #searchBlock,#bck_toc #indexBlock, #bck_toc #contentBlock{
    background-color:transparent;
    padding-top:10px;
    vertical-align:top;
}
#bck_toc #contentBlock{
    padding-bottom: 50px;
}
#bck_toc,#bck_toc #searchBlock,#bck_toc #indexBlock {
    position: relative;
    padding:0;
}
/*Content block with navigation tree*/
#contentBlock&gt;ul&gt;li{
    padding: 1px 0 1px 0;
}
#contentBlock ul&gt;li ul{
    display:none;
}
#contentBlock ul{
    margin: 0;
	line-height: 1.5em;
}
#contentBlock li&gt;span{
    /*olasne display: inline-block;*/
	display: block;
    padding: 2px 5px 2px 21px;
}

/*olasne #contentBlock, #contentBlock ul{
    padding-left: 10px;
}*/
/*olasne*/
#contentBlock ul{
    padding-left: 10px;
}
#contentBlock {
	padding-left: 0px;

}
#tab_nav_tree {margin-left: -10px}
/**/
#contentBlock {
    text-decoration: none;
    font-size: 10pt;
    color: navy;
    /*olasne font-family: arial, helvetica, tahoma, "Lucida Grande", Verdana, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;*/
    white-space: nowrap;
	/*olasne*/     /*padding-right: 10px;*/
}
#contentBlock a, #contentBlock a:hover, #contentBlock a:after, #contentBlock a:active, a.link, a.navheader_parent_path{
    text-decoration: inherit;
    font-size: inherit;
    color: inherit;
    font-family: inherit;
    white-space: inherit;
}

/*olasne*/
.hasSubMenuClosed:before {
	font-family: 'FontAwesome';
	padding-right: 10px;
	content: "\f138";	
}
/**/
.hasSubMenuClosed{
   /* background: url('../img/book_closed16.png') no-repeat;
    padding-left: 16px;*/
    cursor: pointer;

}
/*olasne*/
.hasSubMenuOpened:before {
	font-family: 'FontAwesome';
	padding-right: 10px;
	content: "\f13a";	
}
/**/
.hasSubMenuOpened{
   /* background: url('../img/book_opened16.png') no-repeat;
    padding-left: 16px;*/
    cursor: pointer;
}

.menuItemSelected{
    font-weight: bolder;
    /*background-color: #f9f9f9;*/
	/*olasne*/ background-color:#07a4d3;
	/*olasne*/ color: #fff !important;
}

/*Index block from left pane*/
#indexBlock {
    line-height:1.8em;
}
#indexBlock a{
    text-decoration:none;
}
#indexBlock fieldset{
    margin:15px 0 0 0;
    padding:0;
    border:0;
}
#indexBlock ul{
    color:#444;
    list-style:none;
    margin:0;
    padding-left:16px;
}

li{
    list-style: none;
}

#searchBlock #searchForm.frameset, #indexBlock #indexForm {
    position: relative;
    /*olasne*/ margin: 15px;
    /*olasne padding-top: 20px;*/
    top: 0;
    z-index: 99;
    width: 100%;
    background-color: #0000FF;
    /*olasne box-shadow: #bbbbbb 0 0 10px;*/
}
#searchForm{
     float:right;
    /*olasne padding: 2px 0 5px 0;*/
	 padding-top: 10px;
   /*olasne margin: 0.2em 0 0 0;*/
}

#searchForm.frameset,#indexForm{
    /*olasne margin:15px 10px;*/
   /*olasne padding:0 10px 15px 10px;*/
    border:0;
}
#id_search, .textToSearch.frameset, .textToSearch{
/*    border: 1px #999 solid;
    line-height: 1.4em;
    padding: 0 3px;
    margin: 0;*/
	/*olasne*/
	
    border-color: #e1e1e1;
    background-color: #fcfcfc;
    color: #7a797a;	     
	 -webkit-appearance: none;
    border: 1px solid #e1e1e1;
    padding: 6px;
    outline: none;
    font: 1em "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    width: 90%;
    display: block;

   
    border-radius: 0px;

}
.textToSearch.frameset{
    /*olasne margin:15px 0 0 20px;*/
   /*olasne width: 170px;*/
    border-radius: 0;
}
.textToSearch.frameset:focus, .textToSearch:focus{
    border: 1px #999 solid;
    line-height: 1.4em;
   /*olasne padding: 0 3px;
    margin: 15px 0 0 20px;
    width: 170px;
    border-radius: 0;
    box-shadow: none;*/
}
.textToSearch, .textToSearch:focus{
   
    border: 1px #999 solid;
	 line-height: 1.4em;
	margin: 0px;
	/*olasne width: 150px;
    padding: 2px 8px;
    margin: 5px 4px 0 0;
   
    border-radius: 5px;*/
}
#id_search:focus, .textToSearch:focus{
    outline: none;
    box-shadow: 0 0 7px #999999;
    border: 1px #bbb solid;
}
/*olasne*/
.topic::before {
	font-family: 'FontAwesome';
	padding-right: 10px;
	content: "\f28d";	
}
/**/
.topic{
    /*olasne background-image: url('../img/topic16.png');
    background-repeat:  no-repeat;
    padding-left: 16px;*/
	display: block;
}
/*olasne*/
.topicref:hover{
	color: #036580;
	background-color: #07a4d3;
	
}
.topicref {
	color: #fff;
	font-weight: bold;
}
/**/
#rightDiv{
    clear: both;
    position: relative;
    margin-top: 5px;
    width: 98%;
    text-align: right;
}

a.foundResult{
   /*olasne color:#0000FF;*/
	/*olasne*/ color: #fff;
	font-weight: bold;
}
a.foundResult:visited{
    color:#787878;
}
a.foundResult:hover{
    /*olasne color:red;*/
	/*olasne*/color:#052653;
}

/*Rating of searched terms*/
#star .star {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 85px;
    height: 20px;
    left: 1px;
    top: -5px;
    position: relative;
    float: right;
    background: url('../img/starsSmall.png') repeat-x 0 -25px;
}
#star div {
    padding: 0;
    margin: 0;
    float: right;
    display: block;
    width: 85px;
    height: 20px;
    text-decoration: none;
    text-indent: -9000px;
    z-index: 20;
}
#star .curr {
    background: url('../img/starsSmall.png') 0 25px;
    float: left;
    width: 85px;
    font-size: 1px;
}
#star div.user {
    left: 5px;
    position: relative;
    float: right;
    font-size: 13px;
    font-family: Arial, "Lucida Grande", Verdana, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
    color: #888;
}

.searchExpression {
    /*olasne color: #0050A0;*/
	/*olasne*/ color:#052653;
    font-size: 10pt;
    font-weight:bold;
}

#searchResults,#iList{
    overflow: auto;
    padding: 0 0.6em;
    height: 100%;
}
.searchresult{
    margin:0;
    padding:0
}
.searchresult li{
    margin-top:0.2em;
    padding: 0.6em;
}

.highlight{
    background: lightyellow;
}

/*The copyright.*/
.legal {
    margin: 1em;
}
.legalCopyright{
    font-size: 0.8em;
    text-align: right;
    font-weight:normal;
}
.legalNotice{
    margin-top: 1em;
    border-top: 1px solid gray;
    padding-top: 1em;
    color: #999;
}
#customLogo{
    display:none;
    height: 70px;
    width: 200px;
    margin-top: 5px;
    float: left;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}</pre></body></html>