
body {
  font			: 12px arial;
  color			: #000000;
  margin-left	: 0pt;
  margin-right	: 0pt;
  margin-top	: 0pt;
  margin-bottom	: 0pt;
  background-color: #a2c6c6;/*(162,198,198);*/
}

.content {
  font-size	: 10pt;
  color		: #000000
}

.monitor {
	background-color : #d9e5f2;
	border			 : 1px solid;
	border-color	 : #8080ff;
}

div.hiddenRadioGroup {
	display: none;
}

table#header {
 background : url(/img/design/headerbckgrnd.jpg);
 color      : #a2c6c6;
 text-shadow: rgb(129,208,208) 2px 2px 10px
}

a:link {
 text-decoration 	: underline;
 color			: #009090;
/* background-color	: white */
}

a:visited {
 text-decoration	: underline;
 color			: #5d8788;
 background-color	: white
}

a:hover {
 text-decoration	: none
}

a:active {
 text-decoration	: none;
 color			: green
}

input[type="button"] {
    background-color: #80b8b7;
    height: 35px;
    font-size: 20px;
    font-weight: bold;
    color: white;
    border: 2px outset #009080;  /*outset is a button-style border*/
}

input[type="datetime-local"] {
    background-color: #80b8b7;
    border: 1px inset #80b8b7;  /*inset is a input text-style border*/
}
input[type="text"] {
    background-color: #80b8b7;
    border: 1px inset #80b8b7;  /*inset is a input text-style border*/
}

select {
    z-index: 2;
    background-color: #80b8b7;
    border: 1px outset #009080;  /*outset is a button-style border*/
}

select option {
    background-color: #80b8b7;
}

/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #a2c6c6;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #80b8b7;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #009080;
}

div#backLink {
	text-decoration : underline ;
	color						: blue ;
	cursor					: pointer ;
}

td.separator, h3.separator, div.separator {
 white-space: nowrap;
 border-top: 1px solid #009080;
 background-color: #80b8b7;
// margin: 0px 0px 0px 7px;
 padding-top: 10px;
 padding-bottom: 15px;
 padding: 0px 0px 0px 0px;
}

ul.nobullet {
 padding	: 0px;
 margin		: 0px;
 list-style-type: none;
}

ul.menu, ul.popup, ul.popupie6 {
 padding	: 0px;
 margin		: 0px;
 border		: 0px;
 list-style	: none
}

ul.menu {
 height		: 10px
}

ul.popup {
 position		: absolute;
 visibility		: hidden;
 margin-left	: 2px;
 z-index		: 10500;
 margin-top		: -1px
}

ul.popupie6 {
 position		: absolute;
 visibility		: hidden;
 margin-left	: -20px;
 z-index		: 10500;
 margin-top		: 15px
}

iframe.iframeie6 {
 position		: absolute;
 display		: none;
 margin-left	: -20px;
 z-index		: 10;
 margin-top		: 10px
}

li.popup {
 padding		: 0px;
 padding-left		: 4px;
 font-weight		: normal;
 text-align		: left;
 list-style		: none;
 background		: url(/img/design/headerbckgrnd.jpg);
 width			: 120px;
 z-index		: 10500;
 margin-top		: -4px;
 line-height		: 1.5;
}

table.switch {
 background		: #d9e5f2;
 border			: 1px solid black
}

a.menu {
  font-size : 14px;
}

li.menu, li.currentmenu {
 float			: left;
 background		: none;
 margin			: 0px;
 padding		: 0px;
 text-align		: left;
 list-style		: none;
 padding-left		: 4px;
}

li.currentmenu {
 border-bottom-style	: solid;
 font-weight		: bold;
 border-bottom-width	: 0px
}

a.menu, a.popup {
/* color				: lightgrey; */
 color				: rgb(162,198,198); 
 text-shadow  : black 1px 1px 3px;
 display			: block !important;
 margin				: 0px;
 border				: 0px;
 padding			: 0px; 
 margin-left	: -4px;
 padding-left	: 5px;
 padding-right: 5px;
 text-decoration	: none;
 font-style: italic;
 font-weight  : bold;
 z-index			: 10500;
 display			: inline-block
}

a.menu:hover, a.popup:hover {
 background			: none;
 text-decoration		: none;
 color				: white
}

a.menu:visited, a.popup:visited {
 text-decoration	: none
}

a.history {
 background-color	: #d9e5f2
}

td.flare {
 background	: #ffffff;
 cursor		: default
}

td.flareindex {
 background	: #ffffff;
 cursor		: pointer
}

td.flareindex:hover {
 background	: #8080ff
}

td.corfpic {
 background	: #ffffff;
 cursor		: pointer;
 border		: 1px solid #ffffff
}

td.corfpic:hover {
 background	: #d9e5f2;
 border		: 1px solid #8080ff
}

table.simpletable {
  border-collapse:collapse;
}

table.simpletable td {
 border:1px solid black;
 padding-left:5px;
 padding-right:5px;
}

table#sat-loc-tab {
    text-align: center;
    padding-top:0px;
    margin-top:0px
}
a#sat-loc-header {
    text-decoration: none;
    background: none;
    color: black;
    font-weight: bold;
}
a#sat-loc-header:hover {
    text-decoration: underline;
}
iframe#sat-loc-iframe {
    width: 95%;
    border: none;
    height: 550px;
}

@media only screen and (orientation: portrait) {
    a.menu {
        font-size: 0.7em;
    }
    table.simpletable td{
    }
    img {
        width: 100%;
    }
}

