.header {
  background-image: url(header_bg.gif);
  background-color: #99cb50;
}
.header td, .header a {
  color: #036a93;
}
.body {
  border-color: #99cb50;
}
.body_corner {
  background-color: #b9da89;
}
.header, .body_corner, .body {
  border-color: #99cb50;
}

.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);
  background-color: #fcbd30;
  color: #036a93;
}
.tab_top_hi .mid a { color: #036a93 }

.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);
  background-color: #fff;
  color: #036a93;
}
.tab_top_low .mid a { color: #036a93 }

.tab_top_help .left {
  width: 3px;
  background-image: url(tab_top_help_left.gif);
}
.tab_top_help .right {
  width: 3px;
  background-image: url(tab_top_help_right.gif);
}
.tab_top_help .mid {
  background-image: url(tab_top_help_bg.gif);
  background-color: #fcbd30;
  color: #036a93;
}
.tab_top_help .mid a { color: #036a93 }

.heading_short, .heading_medium, .heading_long {
    background: #CCE3F1;
    color:      #0080B0;
}


.domain_search {
  background-color: #fff8e8;
}
.domain_search .heading {
  color: #036a93;
}



.domains .head .check {
  background-image: url(domains_header_check.gif);
}
.domains .head {
  background-image: url(domains_header_bg.gif);
  background-color: #fff;
  color: #036a93;
}

.domains .head .hi {
  background-image: url(domains_header_bg_hi.gif);
  background-color: #fcbd30;
  color: #036a93;
}

.domains .head .over {
  background-image: url(/media/user/dm/domains_header_bg_over.gif);
  color: white;
}

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

.even {
  background-color: #fff8e6;
}
.odd {
  background-color: #ffffff;
}
.domains .hi, .domains .hi a {
  background-color: #007fb2;
}

.tab_hi .left, .tab_hi .mid, .tab_hi .right {
  background-image: url(domains_header_bg_hi.gif);
  background-color: #fcbd30;
  color: #036a93;
}
.tab_low .left, .tab_low .mid, .tab_low .right {
  background-image: url(domains_header_bg.gif);
  background-color: #fff;
  color: #036a93;
}
.tab_over .left, .tab_over .mid, .tab_over .right {
  background-image: url(/media/user/dm/domains_header_bg_over.gif);
  color: white;
}

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

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

.contact_button {
  background-image: url(domains_header_bg.gif);
  background-color: #fff;
  color: #036a93;
}
.contact_button_hi {
  background-image: url(domains_header_bg_hi.gif);
  background-color: #fcbd30;
  color: #036a93;
}
.contact_button_over {
  background-image: url(/media/user/dm/domains_header_bg_over.gif);
}

#body_header {
  color: #286371;
}

#tooltip_div {
  background-color: white;
  background-repeat: no-repeat;
  width: 371px;
  border: 2px solid #99cb50;
  color: black;
}
#tooltip_div .tooltip_title {
  background-image: url(header_bg.gif);
  background-color: #99cb50;
  color: white;
}
#tooltip_div .tooltip_body {
  padding: 5px;
}

.dmButton{
  background: #68AC03 url(dmButtonBg.gif) center repeat-x;
  border:solid 1px #76b802;
  color:#FFFFFF;
}

a.dmButton:hover{
  color:#e6f0d5;
}

.available_upgrades {
    border: 1px solid rgb(153,203,80);
    background-color: rgb(185,218,137);
}


