/* CSS for for IRTF */

#cone {
    border:     0px solid #999999; 
    text-align: left;
}

#box {
    border:     0px solid #999999; 
    text-align: left;
}

#movingobj {
    background-color: #eeeeee; 
    border: 0px solid #999999; 
    margin:  0 auto;
}

#allsky {
    background-color: #eeeeee; 
    border: 0px solid #999999; 
    margin:  0 auto;
}

#daterange {
    border:     0px solid #999999;
    text-align: left;
}

.irtfmsg {
    border:     0px solid #999999; 
    margin:     20px 20px 20px 20px;
    text-align: justify;
}

.tbl {
    background-color:#eeeeee; 
    border: 1px solid #999999; 
    padding:5px 10px 10px 10px;
    margin: 0 auto;
    text-align:left;
    width: 700px;
}

.tblnbder {
    background-color:#eeeeee; 
    border: 0px solid #999999; 
    padding:5px 10px 10px 10px;
    margin: 0 auto;
    text-align:left;
    width: 700px;
}

.tbl .tblnbder  tr {
    background-color: #eeeeee; 
    border: 0px solid #999999; 
    padding:0px 0px 0px 0px;
}

.tbl .tblnbder  td {
    background-color: #eeeeee; 
    border: 0px solid #999999; 
    padding:0px 5px 0px 5px;
    white-space: nowrap;
    text-align:left;
}

.tbl .tblnbder td.alt {
    background-color: #eeeeee; 
    border: 0px solid #999999; 
    padding:0px 5px 0px 5px;
}

.tbl .tblnbder th {
  text-align: right;
  font-weight: bold;
  background-color: #eeeeee;
  border: 0px solid #00356F;
  vertical-align: top;
  text-align:left;
  padding: 0px 5px 0px 5px;
  margin: 5px;
}



.data  table
{
  border: 2px solid #00356F;
  caption-side: top;
  border-collapse: collapse;
  font-size: 90%;
  width:900px;
  margin: 0px  0px  10px 0px;
}

.data tr
{
  padding: 0;
  margin: 0;
  border: 0;
}

.data td
{
    font-weight: normal;
    padding: 5px;
    margin:  2px;
    color: black;
    text-align: right;
    background-color: #f0f8ff;
    white-space: nowrap;
    border: 1px solid #00356F;
}

.data  th
{
  text-align: center;
  font-size: 90%;
  font-weight: bold;
  vertical-align: top;
  color: #000066;
  background-color: #d0e0f0;
  border: 1px solid #00356F;
  padding: 5px;
  margin: 5px;
  width: 25;
}

.marquee {position:relative;
     background-color: #000000;
     color: #555555;
     overflow:hidden;
     width:450px;
     height:22px;
     vertival-align: middle;
     border:solid black 0px;
     margin:  0 auto;
     }
.marquee span {white-space:nowrap;}

#headerDiv, #contentDiv {
float: left;
width: 510px;
}
#titleText {
float: left;
font-size: 1.1em;
font-weight: bold;
margin: 5px;
}
#myHeader {
font-size: 1.1em;
font-weight: bold;
margin: 5px;
}
#headerDiv {
background-color: #0037DB;
color: #9EB6FF;
}
#contentDiv {
background-color: #FFE694;
}
#myContent {
margin: 5px 10px;
}
#headerDiv a {
float: right;
margin: 10px 10px 5px 5px;
}
#headerDiv a:hover {
color: #FFFFFF;
}

.hide {
    display:none
}

button.accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
}

button.accordion.active, button.accordion:hover {
    background-color: #ddd; 
}

.dlbutton {
    background-color: #2196F3;; /* Blue */
    border: none;
    color: white;
    padding: 12px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    margin: 4px 2px;
    cursor: pointer;
}

/* tooltip */

.tool-tip{
	color: #085f5f;
	background-color: rgba( 175, 216, 216, .7);
	text-shadow: none;
	font-size: .8em;
	visibility: hidden;
	-webkit-border-radius: 7px; 
	-moz-border-radius: 7px; 
	-o-border-radius: 7px; 
	border-radius: 7px;	
	text-align: left;	
	opacity: 0;
	z-index: 999;
	padding: 3px 8px;	
	position: absolute;
	cursor: default;
	-webkit-transition: all 240ms ease-in-out;
	-moz-transition: all 240ms ease-in-out;
	-ms-transition: all 240ms ease-in-out;
	-o-transition: all 240ms ease-in-out;
	transition: all 240ms ease-in-out;	
}

.tool-tip,
.tool-tip.top{
	top: auto;
	bottom: 114%;
	left: 50%;		
}

.tool-tip.top:after,
.tool-tip:after{
	position: absolute;
	bottom: -12px;
	left: 50%;
	margin-left: -7px;
	content: ' ';
	height: 0px;
	width: 0px;
	border: 6px solid transparent;
    border-top-color: rgba( 0, 0, 0, .7);	
}

/* default heights, width and margin w/o Javscript */

.tool-tip,
.tool-tip.top{
	width: 350px;
	height: 90px;
	margin-left: -43px;
}

/* tool tip position right */

.tool-tip.right{
	top: 50%;
	right: auto;
	left: 106%;
	margin-top: -15px;
	margin-right: auto;	
	margin-left: auto;
}

.tool-tip.right:after{
	left: -5px;
	top: 50%;	
	margin-top: -6px;
	bottom: auto;
	border-top-color: transparent;	
    border-right-color: rgba( 0, 0, 0, .7);	
}

/* tool tip position left */

.tool-tip.left{
	top: 50%;
	left: auto;
	right: 105%;
	margin-top: -15px;	
	margin-left: auto;	
}

.tool-tip.left:after{
	left: auto;
	right: -12px;
	top: 50%;
	margin-top: -6px;
	bottom: auto;
	border-top-color: transparent;	
    border-left-color: rgba( 0, 0, 0, .7);	
}

/* tool tip position bottom */

.tool-tip.bottom{
	top: 115%;
	bottom: auto;
	left: 50%;
	margin-bottom: auto;	
}

.tool-tip.bottom:after{
	position: absolute;
	top: -12px;
	left: 50%;
	margin-left: -7px;
	content: ' ';
	height: 0px;
	width: 0px;
	border: 6px solid transparent;
    border-top-color: transparent;	
    border-bottom-color: rgba( 0, 0, 0, .6);	
}

/* tooltip on focus left and right */

.on-focus .tool-tip.left,
.on-focus .tool-tip.right{
	margin-top: -19px;
}

/* on hover of element containing tooltip default*/

*:not(.on-focus):hover > .tool-tip,
.on-focus input:focus + .tool-tip{
	visibility: visible;
	opacity: 1;
	-webkit-transition: all 240ms ease-in-out;
	-moz-transition: all 240ms ease-in-out;
	-ms-transition: all 240ms ease-in-out;
	-o-transition: all 240ms ease-in-out;
	transition: all 240ms ease-in-out;		
}


/* tool tip slide out */

*:not(.on-focus) > .tool-tip.slideIn,
.on-focus > .tool-tip{
	display: block;
}

.on-focus > .tool-tip.slideIn{
	z-index: -1;
}

.on-focus > input:focus + .tool-tip.slideIn{
	z-index: 1;
}

/* bottom slideIn */

*:not(.on-focus) > .tool-tip.slideIn.bottom,
.on-focus > .tool-tip.slideIn.bottom{
	top: 50%;	
}

*:not(.on-focus):hover > .tool-tip.slideIn.bottom,
.on-focus > input:focus + .tool-tip.slideIn.bottom{
	top: 115%;
}	

.on-focus > input:focus + .tool-tip.slideIn.bottom{
	top: 100%;
}

/* top slideIn */

*:not(.on-focus) > .tool-tip.slideIn,
*:not(.on-focus) > .tool-tip.slideIn.top,
.on-focus > .tool-tip.slideIn,
.on-focus > .tool-tip.slideIn.top{
	bottom: 50%;
}

*:not(.on-focus):hover > .tool-tip.slideIn,
*:not(.on-focus):hover > .tool-tip.slideIn.top,
.on-focus > input:focus + .tool-tip.slideIn,
.on-focus > input:focus + .tool-tip.slideIn.top{
	bottom: 110%;
}	

/* left slideIn */

*:not(.on-focus) > .tool-tip.slideIn.left,
.on-focus > .tool-tip.slideIn.left{
	right: 50%;	
}

*:not(.on-focus):hover > .tool-tip.slideIn.left,
.on-focus > input:focus + .tool-tip.slideIn.left{
	right: 105%;		
}

/* right slideIn */

*:not(.on-focus) > .tool-tip.slideIn.right,
.on-focus > .tool-tip.slideIn.right{
	left: 50%;		
}

*:not(.on-focus):hover > .tool-tip.slideIn.right,
.on-focus > input:focus + .tool-tip.slideIn.right{
	left: 105%;
}

