/* CSS Document */
/* <html><head><meta name="robots" content="noindex"></head></html> */

body {
	margin: 2px 15px 2px 12px; /* top right bottom left */
}

h1 {
	font-size: 15pt;
  line-height: 21pt;
	font-family:  "Lucida Grande", -apple-system,-apple-system-font,HelveticaNeue,"Helvetica Neue",Helvetica, sans-serif;
	margin-top: 6px;
	margin-bottom: -6px;
  font-weight: normal;
}

h2 {
  color: #666;
  font-size: 12pt;
  line-height: 18pt;
  font-weight: bold;
  font-family: "Lucida Grande", -apple-system,-apple-system-font,HelveticaNeue,"Helvetica Neue",Helvetica, sans-serif;
  margin-top: 18px;
  margin-bottom: 12px
}

h3 {
  color: #666;
	font-size: 10pt;
  line-height: 12pt;
	font-weight: bold;
	font-family: "Lucida Grande", -apple-system,-apple-system-font,HelveticaNeue,"Helvetica Neue",Helvetica, sans-serif;
	margin-top: 15px;
	margin-bottom: 12px
}

p { 
	color: #555;
	font-size: 9pt;
	font-family: "Lucida Grande", -apple-system,-apple-system-font,HelveticaNeue,"Helvetica Neue",Helvetica, sans-serif;
	line-height: 12pt;
	text-decoration: none;
}

a {
  font-family: "Lucida Grande", -apple-system,-apple-system-font,HelveticaNeue,"Helvetica Neue",Helvetica, sans-serif;
  color: #307bf6;
	line-height: 14pt;
	text-decoration: none
}

ul {
  color: #555;
	font-size: 9pt;
	font-family: "Lucida Grande", -apple-system,-apple-system-font,HelveticaNeue,"Helvetica Neue",Helvetica, sans-serif;
	line-height: 12pt;
	list-style: disc outside;
	margin-top: 6px;
	margin-bottom: 6px;
	padding-left: 15px;
}

/* Spacing between li items */
ul li { 
	margin-top: -3pt;
	margin-bottom: 9pt
}

li:not(:last-child) {
  margin-bottom: 6px;
}

li:not(:first-child) {
  margin-top: 6px;
}

#notebox {
	padding-right: 15px;
	padding-left: 15px;
	border: 1px solid #ddd;
	border-radius: 6px;
	top: 2px;
	right: 12px;
	width: auto;
}

#calculation {
	padding-top: 0px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 25px;
	right: 12px;
	width: auto;
}

.calculation {
	color: OliveDrab;
	padding-left: 25px;
}

.highlight {
	font-weight: bold;
	color: OliveDrab;
}

.note {
	font-size: 9pt;
	font-weight: bold;
	text-transform: uppercase;
/*	letter-spacing: 1pt;*/
}
/*


ul p {
	margin-top: 6px;
	margin-bottom: 6px
}


*/



/* table data */


td {
	color: #555;
	font-size: 9pt;
	font-family: "Lucida Grande", -apple-system,-apple-system-font, HelveticaNeue,"Helvetica Neue",Helvetica, sans-serif;
	padding: 2px
}

/* page */

div.center {
  text-align: center;
}

#headerbox {
	margin-top: 40px;
	margin-bottom: 30px;
	padding-right: 6px;
}

#iconbox {
	margin-bottom: 3px;
	float: left;
}

#iconimg {
  margin-top: 6px;
}

#pagetitle {
  margin-top: 0px;
	border: solid 1px #FFF;
	margin-left: 56px;
	margin-right: 55px;
	width: 88%;
}

#horizontalrule {
	  margin-top: 12px;
	  margin-bottom: 12px;
	  border: none;
	  height: 1px;
	  background-color: #dedede;
	}
}

.index {
	line-height: 17px;
}

.separator {
	border-bottom: 1px solid #DDD;
}

#help-pd {
	margin-top: 2px;
	margin-right: 15px;
	margin-left: 15px;
	margin-bottom: 24px;
	background-color: #FFF;
	color: #000;
	font-family: "Lucida Grande", -apple-system,-apple-system-font,HelveticaNeue,"Helvetica Neue",Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	min-width: 360px;
	text-align: left;
}

#navbox {
	position: fixed; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 24px; 
	float: left; 
	padding-top: -2px; 
/*	border-bottom: 1px solid #939393; */
	border-bottom: 1px solid #ccc;
	background-color: #eee;
	z-index: 99;
}

#navbox_left {
	position: relative;
	font-size: 10px; 
	position: absolute; 
	top: 2px;
	left: 15px 
}

#navbox_right {
	float: right;
	position: relative;
	top: 2px;
	font-size: 10px;
	margin-right: 15px; 
}

.navlink_left {
	color: #333; 
	font-weight: normal;
	line-height: 22px;
	text-align: left;
	vertical-align: center;
/*	text-shadow: #FFFFFF 0px 1px 0; */
}

.navlink_right {
	color: #333;
	font-weight: normal;
	line-height: 22px;
	margin-left: 8px;
	text-align: right;
	vertical-align: center;
/*	text-shadow: #FFFFFF 0px 1px 0;  */
}

#mainbox {
	margin-top: 36px;
	padding-right: 6px
}

.howto {
  color: #213343;
  font-size: 20px;
}



#index {
	background-color: #f2f2f2;
	padding-top: 2px;
	padding-right: 25px;
	top: 2px;
	right: 12px;
	width: auto;
	float: right
}
     
/* Classes */ 


.icon_center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50;
}



.mainindex {
	color: #307bf6;
	font-size: 9pt;
	margin: -9px 0 -6px
}

.leftborder {
	color: #00f;
	font-size: 8pt;
	margin: -9px 0 -6px;
	padding-top: 24px;
	padding-bottom: 3px;
	padding-left: 8px;
	border-left: 1px solid #bfbfbf
}

.mult {
	margin-top: -8px
}



.rules {
	border-bottom: 1px dotted #ccc
}

.dots {
	border: dotted 1px #ccc
}

.seealso {
	margin-top: 2px;
	margin-bottom: 2px
}
	
	
code {
	color: black;
	font-size: 9pt;
	font-family: Verdana, Courier, sans-serif;
}
