/*
 * General
 */

body {
  margin: 0;
  padding: 0;
  background: #ffffff;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 9pt;
}

dl dt {
  font-weight:bold;
}

a, a:link {
  color: #000099;
}

div#content_wrapper a {
  text-decoration: underline;
}

div#content_wrapper a:hover {
  text-decoration: underline;
}

div#content_wrapper a:visited {
  color: #ff3300;
}

input, select, textarea {
  background-color: #ededff;
  border: 1px solid #000099;
}

label {
  font-weight: bold;
}

fieldset input.req,
  fieldset textarea.req {
  background-color: #cbcbf0;
}

fieldset select {
  background-color: #cbcbf0;
}

/*
 * Header section
 */

#header {
  width: 100%;
  height: 56px;
  padding-top: 7px;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
}

div#logo {
  padding-left: 16px;
}

div#logo a {
  display: block;
  width: 207px;
  height: 50px;
  background: url( '../images/dnsbe_logo.png' ) no-repeat;
}

div#header_menu {
  width: 100%;
  background: url( '../images/top_banner_padding.png' ) repeat-x;
}

div#header_menu_content {
  height: 24px;
  width: 600px;
  background: url( '../images/top_banner.png' ) no-repeat;
}

div#searchWhois {
  float: right;
  position: absolute;
  top: 12px;
  right: 14px;
}

div#searchWhois form {
  padding-bottom: 0;
  margin-bottom: 0;
}

div#searchWhois form label {
  display: none;
}

/*
 * Container section
 */

.container {
  width: 100%;
}

/*
 * Content section
 */

#main_content {
  padding-top: 26px;
  padding-bottom: 15px;
  margin-left: 27px;
  min-height: 340px;
  width: 870px;
}

#main_content p {
  margin-top: 0;
  margin-bottom: 1em;
}

#main_content h3 {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0.1em;
  padding-bottom: 1em;
  font-size: 1.4em;
  font-weight: normal;
  color: #000099;
}

#navigation ul {
  list-style: none;
  margin: 0 0 0 20px;
  padding: 0;
  font-weight: bold;
}

#navigation ul ul {
  font-weight: normal;
  margin-left: 10pt;
}

#navigation ul li {
  margin: 0;
  padding-top: 5pt;
}

#navigation ul li li {
  padding: 0;
  line-height: 11pt;
}

/*
 * Footer section
 */

div#footer {
  clear: both;
  padding-top: 2px;
  padding-bottom: 2px;
  border-top: 1px dotted #999999;
}

div#footer-credits a, div#footer a {
  text-decoration: none;
}

div#footer-credits a:hover {
  text-decoration: underline;
}

div#footer-credits span.last {
  border-right: 0;
}

/*
 * Tables
 */

table {
  margin-bottom:1.4em;
}

table.stylishTable {
  border-top: 1px solid #898989;
  border-right: 1px solid #CDCDCD;
  border-bottom: 2px solid #CDCDCD;
  border-left: 1px solid #CDCDCD;
}

table.stylishTable thead tr th {
  background: #898989;
  color: #ffffff;
}

table.registrarSearchResult tr.registrar {
  text-align: left;
  border: 0;
  background-color: #e6e6e6;
}
