/***** 
  Styles for Spenncon Technical Handbook
  (C) 2006, Spenncon AS
  Version 1.0
  2006-08-09, Svein Erik Blakstad
*****/

/*body {
  background-color: #FFFFFF;
  width:640px;
}*/

/***** General formatting of page *****/
h1, h2, h3, p, ul, ol, th, td, caption {
  font-family: arial, helvetica, sans-serif;
}

h1, h2, h3 {
  font-weight: bold;
}

p, ul, ol, th, td, caption {
  font-size: 10pt;
  font-style: normal;
  font-weight: normal;
  color: #000000;
}

h1 {
  font-size: 14pt;
  margin-bottom: 12px;
  color: #000084;
  background-color:#cccccc;
  padding: 4px;
  clear: both;
}

h2 {
  font-size: 12pt;
  margin-bottom: 7px;
  
}

div#chapter_content h2 
{
	font-size: 14pt;
	margin-bottom: 7px;
	margin-top: 14px;
}

h3 {
  font-size: 10pt;
  margin-bottom: 5px;
}

p {
  margin-top: 8px;
  margin-bottom: 8px;
}

p.img-title {
  font-size: 10pt;
  font-style: oblique;
  text-align: center;
  margin-top: 0px;
  margin-bottom: 4px;
}

ul, ol {
  list-style-position: outside;
  margin-left: 24px;
  margin-top: 0px;
  margin-bottom: 6px;
}

ul { list-style-type: disc; }

li { margin-top: 4px }

hr {
	margin-top:-2px;	
	background-color: #000000;
	color: #000000;
	height: 1px;
	width: 100%;
	text-align: left;
	padding-top: 0px;
	padding-bottom: 0px;
}

/***** Standard table style *****/
/*****
table {
border-style: solid;
  border: 0px solid #000000;
  background-color: #B0B0B0;
  margin-top: 10px;
  margin-bottom: 10px;
}
th {
  font-weight: bold;
  background-color: #E8E8E8;
  padding:4px;
}
td {
  background-color: #ffffff;
  padding:2px;
}
caption {
  font-weight: normal;
  font-style: italic;
  text-transform:capitalize;
  padding:4px;
}
/***** Content table style *****/
/*table.content {
	border-width: 1px;
	border-spacing: ;
	border-style: solid;
	border-color: black;
	border-collapse: collapse;
	background-color: white;
}
table.content th {
	border-width: 1px;
	padding: 4px;
	border-style: solid;
	border-color: black;
	background-color: white;
}
table.content td {
	border-width: 1px;
	padding: 4px;
	border-style: solid;
	border-color: black;
	background-color: #ffffff;
}*/
/***** Class1 table style *****/
/*
table.class1 {
	border-width: 1px;
	border-spacing: ;
	border-style: solid;
	border-color: black;
	border-collapse: collapse;
	background-color: white;
}
table.class1 th {
	border-width: 1px;
	padding: 4px;
	border-style: solid;
	border-color: black;
	background-color: #e8e8e8;
}
table.class1 td {
	border-width: 1px;
	padding: 4px;
	border-style: solid;
	border-color: black;
	background-color: #ffffff;
}*/

/***** Class2 table style *****/
/***** As Class1 but white backround in td *****/
table.class2 {
	border-width: 1px;
	border-spacing: ;
	border-style: solid;
	border-color: black;
	border-collapse: collapse;
	background-color: white;
}
table.class2 th {
	border-width: 1px;
	padding: 4px;
	border-style: solid;
	border-color: black;
	background-color: #e8e8e8;
}
table.class2 td {
	border-width: 1px;
	padding: 4px;
	border-style: solid;
	border-color: black;
	background-color: #FFFFFF;
}

/***** Class3 table style *****/
/***** As Class1 but no background or borders *****/
/***** Meant for aligning text in columns              *****/
/***** and for inner tables in equation (fractions) ***/
table.class3 {
	border-width: 0px;
	border-collapse: collapse;
	/*background-color: #FFFFFF;*/
}
table.class3 th {
	border-width: 0px;
	padding: 4px;
	background-color: #FFFFFF;
}
table.class3 td {
	border-width: 1px;
	padding: 4px;
	/*background-color: #FFFFFF;*/
}

/**********pre is used for program listings**************/
pre {
	font-family: "Courier New", Courier, monospace;
	border-width: 2px;
	border-style: dashed;
	border-color: #9999FF;
	padding: 4px;
	background-color: #DDA0DD;
	width: 600px;
}

/***** Formal Equation table style *****/
table.fequation {
	border-collapse: collapse;
	border-style: solid;
	border-color: #000000;
	border-width: 1px;
	background-color: #ffffff;
}
table.fequation td {
	text-align: center;
	border: 0px;
	padding: 0px;
	vertical-align: middle;
	background-color: #ffffff;
}

table.fequation td hr { margin: 2px 0 2px 0; padding: 0; height: 1px; }

/***** Informal Equation table style *****/
table.iequation {
	border: 0px;
	background-color: #FFFFFF;
}
table.iequation td {
	text-align: center;
	border: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}

/***** Formatting page header *****/
div.page-heading {
  margin-bottom: 9px;
  background-color:#cccccc;
  padding: 4px;
}
p.page-heading {
  font-size: 14pt;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 0px;
}
p#document-title {
  font-weight: bold;
  margin-bottom: 8px;
}

/***** Navigation bar on top of page *****/
p.nav-bar {
  border-top: 1pt solid;
  padding: 4px;
  font-size: 10px; 
  color: #111111; 
  font-family: arial, verdana, helvetica;
  margin-bottom: 0px;
}
a.top {
font-size: 10px; 
padding: 4px; 
color: #000084;
 text-decoration: underline
}
a.nav-bar:link {
  color: #111111; 
  text-decoration: underline
}
a.nav-bar:active {
  color: #111111; 
  text-decoration: underline
}
a.nav-bar:visited {
  color: #111111; 
  text-decoration: underline
}
a.nav-bar:hover {
  color: #ff0033; 
  text-decoration: underline
}

/***** Text wrapping around images *****/
img {border-style:none}
img.right-top {
  vertical-align:top;
  float: right;
  margin-left: 20px;
}
img.left-top {
  vertical-align:top;
  float: left;
  margin-right: 20px;
}

/***** Fact box style *****/
div.factbox{
  position:relative;
  left:10px;
  top:10px;
  background-color:#F5F5F5;
  border-style: outset;
  padding:4px;
}
p.factbox{
  font-family: verdana, arial, helvetica;
  font-size: 8pt;
}

/***** Page ingress and TOC index box *****/
p.ingress {
  font-size: 10pt;
  font-weight: bold;
}
#toc {
  float: right;
  width:450px;
  font-family: verdana, arial, helvetica;
  font-size: 10pt;
  border: 1px solid #000;
  margin: 0px 0px 5px 10px;
  padding: 5px;
  background: 99FFFF;
}
#toc .level2 { margin-left: 2em; font-size: 8pt;}
#toc .level3 { margin-left: 3em; font-size: 8pt;}
#toc .level4 { margin-left: 4em; font-size: 8pt;}
#toc .level5 { margin-left: 5em; font-size: 8pt;}
#toc .level6 { margin-left: 10em; font-size: 8pt;}

#header {
  float: left;
  width: 550px;
  font-family: verdana, arial, helvetica;
  font-size: 12pt;
  border: 1px solid #000;
  margin: 0px 0px 5px 10px;
  padding: 5px;
  background: #ddd;
}

#matHeader {
  width: 650px;
  font-family: verdana, arial, helvetica;
  font-size: 12pt;
  border: 1px solid #000;
  margin: 0px 0px 5px 10px;
  padding: 5px;
  background: #ddd;
}

/***** Overview table on the first page of application *****/
.overview, .overview2  {
  font-family: arial, helvetica, sans-serif;
  font-size: 8pt;
  font-style: normal;
  font-weight: normal;
  color: #ffffff;
}
td.overview {
  vertical-align: top;
  text-align: left;
  background-color:#003366;
  padding:8px;
}
.first-page {background-color: transparent;}
.overview-backgr {background-color: #dddddd;}
td.blank {background-color:transparent}
p.overview, p.overview2 {
  font-size: 14pt;
  font-weight: bold;
  text-align:center;
}
p.overview2 {
  font-size: 10pt;
  font-weight: bold;
  color: #ffffff;
}
a.overview {
  font-size: 10pt;
  font-weight: bold;
  color: #ffffff;
}
ul.overview {
  list-style-position: outside;
  margin-left: 16px;
  margin-top: -4px;
  margin-bottom: 0px;
  list-style-type: disc;
  font-size: 8pt;
  font-weight: bold;
  color: #ffffff;
}

/***** Formatting of page footer *****/
img.footer {
  position:relative;
  vertical-align:top;
  text-align: right;
  float: right;
}
.page-footer {
  font-family: arial, verdana, helvetica;
  font-style: italic;
  font-size: 8pt;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #000000;
}
div.page-footer {
  margin-top: 18px;
  padding:4;
  color: #000000;
  background-color: #ffffff;
  border-top: 1px solid #CC9900;
  clear: both;
}
p#revision {
  color: #000000;
  font-family: arial, verdana, helvetica;
  font-style: italic;
  font-size: 8pt;
  font-weight:bold;
}
/***** Formatting of tooltip *****/

a.tech_level_2_link { font-weight: bold !important; }
a.tech_level_3_link { font-weight: normal !important; }
a.tech_level_4_link { font-size: 10px !important; font-weight: normal !important; }

a.level_1 { font-weight: bold; }
