@charset "utf-8";
/* CSS Document */
 
/* Page (Common) CSS elements */
a:link {
	text-decoration: none;
	/*color: #0066CC;*/
	color: #0000d5;
	background-color: transparent;
} 
a:visited {
	/*color: #006699;*/
	color: #0000d5;
	background-color: transparent;
} 
a:hover {
	text-decoration: underline;
}
.title {
	font-size: 26px;
	font-weight: 590;
	border-bottom: 1px solid #000000;
} 
.subtitle {
	font-size: 16px;
	padding-bottom: 3px;
}
.heading {
	font-size: 20px;
	font-weight: 550;
	border-bottom: 2px solid silver;
	padding-top: 15px;
	padding-bottom: 1px;-
}
.heading2 {
	font-size: 26px;
	font-weight: bold;
}
.subheading {
	font-size: 16px;
	#font-weight: bold;
}
.u_subheading {
	font-size: 18px;
	font-weight: bold;
	border-bottom: 1px solid silver;
}
.term {
	font-size: 12px;
	font-family: monospace;
	margin-left: 1em;
	margin-right: 1em;
	padding: 5px;
	border: 1px solid #C0C0C0;
	background-color: #DBDFDB;
	#background-color: #e8e8ee;
}
.fullterm {
	font-size: 12px;
	font-family: monospace;
	/*margin-left: 1em;*/
	/*margin-right: 1em;*/
        margin:0px;
	padding: 5px;
	/*border: 1px solid #C0C0C0;*/
	background-color: #DBDFDB;
	/* background-color: #e8e8ee;*/
}
.alert {
        margin-bottom: 1em;
        padding: 5px;
        margin-left: 60px;
        margin-right: 70px;
        /* border: 1px solid #ffbf00 ; */
        border: 1px solid #000000 ;
        /* background-color: #ffbf00; */
        /* background-color: #D9FFFE ; */
        background-color: #E8DD92 ;
}
.termBlank {
	font-size: 12px;
	font-family: monospace;
	margin-left: 2em;
	margin-right: 2em;
	padding: 5px;
}
.appDesc {
  padding-left: 2em;
}
.softBottom {
	border-bottom: 1px solid silver;
}
.softRight {
        border-right: 1px solid silver;
}     
.softBottomRight {
        border-bottom: 1px solid silver;
	border-right: 1px solid silver;
}
.monospace {
	font-family: monospace, courier;
	font-size: 14px;#
}
.monosmall {
	font-family: monospace, courier;
	font-size: 10px;
}
.horztable {
	background-color: White;
	padding: 3px;
	border: 1px solid gray;
}
.toc {
	#border: 1px solid #C1C2D2;
	border-right: 1px solid #C0DAE0;
	border-left: 1px solid #C0DAE0;
	border-bottom: 1px solid #C0DAE0;
	border-top: 1px solid #C0DAE0;
	#margin-right: 8px;
	#margin-top: 4px;
	padding: 2px;
	background-color: white;
}
.tocHeading {
	background-image:url(../images/sectionheading.png);
	#background-image:url(../images/sectionheading_gold.png);
	#background-image:url(../images/sectionheading_silver_gradient.png);
	background-position:top	;
	background-repeat:repeat-x;
	padding: 3px;
        text-align: center;
	#border-top: 1px solid #C1C2D2;
	#border-bottom: 1px solid #C1C2D2;
        #border-left: 1px solid #C1C2D2;
        #border-right: 1px solid #C1C2D2;
	border-top: 1px solid #C0DAE0;
	#border-bottom: 1px solid #C0DAE0;
        border-left: 1px solid #C0DAE0;
        border-right: 1px solid #C0DAE0;
	font-weight: 500;
	font-size: 18px;
}
.tocItem {
	padding: 2px;
	font-size: 12px;
}
.didyouknow {
	background-color: #fffeeb;
	border: 1px solid #b7b22a;
	padding: 3px;
}
/* End page (Common) CSS elements */


/* Template CSS elements: */
BODY {
	padding: 0px;
	margin: 0px;
	#background-color: #5a5b71;
	#background-color: #485A48;
	#background-color: #550000;
	#background-color: #Ad6D00;
	#background-color: #5D2f31;
	background-color: #004755;
	#background-color: #005c6f;
	font-family: Arial, Helvetica, sans-serif;
	#font-family: Lucida;
	font-size: 14px;
	color: black;
}
.container {
	width: 900px;
	display: block;
    margin-left: auto;
    margin-right: auto;
}
.head_area {
	background-image: url(/images/gold_and_silver_helix.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #F4F4F4;
}
.titleLocation {
	text-align: left;
	position: relative;
	left: 75px;
}
.siteTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 40px;
	text-decoration: none;
	color: #000000;
	}
.siteTitle2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	text-decoration: none;
	color: #000000;
	display: inline;
	position: relative;
	top: -7px;
}
.siteSubTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	#color: #404940;
	color: black;
}
a.siteTitle:link {
	color: black;
}
a.siteTitle:visited {
	color: black;
}
a.siteTitle2:link {
	color: black;
}
a.siteSubTitle:link {
	color: black;
}
.menu_links {
	font-size: 13px;
	color: #000000;
	text-align: left;
	#background-color: #E8E8E8;
	background-image:url(/images/sectionheading.png);
	width: 900px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}
.menu_link {
	color: #000000;
	font-weight: 550;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
}
a.menu_link:link {
	color: black;
}
a.menu_link:visited {
	color: black;
}
.menu_link:hover {
	text-decoration: none;
	font-weight: 500;
	color: #000000;
}
.searchCell {
	position: relative;
	right: 12px;
	top: -5px;
	text-align: right;
	vertical-align: top;
}
.formfield {
	border: 1px solid #729A8F;
	font-size: 12px;
	background-color: White;
	color: Black
}
.button {
	background-color: #FFFFFF;
	border: 1px solid #729A8F;
	font-size: 12px;
	color: Black;
}
.main {
	background-color: #FFFFFF;
	padding: 15px;
}
.footarea {
	#background-color: #6C7B6C;
	#background-color: #A9797B;
	background-color: #005c6f;
	#background-color: #007d96;
	padding: 6px;
	text-align: center;
	border-top: 1px solid black;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #909090;
	#color: white;
	position: relative;
	top: 4px;
}
.footer2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	#color:#6C7B6C;
	#color: white;
	color: #909090;
	padding-top: 5px;
	position: relative;
	top: 4px;
}
.footlink {
	color: white;
}
a.footlink:link {
	color: white;
}
a.footlink:visited {
	color: white;
}
.lastmod {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	padding-right: 2px;
	color: gray;
	background-color: #FFFFFF;
	padding-right: 3px;
}
.home_background {
	background-image: url(/images/gold_and_silver_helix.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #F4F4F4;
}
.incidental {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
.cstat {
	padding-left: 12px;
	font-size: 11px;
}

pre {
/* this keeps long lines in pre within the window boundary */
      white-space: pre-wrap; /* css-3 */
      white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
      white-space: -pre-wrap; /* Opera 4-6 */
      white-space: -o-pre-wrap; /* Opera 7 */
      word-wrap: break-word; /* Internet Explorer 5.5+ */
}

textarea {
  width: 835px;
  height: 120px;
  border: 3px solid var(--term_border);
  padding: 5px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: normal;
}

table, caption { font-size: inherit; font-weight: inherit; font-style: inherit; font-variant: inherit; }

/* End Template CSS elements: */
