.header {
  background-color: #033B73;
}
.header td, .header a {
  color: white;
}

.body {
  border-color: #033B73;
}
.body_corner {
  background-color: #033B73;
}
.header, .body_corner, .body {
  border-color: #033B73;
}

.tab_top_hi .left {
  width: 3px;
  background-image: url(tab_top_hi_left.gif);
}
.tab_top_hi .right {
  width: 3px;
  background-image: url(tab_top_hi_right.gif);
}
.tab_top_hi .mid {
  background-image: url(tab_top_hi_bg.gif);
  color: #033B73;
}
.tab_top_hi .mid a { color: #033B73 }

.tab_top_low .left {
  width: 3px;
  background-image: url(tab_top_low_left.gif);
}
.tab_top_low .right {
  width: 3px;
  background-image: url(tab_top_low_right.gif);
}
.tab_top_low .mid {
  background-image: url(tab_top_low_bg.gif);
  color: #777;
}
.tab_top_low .mid a { color: #777 }

body .tab_top_feedback .left:before {
 background: none repeat scroll 0 0 #7F9B22;
    border: 1px solid #FFFFFF;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 1px 1px 6px #373737;
    color: #FFFFFF;
    content: "New";
    display: inline-block;
    font-size: 10px;
    font-weight: bold;

       margin: -30px 0 0 -20px;
    padding: 0.3em;
    position: absolute; 
}
.tab_top_help {
width:67px;
position: relative;
}
.tab_top_help .left {
  width: 3px;
  background-image: url(tab_top_help_left.gif);
position: relative;
}
.tab_top_help .right {
  width: 3px;
  background-image: url(tab_top_help_right.gif);
position: relative;
}
.tab_top_help .mid {
  background-image: url(tab_top_help_bg.gif);
  background-color: #0e89a1;
  color: #fff;
position: relative;
}
.tab_top_help .mid a { color: #fff }
.heading_short, .heading_medium, .heading_long {
  background-color: #033b73;
  color: #fff;
}

h1.heading_thin {
  color: #0e89a1; /* To match the .tab_top_help background_color. */
}

.domain_search {
  background-color: #f1f1f1;
}
.domain_search .heading {
  color: #168ca6;
}



.domains .head {
  background-image: url(domains_header_bg.gif);
  background-color: #e4f2fb;
  color: #222222;
}

.domains .head .hi {
  background-image: url(domains_header_bg_hi.gif);
  background-color: #38638e;
  color: white;
}

.domains .head .over {
  color: white;
}

.domains .head .low, .domains .head .hi, .domains .head .over {
  border-left: 1px solid #cccccc;
}

.even {
  background-color: #eaeaea;
}
.odd {
  background-color: #fafafa;
}
.domains .hi, .domains .hi a {
  background-color: #008ca7;
}

.tab_hi .left, .tab_hi .mid, .tab_hi .right {
  background-image: url(domains_header_bg_hi.gif);
  background-color: #38638e;
  color: white;
}
.tab_low .left, .tab_low .mid, .tab_low .right {
  background-image: url(domains_header_bg.gif);
  color: #222222;
}
.tab_over .left, .tab_over .mid, .tab_over .right {
  background-image: url(domains_header_bg_over.gif);
  color: white;
}

.hr_vertical {
  background-image: url(hr_vertical.gif);
}

.info .body .hr {
  height: 1px;
  background-image: url(hr_horizontal.gif);
}

.contact_button {
  background-image: url(domains_header_bg.gif);
  color: #222222;
}
.contact_button_hi {
  background-image: url(domains_header_bg_hi.gif);
}
.contact_button_over {
  background-image: url(domains_header_bg_over.gif);
}

#body_header {
  color: #49739c;
}

#tooltip_div {
  background-color: white;
  background-repeat: no-repeat;
  width: 371px;
  border: 2px solid #033B73;
  color: black;
}
#tooltip_div .tooltip_title {
  background-color: #033B73;
  color: white;
}
#tooltip_div .tooltip_body {
  padding: 5px;
}

.dmButton{
  background: #195897 url(dmButtonBg.gif) center repeat-x ;
  border:solid 1px #3a79b7;
  color:#FFFFFF;
}

a.dmButton:hover, input.dmButton:hover {
  color:#e2edf4;
}

