/* 
 * Cascading Style Sheet for the Blue Sky Spectroscopy website.
 *
 */

body {
  color: black;
  background: white;
  margin-left: 5%;
  margin-right: 5%;
  font-family: arial, helvetica, sans-serif;
  line-height : 110%;
}

p {
  text-align: left;
}
		   
h1, h2, h3, h4, h5, h6 {
  font-family: arial, helvetica, sans-serif;
  background: white;
  font-weight: bold;
}

h1 {
  font-size: 1.7em;
  margin: 1.8em 0 0.8em 0;
  color: black;
  text-align: left;
  line-height : 100%;
}

h2 { 
  font-size: 1.5em ;
  padding : 0.5em 0 0;
  margin: 1.7em 0 0.7em 0;
  line-height : 100%;
}

h3 { 
  font-size: 1.1em;
  color: blue;
  text-align: left;
}

div.section h3 { 
  font-size: 1.2em ;
  margin: 1.4em 0 0.7em 0
}

div.section h4 {
  font-size: 1em ;
  margin: 1.1em 0 0.5em 0
}

div.section h5 {
  font-size: 1em ;
  margin: 1em 0 0.5em 0
}
	 
div.section h6 { 
  font-size: 1em ;
}

hr {
  margin : 0;
}

code {
  line-height: 100%;
  font-size: 120%;
}

table { 
  background: white;
}

th {
  font-family: arial, helvetica, sans-serif;
  background: white;
  text-align : left;
}

td {
  font-family: arial, helvetica, sans-serif;
  background: white;
}

a.plain { 
  text-decoration: none;
}
		  
a:link {
  color: blue;
}
		
a:visited {
  color: darkblue;
}

a:hover {
  color: darkblue;
  background-color: orange;
  text-decoration : none;
}

li {
  margin: 1em 0 1em 0;
}

li p {
  margin: 0 0 0.3em 0;
}

div.sections p { 
  text-align: left;
}

span.acronym { 
  font-weight: bold;
}


.caption {
  font-style : italic;
}

div.note h3 {
  color:black;
}

div.note table{
  margin: 1em 0 0.5em 0;
}

p {
  margin:0.3em 0 0.3em 0;
  line-height: 130%;
  text-align : left;
}

.blockquote {
  line-height: 120%;
  font-size : small;
  margin: 1em 0 1em 0em;
}

li{
  margin:0.2em 0 0.2em 0;
}

p.title {
  margin: 0.5em 0 0 0
}

hr {
  margin: 1em 0 1em 0
}

.term{ font-weight:bold}

span.underline {text-decoration: underline;}

div.table, div.informaltable {
  margin-top: 1em;
  padding: 5px 2px 5px 2px;
  background-color: #ffffcc;
  border:solid;
  color: #000000;
  border-color: #009999;
  border-left: solid #009999 1px;
  border-right: solid #009999 1px;
  border-top: solid #009999 1px;
  border-bottom: solid #009999 1px;
}

div.table table td, div.informaltable table td {
  background-color: #ffffcc;
  vertical-align: top;
}

div.table table tr, div.informaltable table tr {
  background-color: #ffffcc;
}

div.table table th, div.informaltable table th {
  background-color: #ffffcc;
  vertical-align: top;
}

div.table p.title, div.informaltable p.title {
  padding: 0px 0px 10px 0px;
  text-align: center;
}