
/* MENU.CSS menu.css */

/* came from solar dream studios */
#navcont {
position: relative;
display: block;
}

#nav {
display: block;
z-index: 10;
position:absolute;
width: 100%;
height: 25px;
background-color: #DDD;
padding: 0 0 0 0px;
}


/* Root = Horizontal, Secondary = Vertical */
ul#navmenu {
  margin: 0;
  border: 0 none;
  padding: 0;
  width: 100%; /*For KHTML*/
  list-style: none;
  height: 24px;
}

ul#navmenu li {
  margin: 0;
  border: 0 none;
  padding: 0;
  float: left; /*For Gecko*/
  display: inline;
  list-style: none;
  position: relative;
  height: 24px;
}

ul#navmenu ul {
  margin: 0;
  border: 0 none;
  padding: 0;
  width: 160px;
  list-style: none;
  display: none;
  position: absolute;
  top: 24px;
  left: 0;
}

ul#navmenu ul:after /*From IE 7 lack of compliance*/{
  clear: both;
  display: block;
  font: 1px/0px serif;
  content: ".";
  height: 0;
  visibility: hidden;
}

ul#navmenu ul li {
  width: 160px;
  float: left; /*For IE 7 lack of compliance*/
  display: block !important;
  display: inline; /*For IE*/
}

/* Root Menu */
ul#navmenu a {
  border: 1px solid #FFF;
  border-right-color: #CCC;
  border-bottom-color: #CCC;
  padding: 0 6px;
  float: none !important; /*For Opera*/
  float: left; /*For IE*/
  display: block;
  background: #EEE;
  color: #666;
  font: bold 10px/22px Verdana, Arial, Helvetica, sans-serif;
  text-decoration: none;
  height: auto !important;
  height: 1%; /*For IE*/
}

/* Root Menu Hover Persistence */
ul#navmenu a:hover,
ul#navmenu li:hover a,
ul#navmenu li.iehover a {
  background: #CCC;
  color: #FFF;
}

/* 2nd Menu */
ul#navmenu li:hover li a,
ul#navmenu li.iehover li a {
  float: none;
  background: #EEE;
  color: #666;
}

ul#navmenu li.s {
background: #eee;
height: 1%;
line-height: 3px;
}

/* 2nd Menu Hover Persistence */
ul#navmenu li:hover li a:hover,
ul#navmenu li:hover li:hover a,
ul#navmenu li.iehover li a:hover,
ul#navmenu li.iehover li.iehover a {
  background: #CCC;
  color: #FFF;
}

/* 3rd Menu */
ul#navmenu li:hover li:hover li a,
ul#navmenu li.iehover li.iehover li a {
  background: #EEE;
  color: #666;
}

/* 3rd Menu Hover Persistence */
ul#navmenu li:hover li:hover li a:hover,
ul#navmenu li:hover li:hover li:hover a,
ul#navmenu li.iehover li.iehover li a:hover,
ul#navmenu li.iehover li.iehover li.iehover a {
  background: #CCC;
  color: #FFF;
}

/* 4th Menu */
ul#navmenu li:hover li:hover li:hover li a,
ul#navmenu li.iehover li.iehover li.iehover li a {
  background: #EEE;
  color: #666;
}

/* 4th Menu Hover */
ul#navmenu li:hover li:hover li:hover li a:hover,
ul#navmenu li.iehover li.iehover li.iehover li a:hover {
  background: #CCC;
  color: #FFF;
}

ul#navmenu ul ul,
ul#navmenu ul ul ul {
  display: none;
  position: absolute;
  top: 0;
  left: 160px;
}

/* Do Not Move - Must Come Before display:block for Gecko */
ul#navmenu li:hover ul ul,
ul#navmenu li:hover ul ul ul,
ul#navmenu li.iehover ul ul,
ul#navmenu li.iehover ul ul ul {
  display: none;
}

ul#navmenu li:hover ul,
ul#navmenu ul li:hover ul,
ul#navmenu ul ul li:hover ul,
ul#navmenu li.iehover ul,
ul#navmenu ul li.iehover ul,
ul#navmenu ul ul li.iehover ul {
  display: block;
}





/*default font size*/
/*
@import url(small.css);
*/

html {
margin:0;
padding:0;
height: 100%;
}

body {
margin:0;
padding:0;
font: normal 100% Arial, sans-serif;
background-color: #fffeef;
line-height:1.25em; /* 16×.125=18 */
height: 100%;
font-size: 70%;
min-width: 535px;
}

p {
margin-top: 0;
}

iframe {
border: 0;
}


form {
padding: 0 0 0 0;
margin: 0;
}

form, input, select {
z-index: 2000;
font-size: 1em;
}

a, a:visited, a:hover {
text-decoration: none;
color: #0033cc;
font-weight: bold;
cursor: pointer;
}

h3 {
font-weight: bold;
font-size: 1.1em;
padding: 0;
margin:  0 0 0.5em 0;
}

#stats pre {
font-family: Courier New, Courier, monospace;
font-size: 1.0em;
line-height: 1.0em;
}
pre {
font-family: Courier New, Courier, monospace;
font-size: 1.3em;
line-height: 1.25em;
}

#header {
position: relative;
top: 0;
height: 36px;
min-height: 36px;
background-color: #000030;
padding: 0 0 0 10px;
color: #FCFFCD;
float: none;
}

#boxlogo  {
/*background: #003300 url(https://x.dxwatch.net/img/rbn.png) 0px 0px no-repeat;*/
float: none;
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 36px;
visibility: visible;
clip: auto;
display: inline;
margin-top:auto;
margin-bottom:auto;
}

#qrzboxlogo {
position: relative;
line-height: 25px;
text-align: right;
color:#dddddd;
font-weight: bold;
padding-right:10px;
padding-top:0px;
margin-top:-13px;
margin-bottom:auto;
top:50%;
height:36px;
}

#qrzboxlogo a {color:#dddddd; font-weight: normal;}

#qrzboxlogo form {
display: inline;
}

#id_show_elements input[type=checkbox], #id_show_elements input[type=radio]{
  vertical-align: middle;
  width: 8px;
  height: 8px;
  padding: 0;
  margin: 0 2px 0 0;
}

#stats, #dxsd-rdmd {
/*padding: 0 0 2em 0;*/
}

#container {
z-index:2;
text-align:left;
top:0;
left:0;
padding: 0;
min-height: 100%;
clear: both;
/*margin-bottom: -50px;*/
position: relative;
}



#mainbody {
display: block;
float: none;
position: relative;
top: 32px;
padding: 0px 10px 10px 10px;
display: block;
/*width: 100%;*/
/*min-width: 850px;*/
}

#col-a-b {
padding: 0 5px 0 0;
float:left;
width:740px;
text-align:left;
}
#col-a {
float:left;
width:175px;
text-align:left;
}

#col-a-120 {
float:left;
width:127px;
text-align:left;
}

#col-b
{
  padding: 0 5px 0 5px;
  float:left;
  width:605px;

  text-align:left;
}

#col-b-text
{
width:450px;
text-align:left;
float:left;
}

#col-b-c
{
padding: 0 5px 0 5px;
float:right;
width:74em;
text-align:left;
}

#col-c-wider {
padding: 0;
text-align:left;
display:table;
min-height:300px;
width:170px;
}



#col-c {
padding: 0 20px 50px 15px;
text-align:left;
display:table;
height:300px;
width:120px;
}

#setupwrapper, #col-c-box, div.infobox {
top: 0px;
color: #222;
border: 1px  solid #aaa;
margin: 0 0 10px 0;
padding: 10px 5px 10px 5px;
background: #add0e6 url(https://x.dxwatch.net/img/srch425bg.gif) 0px 0px repeat-x;
}

a img { border: 0;}

#cluster {
  margin: 5px 0 0 0;
}

table#id_spots, table#ann {
	width: 100%;
	/* margin: 10px 0 0 0; */
}

#id_spots a {
	background: none;
	text-decoration: none;
}

table {
border-style: none;
border: 0;
padding: 0 0 0 0;
border-collapse: collapse;
}

tr.hilite td, tr.active td{background:#E4FFDF;}
tr.sep_b {border-bottom: 2px solid #333333; }
tr.sep_t {border-top: 2px solid #333333; }

table.msg td{
background:#E4FFDF;
}
div#msg, div.msg1 {
width: 99%;
background:#E4FFDF;
border:1px solid green;
margin:  0em 0 1em 0;
}
div.msg1 {
font-size: 110%;
}
div.msg1 p {
padding-bottom: 1.4em;
}

div#msg div, div.msg1 div {
padding: 5px;
}

table.transp tr, table.transp td{
border-collapse: collapse;
background: transparent;
border: 0;
padding: 0;
}

table#support, table#support tr, table#support td {
border-collapse: collapse;
background: transparent;
border: 0px transparent none;
border: 0;
padding: 0;
}

td { padding: 3px; }

ul {
list-style: none;
margin: 0 0 0 0;
padding: 0 0 0 0;
}
table li {
  list-style: none;
  float: none; /*For Gecko*/
  display: block !important;
  display: inline; /*For IE*/
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
#id_spots td.qrg, #id_spots th.qrg {
	text-align: right;
	padding-right:25px;
}

td.de, td.dx {
/*width: 8em;*/
}
td.qrg {
/*width: 5em;*/
}
td.utc {
/*width: 8em*/
}
td.loading {
	height: 300px;
	vertical-align: middle;
	text-align: center;
	background: white;
}
#id_spots th a {
	font-weight: bold;
}


#id_spots th form, #ann th form {
/* padding: 0.5em ; */
/* border: 1px solid #BBBBBB; */
background: #F9F9F9;
/* margin-bottom:0.5em; */
}

#ann th form.rows, #id_spots th form.rows {
border: 0;
padding: 0.5em;
margin: 0;
display: inline;
background: none;
}

th, #id_spots th, #id_spots tr.header td, #ann th, #ann tr.header td {
	/* padding: 0 0.5em 0 0.5em; */
	background: #f1f1f1;
	/* border-top: 1px solid #BBBBBB; */
	border-bottom: 1px solid #BBBBBB;
}

#id_spots tr, tr.a, #id_spots tr.a a,
#ann tr, tr.a, #ann tr.a a
{
}

#ann tr.header, #id_spots tr.header {
font-weight: bold;
}

#ann tr.a td a, #ann tr.b td a,
#id_spots tr.a td a, #id_spots tr.b td a { font-weight: bold }

/*
tr.alt, td.alt, #ann tr.b td, #ann tr.b td a, #id_spots tr.b td, #id_spots tr.b td a {
*/
tr.b, tr.even {
background: #fafafa;
}

tr.wl  {
background-color: #FFA26F;
}

tr.ns {
background-color: #E4FFDF;
}
tr.b td.trk, tr.b td.trk a, tr.b td.trk, tr.b td.trk a,
tr td.trk, tr.trk {
background-color: yellow;
}

#id_spots tr.hover, #id_spots tr.hover td,
#ann tr.hover, #ann tr.hover td {
	color: #4f6b72;
}

#ann tr,  #id_spots tr {
	line-height: 1.8em;
}

#ann td, #id_spots td {
	border-bottom: 1px solid #DDDDDD;
	padding: 0 0.5em 0 0.5em;
	margin: 0px;
	vertical-align: top;
}

.qrzcall {
font-size: 2.5em;
color:#2f7F2f;
font-weight: bold;
}

.qrzadd {
padding:1em 0pt;
}
.lookups {
padding:0pt 0pt 0pt 4em;
}
div.callinfo {
padding:1em 0pt;
display: block;
}
.qrzbio {
}
.qrzbio {
}
#qrzbio {
width:390px
}

#sendspot {
	border: 1px solid #BBBBBB;
	background: #F4F4F4;
	padding: 5px 5px 0 5px;
	margin: 10px 0 10px 0;
}


#sendspot h3 {
margin: 0 5px 0 5px;
}

div.warn {
background:#FFCCCC none repeat scroll 0%;
color:#220000;
border:1px solid #DD7777;
margin: 10px 0 10px 0;
padding: 0 5px 0 5px;
}

div#myid {
margin: 10px 0 10px 0;
font-size: 1.1em;
}

.it {
font-style: italic;
font-size: 0.9em;
}

table#dxn425list {
background: transparent;
border: 0;
padding: 0;
width: 95%;
}

table.dynf {
width: 95%;
}

table#lpass {
width: 22em;
}
table#login {
width: 11em;
}
table#login,table#lpass {
margin: 0 0 2em 0;
padding: 0;
}
table#dxcal td, table#dxcal th{
line-height: 1.5em;
}
table#dxcal col.callsign{
width: 10em;
}
table#dxcal col.start, table#dxcal col.start, table#dxcal .c {
text-align: center;
}
table#dxcal td, table#dxcal th {padding: 0 0 0 2em;}
table#dxcal tr.old td{background:#FFBFBF;}
/*
table#dxcal tr.active td{background:#D1EFC2;}
*/
table#dxcal tr.future td{background:#DFF4FF;}
table#dxcal tr.active:hover td,
table#dxcal tr.future:hover td,
table#dxcal tr.old:hover td {
background:#FFCCCC;
}

table#ct {
width: 22em;
padding: 0em 0 0em 0;
margin: 1em 2em 2em 0;
float: left;
}

table#ctc, table#ct_teaser {
line-height: 1.5em;
width: 50em;
}

table#ctc tr td, table#ctc tr th,
table#ct_teaser tr td, table#ct_teaser tr th,
table#ct tr td, table#ct tr th{
line-height: 1.5em;
padding: 0 1em 0 1em;
}

.right {
text-align: right;
}

table#ctc col.score, table#ct col.score {
text-align: right;
}

table#ctc tr:hover td, table#ct tr:hover td {background:#E5ECF8;}

table, tr, td{
vertical-align: top;
}


.bandchecklist {
    border: 1px solid #ccc;
    list-style: none;
    height: 10em;
    overflow: auto;
    width: 8em;
}

.bandchecklist, .bandchecklist li { margin: 0; padding: 0; }

.bandchecklist label {
    display: block;
    padding-left: 25px;
    text-indent: -25px;
}

.bandchecklist label:hover { background: #777; color: #fff; }

.bandchecklist label {
    display: block;
    height: 1%;
    padding-left: 25px;
    text-indent: -25px;
}

#srch425 h3 {
margin: 0 0 1em 0;
color: #353535;
}

#lastfil {
color: #222;
border-top: 1px  solid #aaa;
border-bottom: 1px  solid #888;
margin: 0px 0px 10px 0px;
padding: 5px;
background: #add0e6 url(https://x.dxwatch.net/img/srch425bg.gif) 0px 0px repeat-x;
width: 97.5%;
}

#col-c-wider form, #callsrch form {
padding: 0;
}

#callsrch {
margin: 10px;
}

.wpm, .db {
text-align: right;
}
.wpm span, .db span {
padding-right: 1em;
}


#srch425 {
color: #222;
border-top: 1px  solid #aaa;
border-bottom: 1px  solid #888;
margin: 10px 0px 10px 0px;
padding: 10px 5px 10px 5px;
background: #add0e6 url(https://x.dxwatch.net/img/srch425bg.gif) 0px 0px repeat-x;
width: 95%
}

iframe.ct {
width: 29em;
height: 34em;
vertical-align: top;
border: none ;
margin: 0;
padding: 0;
overflow-x: hidden;
}

span.selrows {
	float: right;
}

.nospot {
color: red;
}
.new {
color: red;
font-weight:bold;
font-size: 0.8em;
}

div.history{
margin-bottom: 2em;
}
.hideme{
display: none;
}

div.chart {
z-index: -9000;
}




/* tt.css */

#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #BBBBBB;
	background-color: #FFFFCF;
	padding: 0.5em;
	margin:0;
	font-size: 1em;
	color: #444444;
	max-width: 35em;
}
#tooltip.dx {
	width: 25em;
}
#tooltip.de {
	width: auto;
}
#tooltip h2 { font-weight: bold; font-size: 1.4em; margin: 0; }
#tooltip h3, #tooltip div { font-weight: bold; font-size: 0.9em; margin: 0; }



/*
.jscom, .mix htcom   { color: #4040c2; }
.com      { color: green; }
.regexp   { color: maroon; }
.string   { color: teal; }
.keywords { color: blue; }
.global   { color: #008; }
.numbers  { color: #880; }
.comm     { color: green; }
.tag      { color: blue; }
.entity   { color: blue; }
.string   { color: teal; }
.aname    { color: maroon; }
.avalue   { color: maroon; }
.jquery   { color: #00a; }
.plugin   { color: red; }
*/

img.flag {
width: 16px;
}

.hide {
display: none;
}


/* tables */
table#sk_per_band td {
padding-right: 20px;
}
.clearfooter {
height: 50px;
clear: both;
}

#footer {
position: relative;
height: 50px;
display:inline-block;
width: 100%;

}

div.sun {
position: relative;
height: 2em;
width: 250px;
}

div.sun div {
height: 1em;
position: absolute;
}

div.schart {
background-color: blue; z-index: 500;
width: 250px;
}
div.schart div { height: 100%; }
div.schart.bottom { top: 1em; border-top: 1px solid black; }
div.schart div.g1 { top: 0px; background-color: gray; z-index: 510; width:1px;}
div.schart div.d1 { top: 0px; background-color: yellow; z-index: 520; width:1px;}
div.schart div.nw { top: 0px; background-color: red; z-index: 550; width:1px;}

div.schart div.noon { top: 0px; background-color: black; z-index: 550; width:1px; left:125px;}


