<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*Created with Adobe RoboHelp 2015.*/
/*begin-old-version{{*/
/* &lt;script&gt; */

/* This is the main Cubit Stylesheet 
   Date: 7/13/05
   Author: Nathan Kerr
   Email: nckerr@sandia.gov, nathankerr@gmail.com
   File name: cubitstyle.css
   
   All styles shall be commented with at least information on use.
   For tutorials: http://www.w3schools.com/
   For layout techniques: http://www.glish.com/css
   
     
*/

/* The header div defines the layout of the Cubit logo and nav arrows, deprecated */
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; }
				  
/* The footer div defines the layout of the nav arrows, deprecated */
div#footer img  { vertical-align: text-top; 
				  border-style: none;
				  width: auto;
				  height: auto; 
				  border-width: 0 0 0 0; }
				  
/* The header navbar defines where on screen the navbar will be */
.hnavbar	{ text-align: right; 
				  	  position: absolute; 
					  top: 1em;
	 	  			  left: 75%; }
					  
/* Same with the footer */
.fnavbar	{ text-align: right; }

/* The background color is white */
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 that hasn't been visited */
a:link 		{ color: #0000ff; }

/* Visited link */
a:visited 	{ color: #551a8b; }

/* An image with a middle text-alignment */
img.middle	{ vertical-align: middle;
			  width: auto;
			  height: auto; }
			  
/* A Gui Panel image */
.guipanel { text-align: center; }
			  
/* Title is fairly big */
.title 		{ font-weight: bold; }
			
/* The command paragraph defines a command syntax  */
.command { font-weight: bold; }

/* Keyword is the actual command */
.keyword 	{ color: black; }
			  
/* Noreq is command arguments that aren't required. In the documentation
   this is notified with square brackets ([]) */
.noreq		{ color: blue; }

/* Isreq are command arguments that are required. In the documentation
   this is notified with curly brackets ({}) */
.isreq		{ color: red; }

/* Numarg are number parameters that go with a command arguement. In the 
   documentation this is notified with angle brackets (&lt;&gt;) */
.numarg		{ color: purple; } 

/* We use unordered lists (&lt;ul&gt;) to display lists of links. We'll use CSS to 
   define how they look. Since we don't want this for all ul's, we'll use a
   selector. */
/*ul.links	{ list-style-image: url(page_icon.gif);
			  list-style-type: square;
			  list-style-position: outside;
			  margin-left: 40px; 
			  line-height: 1cm; }*/
			  
/* These unordered lists need some spacing so the text doesn't wash together. */
ul.spaced	{ line-height: 1cm; }

/* A caption for a picture */			  
.caption 	{ font-weight: bold;
			  text-align: center; }
			  
/* H2 is a first sub-heading. */
h2			{ font-weight: normal; }

/* H3 shouldn't be used too often, because it's third down. */
h3			{ font-weight: normal; }

/* H4 is after h3. */
h4			{ font-weight: normal;
			  font-style: italic; }

/* Make some text stand out. */			  
.highlight	{ background-color: yellow; }


/* &lt;script&gt; */
   

/* copied from doxygen.css */
/* @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: #4A609F;
        white-space: nowrap;
	font-size: 80%;
}

/* @end */


/* @group Member Details */

/* Styles for detailed member documentation */

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

.memnav {
	background-color: #ECEEF6;
	border: 1px solid #A5B2D5;
	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: bold;
        margin-left: 6px;
}

.memname td {
	vertical-align: bottom;
}

.memproto, dl.reflist dt {
        border-top: 1px solid #AAB6D7;
        border-left: 1px solid #AAB6D7;
        border-right: 1px solid #AAB6D7;
        padding: 6px 0px 6px 0px;
        color: #263253;
        font-weight: bold;
        text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.9);
        background-image:url('nav_f.png');
        background-repeat:repeat-x;
        background-color: #E3E7F2;
        /* opera specific markup */
        box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);
        border-top-right-radius: 4px;
        border-top-left-radius: 4px;
        /* firefox specific markup */
        -moz-box-shadow: rgba(0, 0, 0, 0.15) 5px 5px 5px;
        -moz-border-radius-topright: 4px;
        -moz-border-radius-topleft: 4px;
        /* webkit specific markup */
        -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);
        -webkit-border-top-right-radius: 4px;
        -webkit-border-top-left-radius: 4px;

}

.memdoc, dl.reflist dd {
        border-bottom: 1px solid #AAB6D7;      
        border-left: 1px solid #AAB6D7;      
        border-right: 1px solid #AAB6D7; 
        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 {
        font-weight: bold;
        vertical-align: top;
}
        
.params .paramtype {
        font-style: italic;
        vertical-align: top;
}       
        
.params .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: #7589BE;
        border-top:1px solid #576FB0;
        border-left:1px solid #576FB0;
        border-right:1px solid #C6CEE4;
        border-bottom:1px solid #C6CEE4;
	text-shadow: none;
	color: white;
	margin-right: 4px;
	padding: 2px 3px;
	border-radius: 3px;
	font-size: 7pt;
	white-space: nowrap;
	vertical-align: middle;
}



/* @end */
   
/*}}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;
}
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: #4A609F;
	white-space: nowrap;
	font-size: 80%;
}
.memtemplate {
	font-size: 80%;
	color: #4A609F;
	font-weight: normal;
	margin-left: 9px;
}
.memnav {
	background-color: #ECEEF6;
	border: 1px solid #A5B2D5;
	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: bold;
	margin-left: 6px;
}
.memname td {
	vertical-align: bottom;
}
.memproto,
dl.reflist dt {
	border-top: 1px solid #AAB6D7;
	border-left: 1px solid #AAB6D7;
	border-right: 1px solid #AAB6D7;
	padding: 6px 0px 6px 0px;
	color: #263253;
	font-weight: bold;
	text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.9);
	background-image: url(nav_f.png);
	background-repeat: repeat-x;
	background-color: #E3E7F2;
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
	-moz-box-shadow: rgba(0, 0, 0, 0.15) 5px 5px 5px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-topleft: 4px;
	-webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);
	-webkit-border-top-right-radius: 4px;
	-webkit-border-top-left-radius: 4px;
}
.memdoc,
dl.reflist dd {
	border-bottom: 1px solid #AAB6D7;
	border-left: 1px solid #AAB6D7;
	border-right: 1px solid #AAB6D7;
	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 {
	font-weight: bold;
	vertical-align: top;
}
.params .paramtype {
	font-style: italic;
	vertical-align: top;
}
.params .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: #7589BE;
	border-top: 1px solid #576FB0;
	border-left: 1px solid #576FB0;
	border-right: 1px solid #C6CEE4;
	border-bottom: 1px solid #C6CEE4;
	text-shadow: none;
	color: #ffffff;
	margin-right: 4px;
	padding: 2px 3px;
	border-radius: 3px;
	font-size: 7pt;
	white-space: nowrap;
	vertical-align: middle;
}
.paramname SPAN.Emphasize {
	font-style: normal;
}
.paramname SPAN.Code {
	font-family: monospace;
	line-height: 14px;
}
</pre></body></html>