/* generic eucalyptus skin */

@import 'fonts.css'; 

body {
  background-color: #fff;
  font-family: "GT-Walsheim-Regular", arial, helvetica, sans-serif !important;
  font-size: 1em;
  line-height: 1.5em;
  color: #000;
}

a:link            { color: #000; text-decoration: underline;}
a:visited         { color: #000;  text-decoration: underline;}
a:hover,
a:focus           { color: #999;  text-decoration: underline;}
a:active          { color: #000;  text-decoration: underline;}


/*  toc.css CUSTOMIZATION */

/*Left pane TABs*/
#tocMenu div{
    background-color : #000;
    text-decoration:none;
    text-transform: uppercase;
    font-weight: bold;
    color:#fff;
    padding:3px 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:none;
}

#tocMenu div:hover{
    color:#fff;
}

#tocMenu div.selectedTab{
    text-decoration: none;
    color:#000;
    background-color:#fff;
    border:1px solid #000;
    border-top-left-radius:4px;
    border-top-right-radius:4px;
    border-bottom:0;
    text-shadow: none;
    text-transform: uppercase;
    font-weight: bold;
}

#bck_toc #searchBlock,#bck_toc #indexBlock, #bck_toc #contentBlock{
    background-color: #fff;
    padding-top:10px;
    vertical-align:top;
}

#contentBlock a, a.link, a.navheader_parent_path{
    text-decoration: none;
    font-size: 1em;
    color: #000;
    font-family: "GT-Walsheim-Regular", arial, helvetica, sans-serif !important;
    white-space: nowrap;
}
#contentBlock a:hover{
    background: #fff;
}
#contentBlock a:hover, a.link:hover, a.navheader_parent_path:hover{
    text-decoration: none;
    color: #999;
}

#contentBlock .hasSubMenuClosed{
    background: url('../img/book_closed.png') no-repeat;
    padding-left: 16px;
    cursor: pointer;
}
#contentBlock .hasSubMenuOpened{
    background: url('../img/book_opened.png') no-repeat;
    padding-left: 16px;
    cursor: pointer;
}

.menuItemSelected{
    font-weight: bolder;
    background-color: #fff;
}

#indexBlock {
    line-height:1.8em;
}
#indexBlock a {
    text-decoration:none;
    color: #000;
}
#indexBlock a:hover {
    color: #999;
}
#indexBlock fieldset{
    border:0;
    padding-top:0;
    border-bottom:1px solid #000;
}
#indexBlock ul{
    color: #000;
}

#indexBlock li{
    line-height: 1.7em;
}

#searchForm{
    border-bottom:0 solid #000;
}
.textToSearch{
    width: 150px;
    border: 1px #999 solid;
    padding: 0 3px;
    margin-right: 4px;
    line-height: 1.5em;
}

#contentBlock .topic{
    background-image: url('../img/topic.png');;
    background-repeat:  no-repeat;
    padding-left: 16px;
}

#id_search{
    border: 1px #999 solid;
    line-height: 1.4em;
    padding: 0 3px;
    margin: 0;
}

a.foundResult{
    color:#000;
}
a.foundResult:visited{
    color:#000;
}
a.foundResult:hover{
    color: #999;
}

/*Rating of searched terms*/
#star .star {
    background: url('../img/starsSmall.png') repeat-x 0 -25px;
}

#star .curr {
    background: url('../img/starsSmall.png') 0 25px;
}

.searchExpression {
    color: #000;
    font-size: 1.2em;
    font-weight:bold;
}

/*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: #000;
}


/*  toc_custom.css CUSTOMIZATION */

/*Header*/
#header {                      
  border-bottom: 1px solid #E9E3DD;
} 

#lHeader{   
  background-color: #fff;        
}

#productTitle{
  background-color: #fff;
  margin: 25px 10px;
}

#productTitle h1 {
}

/* Link to webhelp with frames */

.framesLink img{
  padding: 0 3px 0 3px;
}
.framesLink a{
 text-decoration:none;
 color:#999;
}
.framesLink a:hover{
 text-decoration:none;
 color:#999;
}

/* Breadcrumb & navigation links */
#productToolbar{                           
  background-color: #fff;
}

#productToolbar #breadcrumbLinks a{
  padding: 0 2px 0 2px;
  text-decoration: underline;
}
#productToolbar #navigationLinks{
  float: right; 
  padding-right: 15px;
  margin-right: 5px;
}
#space{
  border-top: 1px solid #fff;
  background: #fff;
  border-bottom: 1px solid #fff;
  clear: both;        
}

/*Left pane TABs*/
#tocMenu{
  background-color : #fff;
}

/* Splitbar styles; these are the default class names and required styles */
.splitbarV {
  background-color: rgb(238, 238, 238);
  border-top-style: none;
  border-top-color: rgb(0, 0, 0);
  border-top-width: 0;
  border-top-right-radius: 0;
  border-right-style: solid;
  border-right-color: rgb(204, 204, 204);
  border-right-width: 0;
  border-bottom-right-radius: 0;
  border-bottom-style: none;
  border-bottom-color: rgb(0, 0, 0);
  border-bottom-width: 0;
  border-bottom-left-radius: 0;
  border-left-style: solid;
  border-left-color: rgb(255, 255, 255);
  border-left-width: 0;
  border-top-left-radius: 0;
}
.splitbuttonV {
  background: transparent url("../img/splitter.png") 8px 50%;
}
.splitbuttonV.invert {
  background: transparent url("../img/splitter.png") 0 50%;
}

#bck_toc{
  background-color:#fff;
  padding:0 0 0 0;
}

.tooltip{
    box-shadow: 3px 3px 3px #ccc;
    color:#333;
    text-shadow:1px 1px 1px #fff;  
    background-color:#dfdfdf;
    border-radius: 4px;    
    padding: 2px 5px 2px 5px;
    border: 1px solid #999;
    position: absolute;            
    z-index: 10;
    white-space: nowrap;
  }

.oXygenLogo {
    display: none;
}

/* CUSTOM webhelp_topic.css */

a.link {
    text-decoration: underline;
}

.navnext a,.navprev a,.navparent a{
    padding-left: 0;
    display: inline-block;
    text-decoration: underline;
}
.navparent,.navprev,.navnext{
    background-repeat: no-repeat;
    margin-left: 0;
    cursor: pointer;
    padding-right: 10px;
    padding-bottom: 5px;
    font-size: .95em;
    display: inline-block;
    text-indent: 3px;
    min-width: 16px;
    min-height: 16px;
}
.navparent{
    background-image: none;
}
.navprev{
    background-image: none;
}
.navnext{
    background-image: none;
    float:right;
}

.shortdesc {
}

.relinfo a.navheader_parent_path,
.relconcepts a.navheader_parent_path {
    text-decoration: underline;
}
#contentBlock a:hover{
    background: #fff;
}
#contentBlock a:hover, a.link:hover, a.navheader_parent_path:hover{
    text-decoration: none;
    color: #999;
}
a span.frames{
/*
 * Patch 18.08.2010 EXM-18336
 * color:navy;
 */
    color:#000; 
    text-decoration:underline;
}

 h1.topictitle {
 	display: none;
 }
 
 h1.topictitle1 {
  color: #333;
  background-color:#fff;
  font-size: 2em;  
  padding:0.4em 0 0.3em 0.7em;
  margin:0 0.3em 1em 0;
  border-bottom: 1px solid #333;
}

input {
	margin: 14px 0 0 0;
	font-size: 1.1em;
}

div.footer{  
  margin:2em 0.6em 1.5em 0;
  float:right;
  line-height:24px;
  color:#444;
  font-size: .7em;
}

/*----------------*/
/*The copyright.*/
div, td{
    font-size:10pt;
}


/* Makes the titles stand-out */
h1.title,
h2.title{
    color:#333;
    background-color:#fff;
    text-shadow: none;
    padding: 0.4em 0.4em 0.4em 0.4em;
    box-shadow: none;
    border-bottom: 1px solid #333;
}

.title.topictitle1 {
/*   background-color: rgba(241, 241, 241, 0); */
  background-color: #fff;
  padding-right: 12px;
  padding-bottom: 18px;
  padding-top: 12px;
  box-shadow: none;
  text-shadow: none;
  border-right-color: rgb(28, 124, 215);
  border-bottom-color: rgb(51, 51, 51);
  border-bottom-width: 1;
  margin-bottom: 20px;
  margin-left: -10px;
  font-size: 2em;
  padding-left: 10px;
  color: rgb(51, 51, 51);
  font-family: "GT-Walsheim-Bold", arial, helvetica, sans-serif !important;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2em;
  text-align: initial;
  text-decoration: none;
  border-top-color: rgb(51, 51, 51);
  border-left-color: rgb(51, 51, 51);
  border-top-style: none;
  border-right-style: none;
  border-left-style: none;
  border-top-width: 0;
  border-top-right-radius: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-left-radius: 0;
  border-bottom-style: solid;
  border-bottom-right-radius: 4;
  border-bottom-left-radius: 0;
  margin-top: 0px;
  font-variant: normal;
}
.title.sectiontitle {
/*   background-color: rgb(241, 241, 241); */
  background-color: #fff;
  padding-right: 0px;
  padding-bottom: 3px;
  padding-top: 3px;
  border-right-color: rgb(51, 51, 51);
  padding-left: 10px;
  box-shadow: rgb(153, 153, 153) 0px 0px 0px 0px;
  border-bottom-color: rgb(51, 51, 51);
  border-bottom-width: 0px;
  margin-top: 1.6em;
  margin-right: 0px;
  margin-bottom: 1em;
  margin-left: 0px;
  font-size: 1.5em;
  line-height: 1.7em;
  color: rgb(51, 51, 51);
  font-family: "GT-Walsheim-Bold", arial, helvetica, sans-serif !important;
  font-style: normal;
  font-weight: 700;
  border-top-color: rgb(51, 51, 51);
  border-left-color: rgb(51, 51, 51);
  border-top-style: none;
  border-right-style: none;
  border-left-style: none;
  border-top-width: 0px;
  border-top-right-radius: 0px;
  border-right-width: 0px;
  border-left-width: 0px;
  border-top-left-radius: 0px;
  border-bottom-style: none;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom: 1px solid #333;
}
.title.topictitle2 {
/*   background-color: rgb(241, 241, 241); */
  background-color: #fff;
  padding-right: 6px;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 10px;
  box-shadow: none;
  text-shadow: none;
  font-size: 1.5em;
  color: rgb(51, 51, 51);
  font-family: "GT-Walsheim-Bold", arial, helvetica, sans-serif !important;
  font-style: normal;
  font-weight: 700;
  line-height: 1.7em;
  text-align: initial;
  text-decoration: none;
}
.codeblock {
  background-color: #eee;
}

pre {
  background-color: #eee;
} 

.highlight { 
    background-color: #FFFF88; 
}

#permalink>a {
  display: block;
  width: 16px;
  height: 16px;
  background: url('../img/link.png') no-repeat;
  float: right;
  font-size: xx-small;
  padding: 0 3px 0 3px;
  margin-right: 3px;
}

#printlink>a{
    display: block;
    width: 16px;
    height: 16px;
    background: url('../img/print.png') no-repeat;
    float: right;
    font-size: xx-small;
    padding: 0 3px 0 3px;
    margin-right: 3px;
}

/* Use the admonitions from the oXygen WebHelp resources. */
.warningtitle,
div[class="warning"]>h3{
    background-image: none;;
}

.warningtitle {
    font-weight:bold;
}

.note { 
	margin-top: 1em; 
	margin-bottom : 1em; 
	padding: 1em;
	border: 2px solid #dfdfdf;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
table .note {
	padding: 0;
	border: none;
}

.notetitle,
div[class="note"]>h3{
    background-image: none !important;
    background-repeat:no-repeat;
    padding:0;
}


.cautiontitle,
div[class="caution"]>h3 {
    background-image: none !important;
    background-repeat:no-repeat;
    padding:0;
}

.importanttitle,
div[class="important"]>h3,
.attentiontitle,
div[class="attention"]>h3,
.noticetitle,
div[class="notice"]>h3{
    background-image: none !important;
    background-repeat:no-repeat;
    padding:0;
}

.remembertitle,
div[class="remember"]>h3{
    background-image: none !important;
    background-repeat:no-repeat;
    padding:0;
}

.restrictiontitle,
div[class="restriction"]>h3{
    background-image: none !important;
    background-repeat:no-repeat;
    padding:0;
}

.dangertitle,
div[class="danger"]>h3{
    background-image: none !important;
    background-repeat:no-repeat;
    padding:0;
}

.tiptitle,
div[class="tip"]>h3{
    background-image: none !important;
    background-repeat:no-repeat;
    padding:0;
}

/* tables */

.body table {
	width: 100%;
}

.body table th {
  background-color: #000;
  border: 1px solid #000;
  color: #fff;
  padding: .7em;
  font-size: .95em;
  font-weight: bold;
  line-height: 1.15em;
  text-align: left;
  text-shadow: none;
  text-transform: none;
}

.body table th .p {
  text-transform: none;
  font-size: .9;
  line-height: 1em;
}

.body table td {
  background-color: #fff;
  padding: .7em;
  line-height: 1.4em;
}

.body table.choicetable {
	border: 1px solid #000;
	border-collapse: collapse;
}
.body .choicetable td {
	border: 1px solid #000;
}

/* customize shared/index.html table only */
body#index_main .body .tablenoborder > table {
	border: none;
	width: 50%;
}
body#index_main .body .tablenoborder td {
	border: none;
	padding: .4em .7em;
}
