﻿/*Created with Adobe RoboHelp 2015.*/
/* <script> */
/* This is the main Cubit Stylesheet 
   Date: 7/13/05
   Author: Nathan Kerr
   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: 750px;
}
a {
	color: #0000ff;
	font-size: 10pt;
	display: inline;text-decoration: underline;
}
a.breadcrumbs {
	font-size: 10pt;
	display: inline;
}
a.dropspot {
	font-size: 10pt;
	display: inline;
}
a.expandspot {
	font-size: 10pt;
	display: inline;
}
/* 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 (<>) */
.numarg {
	color: #800080;
}
/* We use unordered lists (<ul>) 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: bolt;
	font-style : italic;
	font-size : 10pt;
	}
/* Make some text stand out. */
.highlight {
	background-color: #ffff00;
}
p {
	margin: 0.4em 0px 0.5em;
	line-height: 19.200000762939453px;
	color: #000000;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	letter-spacing: normal;
	orphans: 2;
	text-align: start;
	text-indent: 0px;
	text-transform: none;
	white-space: normal;
	widows: 2;
	word-spacing: 0px;
	-webkit-text-size-adjust: auto;
	-webkit-text-stroke-width: 0px;
	background-color: #ffffff;
	font-family: "Microsoft Sans Serif";
	font-size: 10pt;
}
h1.mw {
	margin: 0px 0px 0.5em;
	padding: 0px;
	border: 0px;
	font-weight: normal;
	font-style: normal;
	font-size: 2.3em;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	vertical-align: baseline;
	line-height: 1em;
	color: rgb(51, 51, 51);
	font-variant: normal;
	letter-spacing: normal;
	orphans: 2;
	text-align: start;
	text-indent: 0px;
	text-transform: none;
	white-space: normal;
	widows: 2;
	word-spacing: 0px;
	-webkit-text-size-adjust: auto;
	-webkit-text-stroke-width: 0px;
	background-color: rgb(23, 41, 61);
}
p.MW-HEADLINE {
	margin: 0.4em 0px 0.5em;
	line-height: 19.200000762939453px;
	color: #000000;
	font-family: sans-serif;
	font-size: 13px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	letter-spacing: normal;
	orphans: 2;
	text-align: start;
	text-indent: 0px;
	text-transform: none;
	white-space: normal;
	widows: 2;
	word-spacing: 0px;
	-webkit-text-size-adjust: auto;
	-webkit-text-stroke-width: 0px;
	background-color: #ffffff;
}
span.Style2 {
}
h1 {
	margin-top: 14pt;
	margin-bottom: 14pt;
	margin-left: 0pt;
	margin-right: 0pt;
	page-break-after: avoid;
	font-family: "Microsoft Sans Serif";
	font-size: 18pt;
	x-next-class: ;
	x-next-type: p;
}
li {
	font-family: "Microsoft Sans Serif";
	line-height: 12pt;
	margin-top: 0px;
	margin-bottom: 10px;
	list-style: disc;
	font-size: 10pt;
}
img.Twisties {
	width: 500px;
}
/* <script> */