:lang(zh) {font-weight: normal !important; font-style: normal !important; }

ol, ul, div {
	font-family: Arial, Arial Unicode MS, Helvetica, sans-serif;
	line-height: 1.6em;
}
ol:lang(ar), ul:lang(ar), div:lang(ar) {font-family: "Traditional Arabic", Arial Unicode MS, sans-serif;}
ol:lang(ja), ul:lang(ja), div:lang(ja) {font-family: MS PGothic, Arial Unicode MS, sans-serif;}
ol:lang(ko), ul:lang(ko), div:lang(ko) {font-family: Gulim, Arial Unicode MS, sans-serif;}
ol:lang(zh), ul:lang(zh), div:lang(zh) {font-family: HYZhongDengXianJ, SimHei, BentonSans Book, Arial Unicode MS, sans-serif;}

body 
{
	background-color: #FFF;
	color: #333;
	font-family: Arial, Arial Unicode MS, Helvetica, sans-serif;
	/*font-size: 0.8em;*/
	margin: 0;
	padding: 0 20px 20px 50px;
	cursor: default;
}
body:lang(ar) {font-family: "Traditional Arabic", Arial Unicode MS, sans-serif;}
body:lang(ja) {font-family: MS PGothic, Arial Unicode MS, sans-serif;}
body:lang(ko) {font-family: Gulim, Arial Unicode MS, sans-serif;}
body:lang(zh) {font-family: HYZhongDengXianJ, SimHei, Arial Unicode MS, sans-serif;}
body:lang(he) {font-family: Arial Unicode MS, sans-serif;}

p {
	color: #333;
	line-height: 1.6em;
	orphans: 2;
	padding: 0;
	widows: 2;
}

li > p {
    margin-top: 0px;
    margin-bottom: 0px;
} 

.topictitle1 
{ 
	color: #595959;
	font-family: "Arial Black", Arial, Arial Unicode MS, Helvetica, sans-serif;
	font-size: 225%;
	line-height: 1.3em; 
	margin: 1em 0 0 0;
	page-break-after: avoid;
	page-break-inside: avoid;
	font-weight: normal !important; 
}
.topictitle1:lang(ar) {font-family: "Traditional Arabic", Arial Unicode MS, sans-serif;}
.topictitle1:lang(ja) {font-family: MS PGothic, Arial Unicode MS, sans-serif;}
.topictitle1:lang(ko) {font-family: Gulim, Arial Unicode MS, sans-serif;}
.topictitle1:lang(zh) {font-family: HYZhongDengXianJ, SimHei, BentonSans Book, Arial Unicode MS, sans-serif;}

.topictitle2 
{ 
	color: #999;
	font-size: 160%;
	font-weight: bold;
	margin: 2em 0 0.2em 0;
	page-break-after: avoid;
	page-break-inside: avoid;
}

.sectiontitle, 
.relinfotitle,
.section_title{ 
	color: #666;
	font-size: 125%;
	font-weight: bold;
	margin: 2em 0 0.2em 0;
	page-break-after: avoid;
	page-break-inside: avoid;
	font-weight: normal !important; 
}

.relinfotitle {
	display:inline-block;
	padding-bottom: 5px;
	}

.relinfo {
	margin-top:3px;
	}

.topictitle4 {
	color: #666;
	font-size: 100%;
	font-weight: bold;
	margin: 2.2em 0 0.2em 0;
	page-break-after: avoid;
	page-break-inside: avoid;
}

.dl li p:first-child {
display: inline;
}


.dl li {
margin: 10px 0;
}

li ul {}

li ul li {
	/* list-style-type: circle; */
	list-style-position: outside;
	margin: 0 0 0 -1.8em;
}

li ol {}

/* ol li ol {
	list-style-type: lower-alpha;
} */

li ol li {
	margin: 0 0 0 -1.3em;
	}

.note, .example, 
.caution, .recommendation, .syntax, .tip 
{
	background-color: #FFF7E3;
	margin: 1em 0;
	padding: 4px 5px 3px 8px;
	page-break-inside: avoid;
}


body.sap_bluecrystal .note,
body.sap_bluecrystal .example, 
body.sap_bluecrystal .caution, 
body.sap_bluecrystal .recommendation, 
body.sap_bluecrystal .syntax,
body.sap_bluecrystal.tip 
{
    background-color:  rgb(229, 242, 249);   
}


.example p 
{
	background-color: #FFF7E3;
}


.cautiontitle, .recommendationtitle, .syntaxtitle, .tiptitle, .notetitle, 
.dangertitle, .fastpathtitle, .importanttitle, .remembertitle, .restrictiontitle, 
.example h2, .exampletitle, .sourcecodeblocktitle, .outputcodeblocktitle, .samplecodetitle, .codesyntaxtitle, .othertitle
{
	color: #BBB;
	font-size: 1.38em; 
	line-height: 1.5em;
	margin: 0;
	display:block;
	padding-left: 28px;
	background-repeat:no-repeat;
	background-position:left top;
}



.cautiontitle, .recommendationtitle, .syntaxtitle, .tiptitle, .notetitle, 
.dangertitle, .fastpathtitle, .importanttitle, .remembertitle, .restrictiontitle 
	{text-transform:  lowercase;}
.cautiontitle:first-letter, .recommendationtitle:first-letter, .syntaxtitle:first-letter, .tiptitle:first-letter, .notetitle:first-letter,
.dangertitle:first-letter, .fastpathtitle:first-letter, .importanttitle:first-letter, .remembertitle:first-letter, .restrictiontitle:first-letter/*IDDCKMODVDC-188*/
	{text-transform:  uppercase;}


.remembertitle {background-image:url('../images/recommendation.gif');} 
.remembertitle:lang(ar) {background-image:url('../images/recommendation-rtl.gif');} 

.restrictiontitle {background-image:url('../images/caution.gif');} 
.restrictiontitle:lang(ar) {background-image:url('../images/caution-rtl.gif');} 

.notetitle {background-image:url('../images/note.gif');}
.notetitle:lang(ar) {background-image:url('../images/note-rtl.gif');} 

.cautiontitle {background-image:url('../images/caution.gif');}
.cautiontitle:lang(ar) {background-image:url('../images/caution-rtl.gif');} 

.recommendationtitle {background-image:url('../images/recommendation.gif');}
.recommendationtitle:lang(ar) {background-image:url('../images/recommendation-rtl.gif');} 

.syntaxtitle {background-image:url('../images/syntax.gif');}
.syntaxtitle:lang(ar) {background-image:url('../images/syntax-rtl.gif');}

.tiptitle {background-image:url('../images/recommendation.gif');}
.tiptitle:lang(ar) {background-image:url('../images/recommendation-rtl.gif');}

.dangertitle {background-image:url('../images/caution.gif');}
.dangertitle:lang(ar) {background-image:url('../images/caution-rtl.gif');}

.example h2.sectiontitle {background-image:url('../images/example.gif');}
.example h2.sectiontitle:lang(ar) {background-image:url('../images/example-rtl.gif');}

.exampletitle {background-image:url('../images/example.gif');}
.exampletitle:lang(ar) {background-image:url('../images/example-rtl.gif');}

.sourcecodeblocktitle {background-image:url('../images/syntax.gif');}
.sourcecodeblocktitle:lang(ar) {background-image:url('../images/syntax-rtl.gif');}

.outputcodeblocktitle {background-image:url('../images/syntax.gif');}
.outputcodeblocktitle:lang(ar) {background-image:url('../images/syntax-rtl.gif');}

.samplecodetitle {background-image:url('../images/syntax.gif');}
.samplecodetitle:lang(ar) {background-image:url('../images/syntax-rtl.gif');}

.codesyntaxtitle {background-image:url('../images/syntax.gif');}
.codesyntaxtitle:lang(ar) {background-image:url('../images/syntax-rtl.gif');}

.othertitle {background-image:url('../images/note.gif');}
.othertitle:lang(ar) {background-image:url('../images/note-rtl.gif');}

.authorexampletitle {
    font-weight:bold;
}

.refsyn .sectiontitle{
	color: #666;
	font-size: 90%;
	font-weight: bold;
	margin: 1.5em 0 0.5em 0;
	page-break-after: avoid;
	page-break-inside: avoid
}

table
{
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 90%;
	margin: 0.5em 0;
	table-layout: fixed;
}

.tablecap
{
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
	page-break-after: avoid;
	page-break-inside: avoid;
	font-weight: normal !important; 
	white-space: nowrap;
}

.tbltitle 
{
	font-size: 90%;
	margin-bottom: -0.5em;
}

tr{
	background-color: #FFFFFF;
	color: inherit;
	page-break-inside: avoid;
}

tr:hover{
	background-color: #F6F6F6;
}

th{
	background-color: #999999;
	caption-side: top;
	color: #FFFFFF;
	font-weight: bold;
	padding: 2px 4px 2px 5px;
	page-break-after: avoid;
	page-break-inside: avoid;
	text-align: left;
	border: 1px solid #D6D7D6;
	word-wrap: break-word;
}

td{
	border: 1px solid #D6D7D6;
	padding: 1px 4px 1px 5px;
	vertical-align: top;
	word-wrap: break-word;
}

.background_yellow{
	background-color:#F9C000;
	color:#222222
}

.background_blue{
	background-color:#334D7D;
	color:#FFFFFF}

.background_green{
	background-color:#93D24B;
	color:#222222
}

.image, .icon{
	margin:0; 
}


p > .image, .icon {margin:0;}

.figcap{
	font-size: 90%;
	padding: 1px 4px 1px 5px;
	page-break-inside: avoid;
}

.alias
{
	font-family: "Courier New",Courier,monospace;
	font-style: normal;
	font-weight: normal;
	text-transform: lowercase; 
}
.alias:lang(ar) {font-family: "Traditional Arabic", Arial Unicode MS, Courier, monospace !important;}
.alias:lang(ja) {font-family: MS Gothic, "Courier New", Courier, monospace !important;}
.alias:lang(ko) {font-family: GungsuhChe, "Courier New", Courier, monospace !important;}
.alias:lang(zh) {font-family: SimSun, "Courier New", Courier, monospace !important;}

.keyword, .term {
	font-style: italic; 
}

.refsyn .keyword{
	font-style: normal;
}
	
em, .emphasis
{
	font-weight: bold;
}

a {
   color: #0076CB;
   text-decoration: none;}

body.sap_bluecrystal a {
    color:rgb(0,103,158);
}

a:hover {
  border-bottom: 1px solid #0076CB;
}

body.sap_bluecrystal a:hover {
     border-bottom: 1px solid #00679E;
}

.codeph,
pre 
{
	font-family: "Courier New",Courier,monospace !important;
}
.pre:lang(ar) {font-family: "Traditional Arabic", Arial Unicode MS, Courier, monospace !important;}
.pre:lang(ja) {font-family: MS Gothic, "Courier New", Courier, monospace !important;}
.pre:lang(ko) {font-family: GungsuhChe, "Courier New", Courier, monospace !important;}
.pre:lang(zh) {font-family: SimSun, "Courier New", Courier, monospace !important;}

.codeblock {
	background-color: #EFEFEF;
	padding-left: 2px;
	padding-right: 2px;
	overflow: auto;
	font-family: "Courier New",Courier,monospace;
}
.codeblock:lang(ar) {font-family: "Traditional Arabic", Arial Unicode MS, Courier, monospace !important;}
.codeblock:lang(ja) {font-family: MS Gothic, "Courier New", Courier, monospace !important;}
.codeblock:lang(ko) {font-family: GungsuhChe, "Courier New", Courier, monospace !important;}
.codeblock:lang(zh) {font-family: SimSun, "Courier New", Courier, monospace !important;}

.refsyn .codeblock{
	background-color: #FFFFFF;
}

.sap-technical-name {
       font-family: "Courier New",Courier,monospace !important;
}
.sap-technical-name:lang(ar) {font-family: "Traditional Arabic", Arial Unicode MS, Courier, monospace !important;}
.sap-technical-name:lang(ja) {font-family: MS Gothic, "Courier New", Courier, monospace !important;}
.sap-technical-name:lang(ko) {font-family: GungsuhChe, "Courier New", Courier, monospace !important;}
.sap-technical-name:lang(zh) {font-family: SimSun, "Courier New", Courier, monospace !important;}

.key {
	border: 1px solid #BBBBBB;
	bottom: 2px;
	color: #333333;
	font-family: "Courier New",Courier,monospace;
	font-size: 85%;
	font-weight: bold;
	padding: 1px 4px;
	position: relative;
	white-space: nowrap;
}	
.key:lang(ar) {font-family: "Traditional Arabic", Arial Unicode MS, Courier, monospace;}
.key:lang(ja) {font-family: MS Gothic, "Courier New", Courier, monospace;}
.key:lang(ko) {font-family: GungsuhChe, "Courier New", Courier, monospace;}
.key:lang(zh) {font-family: SimSun, "Courier New", Courier, monospace;}

.wintitle, .uilabel, .uinolabel {
	color: #003283;
	font-style: italic;
	font-weight: normal; 
}

.uicontrol {
	font-weight: bold;
}

.varname, .userinput {
	color: #45157E;
	font-family: "Courier New", Courier, monospace;
	font-weight: bold; 
}

.refsyn .userinput {
	font-weight: normal;
	font-style: italic;
	color: #333;
}

.varname:lang(ar), .userinput:lang(ar) {font-family: "Traditional Arabic", Arial Unicode MS, Courier, monospace;}
.varname:lang(ja), .userinput:lang(ja) {font-family: MS Gothic, "Courier New", Courier, monospace;}
.varname:lang(ko), .userinput:lang(ko) {font-family: GungsuhChe, "Courier New", Courier, monospace;}
.varname:lang(zh), .userinput:lang(zh) {font-family: SimSun, "Courier New", Courier, monospace;}

.apiname, .parmname, .filepath {
	 font-family: "Courier New", Courier, monospace;
	font-style: normal;
	font-weight: normal; 
}

.systemoutput {
	font-size: 13px;
}

.menucascade{}

.menucascade_start {
	background-image: url('../images/navstart.gif');
	background-repeat: no-repeat;
	background-position:  left top;
	padding-left:15px;
	margin-right:-7px;
	}

.menucascade_end {
	background-image: url('../images/navend.gif');
	background-repeat: no-repeat;
	background-position: right top;
	padding-left:5px;


	}	
	
.menucascade_separator {
	background-image: url('../images/navstep.gif');
	background-repeat: no-repeat;
	margin-left: 0.5em;
	padding-right: 0.5em;
	}

.section_hide{
	display:none;
}

.sectionexpand{
	background-image: url('../images/arrowdn.gif');
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 18px;
	display: block;
}

.sectioncontract{
	background-image: url('../images/arrowrt.gif');
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 18px;
	display: block;
}

.codeblockexpand{
	background-image: url('../images/arrowdn.gif');
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 18px;
	display: block;
}

.codeblockcontract{
	background-image: url('../images/arrowrt.gif');
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 18px;
	display: block;
}

/********************************************************************************** */	
/********************************************************************************** */	
/* NAVIGATION TREE STYLES */
.KWLang-EN{
  background-image: none;
  border-right: 3px solid #DDDDDD;
  font-family: Arial, Helvetica, sans-serif;
  margin: 0;
  padding: 0px 20px;
}

.KWLang-EN a {
  background-color: inherit;
  color: #0076CB;
  /*font-size: 0.8em;*/
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
}

.KWLang-EN.sap_bluecrystal a {
    color:rgb(0,103,158);    
}

.KWLang-EN a:visited {
  background-color: inherit;
  color: #0076CB;
}

.KWLang-EN a:focus {
  background-color: inherit;
  color: #0076CB;
}

.KWLang-EN a:hover {
  background-color: inherit;
  color: #0076CB;
  padding-bottom: 1px;
  border-bottom: 0;
  text-decoration: underline; 
}

.KWLang-EN a:active {
  background-color: inherit;
  color: #0076CB;
}


.KWLang-EN.sap_bluecrystal a:visited, 
.KWLang-EN.sap_bluecrystal a:focus,
.KWLang-EN.sap_bluecrystal a:hover,
.KWLang-EN.sap_bluecrystal a:active{
    color:rgb(0,103,158);  
    text-decoration:none;
}


.KWLang-EN a[href=""]:focus,
.KWLang-EN a[href=""]:hover,
.KWLang-EN a[href=""]:active {
  border-bottom: none;
}

.KWLang-EN img {
  border: none;
  margin-right: 3px;
}

.KWLang-EN table {
  border-collapse: collapse;
  border-spacing: 0px; /* Netscape 6.0 only */
  width: 100%;
  border-left: 0px;
}
.KWLang-EN td {
  border-top: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
  padding-top: 8px;
  padding-bottom: 8px;
  border-left: 0px;
  border-right: 0px;
}

.KWLang-EN td.treeLevel0 {
  -x-text-indent: -36px;
  -x-padding-left: 36px;
  text-indent: -21px;
  padding-left: 21px;
}

/* .KWLang-he td.treeLevel0 { padding-left: 0; -x-padding-right: 36px; padding-right: 21px; } */

.KWLang-EN td.treeLevel1 {
  -x-text-indent: -47px;
  -x-padding-left: 47px;
  text-indent: -33px;
  padding-left: 33px;
}

/* .KWLang-he td.treeLevel1 { padding-left: 0; -x-padding-right: 47px; padding-right: 33px; } */

.KWLang-EN td.treeLevel2 {
  -x-text-indent: -60px;
  -x-padding-left: 60px;
  text-indent: -45px;
  padding-left: 45px;
}
/* .KWLang-he td.treeLevel2 { padding-left: 0; -x-padding-right: 60px; padding-right: 45px; } */

.KWLang-EN td.treeLevel3 {
  -x-text-indent: -72px;
  -x-padding-left: 72px;
  text-indent: -57px;
  padding-left: 57px;
}

/* .KWLang-he td.treeLevel3 { padding-left: 0; -x-padding-right: 72px; padding-right: 57px; } */

.KWLang-EN td.treeLevel4 {
  -x-text-indent: -84px;
  -x-padding-left: 84px;
  text-indent: -69px;
  padding-left: 69px;
}

/* .KWLang-he td.treeLevel4 { padding-left: 0; -x-padding-right: 84px; padding-right: 69px; } */

.KWLang-EN td.treeLevel5 {
  -x-text-indent: -96px;
  -x-padding-left: 96px;
  text-indent: -81px;
  padding-left: 81px;
}

/* .KWLang-he td.treeLevel5 { padding-left: 0; -x-padding-right: 96px; padding-right: 81px; } */

.KWLang-EN td.treeLevel6 {
  -x-text-indent: -108px;
  -x-padding-left: 108px;
  text-indent: -93px;
  padding-left: 93px;
}
/* .KWLang-he td.treeLevel6 { padding-left: 0; -x-padding-right: 108px; padding-right: 93px; } */

.KWLang-EN td.treeLevel7 {
  -x-text-indent: -120px;
  -x-padding-left: 120px;
  text-indent: -105px;
  padding-left: 105px;
}

/* .KWLang-he td.treeLevel7 { padding-left: 0; -x-padding-right: 120px; padding-right: 105px; } */

.KWLang-EN td.treeLevel8 {
  -x-text-indent: -132px;
  -x-padding-left: 132px;
  text-indent: -117px;
  padding-left: 117px;
}

/* .KWLang-he td.treeLevel8 { padding-left: 0; -x-padding-right: 132px; padding-right: 117px; } */

.KWLang-EN td.treeLevel9 {
  -x-text-indent: -144px;
  -x-padding-left: 144px;
  text-indent: -129px;
  padding-left: 129px;
}

/* .KWLang-he td.treeLevel9 { padding-left: 0; -x-padding-right: 144px; padding-right: 129px; } */

.KWLang-EN td.selected {
    background-color: #F2F2F2;
}

.KWLang-EN.sap_bluecrystal td.selected {
    background-color:#E5F2F9;
}


/********************************************************************************** */	
/********************************************************************************** */	
/* SEARCH RESULT STYLES */
 
 .searchItem {
	margin-top: 5px;
	padding-top: 0px;
	padding-bottom: 10px;
	text-align: top;
	border-bottom-style:dotted;
	border-bottom-width: 1px;
	border-bottom-color: #000000;
}
.searchItem:hover {
	background-color: #F6F6F6;
}

body.sap_bluecrystal .searchItem:hover {
     background-color:#E5F2F9;
}

.shortdesclink {
	margin-top: 10px;
}

.searchPageTitle {
	font-size: 1.34em;
	font-weight:bold;
	border-bottom-style:solid;
	border-bottom-width: 2px;
	border-bottom-color: #007DC0;
}

.searchPageSectionTitle, .searchNoResults {
	font-size: 1em;
	font-weight:bold;
	padding-bottom: 40px;
	}

.searchPageSpacer{
	height:30px;
	}

.image_float_left {
	float:left; 
	margin-right:10px; 
	margin-bottom:50px; 
	}
	
img.refreshIcon { 
	display: none;
	border: none; 
	position: absolute; 
	left: 50px; 
	top: 9px; }