/*

Oxygen Webhelp plugin
Copyright (c) 1998-2014 Syncro Soft SRL, Romania.  All rights reserved.
Licensed under the terms stated in the license file EULA_Webhelp.txt
available in the base directory of this Oxygen Webhelp plugin.

*/
html,body {
    width: 100%;
    margin: 0;
    padding: 0;
    background-color: #fff;
    font-family: arial, helvetica, sans-serif;
    font-size: 10pt;
}

.tab span{
    float: left;
    display: inline-block;
}

#productTitle h1 {
    /*font-size: 1.8em;
    margin: 0.5em 0 0 0.3em;*/
    font-size: 1.3em;
    margin: 0.5em 0 0 0em;
    padding-bottom: 0.5em;
    line-height: 1.1em;
}

/* Expand / Collapse Buttons */
#expnd{
    float: right;
    text-align: right;
    display: inline-block;
    padding: 3px;
}
#expnd a{
    display: none;
}
/*Left pane TABs*/
#tocMenu{
    position: absolute;
    left: 0;
    top: 42px;
    color: #282d35;
    background: rgba(255,255,255,.8);
}
#tocMenu div.tab {
    float: left;
    width: 50%;
    position: relative;
    text-align: center;
}

.tab span {
    padding: 10px 20px;
    display: block;
    cursor: pointer;
}
#expnd{
    position: absolute;
    top: 5px;
    right: 5px;
    padding:0;
    background: #eee;
}
#expnd a{
  display: none;
}
#expnd a img{
    display: block;
    padding: 3px;
    }
#tocMenu div.tab:hover{
  color:#cc0000;  
}
#tocMenu div.selectedTab{
  text-decoration: none;
  text-shadow:0 1px 0 #fff;
    color: #676865;
    font-weight: bold;
    display: block !important;
}

#bck_toc #searchBlock,#bck_toc #indexBlock, #bck_toc #contentBlock{
    background-color:white;
    padding-top:10px;
    vertical-align:top;
}

/*Content block with navigation tree*/
#contentBlock {
    padding-top: 10px;
    }


#contentBlock>ul>li{
  padding: 1px 0 1px 0;
}
#contentBlock ul>li ul{
  display:none;
}
#contentBlock ul{
  margin: 0;
    padding: 0;
}

li{
  list-style: none;
}
#contentBlock li span{
  display: block;
  /*padding: 2px 5px 2px 21px;  */
}
#contentBlock a, a.link, a.navheader_parent_path{
    text-decoration: none;
}
#contentBlock a:hover{
  text-decoration: underline;
}
#contentBlock a:hover, a.link:hover, a.navheader_parent_path:hover{
  text-decoration: underline;
  opacity: .8;
}
.hasSubMenuClosed{
   /* background: url('../img/book_closed16.png') no-repeat;*/
   /* padding-left: 16px;*/
    cursor: pointer;

}
.hasSubMenuOpened{
  /* background: url('../img/book_opened16.png') no-repeat;*/
  /*  padding-left: 16px;*/
    cursor: pointer;
}


#tree .topic a {
    display: block;
    }

.menuItemSelected{
    font-weight: bolder;
    background-color: #f9f9f9;
}

/*Index block from left pane*/
#indexBlock {
    line-height:1.8em;
}
#indexBlock a{
    text-decoration:none;
}
#indexBlock fieldset{
    border:0;
    padding-top:0;
    border-bottom:1px solid #eee;
}
#indexBlock ul{
    color:#444;
    list-style:none;
    margin:0;
    padding-left:16px;
}

li{
    list-style: none;
}

#searchBlock #searchForm {
    margin: 0 10px;
}

#searchForm,
#indexForm {
    margin:0 20px;
}

#searchForm label,
#searchForm .searchButton {
    display: block !important;
    position: absolute !important;
    left: -9999px !important;
    top: -9999px !important;
    width: 1px;
    height: 1px;
    }
    
#textToSearch {
    border-radius: 15px;
    padding: 8px 8px 8px 28px;
    border: solid 1px #bbb;
    outline: none;
    width: 85%;
    position: relative;
    background: url(../../img/searchMagnify.png) 10px 7px no-repeat;
    }

#textToSearch:focus {
    border-color: #2989c5;
    -webkit-box-shadow: 0 0 10px #dcecf5;
    -moz-box-shadow: 0 0 10px #dcecf5;
    box-shadow: 0 0 10px #dcecf5;
    background: url(../../img/searchMagnify.png) 10px -29px no-repeat;
    }

.topic{
  /*background-image: url('../../img/topic16.png');*/
  /*background-repeat: no-repeat;*/
  /*padding-left: 16px;	*/
}

#id_search{
    border: 1px #999 solid;
    line-height: 1.4em;
    padding: 0 3px;
    margin: 0;
}

#rightDiv{
    clear: both;
    position: relative;
    margin-top: 5px;
    width: 74%;
    text-align: right;
}

a.foundResult{
    color:#0000FF;
}
a.foundResult:visited{
    color:#660066;
}
a.foundResult:hover{
    color:red;
}

/*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;
    color: #888;
}

.searchExpression {
    color: #dd6e00;
    font-size: 10pt;
    font-weight:bold;
}

#searchResults{
    padding: 10px 20px;
}

.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;
}