/* WebDNSTools CSS */
body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 83%;
  color: black;
}
table {
  font-size: 100%;
}

h1, h2, h3, h4 {
  font-family: Arial, Verdana, Helvetica, sans-serif;
}

h1 {
  margin-top: 1.5em;
  font-size: 1.4em;
}

h2 {
  margin-top: 1.5em;
  font-size: 1.25em;
}

h3 {
  font-size: 1.1em;
}

h4 {
  font-size: 1em;
}

.stdtable {
  margin: 5px 0px 5px 0px;
  border: 1px solid #000;
  border-collapse: collapse;
  border-spacing: 0 0;
}
.stdtable td {
  padding: 1px 5px 1px 5px;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  border-top: 1px solid #aaa;
}
.stdtable th {
  padding: 1px 5px 1px 5px;
  border: 1px solid #000;
  background: #cde;
}

.stdtable2 {
  margin: 5px 0px 5px 0px;
  border-right: 1px solid black;
  border-bottom: 1px solid black;
  border-spacing: 0 0;
  border-collapse: collapse;
}
.stdtable2 th {
  padding: 1px 5px 1px 5px;
  background: #cde;
  border-left: 1px solid black;
  border-right: 0;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
}
.stdtable2 td {
  padding: 1px 5px 1px 5px;
  border-left: 1px solid black;
  border-right: 0;
  border-top: 0;
  border-bottom: 1px solid #ccc;
}
#lastrow td {
  border-bottom: 0;
}

.resultstable {
  margin: 5px 0px 5px 0px;
  border: 1px solid #000;
  border-collapse: collapse;
  border-spacing: 0 0;
}
.resultstable td {
  padding: 1px 5px 1px 5px;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  border-top: 1px solid #aaa;
}
.resultstable th {
  padding: 1px 5px 1px 5px;
  border: 1px solid #000;
  background: #ccc;
}

.tooltable {
  border: 1px solid #888;
  background: #e0e0e0;
}
.tooltable td {
  padding: 1px 2px;
}
.tooltable th {
  padding: 1px 2px;
}

pre {
  margin: 1em;
  font-family: Courier-New, Courier;
  font-size: 1em;
  overflow-x: auto; /* Use horizontal scroller if needed; for Firefox 2, not needed in Firefox 3 */
  white-space: pre-wrap; /* css-3 */
  white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
  white-space: -pre-wrap; /* Opera 4-6 */
  white-space: -o-pre-wrap; /* Opera 7 */
  /* width: 99%; */
  word-wrap: break-word; /* Internet Explorer 5.5+ */
}
.code {
  padding: 0.5em;
  color: black;
  background: #eec;
  border: 1px solid #000;
}
.code strong {
  color: blue;
}

/* Navigation */
.nav h2, .nav hr { display: none }
.nav ul {
 font-size: 1em;
 font-weight: bold;
 list-style: none;
 margin: 1em 0em 2em 0em;
 padding-left: 0;
 text-align: center
}
.nav li {
 border-right: 1px solid #ccc;
 display: inline;
 padding: 0 .75em;
 white-space: nowrap;
 height: 1em; /* Needed for IE5 */
}
.nav li.last { border-right: none }

.navpopup {
/*border-top: 1px solid white;*/
/*border-bottom: 1px solid black;*/
}

.navpopup a {
text-decoration: none;
color: #fff;
}

.navpopup ul { /* all lists */
  padding: 0;
  margin: 0em 0em 1.7em 0em;
  list-style: none;
}

.navpopup li { /* all list items */
  float: left;
  /*display: inline;*/
  position: relative;
  /*width: 8em;*/
  border: 1px solid black;
  background-color: #ccc;
  /*padding: 0.5em 1em;*/
  margin: 0em 0.1em;
  padding: 0.2em 1em;
}

.navpopup li ul { /* second-level lists */
  display: none;
  position: absolute;
  top: 1.6em;
  left: 0;
  /*margin: 1em 1em;*/
  z-index: 500;
}

.navpopup li li { /* second-level items */
  /*display: list-item;*/
  /*background-color: #ccc;*/
  width: 8em;
  clear: both;
}

.navpopup li:hover ul, .navpopup li.over ul { /* lists nested under hovered list items */
  display: block;
}



/* Main navigation bar */
#mainnav {
 margin: 1em 0em;
 border-top: 1px solid white;
 border-bottom: 1px solid black;
}

#mainnav :link, #mainnav :visited {
 color: #000;
}
#mainnav :link:hover, #mainnav :visited:hover {
 background-color: #ee8;
}
#mainnav .active :link, #mainnav .active :visited {
 text-decoration: none;
}
#mainnav .active :link:hover, #mainnav .active :visited:hover {
 background-color: #ccc;
}


#header {
  background: blue;
  width: 100%;
}
/* Old menu column css */
#menucol {
  font-family: Arial, Verdana, Helvetica, sans-serif;
  background: #24f;
  color: #fff;
  padding: 0.5em;
  margin: 0;
  float: right;
  width: 20%;
  /*min-height: 100px;*/
}
#menucol h2 {
  margin: 0.5em 0 0.5em 0;
  color: #ff8;
}
#menucol :link, #menucol :visited {
 color: #fff;
 text-decoration: none;
}
#menucol :link:hover, #menucol :visited:hover {
 /*background-color: #ee8;*/
 /*color: blue;*/
 text-decoration: underline;
}
#menucol .active :link, #menucol .active :visited {
 text-decoration: none;
}
#menucol .active :link:hover, #menucol .active :visited:hover {
 /*background-color: blue;*/
 /*color: #fff;*/
}

/* New menu column css */
#menucolumn {
  font-family: Arial, Verdana, Helvetica, sans-serif;
  padding: 0;
  margin: 0;
  float: right;
  width: 21%;
}

#sidemenu {
  background: #24f;
  color: #fff;
  padding: 0.5em;
  margin: 0 0 1px 0;
  min-height: 100px;
  border: 1px solid black;
}
#sidemenu h1,#sidemenu h2 {
  margin: 0 0 0 0;
  color: #ff8;
}
#sidemenu h3,#sidemenu h4 {
  margin: 0.5em 0 0.5em 0;
  color: #ff8;
}

#sidemenu :link, #sidemenu :visited {
 color: #fff;
 text-decoration: none;
}
#sidemenu :link:hover, #sidemenu :visited:hover {
 text-decoration: underline;
}
#sidemenu .active :link, #sidemenu .active :visited {
 text-decoration: none;
}
#sidemenu .active :link:hover, #sidemenu .active :visited:hover {
}

#content {
  background: #fff;
  padding: 0;
  margin: 0;
  float: left;
  width: 75%;
}
#footer {
  background: #fff;
  clear: both;
  width: 100%;
}

/* Column Navigation */
.vnav ul {
 font-size: 1.0em;
 font-weight: normal;
 list-style: none;
 margin: 0 0 1em 0;
 text-align: left;
 padding: 0;
}
.vnav li {
 padding: .1em .75em;
}

/* Page Navigation */
#pagenav {
  text-align: right;
  margin: 4em 0 1em 0;
  font-size: 1.1em;
}
#pagenav :link, #pagenav :visited {
 color: #000;
 border: 1px solid #ccc;
 padding: .2em .5em;
 height: 1em; /* Needed for IE5 */
}
#pagenav :link:hover, #pagenav :visited:hover {
 /* text-decoration: underline; */
 color: #800;
}
#pagenav .active :link, #pagenav .active :visited {
 text-decoration: none;
}
#pagenav .thispage {
 color: #888;
 border: 1px solid #ccc;
 padding: .2em .5em;
 height: 1em; /* Needed for IE5 */
}

