/*

Oxygen Webhelp plugin
Copyright (c) 1998-2013 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;
    font-family: arial, helvetica, sans-serif;
    font-size: 10pt;
}

html {
    background-color: #e5e5e5;
}

body {
    margin: 0px; padding:0;
    font-family: arial, helvetica, sans-serif;
    font-size:10pt;
    background-color: #fff;
}

h1 {
	position: relative;
	top: 14px;
	/*margin: 0 auto 26px;*/
	width: 235px;
	height: 55px;
	color: #333;
	font-family: arial,helvetica,sans-serif;
	font-size: 24px;
	font-weight: normal;
	letter-spacing: 1px;
	line-height: 55px;
 	/*background: transparent url(../img/1010data-logo.png) no-repeat 0 0; */
}
h1 > a {
	padding: 0 0 0 46px;
	width: 150px;
	/*height: 100%;*/
	display: block;
	color: #333;
	text-decoration: none;
}
h1 > a:hover {
	color: #333;
	text-decoration: underline;
}

a span.navheader_separator,a span.navheader_linktext {
  display:none;
}


.tab span{
    float: left;
    display: inline-block;
}

#productTitle h1 {
	position: relative;
	top: 14px;
	margin: 0 0 0;
  width: 235px;
  height: 55px;
	color: #333;
	font-family: arial,helvetica,sans-serif;
	font-size: 28px;
	font-weight: normal;
	letter-spacing: 1px;
	line-height: 45px;
 	/*background: transparent url(../img/1010data-logo.png) no-repeat 0 0;*/
}
#productTitle h1 > a {
	/*padding: 0 0 0 75px;*/
	/*width: 150px;
	height: 100%;
	display: block;*/
	color: #333;
	text-decoration: none;
}
#productTitle h1 > a:hover {
	color: #333;
	text-decoration: underline;
}

/* Expand / Collapse Buttons */
#expnd{
    float: right;
    text-align: right;
    display: inline-block;
    padding: 3px;
}
#expnd a{
    display: none;
}

/*Left pane TABs*/
#tocMenu{
    clear: both;
    width: 100%;
    margin: 0 auto;
}
#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;
    float: left;
    min-height: 1px;
    text-shadow:0 1px 0 #fff;
}
#tocMenu div:hover{
    color:#cc0000;
}
#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;
}


#bck_toc #searchBlock,#bck_toc #indexBlock, #bck_toc #contentBlock{
    /*background-color:white;
    padding-top:10px;*/
    vertical-align:top;
    padding: 0 0 24px 0;
}

/*Content block with navigation tree*/
/*
#contentBlock>ul>li{
    padding: 1px 0 1px 0;
}
#contentBlock ul>li ul{
    display:none;
}
#contentBlock ul{
    margin: 0;
}
#contentBlock li span{
    display: block;
    padding: 2px 5px 2px 21px;
}
#contentBlock,#contentBlock ul{
    padding-left: 10px;
}
#contentBlock a, a.link, a.navheader_parent_path{
    text-decoration: none;
    font-size: 10pt;
    color: black;
    font-family: arial, helvetica, tahoma, sans-serif;
    white-space: nowrap;
}
#contentBlock a:hover{
    background: #e5e5e5;
}
#contentBlock a:hover, a.link:hover, a.navheader_parent_path:hover{
    text-decoration: underline;
    color: red;
}
.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;
}

.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;
}

#searchForm{
    margin:15px 10px;
    padding:0px 0px 0px 0px;
    border-bottom:0 solid #eee;
}
#indexForm {
    margin:15px 10px;
}

.textToSearch{
    font-size: 11px;
}

.topic{
    background-image: url('../img/topic16.png');
    background-repeat:  no-repeat;
    padding-left: 16px;
}

#id_search{
    /*width:230px;*/
}

#rightDiv{
    clear: both;
    position: relative;
    margin-top: 5px;
    width: 98%;
    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;
    font-family: Arial,sans-serif;
    color: #888;
}

.searchExpression {
    color: #0050A0;
    font-size: 10pt;
    font-weight:bold;
}

#searchResults{
    padding: 0em;
}

.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;
}






/*--------------------------------
      Custom CSS for WebHelp
---------------------------------*/
#searchForm {
	margin: 12px 0px 12px 24px;
	width: 248px;
	height: 27px;
	background: transparent url(../img/search-bkgd.jpg) no-repeat 0 0;
}
#textToSearch {
	position: relative;
	top: 2px;
	left: 10px;
	width: 210px;
	color: #b3b3b3;
	font-size: 14px;
	font-weight: 100;
	font-family: helvetica,arial,sans-serif;
	border: none;
	background-color: transparent;
}
#searchForm .searchButton {
	position: relative;
	top: 6px;
	width: 14px;
	height: 15px;
	cursor: pointer;
	background: transparent url(../img/search-btn.jpg) no-repeat 0 0;
	border: none;
}
#searchForm .searchClearButton {
	position: relative;
	margin-left: 1pt;
	top: 6px;
	width: 14px;
	height: 15px;
	cursor: pointer;
	background: transparent url(../img/search-clear-btn.jpg) no-repeat 0 0;
	border: none;
}
#searchTop {
	cursor: pointer;
	border-bottom: 1px solid #E5E5E5;
}
.topBlock {
	position: relative;
  padding: 4px 10px;
  overflow: auto;
  line-height: 16px;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	background-color: #c8102e;
}
div.splitterContainer {
	background-color: #e5e5e5;
}
#contentBlock, #searchResults, #splitterContainer {
	background-color: #e5e5e5;
}
#searchBlock{
    vertical-align:top;
    padding-top: 25px;
}
span.dt-node a {
	padding-left: 0;
	padding-right:0;
}
span.dt-expander {
	cursor: pointer;
	background: transparent url(../img/plus-small.png) no-repeat 2px 2px;
}
span.dt-expanded > span.dt-expander {
	background: transparent url(../img/minus-small.png) no-repeat 2px 2px;
}
span.dt-active:focus, #textToSearch:focus, a:focus, .dt-node:focus {
	outline: none;
}
span.dt-icon {
	background: none;
}
ul.dt-container > li > ul {
	background: transparent url(../img/tree-trail.png) repeat-y 6px 4px;
}
ul.dt-container > li > ul > li, ul.dt-container > li > ul > li > ul > li {
	background: transparent url(../img/tree-trail-li.jpg) no-repeat 0 0;
}
#d12e587 {
	background: none;
}
/*--------------------
    end custom CSS
---------------------*/
