﻿/* common.css */

/* --------------------------------------------------------------------------- */

a:link {
	color: #0F6CB6;
	text-decoration: underline;
	font-size: 1em;
}
a:visited {
	color: #62727F;
	text-decoration: underline;
	font-size: 1em;
}
a:hover {
	color: #CF771E;
	text-decoration: underline;
	font-size: 1em;
}
a:active {
	color: #CF771E;
	text-decoration: underline;
	font-size: 1em;
}
/* --------------------------------------------------------------------------- */
* {
	padding: 0em;
	margin: 0em;
}
body {
	margin-bottom: 1.0em;
	background-color: #FFFFFF;
	font-family: Calibri, Verdana, Arial, sans-serif;
}
.NoIndent {
	margin-left: 0em;
}
.SmallIndent {
	margin-left: 2.6em;
}
.MediumIndent {
	margin-left: 3.9em;
}
.LargeIndent {
	margin-left: 5.2em;
}
/* --------------------------------------------------------------------------- */
p {
	font-size: 1em;
	line-height: 115%; /* 1.2em; */
	margin-top: 0.25em;
	margin-bottom: 0.8em;
	margin-left: 25pt;
	margin-right: 0.25em;
}
p.inlist {
	font-size: 100%;
	margin-top: 0.5em;
	margin-left: 0em;
}
p.Procedure {
	font-weight: bold;
	font-style: normal;
	color: #084B8A;
	margin-top: 1.4em;
	margin-bottom: 0.8em;
}
p.AccessHeader, p.SeeAlsoHeader, p.SysVarHeader {
	font-size: 1.2em;
	font-style: normal;
	font-weight: bold;
	color: #6E6E6E;
	margin-top: 1.4em;
	margin-bottom: 0.8em;
}
p.Syntax {
	font-family: "Courier New", Courier, mono;
	margin-left: 42.2pt;
}
.syntax_inline {
	font-family: "Courier New", Courier, mono;
}
p.Commandline {
	margin-left: 42.2pt;
}
p.Commandsequence {
	margin-left: 25pt;
}
p.CmdReference {
	font-weight: bold;
	font-style: normal;
}
p.MnuReference {
	font-weight: bold;
	font-style: normal;
	/* display: none; */ /* Don't display in Touch */
	
}
p.RbnReference {
                font-weight:bold;
                font-style:normal;
				display: none; /* Display in WINDOWS only */
}
p.TPReference {
	font-weight: bold;
	font-style: normal;
	/* display: none; */ /* Don't display in Windows, Linux, Touch */
}
p.TbarReference {
	font-weight: bold;
	font-style: normal;
	display: none; /* Display in Touch only */
}
p.Tip {
	margin-top: 1.4em;
	margin-bottom: 1.4em;
	border-top-style: Solid;
	border-bottom-style: Solid;
	border-top-color: #08407A;
	border-bottom-color: #08407A;
	border-top-width: 1px;
	border-bottom-width: 1px;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
}

p.PopupTip {
	font-weight: bold;
	background-color: #CCCCCC;
	color: #000000;
	margin-right: 0pt;
	padding-top: 6.0pt;
	padding-bottom: 6.0pt;
	padding-left: 6.0pt;
}
/* --------------------------------------------------------------------------- */
h1 {
	font-family: Calibri, Verdana, Arial, sans-serif;
	font-size: 1.3em;
	height: 1.6em;
	color: #084B8A;
	padding-left: 0.2em;
/*	padding-right: 53px;*/
	padding-top: 0.8em;
	padding-bottom: 0.1em;
	margin-left: 0em;
	margin-right: 0em;
	margin-top: 0em;
	margin-bottom: 1.5em;
/*	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #000000;*/
	vertical-align: bottom;
	background-color: #FFFFFF;  /*  #EEEEEE; #EE3322; */
	background-position: right;
/*	background-image: url("../corporate/corporate_logo_50.png");*/
	background-repeat: no-repeat;
}
h1.popup {
	font-size: 1.15em;
	padding-top: 0pt;
	padding-bottom: 5pt;
	padding-left: 0pt;
	margin-top: 10pt;
	margin-bottom: 5pt;
	margin-left: 10pt;
	margin-right: 10pt;
	color: #000000;
	background-color: #FFFFFF;
	background-position: right;
	background-image: url();
	background-repeat: no-repeat;
}
h2 {
	font-size: 1.15em;
	color: #2F4F4F;
	padding: 0em;
	margin-left: 25pt;
	margin-right: 0em;
	margin-top: 18pt;
	margin-bottom: 12px;
}
h3 {
	font-size: 1.15em;
	color: #2F4F4F;
	padding: 0em;
	margin-left: 25pt;
	margin-right: 0em;
	margin-top: 18pt;
	margin-bottom: 12px;
}
h4 {
	font-size: 0.9em;
	font-family: Arial, sans-serif;
	color: #0000FF;
	padding: 0em;
	margin-left: 25pt;
	margin-right: 0em;
	margin-top: 21pt;
	margin-bottom: 9px;
}
h5, h6 {
	font-size: 0.9em;
	font-family: Arial, sans-serif;
	color: #0000FF;
	padding: 0px;
	margin-left: 25pt;
	margin-right: 0em;
	margin-top: 18pt;
	margin-bottom: 9px;
}
/* --------------------------------------------------------------------------- */

ol {
	margin-top: 0em;
	margin-bottom: 0em;
	margin-left: 25pt;
	margin-right: 12pt;
}
ul {
	list-style-type: disc;
	list-style-position: outside;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 25pt;
	margin-right: 12pt;
}
li {
	font-size: 0.95em;
	line-height: 110%; /* 115%; */
	margin-top: 9pt;
	margin-bottom: 9pt;
	margin-left: 25pt;
	margin-right: 12pt;
}
li.NoNumber, li.NoBullet, ol.NoNumber, ul.NoBullet {
	list-style-type: none;
}
ol ol {
	list-style-type: lower-alpha;
	margin-top: 0em;
	margin-bottom: 0em;
	margin-left: 2.2em;
	margin-right: 0em;
	/* font-size: 100%; */
}
ol ul, ol ol ul  {
	margin-top: 0em;
	margin-bottom: 0em;
	margin-left: 2.2em;
	margin-right: 0em;
	/* font-size: 100%; */
}
ul ul, ol ul ul, ol ol ul ul, ol ul ul ul {
	list-style-type: circle;
	list-style-position: outside;
	margin-top: 0em;
	margin-bottom: 0em;
	margin-left: 2.2em;
	margin-right: 0em;
	/* font-size: 100%; */
}
ol ul ul ul ul {
	list-style-type: none;
	margin-top: 0em;
	margin-bottom: 0em;
	margin-left: 2.2em;
	margin-right: 0em;
	/* font-size: 100%; */
}

ol.LowerRoman {
	list-style-type: lower-roman;
}
/* Obsolete 
ol.LowerAlpha {
	list-style-type: lower-alpha;
}
ul.CircleBullet {
	list-style-type: circle;
}
*/
/* --------------------------------------------------------------------------- */
table.TableFixedType1 {
	table-layout: fixed;
	border-collapse: collapse;
	/* border-spacing: 0em;       >> only for the "separated borders"! */
	/* border: 1px solid #808080; >> draws border around table */
	/* margin-bottom: 16px; */
}
table.TableNotFixedType1 {
	border-spacing: 0;
	border-collapse: collapse;
}
table.TableSysvar {
	border: none;
	border-collapse: collapse;
	margin-left: 25pt;
	margin-bottom: 16px;
}
th {
	padding: 4px;
	font-size: 0.9em;
	font-family: Arial, sans-serif;
	font-weight: bold;
	text-align: left;
	vertical-align: top;
	color: #FFFFFF;
	background-color: #666666;
}
td {
	padding: 4px;
	font-size: 0.9em;
	font-family: Arial, sans-serif;
	text-align: left;
	vertical-align: top;
}
td.alignmiddle
{
	vertical-align:middle;
}
.TableFixedType1 th {
	border: 1px solid #808080;
}
.TableFixedType1 td {
	border: 1px solid #808080;
}
.TableNotFixedType1 th {
	border: 1px solid #808080;
}
.TableNotFixedType1 td {
	border: 1px solid #808080;
}
.TableSysvar th {
	padding: 4px 0px;
}
.TableSysvar td {
	padding: 2px 0px;
}
/* --------------------------------------------------------------------------- */
table#tab {
	border: 1px solid #808080;  /* ?? */
	border-collapse: collapse;
	vertical-align: top;
	text-align: left;
	padding: 4px;
}
#tab th {
	border: 1px solid #808080;
	padding: 4px;
}
#tab td {
	border: 1px solid #808080;
	padding: 4px;
}
table#sysvar {
	border: none;
	border-collapse: collapse;
	vertical-align: top;
	text-align: left;
	margin-left: 25pt;
	margin-bottom: 16px;
	padding: 4px;
}
#sysvar th {
	padding: 4px;
}
#sysvar td {
	padding: 4px;
}
/* --------------------------------------------------------------------------- */

div.manualexclude {
/*
	display: none;
    */
}
div.WINDOWS_ONLY, tr.WINDOWS_ONLY, li.WINDOWS_ONLY, p.WINDOWS_ONLY, h4.WINDOWS_ONLY {
    /*
    background-color:#FFFF66;
	*/
    display: none;

}
div.LINUX_ONLY, tr.LINUX_ONLY, li.LINUX_ONLY, p.LINUX_ONLY, h4.LINUX_ONLY {
	/*
    background-color:#FF66FF;
    */
	display: none;
}
div.MACINTOSH_ONLY, tr.MACINTOSH_ONLY, li.MACINTOSH_ONLY, p.MACINTOSH_ONLY, h4.MACINTOSH_ONLY {
	/*
    background-color: #66FFFF;
    */
	display: none;
}
div.APPSTOREVERSION_EXCLUSIONFLAG, tr.APPSTOREVERSION_EXCLUSIONFLAG, li.APPSTOREVERSION_EXCLUSIONFLAG, p.APPSTOREVERSION_EXCLUSIONFLAG {
	/*
    background-color: #66FFFF;
	display: none;
    */
}
div.A_options, li.A_options, p.A_options, tr.A_options, td.A_options {
	/*
    display: none;
    */
}
div.B_options, li.B_options, p.B_options, tr.B_options, td.B_options, h4.B_options {
/*
    display: none;
    */
}
div.C_options, li.C_options, p.C_options, tr.C_options, td.C_options {
	/*
    */
	display: none;
}
div.D_options, li.D_options, p.D_options, tr.D_options, td.D_options, h4.D_options {
	/*
    */
	display: none;
}
div.K_options, li.K_options, p.K_options, tr.K_options, td.K_options, h2.K_options, h4.K_options {
	/*
	display: none;
    */
}
div.SW_options, li.SW_options, p.SW_options, tr.SW_options, td.SW_options, h2.SW_options, h4.SW_options {
	/*
	display: none;
    */
	display: none;
}
div.O_options, li.O_options, p.O_options, tr.O_options, td.O_options {
	/*
    */
	display: none;
}
div.OS_exclude, li.OS_exclude, p.OS_exclude, tr.OS_exclude, td.OS_exclude, h2.OS_exclude, h4.OS_exclude {
	/*
	display: none;
    */
	display: none;
}
/* ------------------------------------------------------------------------ */
div.KUDO_Entrp, li.KUDO_Entrp, tr.KUDO_Entrp, td.KUDO_Entrp, p.KUDO_Entrp {
	/*
	display: none;
    */
	display: none;
}
div.KUDO_P, li.KUDO_P, p.KUDO_P, td.KUDO_P {
	/*
	display: none;
    */
}
div.KUDO_ONLY, li.KUDO_ONLY, p.KUDO_ONLY, tr.KUDO_ONLY, td.KUDO_ONLY, ul.KUDO_ONLY{
	/*
	display: none;
    */
	
}
div.KUDO_exclude, h4.KUDO_exclude, li.KUDO_exclude, ul.KUDO_exclude, p.KUDO_exclude, tr.KUDO_exclude, td.KUDO_exclude, h1.KUDO_exclude, ol.KUDO_exclude {
	/*
    */
	display: none;
}
div.KUDO_V_exclude, h1.KUDO_V_exclude, li.KUDO_V_exclude, p.KUDO_V_exclude, ol.KUDO_V_exclude, tr.KUDO_V_exclude, td.KUDO_V_exclude, th.KUDO_V_exclude{
	/*
display: none;
    */

}
div.KUDO_ED_exclude, h1.KUDO_ED_exclude, li.KUDO_ED_exclude, p.KUDO_ED_exclude, ol.KUDO_ED_exclude, tr.KUDO_ED_exclude{
	/*
	display: none;
    */
	display: none;
}
div.UNDER_DEV, h1.UNDER_DEV, li.UNDER_DEV, ul.UNDER_DEV, p.UNDER_DEV, ol.UNDER_DEV, tr.UNDER_DEV{
	/*
    */
	display: none;
}
/* ------------------------------------------------------------------------ */
div.HIDDEN, tr.HIDDEN, li.HIDDEN, p.HIDDEN {
	display: none;
}
p.SPECIAL_FEATURE_LABEL {
/*
	display: none;
    */
}
/* --------------------------------------------------------------------------- */
/* A.dropspot {
	font-style: italic;
	font-weight: normal;
	font-family: Arial, sans-serif;
	color: #008000;
	font-size: 9pt;
	text-decoration: none;
} */
/* --------------------------------------------------------------------------- */
SPAN.Emphasize {
	font-weight: bold;
	font-style: normal;
}
P.Preformatted {
	line-height: normal;
	margin-bottom: 14pt;
	margin-top: 14pt;
	x-text-tab-stops: repeat 1in;
	white-space: nowrap;
	font-family: "Courier New";
	font-size: 9pt;
}
/* --------------------------------------------------------------------------- */
