/* ---------- Constants definition ---------- */
/* ---------- General rules ---------- */
html {
  height: 100%; }

body {
  height: 100%;
  font-family: verdana, arial, helvetica;
  font-size: 12px;
  color: #535353;
  line-height: 14px;
  min-width: 1150px; }

br.clear {
  clear: both;
  line-height: 0;
  font-size: 0; }

a img {
  border: none; }

a {
  color: #535353; }

#container {
  position: relative;
  min-height: 100%;
  background-color: #bbbdc1; }

.navigation {
  text-align: center;
  padding-top: 16px; }
  .navigation li {
    display: inline;
    padding: 0 15px;
    border-right: 1px solid; }
  .navigation li.last {
    border-right: none; }
  .navigation a {
    font-weight: bold;
    color: white;
    text-decoration: none; }

#topnavi {
  height: 50px;
  background: url(/images/bg_topnavi.gif) repeat-x;
  border-bottom: 1px solid;
  border-bottom-color: #f39c09; }
  #topnavi li {
    border-right-color: #f39c09; }

#subcontainer {
  border-top: 1px solid transparent;
  background: transparent url(/images/bg_content.gif) repeat-x;
  min-height: 100px; }

#content {
  margin: 0 120px; }

#thumbs {
  height: 79px;
  background: transparent url(/images/bg_thumbs.gif) repeat-x center bottom; }
  #thumbs .thumb_left {
    background: transparent url(/images/thumb_left.gif) no-repeat;
    margin-left: 15px;
    width: 32px;
    height: 79px;
    float: left; }
    #thumbs .thumb_left#whois_index {
      background: transparent url(/images/thumb_left_whois_index.gif) no-repeat;
      width: 35px; }
  #thumbs .thumb_center {
    background-color: white;
    height: 23px;
    float: left;
    padding: 21px 10px 11px;
    margin-top: 24px;
    color: #f39c09;
    font-size: 23px; }
  #thumbs .thumb_right {
    background: transparent url(/images/thumb_right.gif) no-repeat;
    width: 32px;
    height: 79px;
    float: left; }

#columns_left {
  background: white url(/images/bg_columns_left.gif) repeat-y left top;
  padding-left: 5px;
  position: relative; }
  #columns_left .corner {
    width: 15px;
    height: 15px;
    position: absolute;
    background: no-repeat center center; }
  #columns_left #corner_left_top {
    left: 0;
    top: -5px;
    background-image: url(/images/corner_left_top.gif); }
  #columns_left #corner_left_bottom {
    left: 0;
    bottom: 0;
    background-image: url(/images/corner_left_bottom.gif); }
  #columns_left #corner_right_top {
    right: 0;
    top: -5px;
    background-image: url(/images/corner_right_top.gif); }
  #columns_left #corner_right_bottom {
    right: 0;
    bottom: 0;
    background-image: url(/images/corner_right_bottom.gif); }

#columns_right {
  background: white url(/images/bg_columns_right.gif) repeat-y right top;
  padding-right: 5px; }

#columns_bottom {
  background: white url(/images/bg_columns_bottom.gif) repeat-x center bottom;
  padding-bottom: 5px;
  background-color: white; }

h3 {
  color: #262626;
  font-size: 14px;
  line-height: 19px;
  margin-bottom: 15px; }

h4 {
  padding: 10px 0;
  margin: 10px 0;
  border-bottom: 1px solid #d5d5d5;
  background: no-repeat right top; }
  #das h4 {
    background-image: url(/images/logos/color/eurodns.gif); }
  #sedo h4 {
    background-image: url(/images/logos/color/sedo.gif); }

pre {
  font-family: verdana, arial, helvetica; }

table#columns {
  width: 100%;
  border: 0;
  border-collapse: collapse; }
  table#columns td {
    border: 0;
    vertical-align: top; }

#spacer {
  height: 100px; }

#footer {
  overflow: hidden;
  height: 100px;
  position: relative;
  margin-top: -100px;
  text-align: center; }
  #footer li {
    border-right-color: #535353; }

/* ---------- Rules for pagination index page ---------- */
.flash {
  color: #f39c09;
  font-weight: bold;
  text-align: center;
  font-size: 14px;
  line-height: 14px; }

.flash.success {
  color: green; }

.flash.error {
  color: red; }

.flash.morph {
  color: white; }
