/** File: /common/stylesheets/bootstrap/bootstrap-base.css **/
/*!
 * Bootstrap v2.1.0
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}
a {
  color: #333333;
}
a:active, a:hover {
  color: #F3901D;
}
a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
a:hover,
a:active {
  outline: 0;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  height: auto;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}
button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}
button,
input {
  *overflow: visible;
  line-height: normal;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
input[type="search"] {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}
.clearfix:after {
  clear: both;
}
.clear-all {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
body {
  margin: 0;
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  background-color: #ffffff;
}
a:hover {
  text-decoration: underline;
}
[class*="span"].hide,
.row-fluid [class*="span"].hide {
  display: none;
}
[class*="span"].pull-right,
.row-fluid [class*="span"].pull-right {
  float: right;
}
.container {
  margin-right: auto;
  margin-left: auto;
  *zoom: 1;
  width: 100%;
  position: relative;
}
.container:before,
.container:after {
  display: table;
  line-height: 0;
  content: "";
}
.container:after {
  clear: both;
}
.container-fluid {
  padding-right: 20px;
  padding-left: 20px;
  *zoom: 1;
}
.container-fluid:before,
.container-fluid:after {
  display: table;
  line-height: 0;
  content: "";
}
.container-fluid:after {
  clear: both;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 200;
  line-height: 30px;
}
small {
  font-size: 85%;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
cite {
  font-style: normal;
}
.muted {
  color: #999999;
}
h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  margin: 10px 0;
  font-family: inherit;
  font-weight: bold;
  line-height: 1;
  color: inherit;
  text-rendering: optimizelegibility;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}
h1, .h1 {
  font-size: 26px;
  line-height: 40px;
}
h2, .h2 {
  font-size: 20px;
  line-height: 40px;
}
h3, .h3 {
  font-size: 16px;
  line-height: 40px;
}
h4, .h4 {
  font-size: 14px;
  line-height: 20px;
}
h5, .h5 {
  font-size: 11px;
  line-height: 20px;
}
h6, .h6 {
  font-size: 10px;
  line-height: 20px;
}
h1 small {
  font-size: 24px;
}
h2 small {
  font-size: 18px;
}
h3 small {
  font-size: 14px;
}
h4 small {
  font-size: 14px;
}
h1 a, .h1 a,
h2 a, .h2 a, 
h3 a, .h3 a, 
h4 a, .h4 a, 
h5 a, .h5 a, 
h6 a, .h6 a {
  color: #E35E25;
  text-decoration: none;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
form h1 a, form .h1 a,
form h2 a, form .h2 a, 
form h3 a, form .h3 a, 
form h4 a, form .h4 a, 
form h5 a, form .h5 a, 
form h6 a, form .h6 a {
  color: #333;
  font-weight: bold;
}
.light-weight {
  font-weight: normal;
}
.serif {
  font-family: 'Georgia', serif;
  font-color: #666;
}
.headline {
  font-size: 30px;
  line-height: 40px;
}
a:after:hover {
  text-decoration: none;
}
h2 a:active, h2 a:hover, .h2 a:active, .h2 a:hover,  
h3 a:active, h3 a:hover, .h3 a:active, .h3 a:hover,
h4 a:active, h4 a:hover, .h4 a:active, .h4 a:hover,
h5 a:active, h5 a:hover, .h5 a:active, .h5 a:hover,
h6 a:active, h6 a:hover, .h6 a:active, .h6 a:hover  {
  color: #F3901D;
  text-decoration: underline;
}
.page-header {
  padding-bottom: 9px;
  margin: 20px 0 30px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  padding: 0;
  margin: 0 0 10px 25px;
}
ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
}
li {
  line-height: 20px;
}
ul.unstyled,
ol.unstyled {
  margin-left: 0;
  list-style: none;
}
dl {
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 20px;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 10px;
}
.dl-horizontal dt {
  float: left;
  width: 120px;
  overflow: hidden;
  clear: left;
  text-align: right;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dl-horizontal dd {
  margin-left: 130px;
}
hr {
  margin: 14px 0;
  border: 0;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #ffffff;
}
hr.dotted {
  clear: both;
  border-top: none;
  border-bottom: 1px dotted #ccc;
}
address {
  display: block;
  margin-bottom: 20px;
  font-style: normal;
  line-height: 20px;
}
code,
pre {
  padding: 0 3px 2px;
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
  font-size: 12px;
  color: #333333;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}
code {
  padding: 2px 4px;
  color: #d14;
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 20px;
  word-break: break-all;
  word-wrap: break-word;
  white-space: pre;
  white-space: pre-wrap;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}
pre.prettyprint {
  margin-bottom: 20px;
}
pre code {
  padding: 0;
  color: inherit;
  background-color: transparent;
  border: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
[class^="icon-"],
[class*=" icon-"] {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-top: 1px;
  *margin-right: .3em;
  line-height: 14px;
  vertical-align: text-top;
  background-image: url("http://../img/glyphicons-halflings.png");
  background-position: 14px 14px;
  background-repeat: no-repeat;
}
.typeahead {
  margin-top: 2px;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-large {
  padding: 24px;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
}
.well-small {
  padding: 9px;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
     -moz-transition: opacity 0.15s linear;
       -o-transition: opacity 0.15s linear;
          transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  position: relative;
  height: 0;
  overflow: hidden;
  overflow: visible \9;
  -webkit-transition: height 0.35s ease;
     -moz-transition: height 0.35s ease;
       -o-transition: height 0.35s ease;
          transition: height 0.35s ease;
}
.collapse.in {
  height: auto;
}
.close {
  float: right;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  filter: alpha(opacity=40);
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.hide {
  display: none;
}
.show {
  display: block;
}
.invisible {
  visibility: hidden;
}
.affix {
  position: fixed;
}
.clear {
  clear: both; 
}
.centered {
  text-align: center;
}
.lower-case {
  text-transform: lowercase;
}
.no-margin {
  margin-bottom: 0;
}
.no-margin-top {
  margin-top: 0;
}
.padded-top {
  padding-top: 14px;
}
.no-padded-top {
  padding-top: 0;
}
.angle-quote {
  display: inline-block;
  color: #CD4E33;
  padding-right: 4px;
  padding-left: 4px;
  line-height: 16px;
}
.btn .angle-quote {
  color: #FFF;
}
.asterisk {
  position: absolute;
  top: 1px;
  left: 3px;
  font-size: 16px;
  font-weight: bold;
  color: #AC0004;
  opacity: 0.6;
  z-index: 20;
}
.in-block, ul.in-block li, ol.in-block li {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
}
.block {
  display: block;
}
.green {
  color: #54B948;
}
.bgd-green {
  background-color: #54B948;
}
.red {
  color: #E35E25;
}
.bgd-red {
  background-color: #E35E25;
}
.orange {
  color: #F3901D;
}
.bgd-orange {
  background-color: #F3901D;
} 
.base-grey {
  color: #333333;
}
.bgd-base-grey {
  background-color: #333333;
}
.dark-grey {
  color: #666666;
}
.bgd-dark-grey {
  background-color: #666666;
}
.med-grey, .de-emphasised {
  color: #999999;
}
.bgd-med-grey {
  background-color: #999999;
}
.light-grey {
  color: #CCCCCC;
}
.bgd-light-grey {
  background-color: #CCCCCC;
}
.lightest-grey {
  color: #E6E6E6;
}
.bgd-lightest-grey {
  background-color: #E6E6E6;
}
/** File: /common/stylesheets/bootstrap/bootstrap-grid.css **/
.row {
  margin-left: -20px;
  *zoom: 1;
}
.row:before,
.row:after {
  display: table;
  line-height: 0;
  content: "";
}
.row:after {
  clear: both;
}
[class*="span"] {
  float: left;
  margin-left: 20px;
}
.span12 {
  width: 970px;
}
.span11 {
  width: 887.5px;
}
.span10 {
  width: 805px;
}
.span9 {
  width: 722.6px;
}
.span8 {
  width: 640px;
}
.span7 {
  width: 557px;
}
.span6 {
  width: 475px;
}
.span5 {
  width: 392.5px;
}
.span4 {
  width: 310px;
}
.span3 {
  width: 227.4px;
}
.span2 {
  width: 145px;
}
.span1 {
  width: 62.5px;
}
.offset12 {
  margin-left: 990px;
}
.offset11 {
  margin-left: 927.5px;
}
.offset10 {
  margin-left: 845px;
}
.offset9 {
  margin-left: 762.5px;
}
.offset8 {
  margin-left: 680px;
}
.offset7 {
  margin-left: 597.5px;
}
.offset6 {
  margin-left: 515px;
}
.offset5 {
  margin-left: 432.6px;
}
.offset4 {
  margin-left: 350px;
}
.offset3 {
  margin-left: 267.6px;
}
.offset2 {
  margin-left: 185px;
}
.offset1 {
  margin-left: 102px;
}
/*.row-fluid {
  width: 100%;
  *zoom: 1;
}
.row-fluid:before,
.row-fluid:after {
  display: table;
  line-height: 0;
  content: "";
}
.row-fluid:after {
  clear: both;
}
.row-fluid [class*="span"] {
  display: block;
  float: left;
  width: 100%;
  min-height: 30px;
  margin-left: 2.127659574468085%;
  *margin-left: 2.074468085106383%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.row-fluid [class*="span"]:first-child {
  margin-left: 0;
}
.row-fluid .span12 {
  width: 100%;
  *width: 99.94680851063829%;
}
.row-fluid .span11 {
  width: 91.48936170212765%;
  *width: 91.43617021276594%;
}
.row-fluid .span10 {
  width: 82.97872340425532%;
  *width: 82.92553191489361%;
}
.row-fluid .span9 {
  width: 74.46808510638297%;
  *width: 74.41489361702126%;
}
.row-fluid .span8 {
  width: 65.95744680851064%;
  *width: 65.90425531914893%;
}
.row-fluid .span7 {
  width: 57.44680851063829%;
  *width: 57.39361702127659%;
}
.row-fluid .span6 {
  width: 48.93617021276595%;
  *width: 48.88297872340425%;
}
.row-fluid .span5 {
  width: 40.42553191489362%;
  *width: 40.37234042553192%;
}
.row-fluid .span4 {
  width: 31.914893617021278%;
  *width: 31.861702127659576%;
}
.row-fluid .span3 {
  width: 23.404255319148934%;
  *width: 23.351063829787233%;
}
.row-fluid .span2 {
  width: 14.893617021276595%;
  *width: 14.840425531914894%;
}
.row-fluid .span1 {
  width: 6.382978723404255%;
  *width: 6.329787234042553%;
}
.row-fluid .offset12 {
  margin-left: 104.25531914893617%;
  *margin-left: 104.14893617021275%;
}
.row-fluid .offset12:first-child {
  margin-left: 102.12765957446808%;
  *margin-left: 102.02127659574467%;
}
.row-fluid .offset11 {
  margin-left: 95.74468085106382%;
  *margin-left: 95.6382978723404%;
}
.row-fluid .offset11:first-child {
  margin-left: 93.61702127659574%;
  *margin-left: 93.51063829787232%;
}
.row-fluid .offset10 {
  margin-left: 87.23404255319149%;
  *margin-left: 87.12765957446807%;
}
.row-fluid .offset10:first-child {
  margin-left: 85.1063829787234%;
  *margin-left: 84.99999999999999%;
}
.row-fluid .offset9 {
  margin-left: 78.72340425531914%;
  *margin-left: 78.61702127659572%;
}
.row-fluid .offset9:first-child {
  margin-left: 76.59574468085106%;
  *margin-left: 76.48936170212764%;
}
.row-fluid .offset8 {
  margin-left: 70.2127659574468%;
  *margin-left: 70.10638297872339%;
}
.row-fluid .offset8:first-child {
  margin-left: 68.08510638297872%;
  *margin-left: 67.9787234042553%;
}
.row-fluid .offset7 {
  margin-left: 61.70212765957446%;
  *margin-left: 61.59574468085106%;
}
.row-fluid .offset7:first-child {
  margin-left: 59.574468085106375%;
  *margin-left: 59.46808510638297%;
}
.row-fluid .offset6 {
  margin-left: 53.191489361702125%;
  *margin-left: 53.085106382978715%;
}
.row-fluid .offset6:first-child {
  margin-left: 51.063829787234035%;
  *margin-left: 50.95744680851063%;
}
.row-fluid .offset5 {
  margin-left: 44.68085106382979%;
  *margin-left: 44.57446808510638%;
}
.row-fluid .offset5:first-child {
  margin-left: 42.5531914893617%;
  *margin-left: 42.4468085106383%;
}
.row-fluid .offset4 {
  margin-left: 36.170212765957444%;
  *margin-left: 36.06382978723405%;
}
.row-fluid .offset4:first-child {
  margin-left: 34.04255319148936%;
  *margin-left: 33.93617021276596%;
}
.row-fluid .offset3 {
  margin-left: 27.659574468085104%;
  *margin-left: 27.5531914893617%;
}
.row-fluid .offset3:first-child {
  margin-left: 25.53191489361702%;
  *margin-left: 25.425531914893618%;
}
.row-fluid .offset2 {
  margin-left: 19.148936170212764%;
  *margin-left: 19.04255319148936%;
}
.row-fluid .offset2:first-child {
  margin-left: 17.02127659574468%;
  *margin-left: 16.914893617021278%;
}
.row-fluid .offset1 {
  margin-left: 10.638297872340425%;
  *margin-left: 10.53191489361702%;
}
.row-fluid .offset1:first-child {
  margin-left: 8.51063829787234%;
  *margin-left: 8.404255319148938%;
}*/
[class*="span"].hide,
.row-fluid [class*="span"].hide {
  display: none;
}
[class*="span"].pull-right,
.row-fluid [class*="span"].pull-right {
  float: right;
}
/** File: /common/stylesheets/bootstrap/bootstrap-forms.css **/
form {
  margin: 0 0 20px;
}
form.search {
  margin-bottom: 0;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: 40px;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
legend small {
  font-size: 15px;
  color: #999999;
}
label,
input,
button,
select,
textarea {
  font-weight: normal;
  font-family: Arial, sans-serif;
}
label {
  display: block;
  margin-bottom: 5px;
}
form li, form input,
li input, form li {
  position: relative;   
}
form .title {
  margin-top: -10px;
}
.label-supplemental {
  float: right;
  position: absolute;
  right: 0;
  top: 9px;
}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
  display: inline-block;
  padding: 0 7px;
  margin-bottom: 14px;
  line-height: 20px;
  color: #555555;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  min-height: 28px;
  height: 40px;
  width: 100%;
  font-size: 18px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  font-style: italic;
  color: #989898;
}
.ie7 select,
.ie7 textarea,
.ie7 input[type="text"] {
  padding: 0;
  line-height: 40px;
}
.ie8 select,
.ie8 textarea,
.ie8 input[type="text"] {
  padding-top: 10px;
}
textarea {
  height: auto;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  -ms-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  font-style: normal;
  color: #333;
}
input.has-data {
  font-style: normal;
  color: #333;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  *margin-top: 0;
  line-height: normal;
  cursor: pointer;
}
input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
  width: auto;
}
select,
input[type="file"] {
  height: 30px;
  /* In IE7, the height of the select element cannot be changed by height, only font-size */
  *margin-top: 4px;
  /* For IE7, add top margin to align select with labels */
  line-height: 30px;
}
select {
  width: 220px;
  background-color: #ffffff;
  border: 1px solid #bbb;
}
#sort_bar select {
  width: 115px;
}
select[multiple],
select[size] {
  height: auto;
}
select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.uneditable-input,
.uneditable-textarea {
  color: #999999;
  cursor: not-allowed;
  background-color: #fcfcfc;
  border-color: #cccccc;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
     -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
}
.uneditable-input {
  overflow: hidden;
  white-space: nowrap;
}
.uneditable-textarea {
  width: auto;
  height: auto;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #999999;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999999;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999999;
  font-style: italic;
}
.radio,
.checkbox {
  min-height: 18px;
  padding-left: 18px;
}
.radio input[type="radio"],
.checkbox input[type="checkbox"] {
  float: left;
  margin-left: -18px;
}
.controls > .radio:first-child,
.controls > .checkbox:first-child {
  padding-top: 5px;
}
.radio.inline,
.checkbox.inline {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 0;
  vertical-align: middle;
}
.radio.inline + .radio.inline,
.checkbox.inline + .checkbox.inline {
  margin-left: 10px;
}
input[class*="span"],
select[class*="span"],
textarea[class*="span"] {
  float: none;
  margin-left: 0;
}
input,
textarea,
.uneditable-input {
  margin-left: 0;
}
.controls-row [class*="span"] + [class*="span"] {
  margin-left: 20px;
}
.controls-row {
  *zoom: 1;
}
.controls-row:before,
.controls-row:after {
  display: table;
  line-height: 0;
  content: "";
}
.controls-row:after {
  clear: both;
}
.controls-row [class*="span"] {
  float: left;
}
input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  cursor: not-allowed;
  background-color: #eeeeee;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"][readonly],
input[type="checkbox"][readonly] {
  background-color: transparent;
}
.control-group.warning > label,
.control-group.warning .help-block,
.control-group.warning .help-inline {
  color: #c09853;
}
.control-group.warning .checkbox,
.control-group.warning .radio,
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  color: #c09853;
  border-color: #c09853;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.warning .checkbox:focus,
.control-group.warning .radio:focus,
.control-group.warning input:focus,
.control-group.warning select:focus,
.control-group.warning textarea:focus {
  border-color: #a47e3c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
}
.control-group.warning .input-prepend .add-on,
.control-group.warning .input-append .add-on {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #c09853;
}
.control-group.error > label,
.control-group.error .help-block,
.control-group.error .help-inline {
  color: #b94a48;
}
.control-group.error .checkbox,
.control-group.error .radio,
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  color: #b94a48;
  border-color: #b94a48;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.error .checkbox:focus,
.control-group.error .radio:focus,
.control-group.error input:focus,
.control-group.error select:focus,
.control-group.error textarea:focus {
  border-color: #953b39;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}
.control-group.error .input-prepend .add-on,
.control-group.error .input-append .add-on {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #b94a48;
}
.control-group.success > label,
.control-group.success .help-block,
.control-group.success .help-inline {
  color: #468847;
}
.control-group.success .checkbox,
.control-group.success .radio,
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  color: #468847;
  border-color: #468847;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.success .checkbox:focus,
.control-group.success .radio:focus,
.control-group.success input:focus,
.control-group.success select:focus,
.control-group.success textarea:focus {
  border-color: #356635;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
}
.control-group.success .input-prepend .add-on,
.control-group.success .input-append .add-on {
  color: #468847;
  background-color: #dff0d8;
  border-color: #468847;
}
input:focus:required:invalid,
textarea:focus:required:invalid,
select:focus:required:invalid {
  color: #b94a48;
  border-color: #ee5f5b;
}
input:focus:required:invalid:focus,
textarea:focus:required:invalid:focus,
select:focus:required:invalid:focus {
  border-color: #e9322d;
  -webkit-box-shadow: 0 0 6px #f8b9b7;
     -moz-box-shadow: 0 0 6px #f8b9b7;
          box-shadow: 0 0 6px #f8b9b7;
}
.form-actions {
  padding: 19px 20px 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-top: 1px solid #e5e5e5;
  *zoom: 1;
}
.form-actions:before,
.form-actions:after {
  display: table;
  line-height: 0;
  content: "";
}
.form-actions:after {
  clear: both;
}
.help-block,
.help-inline {
  color: #595959;
}
.help-block {
  display: block;
  margin-bottom: 10px;
}
.help-inline {
  display: inline-block;
  *display: inline;
  padding-left: 5px;
  vertical-align: middle;
  *zoom: 1;
}
input.search-query {
  padding-right: 14px;
  padding-right: 4px \9;
  padding-left: 14px;
  padding-left: 4px \9;
  /* IE7-8 doesn't have border-radius, so don't indent the padding */
  margin-bottom: 0;
  -webkit-border-radius: 15px;
     -moz-border-radius: 15px;
          border-radius: 15px;
}
.form-search input,
.form-inline input,
.form-horizontal input,
.form-search textarea,
.form-inline textarea,
.form-horizontal textarea,
.form-search select,
.form-inline select,
.form-horizontal select,
.form-search .help-inline,
.form-inline .help-inline,
.form-horizontal .help-inline,
.form-search .uneditable-input,
.form-inline .uneditable-input,
.form-horizontal .uneditable-input,
.form-search .input-prepend,
.form-inline .input-prepend,
.form-horizontal .input-prepend,
.form-search .input-append,
.form-inline .input-append,
.form-horizontal .input-append {
  display: inline-block;
  *display: inline;
  margin-bottom: 0;
  vertical-align: middle;
  *zoom: 1;
}
.form-search .hide,
.form-inline .hide,
.form-horizontal .hide {
  display: none;
}
.form-search label,
.form-inline label,
.form-search .btn-group,
.form-inline .btn-group {
  display: inline-block;
}
.form-search .input-append,
.form-inline .input-append,
.form-search .input-prepend,
.form-inline .input-prepend {
  margin-bottom: 0;
}
.form-search .radio,
.form-search .checkbox,
.form-inline .radio,
.form-inline .checkbox {
  padding-left: 0;
  margin-bottom: 0;
  vertical-align: middle;
}
.form-search .radio input[type="radio"],
.form-search .checkbox input[type="checkbox"],
.form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
  float: left;
  margin-right: 3px;
  margin-left: 0;
}
.control-group {
  margin-bottom: 10px;
}
legend + .control-group {
  margin-top: 20px;
  -webkit-margin-top-collapse: separate;
}
.form-horizontal .control-group {
  margin-bottom: 20px;
  *zoom: 1;
}
.form-horizontal .control-group:before,
.form-horizontal .control-group:after {
  display: table;
  line-height: 0;
  content: "";
}
.form-horizontal .control-group:after {
  clear: both;
}
.form-horizontal .control-label {
  float: left;
  width: 140px;
  padding-top: 5px;
  text-align: right;
}
.form-horizontal .controls {
  *display: inline-block;
  *padding-left: 20px;
  margin-left: 160px;
  *margin-left: 0;
}
.form-horizontal .controls:first-child {
  *padding-left: 160px;
}
.form-horizontal .help-block {
  margin-top: 10px;
  margin-bottom: 0;
}
.form-horizontal .form-actions {
  padding-left: 160px;
}
.content-block form, .content-block form ul{
  margin-bottom: 0;
}
.form-joined {
  overflow: auto;
  margin-top: 14px;
  margin-bottom: 0;
  clear: both;
}
.form-joined .h2 {
  margin-top:0;
}
.form-joined ul {
  margin-bottom: 0;
}
.form-joined li {
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
}
.ie7 .form-joined li {
  float: left;
}
.ie7 .form-joined .inset.btn {
  margin-right:0;
  top: 4px;
}
.ie7 .form-joined li.first {
  margin-right: 0;
}
.form-joined .full-width {
  width: 100%;
}
.form-joined .two-thirds {
  width: 67.4%;
}
.form-joined .two-thirds input[type="text"] {
  border-radius: 4px 0 0 4px;
  border-right: none;
  width: 100%;
}
.form-joined .one-third {
  width: 33%;
  margin-left: -1%;
}
.form-joined .one-third.first {
  margin-left: 0;
  width: 33.5%;
}
.form-joined .one-third.last {
  width:34.4%;
}
.form-joined .one-third input[type="text"] {
  border-left: 1px dashed #ccc;
  width: 100%;
}
.form-joined .one-third.first input[type="text"] {
  border-radius: 4px 0 0 4px;
  border-left: 1px solid #ccc;
}
.form-joined .one-third.last input[type="text"] {
  margin-left: 0;
  border-radius: 0 4px 4px 0;
}
.form-joined .one-third input[type="text"]:focus,
.form-joined .two-thirds input[type="text"]:focus {
    border: 1px solid rgb(82, 168, 236);
  border: 1px solid rgba(82, 168, 236, 0.8);
}
.form-joined .two-thirds.last {
  width: 66.8%;
  margin-left: -1%;
}
.form-joined .two-thirds.last input[type="text"] {
  border-left: 1px dashed #CCC;
  border-radius: 0 4px 4px 0;
  border-right: 1px solid #CCC;
}
.ie8 .form-joined .two-thirds input:focus {
  border-right: 1px solid #ccc;
}
.form-joined .one-third .inset {
  right: 2px;
}
.form-joined .inset:focus {
  position: absolute;
}
.form-joined input {
  margin-bottom: 0;
}
.form-joined input:focus {
  position: relative;
  z-index:1;
}
.half-width {
  width: 48%;
  display: inline-block;
}
.half-width:first-child, 
.ie7 li.first {
  margin-right: 2%;
}
.ie7 .half-width {
  float: right;
}
.ie7 .first {
  float: left;
}
.ie7 .content-block li .inset {
  top: 3px;
  right: 8px;
}
/** File: /common/stylesheets/bootstrap/bootstrap-buttons.css **/
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.btn {
  text-decoration: none;
  display: inline-block;
  *display: inline;
  padding: 4px 14px 3px;
  margin-bottom: 0;
  *margin-left: .3em;
  font-size: 14px;
  line-height: 19px;
  *line-height: 20px;
  color: #333333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  *background-color: #e6e6e6;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #bbbbbb;
  *border: 0;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-bottom-color: #a2a2a2;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.btn:hover,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  color: #333333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}
.btn:active,
.btn.active {
  background-color: #cccccc \9;
}
.btn:first-child {
  *margin-left: 0;
}
.btn:hover {
  color: #333333;
  text-decoration: none;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
  /* Buttons in IE7 don't get borders, so darken on hover */
  -webkit-transition: background-position 0.1s linear;
     -moz-transition: background-position 0.1s linear;
       -o-transition: background-position 0.1s linear;
          transition: background-position 0.1s linear;
}
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn.active,
.btn:active {
  background-color: #e6e6e6;
  background-color: #d9d9d9 \9;
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.btn.disabled,
.btn[disabled] {
  cursor: default;
  background-color: #e6e6e6;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}
.btn-large {
  padding: 9px 14px;
  font-size: 16px;
  line-height: normal;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
}
.btn-large [class^="icon-"] {
  margin-top: 2px;
}
.btn-small {
  padding: 3px 9px;
  font-size: 12px;
  line-height: 18px;
}
.btn-small [class^="icon-"] {
  margin-top: 0;
}
.btn-mini {
  padding: 2px 6px;
  font-size: 11px;
  line-height: 16px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
  color: rgba(255, 255, 255, 0.75);
}
.btn {
  border-color: #c5c5c5;
  border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25);
}
.btn-primary {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background: #F3901D;
  border-color: #f5a64b #f08a19 #f08a19;
}
.btn-primary:hover,
.btn-primary.disabled,
.btn-primary[disabled] {
  background-color: #f08a19;
  border-color: #f3a147 #f08a19 #f08a19;
  color: #fff;
}
.btn-primary:active,
.btn-primary.active {
  -webkit-box-shdaow: inset 0 0 12px rgba(0,0,0,0.9);
  -moz-box-shdaow: inset 0 0 12px rgba(0,0,0,0.9);
  box-shdaow: inset 0 0 12px rgba(0,0,0,0.9);
}
.btn-secondary {
  color: #333;
  background: #fff;
  -webkit-box-shdaow: inset 0 -2px 4px rgba(0,0,0,0.1);
  -moz-box-shdaow: inset 0 -2px 4px rgba(0,0,0,0.1);
  box-shadow: inset 0 -2px 4px rgba(0,0,0,0.1);  
  border-color: #ccc;
}
.btn-secondary:hover,
.btn-secondary.disabled,
.btn-secondary[disabled] {
  background: #f6f6f6;
}
.btn-secondary:active,
.btn-secondary.active {
  background: #f1f1f1;
  -webkit-box-shdaow: inset 0 2px 4px rgba(0,0,0,0.1);
  -moz-box-shdaow: inset 0 2px 4px rgba(0,0,0,0.1);
  box-shadow: inset 0 2px 4px rgba(0,0,0,0.1);
}
.content-block .inset,
.btn.inset {
  position: absolute;
  top: 2px;
  right: 2px;
  padding-top: 0;
  padding-bottom: 0;
  z-index:2;
  height: 36px;
  background: #eeeeee url(../../common/images/redesign/icon_search_1351812624.png) no-repeat center center;
  text-indent: -9999px;
  width: 36px;
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
}
.content-block .inset:hover,
.btn.inset:hover {
  background-color: #f6f6f6;
} 
.ie7 .content-block .inset,
.ie7 .btn.inset {
  top: 3px;
  right: 0;
  margin-right: -8px;
}
.btn-warning {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #faa732;
  *background-color: #f89406;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-repeat: repeat-x;
  border-color: #f89406 #f89406 #ad6704;
  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='#fffbb450', endColorstr='#fff89406', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}
.btn-warning:hover,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
  color: #ffffff;
  background-color: #f89406;
  *background-color: #df8505;
}
.btn-warning:active,
.btn-warning.active {
  background-color: #c67605 \9;
}
.btn-danger {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #da4f49;
  *background-color: #bd362f;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
  background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  border-color: #bd362f #bd362f #802420;
  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='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}
.btn-danger:hover,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  color: #ffffff;
  background-color: #bd362f;
  *background-color: #a9302a;
}
.btn-danger:active,
.btn-danger.active {
  background-color: #942a25 \9;
}
.btn-success {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #5bb75b;
  *background-color: #51a351;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
  background-image: -webkit-linear-gradient(top, #62c462, #51a351);
  background-image: -o-linear-gradient(top, #62c462, #51a351);
  background-image: linear-gradient(to bottom, #62c462, #51a351);
  background-image: -moz-linear-gradient(top, #62c462, #51a351);
  background-repeat: repeat-x;
  border-color: #51a351 #51a351 #387038;
  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='#ff51a351', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}
.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  color: #ffffff;
  background-color: #51a351;
  *background-color: #499249;
}
.btn-success:active,
.btn-success.active {
  background-color: #408140 \9;
}
.btn-info {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #49afcd;
  *background-color: #2f96b4;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
  background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
  background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
  background-repeat: repeat-x;
  border-color: #2f96b4 #2f96b4 #1f6377;
  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='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}
.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  color: #ffffff;
  background-color: #2f96b4;
  *background-color: #2a85a0;
}
.btn-info:active,
.btn-info.active {
  background-color: #24748c \9;
}
.btn-inverse {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #363636;
  *background-color: #222222;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#222222));
  background-image: -webkit-linear-gradient(top, #444444, #222222);
  background-image: -o-linear-gradient(top, #444444, #222222);
  background-image: linear-gradient(to bottom, #444444, #222222);
  background-image: -moz-linear-gradient(top, #444444, #222222);
  background-repeat: repeat-x;
  border-color: #222222 #222222 #000000;
  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='#ff444444', endColorstr='#ff222222', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}
.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  color: #ffffff;
  background-color: #222222;
  *background-color: #151515;
}
.btn-inverse:active,
.btn-inverse.active {
  background-color: #080808 \9;
}
button.btn,
input[type="submit"].btn {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button.btn.btn-large,
input[type="submit"].btn.btn-large {
  *padding-top: 7px;
  *padding-bottom: 7px;
}
button.btn.btn-small,
input[type="submit"].btn.btn-small {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
button.btn.btn-mini,
input[type="submit"].btn.btn-mini {
  *padding-top: 1px;
  *padding-bottom: 1px;
}
.btn-link,
.btn-link:active {
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}
.btn-link {
  color: #0088cc;
  cursor: pointer;
  border-color: transparent;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}
.btn-link:hover {
  color: #005580;
  text-decoration: underline;
  background-color: transparent;
}
.btn-group {
  position: relative;
  *margin-left: .3em;
  font-size: 0;
  white-space: nowrap;
}
.btn-group:first-child {
  *margin-left: 0;
}
.btn-group + .btn-group {
  margin-left: 5px;
}
.btn-toolbar {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 0;
}
.btn-toolbar .btn-group {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
}
.btn-toolbar .btn + .btn,
.btn-toolbar .btn-group + .btn,
.btn-toolbar .btn + .btn-group {
  margin-left: 5px;
}
.btn-group > .btn {
  position: relative;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}
.btn-group > .btn + .btn {
  margin-left: -1px;
}
.btn-group > .btn,
.btn-group > .dropdown-menu {
  font-size: 14px;
}
.btn-group > .btn-mini {
  font-size: 11px;
}
.btn-group > .btn-small {
  font-size: 12px;
}
.btn-group > .btn-large {
  font-size: 16px;
}
.btn-group > .btn:first-child {
  margin-left: 0;
  -webkit-border-bottom-left-radius: 4px;
          border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
          border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 4px;
}
.btn-group > .btn:last-child,
.btn-group > .dropdown-toggle {
  -webkit-border-top-right-radius: 4px;
          border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
          border-bottom-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
}
.btn-group > .btn.large:first-child {
  margin-left: 0;
  -webkit-border-bottom-left-radius: 6px;
          border-bottom-left-radius: 6px;
  -webkit-border-top-left-radius: 6px;
          border-top-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  -moz-border-radius-topleft: 6px;
}
.btn-group > .btn.large:last-child,
.btn-group > .large.dropdown-toggle {
  -webkit-border-top-right-radius: 6px;
          border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
          border-bottom-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  -moz-border-radius-bottomright: 6px;
}
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active {
  z-index: 2;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  *padding-top: 5px;
  padding-right: 8px;
  *padding-bottom: 5px;
  padding-left: 8px;
  -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.btn-group > .btn-mini + .dropdown-toggle {
  *padding-top: 2px;
  padding-right: 5px;
  *padding-bottom: 2px;
  padding-left: 5px;
}
.btn-group > .btn-small + .dropdown-toggle {
  *padding-top: 5px;
  *padding-bottom: 4px;
}
.btn-group > .btn-large + .dropdown-toggle {
  *padding-top: 7px;
  padding-right: 12px;
  *padding-bottom: 7px;
  padding-left: 12px;
}
.btn-group.open .dropdown-toggle {
  background-image: none;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.btn-group.open .btn.dropdown-toggle {
  background-color: #e6e6e6;
}
.btn-group.open .btn-primary.dropdown-toggle {
  background-color: #0044cc;
}
.btn-group.open .btn-warning.dropdown-toggle {
  background-color: #f89406;
}
.btn-group.open .btn-danger.dropdown-toggle {
  background-color: #bd362f;
}
.btn-group.open .btn-success.dropdown-toggle {
  background-color: #51a351;
}
.btn-group.open .btn-info.dropdown-toggle {
  background-color: #2f96b4;
}
.btn-group.open .btn-inverse.dropdown-toggle {
  background-color: #222222;
}
.btn .caret {
  margin-top: 8px;
  margin-left: 0;
}
.btn-mini .caret,
.btn-small .caret,
.btn-large .caret {
  margin-top: 6px;
}
.btn-large .caret {
  border-top-width: 5px;
  border-right-width: 5px;
  border-left-width: 5px;
}
.dropup .btn-large .caret {
  border-top: 0;
  border-bottom: 5px solid #000000;
}
.btn-primary .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret,
.btn-success .caret,
.btn-inverse .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.btn-group-vertical {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
}
.btn-group-vertical .btn {
  display: block;
  float: none;
  width: 100%;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}
.btn-group-vertical .btn + .btn {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical .btn:first-child {
  -webkit-border-radius: 4px 4px 0 0;
     -moz-border-radius: 4px 4px 0 0;
          border-radius: 4px 4px 0 0;
}
.btn-group-vertical .btn:last-child {
  -webkit-border-radius: 0 0 4px 4px;
     -moz-border-radius: 0 0 4px 4px;
          border-radius: 0 0 4px 4px;
}
.btn-group-vertical .btn-large:first-child {
  -webkit-border-radius: 6px 6px 0 0;
     -moz-border-radius: 6px 6px 0 0;
          border-radius: 6px 6px 0 0;
}
.btn-group-vertical .btn-large:last-child {
  -webkit-border-radius: 0 0 6px 6px;
     -moz-border-radius: 0 0 6px 6px;
          border-radius: 0 0 6px 6px;
}
/** File: /common/stylesheets/bootstrap/bootstrap-dropdown.css **/
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle {
  *margin-bottom: -3px;
}
.dropdown-toggle:active,
.open .dropdown-toggle {
  outline: 0;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: top;
  border-top: 4px solid #000000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
}
.dropdown .caret {
  margin-top: 8px;
  margin-left: 2px;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
     -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
     -moz-background-clip: padding;
          background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  *width: 100%;
  height: 1px;
  margin: 9px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #ffffff;
}
.dropdown-menu a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 20px;
  color: #333333;
  white-space: nowrap;
  text-decoration: none;
}
.dropdown-menu li > a:hover,
.dropdown-menu li > a:focus,
.dropdown-submenu:hover > a {
  color: #ffffff;
  text-decoration: none;
  background-color: #0088cc;
  background-color: #0081c2;
  background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
  background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
  background-image: -o-linear-gradient(top, #0088cc, #0077b3);
  background-image: linear-gradient(to bottom, #0088cc, #0077b3);
  background-repeat: repeat-x;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
}
.dropdown-menu .active > a,
.dropdown-menu .active > a:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #0088cc;
  background-color: #0081c2;
  background-image: linear-gradient(to bottom, #0088cc, #0077b3);
  background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
  background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
  background-image: -o-linear-gradient(top, #0088cc, #0077b3);
  background-repeat: repeat-x;
  outline: 0;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
}
.dropdown-menu .disabled > a,
.dropdown-menu .disabled > a:hover {
  color: #999999;
}
.dropdown-menu .disabled > a:hover {
  text-decoration: none;
  cursor: default;
  background-color: transparent;
}
.open {
  *z-index: 1000;
}
.open > .dropdown-menu {
  display: block;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid #000000;
  content: "\2191";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
     -moz-border-radius: 0 6px 6px 6px;
          border-radius: 0 6px 6px 6px;
}
.dropdown-submenu:hover .dropdown-menu {
  display: block;
}
.dropdown-submenu > a:after {
  display: block;
  float: right;
  width: 0;
  height: 0;
  margin-top: 5px;
  margin-right: -10px;
  border-color: transparent;
  border-left-color: #cccccc;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  content: " ";
}
.dropdown-submenu:hover > a:after {
  border-left-color: #ffffff;
}
.dropdown .dropdown-menu .nav-header {
  padding-right: 20px;
  padding-left: 20px;
}
/** File: /common/stylesheets/common.css **/
body {
  margin: 0 0 0 10px;
  padding: 0;
  font-size: 12px;
  font-family: arial, sans-serif;
  text-align: center;
  color: #333333;
  height: 100%;
}
a {
  color: #333333;
}
a:hover {
  color: #333333;
}
h1 {
  margin: 0px 0px 0px 26px;
  float: left;
  font-size: 22px;
  font-weight: bold;
  background: url(../../common/images/swath_small_left_1343868887.gif) bottom left no-repeat;
}
h1 span {
  background: url(../../common/images/swath_small_right_1343868887.gif) bottom right no-repeat;
}
h1.no_swath {
  background: none;
}
h2,
.error_explanation {
  font-family: arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
}
.search_results_count {
  margin: 0 0 10px 26px;
}
.search_results_count em {
  font-style: normal;
}
.search_results_count_single {
  margin: 0 0 8px 25px;
  font-size: 22px;
  font-weight: bold;
  background: url(../../common/images/swath_small_left_1343868887.gif) bottom left no-repeat;
  float: left;
  _display: inline;
  color: #333333;
}
h2.gray {
  color: #333333;
}
/* for swath */
h2 span {
  background: url(../../common/images/swath_small_right_1343868887.gif) bottom right no-repeat;
  display: inline-block;
  *display: inline;
  position: relative;
}
h2 {
  color: #54b948;
}
h3 {
  font-size: 13px;
  font-weight: bold;
  color: #333333;
}
h4{
  font-size:22px;
}
#wrap {
  margin: 0 auto;
  width: 970px;
}
#content {
  text-align: left;
}
.invisible {
  visibility: hidden;
}
.hide {
  display: none;
}
.show {
  display: block;
}
.italics {
  font-style: italic;
}
.nobr {
  white-space: nowrap;
}
.horizontal_line {
  height: 1px;
  background: url(../../common/images/line_dotted_1343868887.png) center left repeat-x;
}
.vertical_line {
  width: 1px;
  background: url(../../common/images/line_dotted_vertical_1343868887.png) top center repeat-y;
}
/* Following two rules are for WP logo */
div#logo {
  float: left;
  position: relative;
  margin: 0;
  padding: 0;
  width: 215px;
  height: 118px;
  text-indent: -9000em;
}
div#logo a {
  background: url(../../common/images/sprite_common_1365202319-2.png) 0 7px no-repeat;
  position: absolute;
  top: 10px;
  left: 0;
  width: 184px;
  height: 88px;
  border: 0;
}
a {
  color: #333333;
}
#top_ad {
  float: right;
  margin-top: 5px;
  height: 90px;
}
img {
  border: 0;
}
#top {
  float: left;
  position: relative;
}
#top p {
  font-size: 25px;
}
#left {
  float: left;
  width: 640px;
}
#left_column,
#right_column {
  float: left;
  width: 288px;
}
#left_column.more_searches{
  width: 322px;
}
.top_rail_spacer {
  height: 24px;
}
#column_divider {
  background: url(../../common/images/line_dotted_vertical_1343868887.png) repeat-y;
  float: left;
  width: 1px;
  height: 110px;
  margin: 28px 29px 0 25px;
}
.row_divider {
  background: url(../../common/images/line_dotted_1343868887.png) repeat-x;
  height: 1px;
  margin: 10px 0;
  font-size: 0;
  line-height: 1px;
  clear: both;
}
#bottom_horiz {
  clear: left;
  overflow: hidden;
}
/* Reverse Phone More Info */
.reverse_phone_more_info {
  margin: 5px 0 0 10px;
}
.reverse_phone_more_info span {
  font-weight: bold;
}
/* Breadcrumbs */
.breadcrumbs {
	font-size: 11px;
	color: #999999;
	margin-left: 26px;
}
.breadcrumbs span {
	padding: 0 5px 0 5px;
}
.breadcrumbs a {
	color: #999999;
}
/* Ads at bottom content area */
.pre_ad_block {
  height: 30px !important;
}
.seo_phone #local_info {
  text-align: left;
  color: #6d665f;
  width: 205px;
  float: left;
  margin: 0 0 0 33px;
}
#local_info h4 {
  font: bold 14px Arial;
  margin: 0 0 14px 0;
}
#local_info p {
  font: normal 12px Arial;
  margin: 0 0 9px 0;
  padding: 0;
}
/* End ads at bottom content area */
/* half_rect ad positions */
#half_rect_ad_positions {
  position:relative;
  clear:both;
}
#wpn_ad_content_half_rect, #wpn_ad_content_half_rect2 {
  width:300px;
  height:115px;
  display:inline;
}
/* end Remove Listing Confirmation */
/* google adsense ads */
.adsense_results {
  padding: 3px 0 1px 15px;
  border: 1px solid #ccc;
  text-align: left;
}
.adsense_results a {
  color: #4289b7;
}
.adsense_results .sponsor_header a {
  color:#333333;
  text-decoration: none;
}
.adsense_results .sponsor_header a:hover {
  text-decoration: underline;
}
.adsense_results .sponsor_header {
  text-align: left;
  height: 17px;
}
.adsense_results .listing {
  padding:0 0 10px 0;
  font-size:13px;
}
#serp_top_wide.adsense_results .listing {
  padding-bottom: 5px;
}
#serp_top_wide.adsense_results  {
  margin-bottom: 0;
  margin-top: 3px;
}
.adsense_results .listing .name {
  font-weight:bold;
}
.adsense_results .listing .tagline a {
  text-decoration: none;
  margin-left: 0.31415em;
}
.adsense_results .listing .tagline span.google_adsense_line_3 {
  margin-left: 0.31415em;
}
#serp_right_rail.adsense_results .listing .tagline a {
  display: block;
  margin-left: 0;
}
#detail_right_rail.adsense_results .tagline span {
  display: block;
  margin-left: 0;
}
#detail_right_rail.adsense_results .tagline span a {
  margin-left: 0;
}
/* end google adsense ads */
#right {
  float: right;
  width: 300px;
  text-align: center;
  position: relative;
  clear: right;
}
div.clear {
  clear: both;
  height: 1px;
  line-height: 1px;
}
#main {
  clear: both;
  margin: 0;
  padding: 0 0 0 0;
  min-height: 510px;
}
.page_detail {
  margin-top: -13px;
}
/* Universal popup wrapper */
#wp_popup {
  position: absolute;
  z-index: 9000;
}
/* standard box style */
#wp_popup_inner {
  padding: 10px;
  _width:0;
  *zoom:1;
}
div.standard_box{
  border:6px solid #999999;
  padding:1px;
  background:#fff;
}
#wp_popup_loading{
  height: 150px;
  width: 150px;
  position: relative;
}
div.standard_box div.standard_box_inner{
  border:1px solid #53b449;
  zoom:1;
}
#wp_popup_loading img {
  height: 47px;
  width: 84px;
  margin-top: -47px;
  margin-left: -42px;
  position: absolute;
  top: 50%;
  left: 50%;
}
.whitebox{
  border:1px solid #d6d2c7;
  padding:1px;
  background:#fff;
}
.whitebox_inner{
  border:1px solid #f4f5f0;
}
/* end standard box style */
#arrow {
  position: absolute;
  z-index: 10000;
}
#modal {
  z-index: 1000;
  position: relative;
}
/* Modal dialogs */
#modal_background {
  position: fixed;
  _position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  _width: expression(document.documentElement.scrollWidth + 'px');
  _height: expression(document.documentElement.scrollHeight + 'px');
  background-color: #000;
  opacity: 0.5;
  filter: alpha(opacity = 50);
}
#modal_loading {
  background-color: #fff;
  margin: 100px 0 0 185px;
  padding: 50px 0;
  position: fixed;
  _position: absolute;
  text-align: center;
  width: 600px;
}
#modal_close {
  display: block;
  cursor: pointer;
  height: 17px;
  margin: 105px 0 0 763px;
  width: 17px;
  background: url(../../common/images/sprite_login_1343868887.png) -16px -71px;
  position: fixed;
  _position: absolute;
  z-index: 1;
}
#modal_iframe {
  position: fixed;
  _position: absolute;
  display: block;
  margin: 100px 0 0 185px;
  width: 600px;
  height: 600px;
}
#close_wp_popup {
  margin-right: 2px;
  font-size: 10px;
  position: absolute;
  right: 0px;
  top: 5px;
  padding-right: 18px;
  text-decoration: underline;
  background: url(../../common/images/sprite_common_1365202319-2.png) -369px -255px no-repeat;
  cursor: pointer;
  color: #333333;
}
/* reminder popup */
#reminder_popup{
  position:absolute;
  top:200px;
  left:60px;
  background:#fff;
  z-index:20000;
  width:672px;
}
#reminder_popup iframe{
  height: 250px;
}
#reminder_popup p.login_close{
  text-align:right;
  padding:2px 5px 0 0;
}
#reminder_popup p.login_close a{
  color:#333333;
  text-decoration:underline;
}
/* end reminder popup */
/* universal popup form errors */
.required {
  color: #d50000;
}
.error_on {
	height: auto !important;
  color: #d50000 !important;
  font-size: 11px !important;
}
.input_error_border {
	border: 1px solid #d50000 !important;
}
#innerTextArea.text_error {
  border-right: 1px solid #d50000 !important;
  border-left: 1px solid #d50000 !important;
  border-bottom: 1px solid #d50000 !important;
}
/* end universal popup form errors */
/* universal error page styling */
h1#error_title {
  color: #ff0000;
  margin: 15px 0 0 25px;
}
p.error_msg img {
	position: relative;
	top: 9px;
  float: left;
  margin-right: 5px;
}
p.error_msg .icon_exclamation_mark {
  background: url(../../common/images/sprite_common_1365202319-2.png) -453px -133px no-repeat;
  height: 26px;
  width: 29px;
}
p.error_msg {
  font-size: 16px;
  font-weight: bold;
  float: left;
  clear: both;
  margin: 0 0 0 32px;
  position: relative;
  top: 10px;
}
p.error_msg #error {
  position: relative;
  top: 10px;
}
/* end universal error page styling */
/* Footer More Div */
#footer_more_div {
  position: absolute;
  background-color: #ffffff;
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
  border-right: 2px solid #ccc;
  border-bottom: 2px solid #ccc;
  text-align: left;
  padding: 4px 8px 6px;
  margin-top: -14px;
  margin-left: 772px;
}
#footer_more_div a {
  text-decoration: none;
  color: #666666;
  line-height: 1.5;
  display: block;
}
/* Rules Below are for City White/Yellow Pages Divs on footer */
.footer_whiteyellow_div {
  position: absolute;
  z-index: 1000; /* so it shows on top of ads */
  background-color: #ffffff;
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
  border-right: 2px solid #ccc;
  border-bottom: 2px solid #ccc;
  text-align: left;
  padding: 6px 8px;
  margin-top: -14px;
  margin-left: 460px;
}
.footer_whiteyellow_div h2 {
  margin: 0;
}
.footer_whiteyellow_div ul.cities {
  float: left;
  width: 120px;
  margin: 15px 0 0 0;
  padding: 0;
  list-style-type: none;
}
.footer_whiteyellow_div ul.cities li {
  float: none;
  width: 120px !important;
  padding: 0 !important;
  display: block !important;
  text-align: left;
}
.footer_whiteyellow_div ul.cities li a {
  margin: 0;
  padding: 0;
}
.footer_whiteyellow_div p.state_search {
  position: absolute;
  top: 8px;
  right: 4px;
}
/* Help */
.help_icon {
  background: url(../../common/images/sprite_common_1365202319-2.png) -390px -120px no-repeat;
  height: 13px;
  width: 14px;
}
.people_directory h3{
  text-decoration: underline;
}
.people_directory p {
  float: left;
}
.site_map ul.homepage_sitemap_links {
  list-style: none;
  display: inline;
  padding: 0 0 0 5px;
  margin: 0;
}
.site_map ul.homepage_sitemap_links li {
  display: inline;
  padding: 0 2px;
  text-transform: lowercase;
}
.ie7 .brand-wp.biz.details #right{ clear: none; }
.clear-all {
}
/** File: /common/stylesheets/ads.css **/
/* bottom banner ad */
.ad_728x91 {
  margin: auto;
}
/* house 275x100 position */
.ad_275x100{
  position: absolute;
  top: 235px;
  left: 345px;
}
/* Text Link Ads */
.ad_disclaimer{
  color: #999;
  font-size: 9px;
  text-decoration: none;
  margin: 0 5px 0 0;
  text-transform: uppercase;
}
.ad_1x1 a{
  color:  #4289B7;
}
.ad_1x1.ad_right{
  height: 14px;
  padding: 8px 0;
  clear: left;
  text-align: right;
  overflow: hidden;
  float: right;
}
.ie7 .ad_1x1.ad_right{ 
  clear: none;
}
.ad_1x1.ad_left{
  height: 14px;
  clear: left;
  float: left;
  text-align: center;
  padding: 8px 0px;
  width: 644px;
}
#current_caller_id {
  text-align: left;
}
/* */
/* 300x600 Right */ 
.ad_300x600.ad_top{
}
/* 300x250 Bottom (Right Rail 2) */
.ad_300x250.ad_bottom{
  margin: 100px 0 0 0;
  }
/* */
/*DFP Interstitial Ad Settings */
#logo{
	z-index: 101 !important;
}
#interstitial_ad{
  position: absolute;
  margin:0px;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 100;
  filter: alpha(opacity=00);
  -moz-opacity: 0.0;
  opacity: 0.0;
  text-align: center;
}
#interstitial_close_contain {
  width: 100%;
  position: absolute;
  top: 136px;
  left: 0px;
}
#interstitial_close {
  float: right;
  margin-right: 120px;
  visibility: hidden;
}
#interstitial_instruct {
  color: #333333;
  margin-left: auto;
  margin-right: auto;
  padding-top: 149px;
  width: 937px;
  padding-left: 60px;
  text-align: left;
  font-size: 13px;
  visibility: hidden;
  position: static;
  margin-bottom: 12px;
}
#interstitial_label {
  color: #333333;
  font-size: 11px;
  margin-bottom: 1px;
}
/* */
.ad_ready {
  font-size: 11px;
  text-align: center;
  position: relative;
  top: 1px;
  margin-bottom: 3px; /* currently only accurate on home page */
}
#wpn_ad_content_rich_media {
  font-size: 0;
  height: auto;
  margin: 0px auto;
  text-align: center;
  width: 970px;
  overflow: hidden;
}
#wpn_ad_content_rich_media div#adDiv table,
#wpn_ad_content_rich_media div#adDiv {
  height: 0px;
  overflow: hidden;
}
#wpn_ad_content_bottom_rail {
  margin-top: 26px;
}
#wpn_ad_content_bottom_rail object,
#wpn_ad_content_bottom_rail iframe {
  margin: 0 auto;
}
#ad_block #wpn_ad_content_landscape_module {
  margin: 0 0 20px 0;
  border: 1px solid #ccc;;
  text-align: left;
  height: 108px;
  overflow: hidden;
}
.ad_410x200{
  clear: left;
  width: 410px;
  }
.seo_phone .ad_410x200 {
  padding: 0;
  float: left;
  margin: 30px  22px 0 33px;
}
.area.form .ad_410x200{
  margin: 30px 0 0 0;
  float: left;
}
.brand-wpca.person.results .ad_410x200{
  float: left;
  margin: 20px 0 0 0;
}
.brand-four_one_one.results .ad_410x200{
  float: left;
  }
.phone.form .ad_410x200{ clear: left; }
/* Endemic Marketplace Styles */
.partner_searches {
  clear: both;
  margin: 0 0 30px;
  padding: 20px 0;
}
.partner_searches .no_results {
  padding: 0 0 0 0;
}
.partner_searches p.header {
  color:#333333;
  font-weight: bold;
  font-size: 14px;
  margin:0 0 10px 15px;
  padding: 0;
}
.partner_searches p.header span {
  padding-left:13px;
}
.partner_searches .partner_box {
  margin: 0 0 25px 0;
}
.no_results .partner_searches {
  padding: 0 0 0 0;
}
/* ??? */
#name_seo_text_link_ads {
  float: right;
  margin-right: 75px;
}
#name_seo_text_link_ads a {
  color: #4289B7;
}
#name_seo_text_link_ads p {
  color:#999999;
  font-size:9px;
  margin:0;
  padding:0;
  text-transform:uppercase;
}
.partner_box .ad_680x200.ad_top{
  margin-bottom: 20px;
}
/* DEPRECATED REMOVE BEFORE FINAL DEPLOY 
.ad_ready {
  font-size: 11px;
  text-align: center;
  position: relative;
  top: 1px;
  margin-bottom: 3px; /* currently only accurate on home page /
}
#send_listing_thanks_ad {
  width: 300px;
  position: absolute;
  bottom: 15px;
  margin: 0 6px;
}
.map_view_top_rail {
  float: right;
  margin-top: 15px;
  width: 420px;
}
.ad_label {
  font-size: 9px;
  color: #999999;
	margin: 0 5px 0 0 !important;
}
.listing_detail .sponsor1 a  {
	color: #4289B7;	
}
*/
/** File: /common/stylesheets/autocomplete.css **/
.autocomplete_results {
  padding: 0;
  border-width: 1px;
  border-style: solid;
  background-color: #fff;
  overflow: hidden;
}
.autocomplete_results ul {
  width: 100%;
  list-style-position: outside;
  list-style: none;
  padding: 7px 0;
  margin: 0;
  background-color: #fff;
}
.autocomplete_results iframe {
  display:none;/*sorry for IE5*/
  display/**/:block;/*sorry for IE5*/
  position:absolute;
  top:0;
  left:0;
  z-index:-1;
  filter:mask();
  width:3000px;
  height:3000px;
}
.autocomplete_results li {
  margin: 0;
  padding: 3px 5px 3px 10px;
  cursor: pointer;
  display: block;
  width: 100%;
  font-size: 12px;
  color: #333333;
  text-align: left;
  overflow: hidden;
  white-space: nowrap;
}
.autocomplete_over {
  background-color: #e6e6e6;
  color: #333333;
  text-decoration: underline;
}
.autocomplete_results_business li {
  padding: 3px 10px;
  width: auto;
  overflow: visible;
  white-space: normal;
}
.autocomplete_results_business ul {
  padding-top: 5px;
}
.autocomplete_results_business p {
  font-size: 10px;
  padding: 2px 10px 0 10px;
  text-align: right;
  margin: 0;
}
/** File: /common/stylesheets/endemic_style_template.css **/
.ad_container { 
	width: auto;
	background-color: #FFFFFF;
	padding: 7px 20px 35px 20px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	border: 5px solid #e6e6e6;
}
div.ad_container a:link { color: #4289B7; text-decoration: underline; }
div.ad_container a:hover { color: #4289B7; text-decoration: underline; }
div.ad_container a:visited { color: #4289B7; text-decoration: underline; }
div.ad_container a:active { color: #4289B7; text-decoration: underline; }
.ad_column_header {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.ad_column_header td {
	vertical-align: top;
}
.ad_sponsored_top { 
	font-size: 9px; 
	font-weight:bold; 
	text-transform: uppercase;
	color: #999999; 
	margin: 7px 0;
	padding:0;
}
.brand-four_one_one .ad_sponsored_top {
	color: #705F15; 
}
.ad_header {
	margin: 5px 0;
	font-size: 13px;
}
.ad_header_link { 
	font-weight: bold; 
	font-size: 13px; 
	color: #4289B7;
	text-decoration: underline;
}
.ad_column_item {
	font-size: 12px;
	color: #000000;
}
.ad_column_item_link {
	color: #4289B7;
	text-decoration: underline;
}
.ad_column_bot { 
	float: left;
	margin-top: 5px;
}
.ad_column_bot_link { 
	font-size: 12px; 
}
.ad_sponsored_company { 
	float: right; 
	margin-top: 5px;
}
.ad_sponsored_company_link {
	font-weight: bold; 
}
.ad_form_label {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.ad_form_input {
	font-size: 12px;
	padding: 0 15px;
	color: #000000;
	width: 130px;
}
.ad_form_btn {
	font-size: 12px;
	color: #000000;
	width: 60px;
	margin: 10px 0px 0px 70px;
}
.ad_column_bot_12 {
	font-size: 12px;
}
.ad_column_bot_12_link {
	font-size: 12px;
	font-weight: bold;
}
.input_td {
	width:130px;
	}
.ad_form_input {
	font-size: 12px;
	padding: 0 15px;
	color: #000000;
	width: 130px;
	}
	
.ad_table {
	width: 100%;
	}
/** File: /common/stylesheets/buttons.css **/
button {
	font-weight: bold;
	padding: 0.25em;
	cursor: pointer;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
}
.linkbutton-primary-orange, .linkbutton-secondary, .linkbutton-primary-grey {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
}
button.primary-orange, .linkbutton-primary-orange {
	background: #F3901D url(../../common/images/button_bg_1343868887.gif) 0 0 repeat-x;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #999999;
	border-right: 1px solid #666666;
	border-top: 1px solid #999999;
	color: #ffffff !important;
	cursor: pointer;
	display: inline-block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 4px;
	overflow: visible;
	padding: 6px 10px;
	text-decoration: none;
	vertical-align: middle;
}
button.primary-grey, .linkbutton-primary-grey {
	background: #E6E6E6 url(../../common/images/button_bg_1343868887.gif) 0 -150px repeat-x;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #999999;
	border-right: 1px solid #666666;
	border-top: 1px solid #999999;
	color: #333333 !important;
	cursor: pointer;
	display: inline-block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 4px;
	overflow: visible;
	padding: 6px 10px;
	text-decoration: none;
	vertical-align: middle;
}
button.secondary, .linkbutton-secondary {
	background: #E6E6E6 url(../../common/images/button_bg_1343868887.gif) 0 -150px repeat-x;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #999999;
	border-right: 1px solid #666666;
	border-top: 1px solid #999999;
	color: #000000 !important;
	cursor: pointer;
	display: inline-block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal !important;
	margin-bottom: 4px;
	overflow: visible;
	padding: 5px 6px;
	text-decoration: none;
	vertical-align: middle;
}
button.primary-grey:hover, button.primary-grey-hover, .linkbutton-primary-grey:hover,
button.secondary:hover, button.secondary-hover, .linkbutton-secondary:hover {
	border: 1px solid #F3901D;
	color: #333333 !important;
}
button.primary-orange:hover, button.primary-orange-hover, .linkbutton-primary-orange:hover {
	border: 1px solid #E35E25;
	color: #fff !important;
}
button.primary-grey:active, button.primary-grey-click, .linkbutton-primary-grey:active,
button.secondary:active, button.secondary-click, .linkbutton-secondary:active {
	background-image: none;
	border: 1px solid #F3901D;
	color: #333333 !important;
}
button.primary-orange:active, button.primary-orange-active, .linkbutton-primary-orange:active {
	background-image: none;
	border: 1px solid #E35E25;
	color: #fff !important;
}
button.secondary.mini, .linkbutton-secondary.mini {
	padding: 2px 6px;
	vertical-align: top;
}
button.primary-orange[disabled], .linkbutton-primary-orange.disabled {
  cursor: default;
  background: #bbb;
  color: #fff !important;
  border: 1px solid #999 !important;
}
button.primary-grey[disabled], button.secondary[disabled],
.linkbutton-primary-grey.disabled, .linkbutton-secondary.disabled {
  cursor: default;
  border: 1px solid #ccc !important;
  color: #999 !important;
}
#address_book_save, #address_book_saved, #address_book_remove {
}
#address_book_saved {
  -moz-border-radius: 3px 0px 0px 3px;
  -webkit-border-radius: 3px 0px 0px 3px;
  -o-border-radius: 3px 0px 0px 3px;
  -khtml-border-radius: 3px 0px 0px 3px;
  border-radius: 3px 0px 0px 3px;
}
#address_book_remove {
  margin-left: -4px;
  -moz-border-radius: 0px 3px 3px 0px;
  -webkit-border-radius: 0px 3px 3px 0px;
  -o-border-radius: 0px 3px 3px 0px;
  -khtml-border-radius: 0px 3px 3px ;
  border-radius: 0px 3px 3px 0px;
}
.saved-icon {
	background-image: url(../../common/images/redesign/greynav_sprite_1355522673.png);
  display: inline-block;
	width: 22px;
	height: 18px;
  margin-right: 5px;
  vertical-align: middle;
}
#address_book_save .saved-icon {
  background-position: 0px -20px;
}
#address_book_saved .saved-icon {
  background-position: 0px -20px;
}
#address_book_saved {
  margin-right: 132px;
}
.address_book_button {
  margin-right: 77px;
}
/** File: /common/stylesheets/search_common.css **/
/*
  This stylesheet is for styles that are used by both people search and business search
  If the style is used only on people or business, then put it into a stylesheet that is specific to those apps.
  If you change styles in this file then you must verify that they work in both people and business search.
*/
#right div.rightpane_top_separator {
  border-top: 1px solid #CCCCCC;
}
#right div.search_rightpane {
  padding: 0 15px 10px;
  text-align: left;
}
#right div.search_rightpane h3 {
  font-size: 16px;
  margin: 10px 0;
}
#right div.search_subnav {
  border-bottom: 1px dotted #CCCCCC;
  padding-bottom: 10px;
}
#right div.search_subnav a.selected {
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
}
/** File: /common/stylesheets/social_links.css **/
#main .global_social_strip {
  position: absolute;
  right: 0px;
  padding: 22px 0 0 0;
  line-height: 22px;
}
.global_social_strip {
    font-size: 0px;
}
.global_social_strip > * {
  margin: 0 0 0 1px;
}
#footer .social_footer {
    min-width: 430px;
}
.social_footer {
  line-height: 32px;
  min-width: 430px;
  vertical-align: middle;
}
.social_footer h4, .social_footer .global_social_strip {
  display: inline;
  vertical-align: middle;
}
.social_footer h4 {
  line-height: 22px;
  font-size: 14px;
  font-weight: bold;
  margin: 0 5px 0 0;
  vertical-align: top;
}
.global_social_strip iframe {
  height: 21px;
  width:48px;
  border:none;
  overflow:hidden;
}
.member_listing .google_plus_button {
  clear: both;
  display: block;
  padding: 10PX 0 0 0;
}
#googleplus_widget {
  width: 138px;
  height: 50px; 
  float: left; 
  margin: -15px 5px 0 0;
}
#googleplus_widget span{
  width: 138px;
  height: 50px;
  float: left;
  overflow: hidden;
  background: #fff;
}
#googleplus_widget span div{
  margin: -1px 0 0 -1px !important;
  position: relative; 
}
/** File: /common/stylesheets/redesign/social-media-footer.css **/
.ie7 #googleplus_widget,
.ie7 .google_plus_button {
  display: none;
}
#googleplus_widget {
  width: 138px;
  height: 50px; 
  float: left; 
  margin: -14px 5px 0 -10px;
}
#googleplus_widget span{
  width: 138px;
  height: 50px;
  float: left;
  overflow: hidden;
  background: #fff;
}
#googleplus_widget span div{
  margin: -2px 0 0 -2px !important;
  position: relative; 
}
/** File: /common/stylesheets/login_popover.css **/
/* For new login form */
div.bubble-wrapper {
  display: none;
  background: #FFF;
  cursor: pointer;
  display: inline-block;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  border: solid 1px #e1e1e1;
  position: absolute;
  z-index: 10000;
  -moz-box-shadow: 0 0 10px rgba(0,0,0,0.5);
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.5);
  box-shadow: 0 0 10px rgba(0,0,0,0.5);
}
#header div.bubble-wrapper {
  right: 35%;
  top: 50px;
}
.claim_box div.bubble-wrapper {
  top: 50px;
  left: 120px;
}
div.bubble-wrapper .bubble-top {
  display: none;
  background: #54b948;
  width: 300px;
  height: 1px;
  position: absolute;
  z-index: 10;
}
div.bubble-wrapper .bubble-main {
  height: 100%;
  padding: 0px 20px 25px 20px;
}
div.bubble-wrapper .bubble-image {
  width: 50px;
  height: 100%;
  padding: 10px;
  float: left;
}
div.bubble-wrapper .bubble-content {
  width: 300px;
  font-size: 90%;
  padding-bottom: 10px;
}
div.bubble-wrapper .bubble-nav {
  height: 30px;
  font-size: 80%;
}
div.bubble-wrapper .bubble-nav p {
  line-height: 18px;
}
div.bubble-wrapper .bubble-bottom {
  background: #54b948;
  height: 10px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
div.bubble-wrapper a#facebook-button{
  height: 16px;
  text-indent: 0;
  font-weight: bold;
  font-size: 90%;
  padding: 0.25em 1em;
  cursor: pointer;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
  background: #E6E6E6 url(../../common/images/login_bubble/button-bg_1343868887-1338582583.gif) 0 -150px repeat-x;
  border-bottom: 1px solid #666666;
  border-left: 1px solid #999999;
  border-right: 1px solid #666666;
  border-top: 1px solid #999999;
  color: #000000 !important;
  cursor: pointer;
  display: inline-block;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: normal !important;
  overflow: visible;
  padding: 5px 6px;
  text-decoration: none;
  width: 180px;
  text-align: center;
}
div.bubble-wrapper a#facebook-button:hover{
  vertical-align: top;
  color: #e25e35 !important;
}
div.bubble-wrapper .sign-in-facebook {
  text-align: left;
  background: URL(/common/images/login_bubble/facebook.png) left center no-repeat;
  padding-left: 25px;
}
div.bubble-wrapper .linkbutton-primary-orange, .linkbutton-secondary, .linkbutton-primary-grey {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
}
div.bubble-wrapper h3 {
  color: #333;
  font-size: 110%;
}
#header .bubble-wrapper .close-link {
  float: right;
  position: relative;
  font-size: 90%;
  margin: 0px 0px 0 0;
  color: #999;
  text-decoration: none;
}
div.bubble-wrapper a.close-link {
  float: right;
  position: relative;
  font-size: 90%;
  margin: 0px 0px 0 0;
  color: #999;
  width: auto;
  text-decoration: none;
}
div.bubble-wrapper p {
  color: #000;
  font-size: 90%;
  margin: 1em 0;
}
#header div.bubble-wrapper ul,
div.bubble-wrapper ul {
  list-style-type: none;
  line-height: 1.25em;
  text-align: center;
  padding: 0;
}
#header div.bubble-wrapper li {
  float: none;
  margin: 0; 
  padding: 0;
}
div.bubble-wrapper .angle-quote {
  color: #e35e25;
}
div.bubble-wrapper a:hover {
  color: #F3901D;
  text-decoration: underline;
}
/** File: /common/stylesheets/popover.css **/
.popover {
  color: black;
  font-weight: normal;
  line-height: 1;
  cursor: auto;
  position: absolute;
  display: none;
  opacity: 0;
  background-color: white;
  border: 3px solid black;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -webkit-transition: opacity 0.25s linear;
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -moz-transition: opacity 0.25s linear;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  transition: opacity 0.25s linear; }
  .popover.active {
    opacity: 1; }
  .popover > .triangle {
    position: absolute;
    top: -50px;
    float: left;
    font-size: 0px;
    line-height: 0%;
    width: 0px;
    border-top: 25px solid rgba(0,0,0,0);
    border-left: 25px solid rgba(0,0,0,0);
    border-right: 25px solid rgba(0,0,0,0);
    border-bottom: 25px solid black; }
  .popover > .header {
    font-weight: bold;
    margin: 0;
    padding: 3px;
    height: 0px;
    color: white;
    background-color: black;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.6)), color-stop(0.2, rgba(255, 255, 255, 0.4)), color-stop(0.5, rgba(255, 255, 255, 0.2)), color-stop(0.5, transparent), to(transparent) );
    text-align: center; }
  .popover > .content {
    min-width: 200px;
    overflow-x: hidden;
    overflow-y: auto; }
.addressbook_popover {
  border: 1px solid #CCC;
  padding: 5px;
  margin-top: -5px;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}
.addressbook_popover .linkbutton-secondary {
  width: 90%;
  margin: 0;
}
.addressbook_popover > .triangle {
  top: -20px;
  border-top: 11px solid rgba(0,0,0,0);
  border-left: 10px solid rgba(0,0,0,0);
  border-right: 10px solid rgba(0,0,0,0);
  border-bottom: 10px solid white;
}
/** File: /common/stylesheets/redesign/header.css **/
/*
  Styling for header logo
*/
#banner {
  position: relative;
  overflow: hidden;
  padding: 10px 0;
  min-height: 90px;
  /*height: 80px;*/
}
#logo {
  text-indent: -99999px;
  float: left;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
  background: url(../../common/images/sprite_common_1365202319.png) 0 7px no-repeat;
  width: 184px;
  height: 88px;
  border: 0;
}
#top_ad, #top-ad {
  width: 728px;
  height: 90px;
  float: right;
  margin-right: 0;
}
/** File: /common/stylesheets/redesign/primary-nav.css **/
#header {
  clear: both;
  position: relative;
  margin-top: 20px;
}
.ie7 #header {
  z-index:9000;
}
#header a{
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
  text-decoration: none;
}
#header a:hover {
  text-decoration: none;
  cursor: pointer;
}
#header .primary-nav-wrap {
  background: #666666;
  height: 40px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
.person #header .primary-nav-wrap, 
.biz #header .primary-nav-wrap,
.phone #header .primary-nav-wrap,
.address #header .primary-nav-wrap {
  background: rgb(102,102,102); 
  background: -moz-linear-gradient(top, rgba(102,102,102,1) 0%, rgba(102,102,102,1) 91%, rgba(51,51,51,1) 100%); 
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(102,102,102,1)), color-stop(91%,rgba(102,102,102,1)), color-stop(100%,rgba(51,51,51,1))); 
  background: -webkit-linear-gradient(top, rgba(102,102,102,1) 0%,rgba(102,102,102,1) 91%,rgba(51,51,51,1) 100%); 
  background: -o-linear-gradient(top, rgba(102,102,102,1) 0%,rgba(102,102,102,1) 91%,rgba(51,51,51,1) 100%); 
  background: -ms-linear-gradient(top, rgba(102,102,102,1) 0%,rgba(102,102,102,1) 91%,rgba(51,51,51,1) 100%); 
  background: linear-gradient(to bottom, rgba(102,102,102,1) 0%,rgba(102,102,102,1) 91%,rgba(51,51,51,1) 100%);  
}
#header .primary-nav li {
  float: left;
  display: inline;
}
#header .primary-nav a {
  display: block;
  text-decoration: none;
  padding: 10px 14px;
  color: #fff;
  font-size: 14px;
}
#header .primary-nav a:hover {
  margin-top: -1px;
  box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.1);
  border-radius: 2px 2px 0 0;
}
#header .primary-nav  a:hover,
#header .primary-nav  a:active,
#header .primary-nav  a.active,
#secondary-nav-toggle:hover,
#secondary-nav-toggle:active,
#secondary-nav-toggle.active,
#header .dropdown-menu a:hover,
#header .dropdown-menu a:active {
  background-color: #333;
  text-shadow: none;
}
#header ul.people_business li.people_business,
#header ul.people li.people,
#header ul.business li.business,
#header ul.reverse_phone li.reverse_phone,
#header ul.reverse_address li.reverse_address  {
  background: white;
}
#header ul.people_business li.people_business a,
#header ul.people li.people a,
#header ul.business li.business a,
#header ul.reverse_phone li.reverse_phone a,
#header ul.reverse_address li.reverse_address a  {
  background: #fff;
  color: #333;
  box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.1);
  margin: -3px 0 3px;
  padding-top:14px;
}
#header ul.people li.people a {
  border-left: 1px solid #ddd;
}
.ie8 #header ul.people_business li.people_business a,
.ie8 #header ul.people li.people a,
.ie8 #header ul.business li.business a,
.ie8 #header ul.reverse_phone li.reverse_phone a,
.ie8 #header ul.reverse_address li.reverse_address a,
.ie7 #header ul.people_business li.people_business a,
.ie7 #header ul.people li.people a,
.ie7 #header ul.business li.business a,
.ie7 #header ul.reverse_phone li.reverse_phone a,
.ie7 #header ul.reverse_address li.reverse_address a {
  border-top: 1px solid #ccc;
  /*border-left: 1px solid #ccc;*/
}
#header li.current {
  background: white;
}  
#header .current a {
  background: #fff;
  color: #333;
  box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.1);
  margin: -3px 0 3px;
}
#header .current a:hover {
  border-radius: none;
  background: #fff;
  color: #333;
  margin: -3px 0 3px;
}
#header .dropdown {
  display: inline-block;
  float:right;
  margin-right: 10px;
}
.ie8 #header .dropdown {
  display: block;
  float: none;
  margin-right: 0;
  text-align:right;
}
#header .dropdown > a {
  display: inline-block;
  padding: 11px 7px 7px;
  cursor: pointer; 
  color: #fff;
  font-size: 14px;
}
#header .dropdown > a:hover {
  text-decoration: underline;
}
.ie7 #header .dropdown-toggle {
  margin-bottom: -5px;
  position: relative;
  bottom: -5px;
}
.ie7 .dropdown .caret {
  margin-top: 6.5px;
}
#header .dropdown img {
  display: inline-block;
  margin-left: 7px;
  position:relative;
  top: -2px;
}
#header .dropdown-menu {
  min-width: inherit;
  padding: 0;
  top: 37px;
  left: auto;
  width: 160px;
  right: -10px;
  text-align: left;
}
.ie7 #header .dropdown-menu {
  z-index: 8999;
}
.ie8 #header .dropdown-menu {
  right: 0;
}
/*.no-js #header .dropdown-menu {
  display: block;
}*/
#header .dropdown-menu span {
  display: none;
}
#header .dropdown-menu:before,
#header .dropdown-menu:after {
  position: absolute;
  display: inline-block;
  content: '';
}
#header .dropdown-menu:before {
  top: -7px;
  right: 52px;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #CCC;
  border-left: 7px solid transparent;
  border-bottom-color: rgba(0, 0, 0, 0.2);
}
#header .dropdown-menu:after {
  top: -6px;
  right: 52px;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  border-left: 6px solid transparent;
}
#header .caret {
  border-top: 6px solid white;
  margin-left: 10px;
}
#header .dropdown-menu li {
  background: transparent;
  display: block;
  float: none;
}
/*.no-js #header .dropdown-menu li {
  float: left;
}*/
#header .dropdown-menu a {
  color:#666;  
  padding:5px 7px;
  display: block;
  width: auto;
  font-size: 14px;
}
#header .dropdown-menu a:hover,
.dropdown-menu li > a:hover {
  color: #333;
  background-color: #e5e5e5;
  background-image: none;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#e5e5e5', endColorstr='#e5e5e5', GradientType=0);
}
#header .dropdown-menu li:first-child a {
  -webkit-border-radius: 6px 6px 0 0;
  -moz-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0;      
}
#header .dropdown-menu li:last-child a {
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;      
}
/** File: /common/stylesheets/redesign/footer.css **/
#footer {
  border-width: 1px 0;
  border-style: dotted;
  border-color: #ccc;
  position: relative;
  text-align: center;
  padding: 10px 0;
  clear: both;
  margin: 20px 0 10px;
  width: 100%;
  display:block;
}
#footer .social-footer .h5 {
  display: inline-block;
  font-size: 14px;
  margin: 0  14px 0 0;
  line-height: 20px;
}
#footer .global-social-strip {
  float: none;
  display: inline-block;
  position: relative;
  bottom: -5px;
  padding-top:5px;
  margin-top:0;
  vertical-align: middle;
}
#footer .global-social-strip .h5 {
  display: inline-block;
  font-size: 14px;
}
#footer ul li {
  width: auto;
  display: inline-block;
}
#footer .social-footer {
  margin-bottom: 7px;
}
#footer .footer-primary  {
  margin-bottom: 0;
  font-size: 12px;
}
#footer .footer-secondary  {
  overflow: visible;
  position: relative;
  margin: 0;
}
#footer li a {
  text-decoration: none;
  display: block;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
  outline: none;
  padding: 0 10px;
}   
#footer  li a:hover {
  color: #F3901D;
  text-decoration: underline;
} 
#footer .footer-secondary a {
  display: block;
  float: left;
  color: #999;
  font-size: 11px;
  line-height: 28px;
}
.footer-legal {
  text-align: center;
  font-size: 12px;
  color: #333;
}
.footer-legal {
  clear: both;
  margin-bottom: 40px;
} 
.footer-legal p {
  margin-bottom: 0;
  font-size: 12px;
}
.footer-legal p, .footer-legal a {
  margin-bottom: 0;
  font-size: 11px;
  color: #999;
  display: inline-block;
} 
/* Footer More Div */
#footer_more_div {
  position: absolute;
  background-color: #ffffff;
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
  border-right: 2px solid #ccc;
  border-bottom: 2px solid #ccc;
  text-align: left;
  padding: 4px 8px 6px;
  margin-left: 772px;
  z-index: 10;
}
#footer_more_div a {
  text-decoration: none;
  color: #666666;
  line-height: 1.5;
  display: block;
  font-size: 12px;
} 
.footer_whiteyellow_div {
  width: 440px;
  border: 1px solid #D8D8D8;
  padding: 4px;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.2);
  position: absolute;
  background: white;
  text-align: left;
  right: 89px;
  top: 88px;
  z-index: 10;
}
.footer_whiteyellow_div h2 {
  margin-left: 10px;
  position: static;
}
.footer_whiteyellow_div .state_search {
  position: absolute;
  top: 16px;
  right: 26px;
  font-size: 11px;
  margin: 0;
}
.footer_whiteyellow_div .state_search a {
  text-decoration: none;
  color: #999;
}
#footer .footer_whiteyellow_div ul {
  text-align: left;
  width: 25%;
  float: left;
  font-size:12px;
}
.ie7 #footer ul {
  clear: both;
  text-align: center;
  height: 40px;
}
.ie7 #footer li {
  float: none;
  display: inline;
}
.social_footer h4, .social_footer .global_social_strip {
  display: inline;
}
/** File: /common/stylesheets/browser_overrides.css **/
/* * * Please comment on sections added here so that as our site grows we can 
       understand the goal of the css fixes added in this file. * * * * * * * /
/* short term fix for right rail on single result*/
.ie7 .single-result#right{margin:0 0 0 20px;position:absolute;}
/** File: /switchboard/stylesheets/common_switchboard.css **/
/* Override nav background color */
.person #header .primary-nav-wrap, .biz #header .primary-nav-wrap, .phone #header .primary-nav-wrap, .address #header .primary-nav-wrap, #header .primary-nav-wrap {
  background: #ffce07;
}
#header ul.people_business li.people_business a, #header ul.people li.people a, #header ul.business li.business a, #header ul.reverse_phone li.reverse_phone a, #header ul.reverse_address li.reverse_address a {
  border: 1px solid #DDD;
  border-bottom: 1px solid #FFF;
  font-size: 16px;
}
#header ul.people_business li.people_business, #header ul.people li.people, #header ul.business li.business, #header ul.reverse_phone li.reverse_phone, #header ul.reverse_address li.reverse_address {
  padding:0 2px;
}
/* Override nav link color */
#header .primary-nav-wrap .primary-nav li a { 
    color: #000;
}
#header .primary-nav-wrap .primary-nav li a:hover, #header .primary-nav-wrap .primary-nav li a:active {
  background-color: #FFB800;
}
#header ul.people_business li.people_business a:hover, #header ul.people li.people a:hover, #header ul.business li.business a:hover, #header ul.reverse_phone li.reverse_phone a:hover, #header ul.reverse_address li.reverse_address a:hover, #header ul.people_business li.people_business a:active, #header ul.people li.people a:active, #header ul.business li.business a:active, #header ul.reverse_phone li.reverse_phone a:active, #header ul.reverse_address li.reverse_address a:active {
  background-color: #FFF;
}
#header {
  border-bottom: 1px solid #DDD;
  padding-bottom: 2px;
}
#logo {
  background-image: url("../../switchboard/images/icon_wp_sprite_1x_1377731893.png");
  background-size: 380px 320px;
  background-position: 0px 0px;
  width: 226px;
  height: 38px;
  margin-top: 30px;
}
input#key {
  width: 432px;
}
span input.text-reg-state, span textarea.text-reg-state {
  border: 1px solid #CCC;
}
span input.text-input, span textarea.text-input {
  padding: 0px 7px;
  font: 18px Arial;
}
input#bus_location {
  width: 212px;
}
#header.row {
  margin-left: 0px;
}
.primary-nav-wrap.span12 {
  float: left;
  margin-left: 0px;
}
/* Temporary fixes for reverse phone endemic ads */
.ad.ad_200x235.ad_ {
  text-align: center;
}
.ad_sponsored_company_left {
  display: inline !important;
  margin-left: 0px !important;
  font-size: 11px !important;
}