body{
color:navy;
background:#f9f9f9;
}
pre {
font-size:medium;
color:navy;
}
span.oline{
text-decoration:overline;
}
span.circ{
vertical-align:top;
}
td.nav {
font-family:sans-serif;
}
th.sm {
font-size:small;
}
td.sm {
font-size:x-small;
}
th {
color:navy;
font-weight:bold;
}

h1,
h2,
h3,
h4 {
font-family:"Trebuchet MS",Verdana,sans-serif;
font-weight:bold;
}
h1 {
margin-top:0;
padding-top:0;
}
h2 {
border-bottom:solid 1px #999;
font-variant:small-caps;
margin-top:0;
padding-top:0;
padding-bottom:4px;
text-align:center;
}
h3 {
text-transform:uppercase;
border-bottom:dotted 1px #ccc;
}
td.sign {
color:navy;
font-style:italic
}

a:link,
a:visited {
color:#008;
}
a:active,
a:hover {
color:#b00;
text-decoration:underline;
}

hr {
height:1px;
color:#999;
background:#999;
border:0;
}






/* .... */
div#page {
margin:0 auto 0 auto;
position:relative;
width:952px;
}



#textbg {
/* background:-webkit-gradient(linear,left top,right top,color-stop(0,#f0f8ff),color-stop(21%,#f0f8ff),color-stop(21%,#eee),color-stop(100%,#eee)); */
background:#f9f9f9;
margin-bottom:20px;
}

#text {
width:730px;
float:right;
}


#navigation {
float:left;
padding:8px;
text-align:center;
width:184px;
}
#navigation p {
font-family:sans-serif;
font-weight:bold;
margin-bottom:16px;
}
#navigation p a:link,
#navigation p a:visited {
color:#008;
text-decoration:none;
}
#navigation p a:active {
color:#c00;
text-decoration:underline;
}
#navigation p a:active,
#navigation p a:hover {
color:#e91f1c;
text-decoration:underline;
}




#header {
background:url(https://isccp.giss.nasa.gov/gfx/ciel.jpg) repeat;
border-left:1px solid #555;
border-top:1px solid #555;
border-bottom:1px solid #000;
border-right:1px solid #000;
color:#008;
margin-bottom:18px;
text-align:center;
width:950px;

box-shadow:0 2px 5px #999;
-webkit-box-shadow:0 2px 5px #999;
-moz-box-shadow:0 2px 5px #999;
}
#header h1 {
color:#008;
margin:0;
padding:12px;
text-shadow:white 1px 1px;
}
#header h1 a:link,
#header h1 a:visited {
color:#008;
text-decoration:none;
}
#header h1 a:hover {
color:#c00;
text-decoration:underline;
}
#header h1 a:active {
color:#e91f1c;
text-decoration:underline;
}

#header table {
display:table;
margin-left:auto;
margin-right:auto;
}
#header table tr td {
text-align:center;
}




/* START COMMON PAGE FOOTER */
#footer {
background:url(https://isccp.giss.nasa.gov/gfx/ciel.jpg) repeat;
border-left:1px solid #555;
border-top:1px solid #555;
border-bottom:1px solid #000;
border-right:1px solid #000;
clear:both;
color:#008;
text-shadow:white 1px 1px;
font:normal 12px sans-serif;
height:98px;
margin:8px 0 20px 0;
position:relative;
text-align:left;
width:950px;

box-shadow:0 2px 5px #999;
-webkit-box-shadow:0 2px 5px #999;
-moz-box-shadow:0 2px 5px #999;
}
#footer a img {
border:0;
margin:0;
padding:0;
}
#footer * a,
#footer * a:visited {
color:#008;
text-decoration:none;
}
#footer * a:hover {
color:#c00;
text-decoration:underline;
}
#footer * a:active {
color:#e91f1c;
text-decoration:underline;
}
#footerlogo {
position:absolute;
top:0;
height:98px;
width:140px;
left:800px;
}
#footerlinks {
color:#008;
position:absolute;
left:0;
top:0;
width:350px;
}
#footerplus {
color:#008;
position:absolute;
top:0;
left:375px;
width:350px;
}
#footerlinks ul,
#footerplus ul {
list-style:none;
margin:10px 15px 15px -3px;
padding:0;
}
#footerlinks ul li,
#footerplus ul li {
margin:0 0 5px 0;
padding:0 0 0 12px;
}
/* END COMMON PAGE FOOTER */



form.commonform {
background:white;
border:solid 1px black;
padding:10px 10px 0 10px;
display:table;
margin-left:auto;
margin-right:auto;
}
form.commonform p:first-child {
margin-top:0;
padding-top:0;
}




.floatcenter {
display:table;
margin-left:auto;
margin-right:auto;
}


table.xyztable {
  border-collapse:collapse;
}
table.xyztable td,
table.xyztable th {
  padding:3px 4px;
  margin:0;
  border:solid 1px black;
  text-align:center;
  background:white;
}
table.xyztable td.sm {
  padding:2px;
  margin:0;
  border:solid 1px black;
  text-align:center;
}
tr.xyz_cyan td {
  background:#eeeeff;
}
tr.xyz_white td {
  background:white;
}
tr.xyz_silver td {
  background:#d9d9d9;
}


figcaption,
.caption {
color:#494949;
margin:2px 0 2px 0;
padding-left:16px;
text-align:left;
}




/* PAGETOP NOTICE FOR ARCHIVED SITE */
div#archive {
background:#fff;
border:solid 1px gray;
padding:4px;
margin-bottom:12px;

box-shadow:0 2px 5px #999;
-webkit-box-shadow:0 2px 5px #999;
-moz-box-shadow:0 2px 5px #999;
}
div#archive p {
color:red;
font-size:14px;
font-weight:bold;
line-height:125%;
text-align:center;
}
div#archive p a {
color:#c00;
}


