﻿/*Created with Adobe RoboHelp 2019.*/
/*begin-old-version{{*/
/*Created with Adobe RoboHelp 2019.*/
div#header img {
	vertical-align: text-top;
	border-style: none;
	width: auto;
	height: auto;
	border-width: 0 0 0 0;
	margin: 0 0 0 0;
}
div#footer img {
	vertical-align: text-top;
	border-style: none;
	width: auto;
	height: auto;
	border-width: 0 0 0 0;
}
.hnavbar {
	text-align: right;
	position: absolute;
	top: 1em;
	left: 75%;
}
.fnavbar {
	text-align: right;
}
body {
	background-color: #ffffff;
	font-family: Helvetica, sans-serif;
	position: absolute;
	top: 1em;
	left: 1em;
	width: 500px;
}
table {
	width: 100% "border:" 1 solid #000;
}
th.option {
	width: 15%;
}
th.default {
	width: 15%;
}
th.description {
	width: 70%;
}
a:link {
	color: #0000ff;
}
a:visited {
	color: #551a8b;
}
img.middle {
	vertical-align: middle;
	width: auto;
	height: auto;
}
.guipanel {
	text-align: center;
}
.title {
	font-weight: bold;
}
.command {
	font-weight: bold;
}
.keyword {
	color: #000000;
}
.noreq {
	color: #0000ff;
}
.isreq {
	color: #ff0000;
}
.numarg {
	color: #800080;
}
ul.spaced {
	line-height: 1cm;
}
.caption {
	font-weight: bold;
	text-align: center;
}
h2 {
	font-weight: normal;
}
h3 {
	font-weight: normal;
}
h4 {
	font-weight: normal;
	font-style: italic;
}
.highlight {
	background-color: #ffff00;
}

/* The standard CSS for doxygen 1.8.16 */

p.reference, p.definition {
	font: 400 14px/22px Roboto,sans-serif;
}

/* @group Heading Levels */

h1.groupheader {
	font-size: 150%;
}

h2.groupheader {
	border-bottom: 1px solid #879ECB;
	color: #354C7B;
	font-size: 150%;
	font-weight: normal;
	margin-top: 1.75em;
	padding-top: 8px;
	padding-bottom: 4px;
	width: 100%;
}

h3.groupheader {
	font-size: 100%;
}

h1.glow, h2.glow, h3.glow, h4.glow, h5.glow, h6.glow {
	text-shadow: 0 0 15px cyan;
}

ul.multicol {
	-moz-column-gap: 1em;
	-webkit-column-gap: 1em;
	column-gap: 1em;
	-moz-column-count: 3;
	-webkit-column-count: 3;
	column-count: 3;
}

p.startli, p.startdd {
	margin-top: 2px;
}

p.starttd {
	margin-top: 0px;
}

p.endli {
	margin-bottom: 0px;
}

p.enddd {
	margin-bottom: 4px;
}

p.endtd {
	margin-bottom: 2px;
}

p.interli {
}

p.interdd {
}

p.intertd {
}

span.legend {
        font-size: 70%;
        text-align: center;
}

h3.version {
        font-size: 90%;
        text-align: center;
}

a.el {
	color: #3D578C;
	font-weight: normal;
	text-decoration: none;
}

.contents a.el:visited {
	color: #4665A2;
}

a.el:hover {
	text-decoration: underline;
}

a.el {
	font-weight: bold;
}

a.elRef {
}

a.code, a.code:visited, a.line, a.line:visited {
	color: #4665A2; 
}

a.codeRef, a.codeRef:visited, a.lineRef, a.lineRef:visited {
	color: #4665A2; 
}

/* @end */

dl.el {
	margin-left: -1cm;
}

.fragment {
  text-align: left;
  direction: ltr;
  overflow-x: auto; /*Fixed: fragment lines overlap floating elements*/
  overflow-y: hidden;
}

pre.fragment {
        border: 1px solid #C4CFE5;
        background-color: #FBFCFD;
        padding: 4px 6px;
        margin: 4px 8px 4px 2px;
        overflow: auto;
        word-wrap: break-word;
        font-size:  9pt;
        line-height: 125%;
        font-family: monospace, fixed;
        font-size: 105%;
}

div.fragment {
  padding: 0 0 1px 0; /*Fixed: last line underline overlap border*/
  margin: 4px 8px 4px 2px;
	background-color: #FBFCFD;
	border: 1px solid #C4CFE5;
}

div.line {
	font-family: monospace, fixed;
        font-size: 13px;
	min-height: 13px;
	line-height: 1.0;
	text-wrap: unrestricted;
	white-space: -moz-pre-wrap; /* Moz */
	white-space: -pre-wrap;     /* Opera 4-6 */
	white-space: -o-pre-wrap;   /* Opera 7 */
	white-space: pre-wrap;      /* CSS3  */
	word-wrap: break-word;      /* IE 5.5+ */
	text-indent: -53px;
	padding-left: 53px;
	padding-bottom: 0px;
	margin: 0px;
	-webkit-transition-property: background-color, box-shadow;
	-webkit-transition-duration: 0.5s;
	-moz-transition-property: background-color, box-shadow;
	-moz-transition-duration: 0.5s;
	-ms-transition-property: background-color, box-shadow;
	-ms-transition-duration: 0.5s;
	-o-transition-property: background-color, box-shadow;
	-o-transition-duration: 0.5s;
	transition-property: background-color, box-shadow;
	transition-duration: 0.5s;
}

div.line:after {
    content:"\000A";
    white-space: pre;
}

div.line.glow {
	background-color: cyan;
	box-shadow: 0 0 10px cyan;
}


span.lineno {
	padding-right: 4px;
	text-align: right;
	border-right: 2px solid #0F0;
	background-color: #E8E8E8;
        white-space: pre;
}
span.lineno a {
	background-color: #D8D8D8;
}

span.lineno a:hover {
	background-color: #C8C8C8;
}

.lineno {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

div.ah, span.ah {
	background-color: black;
	font-weight: bold;
	color: #FFFFFF;
	margin-bottom: 3px;
	margin-top: 3px;
	padding: 0.2em;
	border: solid thin #333;
	border-radius: 0.5em;
	-webkit-border-radius: .5em;
	-moz-border-radius: .5em;
	box-shadow: 2px 2px 3px #999;
	-webkit-box-shadow: 2px 2px 3px #999;
	-moz-box-shadow: rgba(0, 0, 0, 0.15) 2px 2px 2px;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#000),color-stop(0.3, #444));
	background-image: -moz-linear-gradient(center top, #eee 0%, #444 40%, #000 110%);
}

div.classindex ul {
        list-style: none;
        padding-left: 0;
}

div.classindex span.ai {
        display: inline-block;
}

div.groupHeader {
	margin-left: 16px;
	margin-top: 12px;
	font-weight: bold;
}

div.groupText {
	margin-left: 16px;
	font-style: italic;
}

div.contents {
	margin-top: 10px;
	margin-left: 12px;
	margin-right: 8px;
}

tr.memlist {
	background-color: #EEF1F7;
}

p.formulaDsp {
	text-align: center;
}

img.formulaDsp {
	
}

img.formulaInl, img.inline {
	vertical-align: middle;
}

div.center {
	text-align: center;
        margin-top: 0px;
        margin-bottom: 0px;
        padding: 0px;
}

div.center img {
	border: 0px;
}

address.footer {
	text-align: right;
	padding-right: 12px;
}

img.footer {
	border: 0px;
	vertical-align: middle;
}

/* @group Code Colorization */

span.keyword {
	color: #008000
}

span.keywordtype {
	color: #604020
}

span.keywordflow {
	color: #e08000
}

span.comment {
	color: #800000
}

span.preprocessor {
	color: #806020
}

span.stringliteral {
	color: #002080
}

span.charliteral {
	color: #008080
}

blockquote {
        background-color: #F7F8FB;
        border-left: 2px solid #9CAFD4;
        margin: 0 24px 0 4px;
        padding: 0 12px 0 16px;
}

blockquote.DocNodeRTL {
   border-left: 0;
   border-right: 2px solid #9CAFD4;
   margin: 0 4px 0 24px;
   padding: 0 16px 0 12px;
}

td.tiny {
	font-size: 75%;
}

hr {
	height: 0px;
	border: none;
	border-top: 1px solid #4A6AAA;
}

/* @group Member Descriptions */

table.memberdecls {
	border-spacing: 0px;
	padding: 0px;
}

.memberdecls td, .fieldtable tr {
	-webkit-transition-property: background-color, box-shadow;
	-webkit-transition-duration: 0.5s;
	-moz-transition-property: background-color, box-shadow;
	-moz-transition-duration: 0.5s;
	-ms-transition-property: background-color, box-shadow;
	-ms-transition-duration: 0.5s;
	-o-transition-property: background-color, box-shadow;
	-o-transition-duration: 0.5s;
	transition-property: background-color, box-shadow;
	transition-duration: 0.5s;
}

.memberdecls td.glow, .fieldtable tr.glow {
	background-color: cyan;
	box-shadow: 0 0 15px cyan;
}

.mdescLeft, .mdescRight,
.memItemLeft, .memItemRight,
.memTemplItemLeft, .memTemplItemRight, .memTemplParams {
	background-color: #F9FAFC;
	border: none;
	margin: 4px;
	padding: 1px 0 0 8px;
}

.mdescLeft, .mdescRight {
	padding: 0px 8px 4px 8px;
	color: #555;
}

.memSeparator {
        border-bottom: 1px solid #DEE4F0;
        line-height: 1px;
        margin: 0px;
        padding: 0px;
}

.memItemLeft, .memTemplItemLeft {
        white-space: nowrap;
}

.memItemRight {
	width: 100%;
}

.memTemplParams {
	color: #4665A2;
        white-space: nowrap;
	font-size: 80%;
}

/* @end */

/* @group Member Details */

/* Styles for detailed member documentation */

.memtitle {
	padding: 8px;
	border-top: 1px solid #A8B8D9;
	border-left: 1px solid #A8B8D9;
	border-right: 1px solid #A8B8D9;
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
	margin-bottom: -1px;
	background-image: url('nav_f.png');
	background-repeat: repeat-x;
	background-color: #E2E8F2;
	line-height: 1.25;
	font-weight: 300;
	float:left;
}

.permalink
{
        font-size: 65%;
        display: inline-block;
        vertical-align: middle;
}

.memtemplate {
	font-size: 80%;
	color: #4665A2;
	font-weight: normal;
	margin-left: 9px;
}

.memnav {
	background-color: #EBEFF6;
	border: 1px solid #A3B4D7;
	text-align: center;
	margin: 2px;
	margin-right: 15px;
	padding: 2px;
}

.mempage {
	width: 100%;
}

.memitem {
	padding: 0;
	margin-bottom: 10px;
	margin-right: 5px;
        -webkit-transition: box-shadow 0.5s linear;
        -moz-transition: box-shadow 0.5s linear;
        -ms-transition: box-shadow 0.5s linear;
        -o-transition: box-shadow 0.5s linear;
        transition: box-shadow 0.5s linear;
        display: table !important;
        width: 100%;
}

.memitem.glow {
         box-shadow: 0 0 15px cyan;
}

.memname {
        font-weight: 400;
        margin-left: 6px;
}

.memname td {
	vertical-align: bottom;
}

.memproto, dl.reflist dt {
        border-top: 1px solid #A8B8D9;
        border-left: 1px solid #A8B8D9;
        border-right: 1px solid #A8B8D9;
        padding: 6px 0px 6px 0px;
        color: #253555;
        font-weight: bold;
        text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.9);
        background-color: #DFE5F1;
        /* opera specific markup */
        box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);
        border-top-right-radius: 4px;
        /* firefox specific markup */
        -moz-box-shadow: rgba(0, 0, 0, 0.15) 5px 5px 5px;
        -moz-border-radius-topright: 4px;
        /* webkit specific markup */
        -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);
        -webkit-border-top-right-radius: 4px;

}

.overload {
        font-family: "courier new",courier,monospace;
	font-size: 65%;
}

.memdoc, dl.reflist dd {
        border-bottom: 1px solid #A8B8D9;      
        border-left: 1px solid #A8B8D9;      
        border-right: 1px solid #A8B8D9; 
        padding: 6px 10px 2px 10px;
        background-color: #FBFCFD;
        border-top-width: 0;
        background-image:url('nav_g.png');
        background-repeat:repeat-x;
        background-color: #FFFFFF;
        /* opera specific markup */
        border-bottom-left-radius: 4px;
        border-bottom-right-radius: 4px;
        box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);
        /* firefox specific markup */
        -moz-border-radius-bottomleft: 4px;
        -moz-border-radius-bottomright: 4px;
        -moz-box-shadow: rgba(0, 0, 0, 0.15) 5px 5px 5px;
        /* webkit specific markup */
        -webkit-border-bottom-left-radius: 4px;
        -webkit-border-bottom-right-radius: 4px;
        -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);
}

dl.reflist dt {
        padding: 5px;
}

dl.reflist dd {
        margin: 0px 0px 10px 0px;
        padding: 5px;
}

.paramkey {
	text-align: right;
}

.paramtype {
	white-space: nowrap;
}

.paramname {
	color: #602020;
	white-space: nowrap;
}
.paramname em {
	font-style: normal;
}
.paramname code {
        line-height: 14px;
}

.params, .retval, .exception, .tparams {
        margin-left: 0px;
        padding-left: 0px;
}       

.params .paramname, .retval .paramname, .tparams .paramname, .exception .paramname {
        font-weight: bold;
        vertical-align: top;
}
        
.params .paramtype, .tparams .paramtype {
        font-style: italic;
        vertical-align: top;
}       
        
.params .paramdir, .tparams .paramdir {
        font-family: "courier new",courier,monospace;
        vertical-align: top;
}

table.mlabels {
	border-spacing: 0px;
}

td.mlabels-left {
	width: 100%;
	padding: 0px;
}

td.mlabels-right {
	vertical-align: bottom;
	padding: 0px;
	white-space: nowrap;
}

span.mlabels {
        margin-left: 8px;
}

span.mlabel {
        background-color: #728DC1;
        border-top:1px solid #5373B4;
        border-left:1px solid #5373B4;
        border-right:1px solid #C4CFE5;
        border-bottom:1px solid #C4CFE5;
	text-shadow: none;
	color: white;
	margin-right: 4px;
	padding: 2px 3px;
	border-radius: 3px;
	font-size: 7pt;
	white-space: nowrap;
	vertical-align: middle;
}



/* @end */


div.dynheader {
        margin-top: 8px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

address {
	font-style: normal;
	color: #2A3D61;
}


div.summary
{
	float: right;
	font-size: 8pt;
	padding-right: 5px;
	width: 50%;
	text-align: right;
}       

div.summary a
{
	white-space: nowrap;
}

table.classindex
{
        margin: 10px;
        white-space: nowrap;
        margin-left: 3%;
        margin-right: 3%;
        width: 94%;
        border: 0;
        border-spacing: 0; 
        padding: 0;
}

div.ingroups
{
	font-size: 8pt;
	width: 50%;
	text-align: left;
}

div.ingroups a
{
	white-space: nowrap;
}

div.header
{
        background-image:url('nav_h.png');
        background-repeat:repeat-x;
	background-color: #F9FAFC;
	margin:  0px;
	border-bottom: 1px solid #C4CFE5;
}

div.headertitle
{
	padding: 5px 5px 5px 10px;
}

.PageDocRTL-title div.headertitle {
  text-align: right;
  direction: rtl;
}

dl {
        padding: 0 0 0 0;
}

/* dl.note, dl.warning, dl.attention, dl.pre, dl.post, dl.invariant, dl.deprecated, dl.todo, dl.test, dl.bug, dl.examples */
dl.section {
	margin-left: 0px;
	padding-left: 0px;
}

dl.section.DocNodeRTL {
  margin-right: 0px;
  padding-right: 0px;
}

dl.note {
  margin-left: -7px;
  padding-left: 3px;
  border-left: 4px solid;
  border-color: #D0C000;
}

dl.note.DocNodeRTL {
  margin-left: 0;
  padding-left: 0;
  border-left: 0;
  margin-right: -7px;
  padding-right: 3px;
  border-right: 4px solid;
  border-color: #D0C000;
}

dl.warning, dl.attention {
  margin-left: -7px;
  padding-left: 3px;
  border-left: 4px solid;
  border-color: #FF0000;
}

dl.warning.DocNodeRTL, dl.attention.DocNodeRTL {
  margin-left: 0;
  padding-left: 0;
  border-left: 0;
  margin-right: -7px;
  padding-right: 3px;
  border-right: 4px solid;
  border-color: #FF0000;
}

dl.pre, dl.post, dl.invariant {
  margin-left: -7px;
  padding-left: 3px;
  border-left: 4px solid;
  border-color: #00D000;
}

dl.pre.DocNodeRTL, dl.post.DocNodeRTL, dl.invariant.DocNodeRTL {
  margin-left: 0;
  padding-left: 0;
  border-left: 0;
  margin-right: -7px;
  padding-right: 3px;
  border-right: 4px solid;
  border-color: #00D000;
}

dl.deprecated {
  margin-left: -7px;
  padding-left: 3px;
  border-left: 4px solid;
  border-color: #505050;
}

dl.deprecated.DocNodeRTL {
  margin-left: 0;
  padding-left: 0;
  border-left: 0;
  margin-right: -7px;
  padding-right: 3px;
  border-right: 4px solid;
  border-color: #505050;
}

dl.todo {
  margin-left: -7px;
  padding-left: 3px;
  border-left: 4px solid;
  border-color: #00C0E0;
}

dl.todo.DocNodeRTL {
  margin-left: 0;
  padding-left: 0;
  border-left: 0;
  margin-right: -7px;
  padding-right: 3px;
  border-right: 4px solid;
  border-color: #00C0E0;
}

dl.test {
  margin-left: -7px;
  padding-left: 3px;
  border-left: 4px solid;
  border-color: #3030E0;
}

dl.test.DocNodeRTL {
  margin-left: 0;
  padding-left: 0;
  border-left: 0;
  margin-right: -7px;
  padding-right: 3px;
  border-right: 4px solid;
  border-color: #3030E0;
}

dl.bug {
  margin-left: -7px;
  padding-left: 3px;
  border-left: 4px solid;
  border-color: #C08050;
}

dl.bug.DocNodeRTL {
  margin-left: 0;
  padding-left: 0;
  border-left: 0;
  margin-right: -7px;
  padding-right: 3px;
  border-right: 4px solid;
  border-color: #C08050;
}

dl.section dd {
	margin-bottom: 6px;
}


#projectlogo
{
	text-align: center;
	vertical-align: bottom;
	border-collapse: separate;
}
 
#projectlogo img
{ 
	border: 0px none;
}
 
#projectalign
{
        vertical-align: middle;
}

#projectname
{
	font: 300% Tahoma, Arial,sans-serif;
	margin: 0px;
	padding: 2px 0px;
}
    
#projectbrief
{
	font: 120% Tahoma, Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

#projectnumber
{
	font: 50% Tahoma, Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

#titlearea
{
	padding: 0px;
	margin: 0px;
	width: 100%;
	border-bottom: 1px solid #5373B4;
}

.image
{
        text-align: center;
}

.dotgraph
{
        text-align: center;
}

.mscgraph
{
        text-align: center;
}

.plantumlgraph
{
        text-align: center;
}

.diagraph
{
        text-align: center;
}

.caption
{
	font-weight: bold;
}

div.zoom
{
	border: 1px solid #90A5CE;
}

dl.citelist {
        margin-bottom:50px;
}

dl.citelist dt {
        color:#334975;
        float:left;
        font-weight:bold;
        margin-right:10px;
        padding:5px;
}

dl.citelist dd {
        margin:2px 0;
        padding:5px 0;
}


.inherit_header {
        font-weight: bold;
        color: gray;
        cursor: pointer;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.inherit_header td {
        padding: 6px 0px 2px 5px;
}

.inherit {
        display: none;
}

tr.heading h2 {
        margin-top: 12px;
        margin-bottom: 4px;
}

/* tooltip related style info */

tt, code, kbd, samp
{
  display: inline-block;
  direction:ltr; 
}
/* @end */

u {
	text-decoration: underline;
}/*}}end-old-version*/
div#header img {
	vertical-align: text-top;
	border-style: none;
	width: auto;
	height: auto;
	border-width: 0 0 0 0;
	margin: 0 0 0 0;
}
div#footer img {
	vertical-align: text-top;
	border-style: none;
	width: auto;
	height: auto;
	border-width: 0 0 0 0;
}
.hnavbar {
	text-align: right;
	position: absolute;
	top: 1em;
	left: 75%;
}
.fnavbar {
	text-align: right;
}
body {
	background-color: #ffffff;
	font-family: Helvetica, sans-serif;
	position: absolute;
	top: 1em;
	left: 1em;
	width: 500px;
}
table {
	width: 100% "border:" 1 solid #000;
}
th.option {
	width: 15%;
}
th.default {
	width: 15%;
}
th.description {
	width: 70%;
}
a:link {
	color: #0000ff;
}
a:visited {
	color: #551a8b;
}
img.middle {
	vertical-align: middle;
	width: auto;
	height: auto;
}
.guipanel {
	text-align: center;
}
.title {
	font-weight: bold;
}
.command {
	font-weight: bold;
}
.keyword {
	color: #000000;
}
.noreq {
	color: #0000ff;
}
.isreq {
	color: #ff0000;
}
.numarg {
	color: #800080;
}
ul.spaced {
	line-height: 1cm;
}
.caption {
	font-weight: bold;
	text-align: center;
}
h2 {
	font-weight: normal;
}
h3 {
	font-weight: normal;
}
h4 {
	font-weight: normal;
	font-style: italic;
}
.highlight {
	background-color: #ffff00;
}
p.reference,
p.definition {
	font: 400 "14px/22px" Roboto sans-serif;
}
h1.groupheader {
	font-size: 150%;
}
h2.groupheader {
	border-bottom: 1px solid #879ECB;
	color: #354C7B;
	font-size: 150%;
	font-weight: normal;
	margin-top: 1.75em;
	padding-top: 8px;
	padding-bottom: 4px;
	width: 100%;
}
h3.groupheader {
	font-size: 100%;
}
h1.glow,
h2.glow,
h3.glow,
h4.glow,
h5.glow,
h6.glow {
	text-shadow: 0 0 15px cyan;
}
ul.multicol {
	-moz-column-gap: 1em;
	-webkit-column-gap: 1em;
	column-gap: 1em;
	-moz-column-count: 3;
	-webkit-column-count: 3;
	column-count: 3;
}
p.startli,
p.startdd {
	margin-top: 2px;
}
p.starttd {
	margin-top: 0px;
}
p.endli {
	margin-bottom: 0px;
}
p.enddd {
	margin-bottom: 4px;
}
p.endtd {
	margin-bottom: 2px;
}
p.interli {
}
p.interdd {
}
p.intertd {
}
span.legend {
	font-size: 70%;
	text-align: center;
}
h3.version {
	font-size: 90%;
	text-align: center;
}
a.el {
	color: #3D578C;
	font-weight: normal;
	text-decoration: none;
}
.contents a.el:visited {
	color: #4665A2;
}
a.el:hover {
	text-decoration: underline;
}
a.el {
	font-weight: bold;
}
a.elRef {
}
a.code,
a.code:visited,
a.line,
a.line:visited {
	color: #4665A2;
}
a.codeRef,
a.codeRef:visited,
a.lineRef,
a.lineRef:visited {
	color: #4665A2;
}
dl.el {
	margin-left: -1cm;
}
.fragment {
	text-align: left;
	direction: ltr;
	overflow-x: auto;
	overflow-y: hidden;
}
div.fragment {
	padding: 0 0 1px 0;
	margin: 4px 8px 4px 2px;
	background-color: #FBFCFD;
	border: 1px solid #C4CFE5;
}
div.line {
	font-family: monospace, fixed;
	font-size: 13px;
	min-height: 13px;
	line-height: 1.0;
	text-wrap: unrestricted;
	white-space: -moz-pre-wrap;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	white-space: pre-wrap;
	word-wrap: break-word;
	text-indent: -53px;
	padding-left: 53px;
	padding-bottom: 0px;
	margin: 0px;
	-webkit-transition-property: background-color box-shadow;
	-webkit-transition-duration: 0.5s;
	-moz-transition-property: background-color box-shadow;
	-moz-transition-duration: 0.5s;
	-ms-transition-property: background-color box-shadow;
	-ms-transition-duration: 0.5s;
	-o-transition-property: background-color box-shadow;
	-o-transition-duration: 0.5s;
	transition-property: background-color box-shadow;
	transition-duration: 0.5s;
}
div.line:after {
	content: "
";
	white-space: pre;
}
div.line.glow {
	background-color: #00ffff;
	box-shadow: 0 0 10px cyan;
}
span.lineno {
	padding-right: 4px;
	text-align: right;
	border-right: 2px solid #00ff00;
	background-color: #E8E8E8;
	white-space: pre;
}
span.lineno a {
	background-color: #D8D8D8;
}
span.lineno a:hover {
	background-color: #C8C8C8;
}
.lineno {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
div.ah,
span.ah {
	background-color: #000000;
	font-weight: bold;
	color: #ffffff;
	margin-bottom: 3px;
	margin-top: 3px;
	padding: 0.2em;
	border: solid thin #333;
	border-radius: 0.5em;
	-webkit-border-radius: .5em;
	-moz-border-radius: .5em;
	box-shadow: 2px 2px 3px #999;
	-webkit-box-shadow: 2px 2px 3px #999;
	-moz-box-shadow: rgba(0, 0, 0, 0.15) 2px 2px 2px;
	background-image: url(-webkit-gradient);
	background-image: url(-moz-linear-gradient);
}
div.classindex ul {
	list-style: none;
	padding-left: 0;
}
div.classindex span.ai {
	display: inline-block;
}
div.groupHeader {
	margin-left: 16px;
	margin-top: 12px;
	font-weight: bold;
}
div.groupText {
	margin-left: 16px;
	font-style: italic;
}
div.contents {
	margin-top: 10px;
	margin-left: 12px;
	margin-right: 8px;
}
tr.memlist {
	background-color: #EEF1F7;
}
p.formulaDsp {
	text-align: center;
}
img.formulaDsp {
}
img.formulaInl,
img.inline {
	vertical-align: middle;
}
div.center {
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
}
div.center img {
	border: 0px;
}
img.footer {
	border: 0px;
	vertical-align: middle;
}
span.keyword {
	color: #008000;
}
span.keywordtype {
	color: #604020;
}
span.keywordflow {
	color: #e08000;
}
span.comment {
	color: #800000;
}
span.preprocessor {
	color: #806020;
}
span.stringliteral {
	color: #002080;
}
span.charliteral {
	color: #008080;
}
blockquote {
	background-color: #F7F8FB;
	border-left: 2px solid #9CAFD4;
	margin: 0 24px 0 4px;
	padding: 0 12px 0 16px;
}
blockquote.DocNodeRTL {
	border-left: 0;
	border-right: 2px solid #9CAFD4;
	margin: 0 4px 0 24px;
	padding: 0 16px 0 12px;
}
td.tiny {
	font-size: 75%;
}
hr {
	height: 0px;
	border: none;
	border-top: 1px solid #4A6AAA;
}
table.memberdecls {
	border-spacing: 0px;
	padding: 0px;
}
.memberdecls td,
.fieldtable tr {
	-webkit-transition-property: background-color box-shadow;
	-webkit-transition-duration: 0.5s;
	-moz-transition-property: background-color box-shadow;
	-moz-transition-duration: 0.5s;
	-ms-transition-property: background-color box-shadow;
	-ms-transition-duration: 0.5s;
	-o-transition-property: background-color box-shadow;
	-o-transition-duration: 0.5s;
	transition-property: background-color box-shadow;
	transition-duration: 0.5s;
}
.memberdecls td.glow,
.fieldtable tr.glow {
	background-color: #00ffff;
	box-shadow: 0 0 15px cyan;
}
.mdescLeft,
.mdescRight,
.memItemLeft,
.memItemRight,
.memTemplItemLeft,
.memTemplItemRight,
.memTemplParams {
	background-color: #F9FAFC;
	border: none;
	margin: 4px;
	padding: 1px 0 0 8px;
}
.mdescLeft,
.mdescRight {
	padding: 0px 8px 4px 8px;
	color: #555;
}
.memSeparator {
	border-bottom: 1px solid #DEE4F0;
	line-height: 1px;
	margin: 0px;
	padding: 0px;
}
.memItemLeft,
.memTemplItemLeft {
	white-space: nowrap;
}
.memItemRight {
	width: 100%;
}
.memTemplParams {
	color: #4665A2;
	white-space: nowrap;
	font-size: 80%;
}
.memtitle {
	padding: 8px;
	border-top: 1px solid #A8B8D9;
	border-left: 1px solid #A8B8D9;
	border-right: 1px solid #A8B8D9;
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
	margin-bottom: -1px;
	background-image: url(nav_f.png);
	background-repeat: repeat-x;
	background-color: #E2E8F2;
	line-height: 1.25;
	font-weight: 300;
	float: left;
}
.permalink {
	font-size: 65%;
	display: inline-block;
	vertical-align: middle;
}
.memtemplate {
	font-size: 80%;
	color: #4665A2;
	font-weight: normal;
	margin-left: 9px;
}
.memnav {
	background-color: #EBEFF6;
	border: 1px solid #A3B4D7;
	text-align: center;
	margin: 2px;
	margin-right: 15px;
	padding: 2px;
}
.mempage {
	width: 100%;
}
.memitem {
	padding: 0;
	margin-bottom: 10px;
	margin-right: 5px;
	-webkit-transition: box-shadow 0.5s linear;
	-moz-transition: box-shadow 0.5s linear;
	-ms-transition: box-shadow 0.5s linear;
	-o-transition: box-shadow 0.5s linear;
	transition: box-shadow 0.5s linear;
	display: table	 ! important ;
	width: 100%;
}
.memitem.glow {
	box-shadow: 0 0 15px cyan;
}
.memname {
	font-weight: 400;
	margin-left: 6px;
}
.memname td {
	vertical-align: bottom;
}
.memproto,
dl.reflist dt {
	border-top: 1px solid #A8B8D9;
	border-left: 1px solid #A8B8D9;
	border-right: 1px solid #A8B8D9;
	padding: 6px 0px 6px 0px;
	color: #253555;
	font-weight: bold;
	text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.9);
	background-color: #DFE5F1;
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);
	border-top-right-radius: 4px;
	-moz-box-shadow: rgba(0, 0, 0, 0.15) 5px 5px 5px;
	-moz-border-radius-topright: 4px;
	-webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);
	-webkit-border-top-right-radius: 4px;
}
.overload {
	font-family: "Courier New", courier, monospace;
	font-size: 65%;
}
.memdoc,
dl.reflist dd {
	border-bottom: 1px solid #A8B8D9;
	border-left: 1px solid #A8B8D9;
	border-right: 1px solid #A8B8D9;
	padding: 6px 10px 2px 10px;
	background-color: #FBFCFD;
	border-top-width: 0;
	background-image: url(nav_g.png);
	background-repeat: repeat-x;
	background-color: #ffffff;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-box-shadow: rgba(0, 0, 0, 0.15) 5px 5px 5px;
	-webkit-border-bottom-left-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);
}
dl.reflist dt {
	padding: 5px;
}
dl.reflist dd {
	margin: 0px 0px 10px 0px;
	padding: 5px;
}
.paramkey {
	text-align: right;
}
.paramtype {
	white-space: nowrap;
}
.paramname {
	color: #602020;
	white-space: nowrap;
}
.params,
.retval,
.exception,
.tparams {
	margin-left: 0px;
	padding-left: 0px;
}
.params .paramname,
.retval .paramname,
.tparams .paramname,
.exception .paramname {
	font-weight: bold;
	vertical-align: top;
}
.params .paramtype,
.tparams .paramtype {
	font-style: italic;
	vertical-align: top;
}
.params .paramdir,
.tparams .paramdir {
	font-family: "Courier New", courier, monospace;
	vertical-align: top;
}
table.mlabels {
	border-spacing: 0px;
}
td.mlabels-left {
	width: 100%;
	padding: 0px;
}
td.mlabels-right {
	vertical-align: bottom;
	padding: 0px;
	white-space: nowrap;
}
span.mlabels {
	margin-left: 8px;
}
span.mlabel {
	background-color: #728DC1;
	border-top: 1px solid #5373B4;
	border-left: 1px solid #5373B4;
	border-right: 1px solid #C4CFE5;
	border-bottom: 1px solid #C4CFE5;
	text-shadow: none;
	color: #ffffff;
	margin-right: 4px;
	padding: 2px 3px;
	border-radius: 3px;
	font-size: 7pt;
	white-space: nowrap;
	vertical-align: middle;
}
div.dynheader {
	margin-top: 8px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
div.summary {
	float: right;
	font-size: 8pt;
	padding-right: 5px;
	width: 50%;
	text-align: right;
}
div.summary a {
	white-space: nowrap;
}
table.classindex {
	margin: 10px;
	white-space: nowrap;
	margin-left: 3%;
	margin-right: 3%;
	width: 94%;
	border: 0;
	border-spacing: 0;
	padding: 0;
}
div.ingroups {
	font-size: 8pt;
	width: 50%;
	text-align: left;
}
div.ingroups a {
	white-space: nowrap;
}
div.header {
	background-image: url(nav_h.png);
	background-repeat: repeat-x;
	background-color: #F9FAFC;
	margin: 0px;
	border-bottom: 1px solid #C4CFE5;
}
div.headertitle {
	padding: 5px 5px 5px 10px;
}
.PageDocRTL-title div.headertitle {
	text-align: right;
	direction: rtl;
}
dl {
	padding: 0 0 0 0;
}
dl.section {
	margin-left: 0px;
	padding-left: 0px;
}
dl.section.DocNodeRTL {
	margin-right: 0px;
	padding-right: 0px;
}
dl.note {
	margin-left: -7px;
	padding-left: 3px;
	border-left: 4px solid;
	border-color: #D0C000;
}
dl.note.DocNodeRTL {
	margin-left: 0;
	padding-left: 0;
	border-left: 0;
	margin-right: -7px;
	padding-right: 3px;
	border-right: 4px solid;
	border-color: #D0C000;
}
dl.warning,
dl.attention {
	margin-left: -7px;
	padding-left: 3px;
	border-left: 4px solid;
	border-color: #ff0000;
}
dl.warning.DocNodeRTL,
dl.attention.DocNodeRTL {
	margin-left: 0;
	padding-left: 0;
	border-left: 0;
	margin-right: -7px;
	padding-right: 3px;
	border-right: 4px solid;
	border-color: #ff0000;
}
dl.pre,
dl.post,
dl.invariant {
	margin-left: -7px;
	padding-left: 3px;
	border-left: 4px solid;
	border-color: #00D000;
}
dl.pre.DocNodeRTL,
dl.post.DocNodeRTL,
dl.invariant.DocNodeRTL {
	margin-left: 0;
	padding-left: 0;
	border-left: 0;
	margin-right: -7px;
	padding-right: 3px;
	border-right: 4px solid;
	border-color: #00D000;
}
dl.deprecated {
	margin-left: -7px;
	padding-left: 3px;
	border-left: 4px solid;
	border-color: #505050;
}
dl.deprecated.DocNodeRTL {
	margin-left: 0;
	padding-left: 0;
	border-left: 0;
	margin-right: -7px;
	padding-right: 3px;
	border-right: 4px solid;
	border-color: #505050;
}
dl.todo {
	margin-left: -7px;
	padding-left: 3px;
	border-left: 4px solid;
	border-color: #00C0E0;
}
dl.todo.DocNodeRTL {
	margin-left: 0;
	padding-left: 0;
	border-left: 0;
	margin-right: -7px;
	padding-right: 3px;
	border-right: 4px solid;
	border-color: #00C0E0;
}
dl.test {
	margin-left: -7px;
	padding-left: 3px;
	border-left: 4px solid;
	border-color: #3030E0;
}
dl.test.DocNodeRTL {
	margin-left: 0;
	padding-left: 0;
	border-left: 0;
	margin-right: -7px;
	padding-right: 3px;
	border-right: 4px solid;
	border-color: #3030E0;
}
dl.bug {
	margin-left: -7px;
	padding-left: 3px;
	border-left: 4px solid;
	border-color: #C08050;
}
dl.bug.DocNodeRTL {
	margin-left: 0;
	padding-left: 0;
	border-left: 0;
	margin-right: -7px;
	padding-right: 3px;
	border-right: 4px solid;
	border-color: #C08050;
}
dl.section dd {
	margin-bottom: 6px;
}
#projectlogo {
	text-align: center;
	vertical-align: bottom;
	border-collapse: separate;
}
#projectlogo img {
	border: 0px none;
}
#projectalign {
	vertical-align: middle;
}
#projectname {
	font: 300% Tahoma Arial sans-serif;
	margin: 0px;
	padding: 2px 0px;
}
#projectbrief {
	font: 120% Tahoma Arial sans-serif;
	margin: 0px;
	padding: 0px;
}
#projectnumber {
	font: 50% Tahoma Arial sans-serif;
	margin: 0px;
	padding: 0px;
}
#titlearea {
	padding: 0px;
	margin: 0px;
	width: 100%;
	border-bottom: 1px solid #5373B4;
}
.image {
	text-align: center;
}
.dotgraph {
	text-align: center;
}
.mscgraph {
	text-align: center;
}
.plantumlgraph {
	text-align: center;
}
.diagraph {
	text-align: center;
}
.caption {
	font-weight: bold;
}
div.zoom {
	border: 1px solid #90A5CE;
}
dl.citelist {
	margin-bottom: 50px;
}
dl.citelist dt {
	color: #334975;
	float: left;
	font-weight: bold;
	margin-right: 10px;
	padding: 5px;
}
dl.citelist dd {
	margin: 2px 0;
	padding: 5px 0;
}
.inherit_header {
	font-weight: bold;
	color: #808080;
	cursor: pointer;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.inherit_header td {
	padding: 6px 0px 2px 5px;
}
.inherit {
	display: none;
}
tr.heading h2 {
	margin-top: 12px;
	margin-bottom: 4px;
}
P.Preformatted-fragment {
	margin-bottom: 14pt;
	margin-top: 14pt;
	x-text-tab-stops: repeat 1in;
	white-space: nowrap;
	font-family: monospace, fixed;
	line-height: 125%;
	font-size: 9pt;
	word-wrap: break-word;
	overflow: auto;
	margin: 4px 8px 4px 2px;
	padding: 4px 6px;
	background-color: #FBFCFD;
	border: 1px solid #C4CFE5;
	overflow-y: hidden;
	overflow-x: auto;
	direction: ltr;
	text-align: left;
}
P.Address-footer {
	margin-top: 0;
	margin-bottom: 0;
	padding-right: 12px;
	text-align: right;
	color: #2A3D61;
	font-style: normal;
}
.paramname SPAN.Emphasize {
	font-style: normal;
}
.paramname SPAN.Code {
	font-family: monospace;
	line-height: 14px;
	direction: ltr;
	display: inline-block;
}
P.Address {
	margin-top: 0;
	margin-bottom: 0;
	color: #2A3D61;
	font-style: normal;
}
SPAN.TeleType {
	font-family: monospace;
	direction: ltr;
	display: inline-block;
}
SPAN.Code {
	font-family: monospace;
	direction: ltr;
	display: inline-block;
}
SPAN.Keyboard {
	font-weight: bold;
	font-family: monospace;
	direction: ltr;
	display: inline-block;
}
SPAN.Sample {
	font-family: monospace;
	direction: ltr;
	display: inline-block;
}
SPAN.Underline {
	text-decoration: underline;
}
