﻿/***************

GENERAL

***************/

h1,h2,h3,h4,h5,h6 {
  margin: 7px 0 0 -20px;
}
a, a:hover {
  color: #005580;
  text-decoration: none;
  font-weight: bold;
}

.spanMio { width: 270px !important}

.green {
  background: #96C84C;
  background: -moz-linear-gradient(top, #96C84C 0%, #87ba47 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#96C84C), color-stop(100%,#87ba47));
  background: -webkit-linear-gradient(top, #96C84C 0%,#87ba47 100%);
  background: -o-linear-gradient(top, #96C84C 0%,#87ba47 100%);
  background: -ms-linear-gradient(top, #96C84C 0%,#87ba47 100%);
  background: linear-gradient(to bottom, #96C84C 0%,#87ba47 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#96C84C', endColorstr='#87ba47',GradientType=0 );
}
.green-static {
  background: #96C84C !important;
}
.green h1, .green h2, .green h3, .green h4, .green h5, .green h6 {
  color: #ffffff;
  text-shadow: 0 1px 1px rgba(105,133,55,0.6);
}
.blue {
  background: #00b1d2;
  background: -moz-linear-gradient(top, #00b1d2 0%, #007fa4 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00b1d2), color-stop(100%,#007fa4));
  background: -webkit-linear-gradient(top, #00b1d2 0%,#007fa4 100%);
  background: -o-linear-gradient(top, #00b1d2 0%,#007fa4 100%);
  background: -ms-linear-gradient(top, #00b1d2 0%,#007fa4 100%);
  background: linear-gradient(to bottom, #00b1d2 0%,#007fa4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b1d2', endColorstr='#007fa4',GradientType=0 );
}
.blue * {
  color: #ffffff;
}
.orange {
  background: #ff9f54 !important;
  background: -moz-linear-gradient(top, #ff9f54 0%, #ff7b33 100%) !important;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff9f54), color-stop(100%,#ff7b33)) !important;
  background: -webkit-linear-gradient(top, #ff9f54 0%,#ff7b33 100%) !important;
  background: -o-linear-gradient(top, #ff9f54 0%,#ff7b33 100%) !important;
  background: -ms-linear-gradient(top, #ff9f54 0%,#ff7b33 100%) !important;
  background: linear-gradient(to bottom, #ff9f54 0%,#ff7b33 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9f54', endColorstr='#ff7b33',GradientType=0 ) !important;
  color: #ffffff !important;
  border: 1px solid transparent !important;
  border-bottom: 1px solid #D1764B !important;
  text-shadow: 0 2px 2px #FF651D !important;
  box-shadow: 0 2px 2px 1px #D3D4D8 !important;
}
.orange:hover, .orange:active {
  background: #ff9f54;
  color: #ffffff;
}
.orange * {
  color: #ffffff;
}
.hide-button 
{
    margin-top: 9px;
}
.show-button {
    margin-right: 19%;
}
.calendar {
  background: #FAF8DA url(/images2/sq1/icon-calendar.png) 95% 5px no-repeat !important;
}
.align-center {
  text-align: center;
}
.down-arrow {
  vertical-align: text-top;
  display: inline-block;
  line-height: 14px;
  margin: 0 0 0 4px;
  margin-top: 5px;
  width: 0; 
  height: 0; 
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 7px solid #75A832;
}
.lines {
  vertical-align: text-top;
  display: inline-block;
  line-height: 14px;
  margin: 0 4px;
  margin-top: 9px;
  border-top: 1px solid #75A832;
  border-bottom: 1px solid #A6D95F;
  height: 0;
  width: 15px;
  position: relative;
}
.lines:before {
  content: "";
  top: -5px;
  position: absolute;
  border-top: 1px solid #75A832;
  border-bottom: 1px solid #A6D95F;
  height: 0;
  width: 15px;
}
.lines:after {
  content: "";
  top: 3px;
  position: absolute;
  border-top: 1px solid #75A832;
  border-bottom: 1px solid #A6D95F;
  height: 0;
  width: 15px;
}

.advertiser-row {
  width: 300px !important;
  margin-left: -20px;
  *zoom: 1;
}

/***************

U RATE FINDER

***************/

#u_ratefinder {
  padding: 0px 10px 10px 10px;
  padding-left: 30px;
  border-radius: 6px;
  box-shadow: 0 0 10px rgba(0,0,0,0.4);
}
#u_ratefinder.container, #u_ratefinder .span12 {
  width: 1030px !important;
}
#u_ratefinder h4 {
  font-family: 'Museo700', Arial, sans-serif;
}
#u_ratefinder .nav-tabs > li > a {
  color: #ffffff;
  font-weight: bold;
  padding: 10.5px 20px;
  border: 0;
  text-shadow: 0 1px 1px rgba(105,133,55,0.6);
}
#u_ratefinder .nav-tabs > li > a:hover {
  background: #F9F9F9;
  color: #9DCB57;
  border: 0;
  text-shadow: none;
}
#u_ratefinder .nav-tabs > .active > a {
  color: #9DCB57;
  border: 0;
  text-shadow: none;
}
#u_ratefinder .nav-tabs > .active > a:hover {
  background: #ffffff;
}
#u_ratefinder .nav-tabs > li > a:before {
  content: "";
  border-left: 1px solid #7CB03C;
  border-right: 1px solid #A6D95F;
  height: 27px;
  position: absolute;
  margin-left: -21px;
}
#u_ratefinder .nav-tabs > .active > a:before, #u_ratefinder .nav-tabs > li >a:hover:before, #u_ratefinder .nav-tabs > .active + li > a:before, #u_ratefinder .nav-tabs > li:first-child > a:before, #u_ratefinder .nav-tabs > li:hover + li > a:before {
  content: "";
  border-left: 0;
  border-right: 0;
}
#u_ratefinder .tab-content {
  background: #ffffff;
  padding-top: 20px;
  margin-top: -20px;
}
#u_ratefinder .span2-5 {
  width: 165px;
}
#u_ratefinder .span3-5 {
  width: 255px;
}
#u_ratefinder .span3-5b {
  width: 245px;
}
#u_ratefinder .span5-5 {
  width: 350px;
}
#u_ratefinder .tab-content p {
  color: #A6A6A6;
  font-size: 11px;
  
}
#u_ratefinder .form-horizontal {
  margin-bottom: 0;
}
#u_ratefinder .form-horizontal label {
  float: left;
  display: block;
  text-align: right;
  font-size: 12px;
  font-weight: bold;
}
#u_ratefinder .form-horizontal .inline {
  width: 50px;
  padding-top: 5px;
  margin-right: 10px; 
  color: black !important ;
}
#u_ratefinder .form-horizontal .inline:after {
  clear: both;
}
#u_ratefinder .form-horizontal .inline-medium {
  width: 95px;
  padding-top: 5px;
  margin-right: 10px;
}
#u_ratefinder .form-horizontal .checkbox, #u_ratefinder .form-horizontal a {
  font-size: 10px;
  font-weight: normal;
  margin-bottom: 0;
  text-transform: uppercase;
  color: #9DCB57;
 /* margin-left: -25px;*/
  width: 75px !important;
}
#u_ratefinder .form-horizontal a {
  margin-left: 60px !important;
  color: #000000;
  text-decoration: underline;
}
#u_ratefinder .form-horizontal select {
  font-size: 12px;
  color: #000000;
}
#u_ratefinder .form-horizontal input[type="text"] {
  background-color: #FAF8DA;
  float: left;
  cursor: text;
}
#u_ratefinder .form-horizontal input[type="submit"] {
  font-family: 'Museo500', Arial, sans-serif;
  font-size: 22px;
}
#u_ratefinder .input-smaller {
  width: 110px;
}
#u_ratefinder .input-larger {
  width: 275px;
}
#u_ratefinder .middle {
  margin-top: 20px;
}
#u_ratefinder .middle-btn {
  margin-top: 12px;
  margin-left: 10px;
  margin-right: 10px;
}
#u_ratefinder .btn {
  text-transform: uppercase;
}

#VMore2Data h4 { margin-left: 40px; margin-top: 30px; color: black !important; text-shadow: none; }

#VMore2Data p  { width: 320px !important; margin-right: 0px !important; background: transparent !important; text-shadow: none !important; }
#VMore2Data p::before { border-left: none !important; }
#VMore2Data p::after { border-right: none !important; } 

.tooltip {
opacity: 1 !important;
}

#VMore2Data{
color: #008EB7;
text-shadow: 0 0 0 transparent !important;
cursor: pointer;
margin: 2px 0 0 8px!important;
background: url(/images2/sq1/s_rf1.png) no-repeat;
color: white;
cursor: pointer;
display: block;
float: left;
padding-left: 22px;
position: absolute;
text-shadow: 0 1px 1px #076990;
width: 285px;
height: 220px;
}

.spanMio label { width: 40px; }
.checkbox { text-align: left; width: 70px; overflow: hidden; }

#buttonWrapper p small { margin-left: 23px; }

.spanMio label {text-align: left !important; cursor: pointer }