.clearit{clear:both;}

body {
font-family: Cambria, Garamond, "Times New Roman", Serif;
color: black;
background: white;
line-height: 1.2;
text-decoration: none;


background-image:url('SDO_Logo_light.jpg');
/*background-image:url('SDOBetaWatermark.jpg');*/
background-repeat:no-repeat;
background-attachment:fixed;
background-position:center;
}

p {padding:0em 0.5em;}

input, select {margin:0.2em 0.1em;}

h1, h2{
margin-top: 0.5em;
margin-bottom: 0.5em;
            }

h3 {
    margin-top: 0.5em;
    margin-bottom:0.5em;
    background-color: black;
    color: White;
    padding-left: 0.2em;
    padding-bottom: 0.1em;
    padding-top: 0.1em;
    font-size:1.1em;
    font-weight: normal;
                }

h3#timehead{
    background-color:transparent;
    color: black;
            }

h4{
    margin-top: 0.5em;
    margin-bottom:0.5em;
    background-color: black;
    color: White;
    padding-left: 0.2em;
    padding-bottom: 0.1em;
    padding-top: 0.1em;
    font-size:0.9em;
    font-style:italic;
                }

table#time thead th{
    border-bottom-style: double;
    background: black;
    color: white;

}

table#time tbody tr td{
    width: 200px;
    border-bottom-style: solid;
    border-width: thin;
    text-align: center;
    background:white;

}

table#time tbody tr td#Zone{
    width: 250px;
}

table#screen {
    font-size: 0.8em;
}

#plot_button{
display:block;
border:3px ridge gray;
width:100%;
margin:2em;
text-decoration:none;
color:black;
text-align:center;
background-color:lightgray;
}

#plot_button:hover{
border:3px groove gray;
}

#topbar img{
height:70px;
}

#topbar{
padding:5px;
}

#topbar a{
display:block;
width:100%;
height:100%;
}

#topbar td{
border:3px outset;
}
#topbar td:hover{
border:3px inset;
}

#page{
border:10px ridge #293D6B;
}

#header_menu img{
	height:60px;
	width:80px;
}

#header_menu table, tr{
	width: 100%;
}

#header_menu th {
	font: 18px Arial;
}

#header_menu td{
	text-align:center;
	text-decoration: none;
}

#header_menu a{
	text-align:center;
	vertical-align:center;
	text-decoration: none;
	display:block;
	width:100%;
	height:100%;
	padding:20px 0px;
	border: 3px ridge;
	color:black;
}

#status{
padding-bottom: 5px;
}

#status h2{
display:block;
text-align:center;
color:white;
}

#status li{
text-align:center;
list-style-type:none;

}

#status table{
border: 3px outset;
padding:1em;
}

#external{
padding-top: 2em;
float:right;
}

#external a{
text-decoration: none;
color:black;
text-align:center;
display:block;
width:100%;
height:100%;
}

#external table{
border-spacing:10px;
width:100%;
float:center;
}

#external td{
border-color:gray;
border:2px outset;
width:100px;
}

#external td:hover{
border:2px inset;
}

#navlist li
{
list-style-type:none;
color:black;
background-color: white;
border-left: 0.8em solid #293D6B;
border-bottom: 1px solid #293D6B;
padding:4px;
font-size: 16px;
margin-left:-2em;
width:185px;
}

#navlist a{
text-decoration: none;
display: block;
color:black;
}

#subnavlist li, #hide_subnavlist li
{
color:black;
background-color: white;
border-style:none;
border-left: 0.2em solid #293D6B;
border-bottom: 1px solid #293D6B;
padding: 3px 4px;
margin-left:-1.5em;
}

#navlist li:hover
{background-color:#DCDCDC;}

#hide_subnavlist{ display: none; }
#subnavlist li:hover {background-color:#DCDCDC;}

#navlist li:hover ul#hide_subnavlist
{display: block;  margin-left:170px;margin-top:-50px; float:right;position:absolute;}
