<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 8.*/
/* &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;
}
/* 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: #000000;
}
/* Noreq is command arguments that aren't required. In the documentation
   this is notified with square brackets ([]) */.noreq {
	color: #0000ff;
}
/* Isreq are command arguments that are required. In the documentation
   this is notified with curly brackets ({}) */.isreq {
	color: #ff0000;
}
/* Numarg are number parameters that go with a command arguement. In the 
   documentation this is notified with angle brackets (&lt;&gt;) */.numarg {
	color: #800080;
}
/* 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: #00ffff;
}
/*Smaller font for Release Notes*/.smallfont {
	font-size: small;
}
/*Bold font for Release Notes*/.smallfontbold {
	font-size: small;
	font-weight: bold;
}
/*Small font for Main documentation page headers*/.xsmallmainpage {
	font-size: x-small;
}
p {
	font-size: 12pt;
}
/* &lt;script&gt; */</pre></body></html>