

/* BLUE SKIN */

a{color:#608CCA!important;}
a:hover { color:#31568A;}

#clinic-finder form#clinic-finder-form label.editgmapaddress { color:#0261B8;}
#clinic-finder #results ol li span.number {background:#0085FF;}
#clinic-finder #results ol li:hover {
  background: #EAF5FF;
  cursor: pointer;
  color: #000;
}

#clinic-finder #results ol li.noclick:hover {
  background-color: transparent;
  cursor: default;
  color: #333;
}
#clinic-finder #results ol li.active {
  background-color: #FDFFE4;
  border-left-color: #C1C1C1;
  border-right-color: #C1C1C1;
}
#clinic-finder .distance-units {
  background-color: #608cca;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 90%, from(#608CCA), to(#31568A));
  background-image: -moz-linear-gradient(#608CCA 0%, #31568A 90%);
  text-shadow: rgba(0,0,0,0.34) -1px -1px 3px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border-style: none;
  height:26px;
  float:right; margin:0px;	

}


/*blue button styling extends above generic button*/
#clinic-finder .button {
  background-color: #0085FF!important;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 90%, from(#0085FF), to(#0261B8))!important;
  background-image: -moz-linear-gradient(#0085FF 0%, #0261B8 90%)!important;
  color: #fff!important;
  text-shadow: #0c2942 1px 1px 0!important;
}

#clinic-finder .button:active {
  background-color: #4485ce!important;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 90%, from(#0261B8), to(#0085FF))!important;
  background-image: -moz-linear-gradient(#0261B8 0%, #0085FF 90%)!important;
  color: #fffeff!important;
  text-shadow: #0c2942 1px 1px 0!important;
}


.btn-Finder { padding:10px 10px;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #0085FF;
  *background-color: #0085FF;
  background-image: -moz-linear-gradient(top, #0085FF, #0261B8);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0085FF), to(#0261B8));
  background-image: -webkit-linear-gradient(top, #0085FF, #0261B8);
  background-image: -o-linear-gradient(top, #0085FF, #0261B8);
  background-image: linear-gradient(to bottom, #0085FF, #0261B8);
  background-repeat: repeat-x;
  border-color: #0261B8 #0261B8 #0261B8;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff0261B8', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-Finder:hover,
.btn-Finder:focus,
.btn-Finder:active,
.btn-Finder.active,
.btn-Finder.disabled,
.btn-Finder[disabled] {
  color: #ffffff;
  background-color: #0261B8;
  *background-color: #0261B8;
}

.btn-Finder:active,
.btn-Finder.active {
  background-color: #0261B8 \9;
}















