/* General CSS page for CAB pages */
body { font-family: Arial, Helvetica, sans-serif; font-size: 10pt; line-height: 1.05em;
}

/* Default paragraphs: */
p {	margin: 0 0 0.55% 0; padding: 0;
}
/* For horizontal lines; use this preferably to the 'hr' command, because 'hr' may produce thicker lines */
.line { border-bottom: 1px solid black; 
}

/* 'Back to Top' link for integration in HTM-files (note: there is always ONE 'Back to Top' link at the end of each page, created by the index.php). For Examples of several of these links in a HTM-file, check ObservingSystemsandData.htm */
.backtopHTM { text-align: right;
}

/* Default horizontal lines */
hr { noshade: noshade; width: 99.99%; color: #000000; size: 1px;
}

/* Default headings: */
h1 { margin: 1em 0.3em 0.5em 0; padding: 0;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; font-size: 150%; line-height: 125%; color: #000086; text-align: left;
}
h2 { margin: 1em 0.3em 0.5em 0; padding: 0;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; font-size: 125%; color: #000086; text-align: left;
}
h3 { margin: 1em 0.3em 0.5em 0; padding: 0;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; font-size: 110%; color: #000086; text-align: left;
}
h4 { margin: 1em 0.3em 0.5em 0; padding: 0;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; font-size: 100%; color: #000086; text-align: left;
}
h5 { margin: 1em 0.3em 0.5em 0; padding: 0;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; font-size: 90%; color: #000086; text-align: left;
}
h6 { margin: 1em 0.3em 0.5em 0; padding: 0;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; font-size: 85%; color: #000086; text-align: left;
}

/* Default hyperlinks: */
a { font-size: 1em; text-decoration: none;}
a:link { font-size: 1em; text-decoration: underline; color: #0000CC;}
a:active { font-size: 1em; text-decoration: underline; color: #000099;}
a:visited { font-size: 1em; text-decoration: underline; color: #6666CC;}
a:hover { font-size: 1em; text-decoration: underline; color: #009900;}

/* Default lists: */
ul { margin-left: 13px; padding: 0.25% 0.25% 0.25% 0.35%; list-style-type: disc;
}
ul li { padding: 0.25% 0.13% 0.25% 0.13%;
}

/* Default forms: */
form { font-size: 90%;
}
input { font-size: 90%;
}

/* Top banner: */
#abbr a { font-family: Trebuchet MS, Tahoma, Verdana, sans-serif;  font-weight: bold; font-size: 40pt; line-height: 90%; text-decoration: none; color: #FF0000; }
#title a { font-family: Trebuchet MS, Tahoma, Verdana, sans-serif;  font-weight: bold; font-size: 13pt; line-height: 95%; text-decoration: none; color: #000000; }
#subtitle a { font-family: Trebuchet MS, Tahoma, Verdana, sans-serif;  font-weight: bold; font-size: 9pt; line-height: 95%; font-style: italic; text-decoration: none; color: #000066; }

/* Metabar: */
#metabar {font-size: 85%;}
#metabar a {color: #FFFFFF;}
#metabar a:hover { color: #FFFFFF; }
#searchbar { font-size: 80%; }

/* The navigation menu: */
#menu li a:link {font-size: 1em; letter-spacing: 0em; text-decoration: none; }
#menu li a:visited {color: #666699; letter-spacing: 0em; }
#menu li a:hover {color: #0000FF; font-weight: bold; background-color: #0099FF; letter-spacing: 0em; }
ul#nav ul {background-color: #FFFFFF; }
#nav a:hover {color: #0000FF; font-weight: bold; background-color: #0099FF; letter-spacing: 0em; }

.navpassive {font-weight: normal; }
.navactive {background-color: #CCCCFF; font-weight: bold; }
.sectactive {font-weight: bold;}

/* Default table for pictures and graphics with capture below: */
table.pic {
margin: 10px 0px 10px 15px; width: 200px; float: right;
table-layout: fixed; overflow: hidden;
font-family: Trebuchet MS, Tahoma, Verdana, Arial, Helvetica, sans-serif, monospace; font-size: 10px; line-height: 1em;
border-spacing: 0; border: thin solid white;
}
table.graph {
margin: 17px 0px 17px 0px; width: 99.99%; float: none;
table-layout: fixed; overflow: scroll;
font-family: Trebuchet MS, Tahoma, Verdana, Arial, Helvetica, sans-serif, monospace; font-size: 10px; line-height: 1em;
border-spacing: 3; /*border-top: medium solid grey; border-bottom: medium solid grey;*/ border-left: thick solid #00DD00; /*border-right: thin solid grey;*/
}

/* Default citations: */
.citation {
margin: 25px 15px;
font-family: Trebuchet MS, Tahoma, Verdana, Arial, Helvetica, sans-serif, monospace; text-align: left; font-size: 14px; color: #CC3300; font-style: normal;
}

/* Last modified data at the end of each page */
#lastmod { font-size: 85%; color: #333333;}
