/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #ef2d27;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #bc130e;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
  outline: none;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 0px;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #cccccc;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
a:hover,
a:focus {
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-muted {
  color: #999999;
}
.text-primary {
  color: #ef2d27;
}
a.text-primary:hover {
  color: #d31610;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #ef2d27;
}
a.bg-primary:hover {
  background-color: #d31610;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #cccccc;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #cccccc;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #999999;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #cccccc;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
blockquote:before,
blockquote:after {
  content: "";
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .container {
    width: 960px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 960px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.row {
  margin-left: -10px;
  margin-right: -10px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: 0%;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: 0%;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: 0%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: 0%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: 0%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: 0%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: 0%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: 0%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  /* IE8-9 */
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
  outline: none;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 0px;
  -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);
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -moz-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -ms-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  border: 3px dashed yellow;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #cccccc;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
input[type="date"] {
  line-height: 34px;
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  display: block;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
}
.radio label,
.checkbox label {
  display: inline;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
.radio[disabled],
.radio-inline[disabled],
.checkbox[disabled],
.checkbox-inline[disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.has-feedback .form-control-feedback {
  position: absolute;
  top: 25px;
  right: 0;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -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);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -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);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -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);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.form-control-static {
  margin-bottom: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    vertical-align: middle;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -10px;
  margin-right: -10px;
}
.form-horizontal .form-control-static {
  padding-top: 7px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 10px;
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 0px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
  outline: none;
}
.btn:hover,
.btn:focus {
  color: #333333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  filter: alpha(opacity=65);
  -webkit-opacity: 0.65;
  -moz-opacity: 0.65;
  opacity: 0.65;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #ebebeb;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default .badge {
  color: #ffffff;
  background-color: #333333;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default .badge {
  color: #ffffff;
  background-color: #333333;
}
.btn-primary {
  color: #ffffff;
  background-color: #ef2d27;
  border-color: #eb1811;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #dd1610;
  border-color: #b2120d;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #ef2d27;
  border-color: #eb1811;
}
.btn-primary .badge {
  color: #ef2d27;
  background-color: #ffffff;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #ef2d27;
  border-color: #eb1811;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #ef2d27;
  border-color: #eb1811;
}
.btn-primary .badge {
  color: #ef2d27;
  background-color: #ffffff;
}
.btn-success {
  color: #ffffff;
  background-color: #29e000;
  border-color: #24c700;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #22b700;
  border-color: #198900;
}
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #29e000;
  border-color: #24c700;
}
.btn-success .badge {
  color: #29e000;
  background-color: #ffffff;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #29e000;
  border-color: #24c700;
}
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #29e000;
  border-color: #24c700;
}
.btn-success .badge {
  color: #29e000;
  background-color: #ffffff;
}
.btn-info {
  color: #ffffff;
  background-color: #6e043e;
  border-color: #550330;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #470328;
  border-color: #1a010f;
}
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #6e043e;
  border-color: #550330;
}
.btn-info .badge {
  color: #6e043e;
  background-color: #ffffff;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #6e043e;
  border-color: #550330;
}
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #6e043e;
  border-color: #550330;
}
.btn-info .badge {
  color: #6e043e;
  background-color: #ffffff;
}
.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ed9c28;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #ffffff;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #ffffff;
}
.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #d2322d;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #ffffff;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #ffffff;
}
.btn-link {
  color: #ef2d27;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #bc130e;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #999999;
  text-decoration: none;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
  -webkit-transition: opacity 0.15s linear;
  -moz-transition: opacity 0.15s linear;
  -ms-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
  -webkit-transition: height 0.35s ease;
  -moz-transition: height 0.35s ease;
  -ms-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #cccccc;
}
.nav > li.disabled > a {
  color: #999999;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #999999;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #cccccc;
  border-color: #ef2d27;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #dddddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 0px 0px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #cccccc #cccccc #dddddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 0px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 0px 0px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 0px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #ef2d27;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 0px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 0px 0px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 0px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  max-height: 340px;
  overflow-x: visible;
  padding-right: 10px;
  padding-left: 10px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -10px;
  margin-left: -10px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 15px 10px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -10px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 10px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0px;
}
.navbar-toggle:focus {
  outline: none;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -10px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .navbar-nav.navbar-right:last-child {
    margin-right: -10px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left;
  }
  .navbar-right {
    float: right;
  }
}
.navbar-form {
  margin-left: -10px;
  margin-right: -10px;
  padding: 10px 10px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    vertical-align: middle;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .navbar-form.navbar-right:last-child {
    margin-right: -10px;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 10px;
    margin-right: 10px;
  }
  .navbar-text.navbar-right:last-child {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777777;
}
.navbar-default .navbar-nav > li > a {
  color: #777777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #dddddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #dddddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555555;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777777;
}
.navbar-default .navbar-link:hover {
  color: #333333;
}
.navbar-inverse {
  background-color: #222222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #999999;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #999999;
}
.navbar-inverse .navbar-nav > li > a {
  color: #999999;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #ffffff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #999999;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #999999;
}
.navbar-inverse .navbar-link:hover {
  color: #ffffff;
}
.panel {
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 0;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: -1;
  border-top-left-radius: -1;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #cccccc;
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}
.panel > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: -1;
  border-top-left-radius: -1;
}
.panel > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table {
  margin-bottom: 0;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: -1;
  border-top-left-radius: -1;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: -1;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: -1;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: -1;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: -1;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
  border-top: 1px solid #dddddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 0;
  overflow: hidden;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: 1px solid #cccccc;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #cccccc;
}
.panel-default {
  border-color: #cccccc;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}
.panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #cccccc;
}
.panel-default > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #cccccc;
}
.panel-primary {
  border-color: #ef2d27;
}
.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #ef2d27;
  border-color: #ef2d27;
}
.panel-primary > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ef2d27;
}
.panel-primary > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ef2d27;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ebccd1;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  transform: translate(0, -25%);
  -webkit-transform: translate(0, -25%);
  -moz-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: none;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #e5e5e5;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=90);
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  opacity: 0.9;
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 20px;
}
.modal-footer {
  margin-top: 15px;
  padding: 19px 20px 20px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 520px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
label {
  font-weight: normal;
  display: inline;
}
.clearfix,
.container,
.container-fluid,
.row,
.form-horizontal .form-group,
.nav,
.navbar,
.navbar-header,
.navbar-collapse,
.panel-body,
.modal-footer,
.box-component .box-heading {
  zoom: 1;
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after,
.box-component .box-heading:before,
.box-component .box-heading:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.panel-body:after,
.modal-footer:after,
.box-component .box-heading:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.hide {
  display: none;
}
.show {
  display: block;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none;
}
.affix {
  position: fixed;
}
.modal-dialog .modal-content {
  border-radius: 0;
  border: none;
  box-shadow: none;
  -moz-box-shadow: none;
}
.modal-dialog .modal-content .modal-header {
  width: 100%;
  height: 30px;
  background: #f5f5f5;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: bold;
  border-bottom: 1px solid #cccccc;
  padding: 6px 10px;
  position: relative;
}
.modal-dialog .modal-content .modal-header .close-btn {
  position: absolute;
  right: 5px;
  font-size: 45px;
  font-weight: 400;
  padding: 0;
  margin: 0;
  background: transparent;
  border: none;
  vertical-align: top;
  line-height: 20px;
  top: 3px;
}
.modal-dialog .modal-content .modal-body {
  padding: 0;
}
.btn-link:hover,
.btn-link:focus {
  text-decoration: none;
}
.btn-secondary {
  color: #ffffff;
  background-color: #999999;
  border-color: #8c8c8c;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active,
.btn-secondary.active,
.open .dropdown-toggle.btn-secondary {
  color: #ffffff;
  background-color: #858585;
  border-color: #6e6e6e;
}
.btn-secondary:active,
.btn-secondary.active,
.open .dropdown-toggle.btn-secondary {
  background-image: none;
}
.btn-secondary.disabled,
.btn-secondary[disabled],
fieldset[disabled] .btn-secondary,
.btn-secondary.disabled:hover,
.btn-secondary[disabled]:hover,
fieldset[disabled] .btn-secondary:hover,
.btn-secondary.disabled:focus,
.btn-secondary[disabled]:focus,
fieldset[disabled] .btn-secondary:focus,
.btn-secondary.disabled:active,
.btn-secondary[disabled]:active,
fieldset[disabled] .btn-secondary:active,
.btn-secondary.disabled.active,
.btn-secondary[disabled].active,
fieldset[disabled] .btn-secondary.active {
  background-color: #999999;
  border-color: #8c8c8c;
}
.btn-secondary .badge {
  color: #999999;
  background-color: #ffffff;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active,
.btn-secondary.active,
.open .dropdown-toggle.btn-secondary {
  color: #ffffff;
  background-color: #999999;
  border-color: #8c8c8c;
}
.btn-secondary:active,
.btn-secondary.active,
.open .dropdown-toggle.btn-secondary {
  background-image: none;
}
.btn-secondary.disabled,
.btn-secondary[disabled],
fieldset[disabled] .btn-secondary,
.btn-secondary.disabled:hover,
.btn-secondary[disabled]:hover,
fieldset[disabled] .btn-secondary:hover,
.btn-secondary.disabled:focus,
.btn-secondary[disabled]:focus,
fieldset[disabled] .btn-secondary:focus,
.btn-secondary.disabled:active,
.btn-secondary[disabled]:active,
fieldset[disabled] .btn-secondary:active,
.btn-secondary.disabled.active,
.btn-secondary[disabled].active,
fieldset[disabled] .btn-secondary.active {
  background-color: #999999;
  border-color: #8c8c8c;
}
.btn-secondary .badge {
  color: #999999;
  background-color: #ffffff;
}
.btn:active,
.btn.active {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus {
  background-color: #7a7a7a;
  background-position: 0 -15px;
  border-color: #8c8c8c;
}
.btn-secondary:active,
.btn-secondary.active {
  background-color: #7a7a7a;
  border-color: #757575;
  border-color: #8c8c8c;
}
.btn-inline {
  background: transparent;
  color: #ef2d27;
  display: inline;
  font-size: inherit;
  vertical-align: inherit;
  border: none;
  margin: 0;
  padding: 0;
}
.panel-group {
  margin-bottom: 0;
}
.panel-group .panel {
  overflow: visible;
  transform: translate3d(0, 0, 0);
}
.panel-group .panel + .panel {
  margin-top: 0;
}
.panel-heading {
  padding: 0;
}
.panel,
.panel-body {
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.panel:not(:last-child) {
  border-bottom: 1px solid #cccccc;
}
.panel .panel-heading .accordion-caret {
  width: 10px;
  height: 10px;
  float: right;
  position: relative;
  top: 4px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.panel .panel-heading .accordion-caret:before {
  content: '\25BA';
  font-family: times;
  font-size: 11px;
  color: #999;
}
.panel .panel-heading .accordion-caret.expanded {
  top: 5px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}
.panel .panel-heading .accordion-toggle {
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
  padding: 16px 20px 14px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  color: #333333;
}
.panel .panel-body {
  border-top: 1px solid #cccccc;
  padding: 20px 0 20px 20px;
}
blockquote:before,
blockquote:after {
  display: none;
}
/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 3.0.0pr2
*/
html {
  color: #000;
  background: #FFF;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset,
img {
  border: 0;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}
li {
  list-style: none;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
q:before,
q:after {
  content: '';
}
abbr,
acronym {
  border: 0;
  font-variant: normal;
}
sup {
  vertical-align: text-top;
}
sub {
  vertical-align: text-bottom;
}
input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}
input,
textarea,
select {
  *font-size: 100%;
}
legend {
  color: #000;
}
/*
========================================================================
Filename:       core.css
Date Created:   2011-01-01
Description:    Core CSS stylesheet - Most stuff happens here!
Site:           Opigram.com
Author:         Mark Wu (hello@markwu.com)
========================================================================
*/
/*  Brand Colours:
    YouGov Red          #EF2D27
    Labs Pink           #FA2081 -> #EF2D27 became red
    Imperial Purple     #6e043e
-------------------------------------------------------- */
/* font-size:
-------------------------------------------------------- */
select,
input,
button,
textarea {
  font-size: 99%;
}
table {
  font-size: inherit;
  font: 100%;
}
pre,
code,
kbd,
samp,
tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%;
}
/* Structure
-------------------------------------------------------- */
html {
  background-color: #fff;
}
body {
  padding-top: 0;
  background: #e1e1e1 url("../images/b_crowd_pattern.gif") bottom center repeat-x;
  background-attachment: fixed;
  font-family: 'raleway', Arial, Helvetica, sans-serif;
}
.content {
  width: 940px;
  background-color: transparent;
  position: relative;
}
.page {
  margin: 0 auto;
  width: 1000px;
  background: url("../images/b_shadow.png");
  background-position: 0 0;
  background-repeat: repeat-y;
}
.head {
  height: auto;
  width: 940px;
  margin-left: 30px;
  min-height: 168px;
}
.line:after,
.lastUnit:after {
  clear: both;
  display: block;
  visibility: hidden;
  overflow: hidden;
  height: 0 !important;
  line-height: 0;
  font-size: xx-large;
  content: " x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x ";
}
.line {
  *zoom: 1;
}
.span1,
.span2,
.span3,
.span2cols,
.span3cols,
.span5cols,
.span4,
.span5,
.span6,
.span7,
.span8,
.span9,
.span10,
.span11,
.span12,
.span13,
.span14,
.span15,
.span16 {
  float: left;
  margin-right: 20px;
}
.span1 {
  width: 80px;
}
.span2 {
  width: 100px;
}
.span3 {
  width: 160px;
}
.span2cols {
  width: 237px;
}
.span3cols {
  width: 146px;
}
.span5cols {
  width: 72px;
}
.span10cols {
  width: 30px;
}
.span4 {
  width: 190px;
}
.span5 {
  width: 250px;
}
.span6 {
  width: 340px;
}
.span7 {
  width: 400px;
}
.span7_425 {
  width: 425px;
}
.span7_445 {
  width: 445px;
}
.span8 {
  width: 460px;
}
.span8_480_mrn {
  width: 480px;
}
.span9 {
  width: 520px;
}
.span9_540_mrn {
  width: 540px;
}
.span10 {
  width: 580px;
}
.span11 {
  width: 640px;
}
.span12 {
  width: 730px;
}
.span13 {
  width: 760px;
}
.span14 {
  width: 820px;
}
.span15 {
  width: 880px;
}
.span16 {
  width: 940px;
}
.lastspan {
  margin-right: -20px;
}
.simplewidth50 {
  width: 50px;
}
.simplewidth80 {
  width: 80px;
}
.simplewidth98 {
  width: 98px;
}
.simplewidth120 {
  width: 120px;
}
.simplewidth125 {
  width: 125px;
}
.simplewidth135 {
  width: 135px;
}
.simplewidth140 {
  width: 140px;
}
.simplewidth145 {
  width: 145px;
}
.simplewidth150 {
  width: 150px;
}
.simplewidth170 {
  width: 170px;
}
.simplewidth230 {
  width: 230px;
}
.simplewidth240 {
  width: 240px;
}
.simplewidth260 {
  width: 280px;
}
.simplewidth300 {
  width: 300px;
}
.simplewidth310 {
  width: 310px;
}
.simplewidth330 {
  width: 330px;
}
.simplewidth350 {
  width: 350px;
}
.simplewidth360 {
  width: 360px;
}
.simplewidth380 {
  width: 380px;
}
.simplewidth400 {
  width: 400px;
}
.simplewidth420 {
  width: 420px;
}
.simplewidth440 {
  width: 440px;
}
.simplewidth460 {
  width: 460px;
}
.simplewidth490 {
  width: 490px;
}
.simplewidth490 {
  width: 490px;
}
.simplewidth520 {
  width: 520px;
}
.simplewidth550 {
  width: 550px;
}
.fullwidth {
  width: 100%;
}
.simpleheight100 {
  height: 100px;
}
input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
}
/* Common Elements
-------------------------------------------------------- */
.fl {
  float: left;
}
.fr {
  float: right;
}
.clearboth {
  clear: both;
}
.block {
  display: block;
}
.blockfl {
  display: block;
  float: left;
}
.hide {
  display: none;
}
a img {
  border: none;
}
hr {
  border: 0;
  background-color: #e2e2e2;
  height: 1px;
  width: 100%;
  clear: both;
}
.error {
  color: #ff0000;
  margin: 10px 0 10px 0;
}
.cursor:hover {
  cursor: pointer;
}
.roundcorners {
  border-radius: 12px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 15px;
}
.roundedcorners {
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
}
.curvedcorners {
  border-radius: 8px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 8px;
}
/* Links
-------------------------------------------------------- */
a,
a:focus {
  color: #6e043e;
  text-decoration: none;
}
a:hover {
  color: #EF2D27;
}
.clearunderline a,
.clearunderline a:hover,
.clearunderline,
.clearunderline:hover {
  text-decoration: none;
}
.forceunderline a:hover,
.forceunderline:hover {
  text-decoration: underline;
}
.pinklinks a {
  color: #EF2D27;
  text-decoration: none;
}
.pinklinks a:hover {
  text-decoration: underline;
}
.redlinks a {
  color: #EF2D27;
  text-decoration: none;
}
.redlinks a:hover {
  text-decoration: underline;
}
/* Headings
-------------------------------------------------------- */
h1,
.h1 {
  font-size: 250%;
  font-weight: bold;
  color: #EF2D27;
  margin: 0 0 10px 0;
}
/* Single Headings */
h2,
.h2 {
  font-size: 130%;
  font-weight: bold;
  color: #666666;
}
/* Page subheads */
h3,
.h3 {
  font-size: 100%;
}
/* nav-genome titles */
h4,
.h4 {
  font-size: 110%;
  font-weight: bold;
}
/* User titles */
h5,
.h5 {
  font-size: 80%;
  color: #999999;
}
h6,
.h6 {
  font-size: 100%;
  font-style: italic;
  color: #333333;
}
/* Text Sizes
-------------------------------------------------------- */
.tinytext {
  font-size: 50%;
}
.tinymtext {
  font-size: 65%;
}
.smalltext {
  font-size: 85%;
}
.smalltitletext {
  font-size: 0.9em;
}
.smdtext {
  font-size: 120%;
}
.mmdtext {
  font-size: 130%;
}
.mdtext {
  font-size: 140%;
}
.mdltext {
  font-size: 150%;
}
.mlgtext {
  font-size: 155%;
}
.lgtext {
  font-size: 170%;
}
.mlgtext {
  font-size: 200%;
}
.xlgtext {
  font-size: 280%;
}
.xxlgtext {
  font-size: 320%;
}
.size1text {
  font-size: 80%;
}
.size2text {
  font-size: 90%;
}
.size3text {
  font-size: 100%;
}
.size4text {
  font-size: 115%;
}
.size5text {
  font-size: 130%;
}
.size1text {
  font-size: 100%;
}
.size2text {
  font-size: 110%;
}
.size3text {
  font-size: 125%;
}
.size4text {
  font-size: 140%;
}
.size5text {
  font-size: 160%;
}
.lhs {
  line-height: 110%;
}
.lhm {
  line-height: 130%;
}
.lhl {
  line-height: 150%;
}
.lhxl {
  line-height: 220%;
}
.lhem {
  line-height: 1.4em;
}
/* Text Styling
-------------------------------------------------------- */
.normaltext {
  font-weight: normal;
}
.boldtext {
  font-weight: bold;
}
.italictext {
  font-style: italic;
}
.caps {
  text-transform: uppercase;
}
.lowercase {
  text-transform: none;
}
em {
  font-style: italic;
}
strong {
  font-weight: bold;
}
.txtc {
  text-align: center;
}
.txtr {
  text-align: right;
}
.friendlytext {
  font-style: italic;
  color: #666666;
  font-size: 120%;
  border: 1px solid #f8dceb;
  /*background-color: #f4f4f4;*/
  padding: 10px 15px;
  border-radius: 8px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 8px;
}
.friendlytext_simple {
  font-style: italic;
  color: #666666;
  font-size: 120%;
}
/* Text Colours
-------------------------------------------------------- */
.burgundytext {
  color: #6e043e;
}
.purpletext {
  color: #6e043e;
}
.orangetext {
  color: #ec6522;
}
.lightgreentext {
  color: #03eb0e;
}
.darkgreentext {
  color: #0a69b2;
}
.darkredtext {
  color: #ad3259;
}
.lightredtext {
  color: #ffc274;
}
.yougovredtext {
  color: #EF2D27;
}
.lightyougovredtext {
  color: #fed6d2;
}
.lightgreytext {
  color: #999999;
}
.vlightgreytext {
  color: #EEEEEE;
}
.whitetext {
  color: #FFF;
}
.greytext {
  color: #666666;
}
.blacktext {
  color: #000000;
}
/* Borders
-------------------------------------------------------- */
.bdrgrey {
  border: 1px solid #dddddd;
}
.bdrmidgrey {
  border: 1px solid #b2b2b2;
}
.bdrbgrey {
  border-bottom: 1px solid #dddddd;
}
.bdrselectgrey {
  border: 1px solid #dddddd;
}
.bdrtselectgrey {
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  border-top: 1px solid #dddddd;
}
.bdrborange {
  border-bottom: 1px solid #ffe0d0;
}
.bdrred1 {
  border: 1px solid #EF2D27;
}
.bdrtred1 {
  border-top: 1px solid #EF2D27;
}
.bdrbred1 {
  border-bottom: 1px solid #EF2D27;
}
.bdrtred3 {
  border-top: 3px solid #EF2D27;
}
.bdrtgrey3 {
  border-top: 3px solid #888888;
}
.bdrtyougovred3 {
  border-top: 3px solid #EF2D27;
}
.bdrtpurple1 {
  border-top: 1px solid #c7a1b6;
}
.bdrbpurple1 {
  border-bottom: 1px solid #c7a1b6;
}
.bdpurple1 {
  border: 1px solid #6e043e;
}
.boxborder {
  border: 1px solid #333333;
}
.boxborderpink {
  border: 1px solid #EF2D27;
}
.boxborderburgundy {
  border: 1px solid #e8cacc;
}
.dotted {
  color: #FFF;
  background-color: #FFF;
  border: 1px dotted #DDDDDD;
  border-style: none none dotted;
  margin: 0.5em 0 0.5em 0;
}
/* Background Colours
-------------------------------------------------------- */
.bgvlightpeach {
  background-color: #fdf0ee;
}
.bgvvvlightgrey {
  background-color: #f5f5f5;
}
.bgvvvlightburgundy {
  background-color: #fef5f5;
}
.bgvvlightburgundy {
  background-color: #fdeeef;
}
.bgvlightburgundy {
  background-color: #e8cacc;
}
.bglightburgundy {
  background-color: #de8c92;
}
.bgburgundy {
  background-color: #6e043e;
  color: #FFF;
}
.bgyougovred {
  background-color: #EF2D27;
}
.bgliteyougovred {
  background-color: #fde3ed;
}
.bglightyougovred {
  background-color: #f2f0f0;
}
/* Pinkier version: #fdf3f2 */
.bggrey {
  background-color: #f4f4f4;
}
.bgmidgrey {
  background-color: #c6c6c6;
}
.bg999grey {
  background-color: #999999;
}
.bglightmidgrey {
  background-color: #dddddd;
}
.bglightgrey {
  background-color: #f1f1f1;
}
.bgred {
  background-color: #ea0455;
}
.bgpink {
  background-color: #fbe8ee;
}
.bgblue {
  background-color: #bae0fd;
}
.bgfemalepink {
  background-color: #ff729f;
}
.bgmaleblue {
  background-color: #48abf7;
}
.bglightpink {
  background-color: #fff4f7;
}
.bgpink_over:hover {
  background-color: #fbe8ee;
}
.bglightorange {
  background-color: #fdede5;
}
.bglighterorange {
  background-color: #fdf5f1;
}
.bgorange {
  background-color: #ec6522;
}
.bglightpinkover:hover {
  background-color: #fbe8ee;
}
.bgwhite {
  background-color: #FFF;
}
.bgwhite_over:hover {
  background-color: #FFF;
}
.bggreytint {
  background-color: #f0eeee;
}
.bglightgreen {
  background-color: #03eb0e;
}
.bgdarkgreen {
  background-color: #026f17;
}
.bgmidgreen {
  background-color: #48abf7;
}
.bglightred {
  background-color: #ffc274;
}
.bgdarkred {
  background-color: #af6300;
}
.bgmidred {
  background-color: #ff729f;
}
/* Custom Elements
-------------------------------------------------------- */
.box33 {
  float: left;
  width: 172px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 15px;
}
.box50 {
  float: left;
  width: 264px;
}
.box66 {
  float: left;
  width: 380px;
  margin-right: 20px;
}
.linkbox33 {
  display: block;
  float: left;
  width: 152px;
}
.linkbox50 {
  display: block;
  float: left;
  width: 244px;
}
.spanrightblock {
  float: left;
  width: 180px;
}
.box {
  background-color: #ededed;
}
.height70 {
  min-height: 70px;
}
.minheight130 {
  min-height: 130px;
}
.hr_h5 {
  height: 5px;
}
/* Spacing
-------------------------------------------------------- */
.pan {
  padding: 0;
}
.pass {
  padding: 2px;
}
.pas {
  padding: 5px;
}
.pam {
  padding: 10px;
}
.paml {
  padding: 15px;
}
.pal {
  padding: 20px;
}
.ptn {
  padding-top: 0;
}
.pts {
  padding-top: 5px;
}
.ptm {
  padding-top: 10px;
}
.ptml {
  padding-top: 15px;
}
.ptl {
  padding-top: 20px;
}
.ptmel {
  padding-top: 25px;
}
.ptel {
  padding-top: 30px;
}
.prn {
  padding-right: 0;
}
.prs {
  padding-right: 5px;
}
.prm {
  padding-right: 10px;
}
.prl {
  padding-right: 20px;
}
.pbn {
  padding-bottom: 0;
}
.pbs {
  padding-bottom: 5px;
}
.pbm {
  padding-bottom: 10px;
}
.pbml {
  padding-bottom: 15px;
}
.pbl {
  padding-bottom: 20px;
}
.pln {
  padding-left: 0;
}
.pls {
  padding-left: 5px;
}
.plm {
  padding-left: 10px;
}
.plml {
  padding-left: 15px;
}
.pll {
  padding-left: 20px;
}
.plxl {
  padding-left: 35px;
}
.plxxl {
  padding-left: 60px;
}
.phn {
  padding-left: 0;
  padding-right: 0;
}
.phs {
  padding-left: 5px;
  padding-right: 5px;
}
.phm {
  padding-left: 10px;
  padding-right: 10px;
}
.phml {
  padding-left: 15px;
  padding-right: 15px;
}
.phl {
  padding-left: 20px;
  padding-right: 20px;
}
.phxl {
  padding-left: 30px;
  padding-right: 30px;
}
.pvn {
  padding-top: 0;
  padding-bottom: 0;
}
.pvs {
  padding-top: 5px;
  padding-bottom: 5px;
}
.pvm {
  padding-top: 10px;
  padding-bottom: 10px;
}
.pvl {
  padding-top: 20px;
  padding-bottom: 20px;
}
.man {
  margin: 0;
}
.mas {
  margin: 5px;
}
.mam {
  margin: 10px;
}
.mal {
  margin: 20px;
}
.mtn {
  margin-top: 0;
}
.mtss {
  margin-top: 2px;
}
.mts {
  margin-top: 5px;
}
.mtsm {
  margin-top: 8px;
}
.mtm {
  margin-top: 10px;
}
.mtml {
  margin-top: 15px;
}
.mtl {
  margin-top: 20px;
}
.mrn {
  margin-right: 0;
}
.mr1 {
  margin-right: 1px;
}
.mr2 {
  margin-right: 2px;
}
.mrs {
  margin-right: 5px;
}
.mrm {
  margin-right: 10px;
}
.mrml {
  margin-right: 15px;
}
.mrmbuff {
  margin-right: 10px;
}
.mrl {
  margin-right: 20px;
}
.mrxl {
  margin-right: 30px;
}
.mbn {
  margin-bottom: 0;
}
.mbss {
  margin-bottom: 2px;
}
.mbs {
  margin-bottom: 5px;
}
.mbm {
  margin-bottom: 10px;
}
.mbml {
  margin-bottom: 15px;
}
.mbl {
  margin-bottom: 20px;
}
.mbxl {
  margin-bottom: 30px;
}
.mbxxl {
  margin-bottom: 35px;
}
.mln {
  margin-left: 0;
}
.mls {
  margin-left: 5px;
}
.mlm {
  margin-left: 10px;
}
.mll {
  margin-left: 20px;
}
.mlml {
  margin-left: 25px;
}
.mlxl {
  margin-left: 30px;
}
.mhn {
  margin-left: 0;
  margin-right: 0;
}
.mhs {
  margin-left: 5px;
  margin-right: 5px;
}
.mhm {
  margin-left: 10px;
  margin-right: 10px;
}
.mhl {
  margin-left: 20px;
  margin-right: 20px;
}
.mvn {
  margin-top: 0;
  margin-bottom: 0;
}
.mvs {
  margin-top: 5px;
  margin-bottom: 5px;
}
.mvm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.mvl {
  margin-top: 20px;
  margin-bottom: 20px;
}
.mvxl {
  margin-top: 30px;
  margin-bottom: 30px;
}
/* ====== CUSTOM BUTTONS ====== */
/* Profile Pages - optimise
-------------------------------------------------------- */
.icosign-movie-32 {
  width: 32px;
  height: 32px;
  float: left;
  margin: 0;
  background: url("../images/icon-movies-20.png");
  background-position: 0 -59px;
  background-repeat: no-repeat;
}
.icosign-books-32 {
  width: 32px;
  height: 32px;
  float: left;
  margin: 0;
  background: url("../images/icon-books-20.png");
  background-position: 0 -58px;
  background-repeat: no-repeat;
}
.icosign-music-32 {
  width: 32px;
  height: 32px;
  float: left;
  margin: 0;
  background: url("../images/icon-music-20.png");
  background-position: 0 -58px;
  background-repeat: no-repeat;
}
.icosign-like {
  width: 24px;
  height: 20px;
  float: right;
  margin: 0 0 0 5px;
  background: url("../images/icon-sign-like.png");
  background-position: 0 0;
  background-repeat: no-repeat;
}
.icosign-genome {
  width: 32px;
  height: 32px;
  float: right;
  margin: 0 0 0 5px;
  background: url("../images/icon-genome-burgundy-20.png");
  background-position: 0 0;
  background-repeat: no-repeat;
}
.icosign-movie {
  width: 24px;
  height: 20px;
  background: url("../images/icon-movies-20.png");
  background-position: left -63px;
  background-repeat: no-repeat;
}
.icosign-books {
  width: 24px;
  height: 20px;
  background: url("../images/icon-books-20.png");
  background-position: left -63px;
  background-repeat: no-repeat;
}
.icosign-music {
  width: 24px;
  height: 20px;
  background: url("../images/icon-music-20.png");
  background-position: left -60px;
  background-repeat: no-repeat;
}
.icosign-magazines {
  width: 24px;
  height: 20px;
  background: url("../images/icon-magazines-20.png");
  background-position: left -43px;
  background-repeat: no-repeat;
}
.icosign-family {
  width: 24px;
  height: 20px;
  background: url("../images/icon-family-20.png");
  background-position: left -63px;
  background-repeat: no-repeat;
}
.icosign-household {
  width: 24px;
  height: 20px;
  background: url("../images/icon-household-20.png");
  background-position: left -63px;
  background-repeat: no-repeat;
}
.icosign-sportsido {
  width: 24px;
  height: 20px;
  background: url("../images/icon-sportsido-20.png");
  background-position: left -60px;
  background-repeat: no-repeat;
}
.icosign-sports {
  width: 24px;
  height: 20px;
  background: url("../images/icon-sports-20.png");
  background-position: left -60px;
  background-repeat: no-repeat;
}
.icosign-review {
  width: 24px;
  height: 20px;
  float: right;
  margin: 0 0 0 5px;
  background: url("../images/icon-sign-review.png");
  background-position: 0 0;
  background-repeat: no-repeat;
}
.icosign-review-button {
  width: 24px;
  height: 20px;
  float: right;
  margin: 0 0 0 5px;
  background: url("../images/icon-review-button.png");
  background-position: 0 0;
  background-repeat: no-repeat;
}
.icosign-review-button:hover {
  background-position: 0 -40px;
  cursor: pointer;
}
.icosign-more {
  background-image: url("../images/icon-arrowdown-16.png");
  background-position: 10px 13px;
  background-repeat: no-repeat;
  padding-left: 35px;
}
.icosign-more:hover {
  background-position: 10px -27px;
}
/* Expandable Units in My Activity / My Reviews
-------------------------------------------------------- */
.activity-closed {
  background: url("../images/arrow-activity.png");
  background-position: right 16px ;
  background-repeat: no-repeat;
  background-color: #f2f0f0;
  border-top: 1px solid #c7a1b6;
}
.activity-open {
  background: url("../images/arrow-activity.png");
  background-position: right -48px;
  background-repeat: no-repeat;
  background-color: #f2f0f0;
  border-top: 1px solid #c7a1b6;
}
.activity-open:hover {
  cursor: pointer;
  background-position: right -168px;
  border-top: 1px solid #EF2D27;
}
.activity-closed:hover {
  cursor: pointer;
  background-position: right -104px;
  border-top: 1px solid #EF2D27;
}
.activity_title {
  width: 320px;
}
.suggestions {
  margin-right: 20px;
  font-weight: bold;
  color: #999999;
  text-transform: uppercase;
}
.suggestions:hover {
  text-decoration: none;
}
.suggestions_selected {
  color: #EF2D27;
}
.showmemoreright {
  display: block;
  background: url("../images/showmemore-arrow-24.png");
  background-position: top left;
  background-repeat: no-repeat;
  text-transform: uppercase;
  width: 28px;
  height: 28px;
  color: #EF2D27;
}
.showmemoreright:hover {
  background: url("../images/showmemore-arrow-24-over.png");
  background-position: top left;
  background-repeat: no-repeat;
  text-decoration: none;
  color: #6e043e;
}
.showmemoreright_lg {
  display: block;
  float: right;
  background: url("../images/pg-pag-round.png");
  background-position: -60px 0;
  background-repeat: no-repeat;
  text-transform: uppercase;
  width: 32px;
  height: 32px;
  color: #EF2D27;
  margin-top: 3px;
}
.showmemoreright_lg:hover {
  background-position: -60px -60px;
  background-repeat: no-repeat;
  text-decoration: none;
  color: #6e043e;
}
.showmemoreright:active {
  margin-top: 7px;
}
.showmemoreright_lg:active {
  margin-top: 2px;
}
/* 20120221 Nav for interim front page node boxes
-------------------------------------------------------- */
.node_box_refresh_dropdown {
  float: right;
  margin-top: -2px;
  width: 223px;
  text-transform: none;
}
.node_nav {
  text-transform: uppercase;
  color: #EF2D27;
  font-size: 85%;
}
.node_nav_back {
  display: block;
  float: left;
  background: url("../images/button-round-arrow-back.png");
  background-position: left 0;
  background-repeat: no-repeat;
  padding: 2px 0 2px 25px;
}
.node_nav_back:hover {
  background-position: left -50px;
  color: #6e043e;
}
.node_nav_forward {
  display: block;
  float: right;
  background: url("../images/button-round-arrow-forward.png");
  background-position: right 0;
  background-repeat: no-repeat;
  padding: 2px 25px 2px 0;
}
.node_nav_forward:hover {
  background-position: right -50px;
  color: #6e043e;
}
/* End front page node boxes
-------------------------------------------------------- */
.survey_end_links {
  display: block;
  background: url("../images/showmemore-arrow.png");
  background-position: 36px 10px;
  background-repeat: no-repeat;
  text-transform: uppercase;
  padding: 12px 0px 10px 90px;
  color: #EF2D27;
}
.survey_end_links:hover {
  background: url("../images/showmemore-arrow-over.png");
  background-position: 36px 10px;
  background-repeat: no-repeat;
  text-decoration: none;
  color: #6e043e;
}
/* Classes for the home page
-------------------------------------------------------- */
.boxtitle {
  position: absolute;
  padding: 5px;
  background: url("../images/b_black25pc.png");
  background-repeat: repeat;
  color: #FFF;
  font-weight: bold;
  font-size: 200%;
}
.boxtitle:hover {
  color: #FFF;
  text-decoration: underline;
}
.labslink {
  display: block;
  width: 100%;
  height: 24px;
  background: url("../images/btn-labslink_wide.jpg");
  background-position: center 0px;
  background-repeat: no-repeat;
  color: #666666;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  padding-top: 4px;
}
.labslink:hover {
  background-position: center -24px;
  background-repeat: no-repeat;
  color: #FFFFFF;
}
.available_survey {
  background: url("../images/icon-survey-grey.png");
}
.completed_survey {
  background: url("../images/icon-survey-complete.png");
}
._survey {
  background-position: left top;
  background-repeat: no-repeat;
  padding-left: 25px;
  margin-bottom: 15px;
  line-height: 140%;
}
._survey a {
  color: #ef2d27;
}
._survey a:hover {
  color: #6e043e;
}
.latest_findings img {
  float: right;
  padding: 0 0 10px 10px;
  width: 100px;
}
.commentaries {
  clear: both;
  margin-bottom: 15px;
}
.commentaries img {
  float: left;
  padding: 0 10px 10px 0;
  width: 70px;
}
.story {
  position: relative;
}
.stories .thumbnail-container,
.latest_findings .thumbnail-container {
  border: 1px solid #cccccc;
  padding: 0;
  margin-left: 8px;
  margin-bottom: 8px;
  float: right;
  width: 92px;
  height: 50px;
}
.stories .thumbnail-container > div,
.latest_findings .thumbnail-container > div {
  width: 90px;
  height: 50px;
  background-repeat: no-repeat;
  background-size: cover;
}
.field_button_plus {
  display: block;
  background: url("../images/survey-add-pink.png");
  background-repeat: no-repeat;
  background-position: center right;
  width: 30px;
  height: 26px;
  border: 0;
}
.field_button_plus:hover {
  background: url("../images/survey-add-over.png");
  background-repeat: no-repeat;
  background-position: center right;
  cursor: pointer;
}
/* Like Box classes for the home page
-------------------------------------------------------- */
.home_container .suggested_item {
  position: relative;
  display: block;
  float: left;
  width: 220px;
  margin: 0 15px 15px 0;
  border: 1px solid #dddddd;
  z-index: 2;
  cursor: pointer;
}
.home_container .suggested_item:hover {
  text-decoration: none;
  background-color: #F4F4F4;
  border: 1px solid #EF2D27;
  z-index: 3;
}
.home_container .suggested_item_thumb {
  position: relative;
  display: block;
  float: left;
  width: 50px;
  height: 50px;
}
.home_container .suggested_item_title {
  position: relative;
  display: block;
  float: left;
  margin-left: 53px;
  margin-top: -50px;
  width: 155px;
  height: 35px;
  /* Use height 40px to cut off text right to the border "..." needs to be done server side*/
}
/* Like Box classes for the Opigram Summary page
-------------------------------------------------------- */
.summary_container .suggested_item {
  position: relative;
  display: block;
  float: left;
  width: 251px;
  margin: 0 15px 15px 0;
  border: 1px solid #dddddd;
  z-index: 2;
}
.summary_container .suggested_item:hover {
  text-decoration: none;
  background-color: #F4F4F4;
  border: 1px solid #EF2D27;
  z-index: 3;
}
.summary_container .suggested_item_thumb {
  position: relative;
  display: block;
  float: left;
  width: 50px;
  height: 50px;
}
.summary_container .suggested_item_title {
  position: relative;
  display: block;
  float: left;
  margin-left: 53px;
  margin-top: -50px;
  width: 186px;
  height: 35px;
  /* Use height 40px to cut off text right to the border "..." needs to be done server side*/
}
/* Like Box classes for the suggestions page
-------------------------------------------------------- */
.sh_suggested_item {
  position: relative;
  display: block;
  float: left;
  width: 248px;
  margin: 0 15px 15px 0;
  border: 1px solid #dddddd;
  z-index: 2;
}
.sh_suggested_item:hover {
  text-decoration: none;
  background-color: #F4F4F4;
  border: 1px solid #EF2D27;
  cursor: move;
  z-index: 3;
}
.sh_suggested_item_thumb {
  position: relative;
  display: block;
  float: left;
  width: 50px;
  height: 50px;
}
.sh_suggested_item_title {
  position: relative;
  display: block;
  float: left;
  margin-left: 53px;
  margin-top: -50px;
  width: 160px;
  height: 35px;
  /* Use height 40px to cut off text right to the border "..." needs to be done server side*/
}
.sh_suggested_item_thumb.icon_food_chains,
.sh_suggested_item_thumb.icon_fruit_and_veg,
.sh_suggested_item_thumb.icon_sweets_and_snacks,
.sh_suggested_item_thumb.icon_dishes,
.sh_suggested_item_thumb.icon_books,
.sh_suggested_item_thumb.icon_movies,
.sh_suggested_item_thumb.icon_music,
.sh_suggested_item_thumb.icon_magazines,
.sh_suggested_item_thumb.icon_tv,
.sh_suggested_item_thumb.icon_videogames,
.sh_suggested_item_thumb.icon_apps,
.sh_suggested_item_thumb.icon_people,
.sh_suggested_item_thumb.icon_actors,
.sh_suggested_item_thumb.icon_musicians,
.sh_suggested_item_thumb.icon_comedians,
.sh_suggested_item_thumb.icon_writers,
.sh_suggested_item_thumb.icon_sports,
.sh_suggested_item_thumb.icon_celebs,
.sh_suggested_item_thumb.icon_pers,
.sh_suggested_item_thumb.icon_breeds,
.sh_suggested_item_thumb.icon_animals,
.sh_suggested_item_thumb.icon_pets {
  background-size: 50px 50px;
}
.sh_suggested_item_thumb.icon_food_chains {
  background-image: url('../images/default-icon-food-chains-50.jpg');
}
.sh_suggested_item_thumb.icon_fruit_and_veg {
  background-image: url('../images/default-icon-fruit-and-veg-50.jpg');
}
.sh_suggested_item_thumb.icon_sweets_and_snacks {
  background-image: url('../images/default-icon-sweets-and-snacks-50.jpg');
}
.sh_suggested_item_thumb.icon_dishes {
  background-image: url('../images/default-icon-dishes-50.jpg');
}
.sh_suggested_item_thumb.icon_books {
  background-image: url('../images/default-icon-books-50.jpg');
}
.sh_suggested_item_thumb.icon_movies {
  background-image: url('../images/default-icon-movies-50.jpg');
}
.sh_suggested_item_thumb.icon_music {
  background-image: url('../images/default-icon-music-50.jpg');
}
.sh_suggested_item_thumb.icon_magazines {
  background-image: url('../images/default-icon-media-50.jpg');
}
.sh_suggested_item_thumb.icon_tv {
  background-image: url('../images/default-icon-tv-radio-50.jpg');
}
.sh_suggested_item_thumb.icon_videogames {
  background-image: url('../images/default-icon-video-games-50.jpg');
}
.sh_suggested_item_thumb.icon_apps {
  background-image: url('../images/default-icon-apps-50.jpg');
}
.sh_suggested_item_thumb.icon_people {
  background-image: url('../images/default-icon-politicians-50.jpg');
}
.sh_suggested_item_thumb.icon_actors {
  background-image: url('../images/default-icon-actors-directors-50.jpg');
}
.sh_suggested_item_thumb.icon_musicians {
  background-image: url('../images/default-icon-musicians-50.jpg');
}
.sh_suggested_item_thumb.icon_comedians {
  background-image: url('../images/default-icon-comedians-50.jpg');
}
.sh_suggested_item_thumb.icon_writers {
  background-image: url('../images/default-icon-writers-50.jpg');
}
.sh_suggested_item_thumb.icon_sports {
  background-image: url('../images/default-icon-sports-stars-50.jpg');
}
.sh_suggested_item_thumb.icon_celebs {
  background-image: url('../images/default-icon-celebrities-50.jpg');
}
.sh_suggested_item_thumb.icon_media {
  background-image: url('../images/default-icon-media-50.jpg');
}
.sh_suggested_item_thumb.icon_animals,
.sh_suggested_item_thumb.icon_pets,
.sh_suggested_item_thumb.icon_breeds {
  background-image: url('../images/default-icon-animals-50.png');
}
.sh_suggested_item_thumb.icon_websites {
  background-position: 5px -41px;
}
/* The following div (with #mylikes targeting) is purely to show the links (review, remove etc) that show up when rolling over the item boxes
-------------------------------------------------------- */
#mylikes div .summary_item_links_overlay,
#mylikes div .home_item_links_overlay,
#mylikes div .item_links_overlay,
#mylikes div .item_icons_overlay {
  display: none;
}
#mylikes.likebox_container div:hover .item_links_overlay {
  position: absolute;
  display: block;
  padding-top: 30px;
  padding-left: 58px;
  width: 189px;
  height: 20px;
  z-index: 2000;
  background: url("../images/likebox-line-mask.png");
  background-position: top left;
  background-repeat: no-repeat;
}
#mylikes.summary_container div.suggested_item:hover .item_links_overlay {
  position: absolute;
  display: block;
  padding-top: 30px;
  padding-left: 58px;
  width: 192px;
  height: 20px;
  z-index: 2000;
  background: url("../images/likebox-line-mask.png");
  background-position: top left;
  background-repeat: no-repeat;
}
#mylikes.home_container div.suggested_item:hover .item_links_overlay {
  position: absolute;
  display: block;
  padding-top: 30px;
  padding-left: 58px;
  width: 161px;
  height: 20px;
  z-index: 2000;
  background: url("../images/likebox-line-mask.png");
  background-position: top left;
  background-repeat: no-repeat;
}
#mylikes.suggested_item:hover .item_icons_overlay {
  position: absolute;
  display: block;
  padding-top: 28px;
  padding-left: 142px;
  width: 105px;
  height: 22px;
  z-index: 2000;
  background: url("../images/likebox-line-mask.png");
  background-position: top left;
  background-repeat: no-repeat;
}
#review_suggestions_widget {
  height: 325px;
  clear: both;
}
#review_suggestions_widget .content.loading {
  opacity: .6;
}
.node_thumb {
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #E5E5E5;
}
.item_links_overlay a {
  color: #b4b4b4;
}
.item_links_overlay a:hover {
  color: #EF2D27;
}
/* Used on input field plus button - Check for redundant classes and combine duplicates
-------------------------------------------------------- */
.review_button_plus {
  display: block;
  background: url("../images/survey-add.png");
  background-repeat: no-repeat;
  background-position: center right;
  width: 30px;
  height: 26px;
  border: 0px;
}
.review_button_plus:hover {
  background: url("../images/survey-add-over.png");
  background-repeat: no-repeat;
  background-position: center right;
  cursor: pointer;
}
.review_button_plus:active {
  margin-top: 2px;
}
/* Used on My Opigram homepage and To Do Today
-------------------------------------------------------- */
.summary_review_other_box,
.home_review_other_box {
  float: left;
  height: 22px;
  width: 223px;
  padding: 15px;
  margin-right: 15px;
  margin-bottom: 2px;
  background: url("../images/b_review_other_button.jpg");
  background-repeat: no-repeat;
  background-position: right 0;
  color: #01720e;
}
.summary_review_other_box:hover,
.home_review_other_box:hover {
  background-repeat: no-repeat;
  background-position: right -52px;
  color: #FFF;
}
.summary_review_other_box:active,
.home_review_other_box:active {
  margin-top: 2px;
  margin-bottom: 0;
}
.home_review_other_box {
  width: 192px;
}
.summary_suggest_box {
  height: 35px;
  width: 231px;
  padding: 6px 10px 10px 10px;
}
.home_suggest_box {
  height: 35px;
  width: 200px;
  padding: 6px 10px 10px 10px;
}
.home_suggested_field {
  border: solid 1px #dddddd;
  width: 406px;
}
.summary_suggested_field {
  border: solid 1px #dddddd;
  width: 466px;
}
.small_review {
  float: left;
  height: 16px;
  width: 150px;
  padding: 8px;
  background: url("../images/b_button_sm.jpg");
  background-repeat: no-repeat;
  background-position: right 0;
  color: #01720e;
}
.small_review:hover {
  background-repeat: no-repeat;
  background-position: right -32px;
  color: #FFF;
}
.small_review:active {
  margin-top: 2px;
}
/* Generic site wide Buttons and colours
-------------------------------------------------------- */
.button {
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  padding: 2px 12px 2px 12px;
  margin-bottom: 5px;
  text-decoration: none;
  line-height: 200%;
}
.button_slim {
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  padding: 2px 8px 2px 8px;
  text-decoration: none;
}
.button:hover,
.button:visited {
  text-decoration: none;
  cursor: pointer;
}
.button:active {
  margin-top: 2px;
}
.button_outline {
  padding: 2px 20px 2px 20px;
  margin-bottom: 5px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  white-space: nowrap;
}
.button_outline:hover {
  text-decoration: none;
}
.system-colour {
  background-color: #6e043e;
  color: #FFF;
  font-weight: bold;
}
.system-colour:hover {
  background-color: #EF2D27;
  color: #FFF;
  text-decoration: none;
}
.system-colour a:hover {
  background-color: #EF2D27;
  color: #FFF;
  text-decoration: none;
}
.system-colour-reverse {
  background-color: #EF2D27;
  color: #FFF;
  text-decoration: none;
  font-weight: bold;
}
.system-colour-reverse:hover {
  background-color: #6e043e;
  color: #FFF;
}
.system-grey {
  background-color: #999999;
  color: #FFF;
  font-weight: bold;
}
.system-grey:hover {
  background-color: #6e043e;
  color: #FFF;
  text-decoration: none;
}
.system-grey-red {
  background-color: #EEEEEE;
  color: #666666;
  font-weight: bold;
}
.system-grey-red:hover {
  background-color: #EF2D27;
  color: #FFF;
  text-decoration: none;
}
.system-grey-no-hover {
  background-color: #EEEEEE;
  color: #666666;
  font-weight: bold;
}
.system-red-no-hover {
  background-color: #EF2D27;
  color: #FFF;
  text-decoration: none;
}
.system-colour-outline {
  background-color: #FFF;
  color: #EF2D27;
  font-weight: bold;
  border: solid 1px #EF2D27;
}
.system-colour-outline:hover {
  background-color: #EF2D27;
  color: #FFF;
  text-decoration: none;
}
.review-outline {
  background-color: #fef5f5;
  padding: 10px 0 10px 10px;
  color: #6e043e;
  font-weight: bold;
  border: solid 1px #de8c92;
}
.review-outline:hover {
  background-color: #EF2D27;
  border: solid 1px #EF2D27;
  color: #FFF;
  text-decoration: none;
}
.lab-colour {
  background-color: #EF2D27;
  color: #FFF;
  text-decoration: none;
  font-weight: bold;
}
.lab-colour:hover {
  background-color: #000000;
  color: #FFF;
}
/* Graphic Buttons used in Firsts pop-up - maybe obsolete
-------------------------------------------------------- */
.button_submit {
  display: block;
  width: 192px;
  height: 24px;
  background: url("../images/button-submit.png");
  background-position: 0 0;
  background-repeat: no-repeat;
}
.button_submit:hover,
.popup_button_submit:active {
  cursor: pointer;
  background-position: -200px 0;
}
.button_cancel {
  display: block;
  width: 110px;
  height: 24px;
  margin-left: 20px;
  background: url("../images/button-cancel.png");
  background-position: 0 0;
  background-repeat: no-repeat;
}
.button_submit:active,
.button_cancel:active {
  margin-top: 2px;
}
.button_cancel:hover {
  cursor: pointer;
  background-position: -160px 0;
}
/* Like Box classes - Optimise if final
-------------------------------------------------------- */
.likebox-icon-love-sm {
  background: url("../images/box-icon-closed-love-sm.png");
  color: #750743;
}
.likebox-icon-love-sm:hover,
.likebox-icon-love-sm-unselected:hover {
  background: url("../images/box-icon-open-love-sm.png");
}
.likebox-icon-love-sm-unselected {
  background: url("../images/box-icon-closed-love-sm-unselected.png");
  color: #750743;
}
.likebox-icon-love-sm-selected {
  background: url("../images/box-icon-open-love-sm.png");
  color: #EF2D27;
}
.likebox-icon-tosee-sm {
  background: url("../images/box-icon-closed-tosee-sm.png");
  color: #750743;
}
.likebox-icon-tosee-sm:hover,
.likebox-icon-tosee-sm-unselected:hover {
  background: url("../images/box-icon-open-tosee-sm.png");
}
.likebox-icon-tosee-sm-unselected {
  background: url("../images/box-icon-closed-tosee-sm-unselected.png");
  color: #750743;
}
.likebox-icon-tosee-sm-selected {
  background: url("../images/box-icon-open-tosee-sm.png");
  color: #EF2D27;
}
.likebox-icon-happy-sm {
  background: url("../images/box-icon-closed-happy-sm.png");
  color: #750743;
}
.likebox-icon-happy-sm:hover,
.likebox-icon-happy-sm-unselected:hover {
  background: url("../images/box-icon-open-happy-sm.png");
}
.likebox-icon-happy-sm-unselected {
  background: url("../images/box-icon-closed-happy-sm-unselected.png");
  color: #750743;
}
.likebox-icon-happy-sm-selected {
  background: url("../images/box-icon-open-happy-sm.png");
  color: #EF2D27;
}
.likebox-icon-neutral-sm {
  background: url("../images/box-icon-closed-neutral-sm.png");
  color: #750743;
}
.likebox-icon-neutral-sm:hover,
.likebox-icon-neutral-sm-unselected:hover {
  background: url("../images/box-icon-open-neutral-sm.png");
}
.likebox-icon-neutral-sm-unselected {
  background: url("../images/box-icon-closed-neutral-sm-unselected.png");
  color: #750743;
}
.likebox-icon-neutral-sm-selected {
  background: url("../images/box-icon-open-neutral-sm.png");
  color: #EF2D27;
}
.likebox-icon-sad-sm {
  background: url("../images/box-icon-closed-sad-sm.png");
  color: #750743;
}
.likebox-icon-sad-sm:hover,
.likebox-icon-sad-sm-unselected:hover {
  background: url("../images/box-icon-open-sad-sm.png");
}
.likebox-icon-sad-sm-unselected {
  background: url("../images/box-icon-closed-sad-sm-unselected.png");
  color: #750743;
}
.likebox-icon-sad-sm-selected {
  background: url("../images/box-icon-open-sad-sm.png");
  color: #EF2D27;
}
.likebox-icon-hate-sm {
  background: url("../images/box-icon-closed-hate-sm.png");
  color: #750743;
}
.likebox-icon-hate-sm:hover,
.likebox-icon-hate-sm-unselected:hover {
  background: url("../images/box-icon-open-hate-sm.png");
}
.likebox-icon-hate-sm-unselected {
  background: url("../images/box-icon-closed-hate-sm-unselected.png");
  color: #750743;
}
.likebox-icon-hate-sm-selected {
  background: url("../images/box-icon-open-hate-sm.png");
  color: #EF2D27;
}
.likebox-icon-talented-sm {
  background: url("../images/box-icon-closed-hatebuttalented-sm.png");
  color: #750743;
}
.likebox-icon-talented-sm:hover,
.likebox-icon-talented-sm-unselected:hover {
  background: url("../images/box-icon-open-hatebuttalented-sm.png");
}
.likebox-icon-talented-sm-unselected {
  background: url("../images/box-icon-closed-hatebuttalented-sm-unselected.png");
  color: #750743;
}
.likebox-icon-talented-sm-selected {
  background: url("../images/box-icon-open-hatebuttalented-sm.png");
  color: #EF2D27;
}
.likebox-icon-bitsof-sm {
  background: url("../images/box-icon-closed-readbitsof-sm.png");
  color: #750743;
}
.likebox-icon-bitsof-sm:hover,
.likebox-icon-bitsof-sm-unselected:hover {
  background: url("../images/box-icon-open-readbitsof-sm.png");
}
.likebox-icon-bitsof-sm-unselected {
  background: url("../images/box-icon-closed-readbitsof-sm-unselected.png");
  color: #750743;
}
.likebox-icon-bitsof-sm-selected {
  background: url("../images/box-icon-open-readbitsof-sm.png");
  color: #EF2D27;
}
.likeboxshort {
  display: block;
  float: left;
  background-repeat: no-repeat;
  background-position: 0px 5px;
  width: 80px;
  height: 46px;
  margin: 0;
  padding: 23px 5px 0px 85px;
  border: 0;
  /* padding: 23px 5px 5px 85px; */
}
.likeboxshort:hover {
  background-repeat: no-repeat;
  background-position: 0px 5px;
  color: #EF2D27;
  text-decoration: none;
}
/* Likebox Classes for a version of boxes in the Review pop-up - Added 201106 - Optimise if final
-------------------------------------------------------- */
.likeboxvert {
  display: block;
  float: left;
  background-repeat: no-repeat;
  background-position: 25px 0px;
  width: 130px;
  height: auto;
  margin: 5px 0 0 0;
  padding: 80px 0 0 0;
  border: 0;
}
.likeboxvert:hover {
  background-repeat: no-repeat;
  background-position: 25px 0px;
  color: #EF2D27;
  text-decoration: none;
}
/* Likebox Mini Icon buttons for ratings - Added 201106 - Optimise if final or delete if not used
-------------------------------------------------------- */
.likebox-love {
  display: block;
  float: left;
  background: url("../images/likebox-love.png");
  background-repeat: no-repeat;
  background-position: center center;
  height: 16px;
  width: 20px;
}
.likebox-love:hover {
  background: url("../images/likebox-love-over.png");
  background-repeat: no-repeat;
  background-position: center center;
}
.likebox-happy {
  display: block;
  float: left;
  background: url("../images/likebox-happy.png");
  background-repeat: no-repeat;
  background-position: center center;
  height: 16px;
  width: 20px;
}
.likebox-happy:hover {
  background: url("../images/likebox-happy-over.png");
  background-repeat: no-repeat;
  background-position: center center;
}
.likebox-neutral {
  display: block;
  float: left;
  background: url("../images/likebox-neutral.png");
  background-repeat: no-repeat;
  background-position: center center;
  height: 16px;
  width: 20px;
}
.likebox-neutral:hover {
  display: block;
  float: left;
  background: url("../images/likebox-neutral-over.png");
  background-repeat: no-repeat;
  background-position: center center;
}
.likebox-sad {
  display: block;
  float: left;
  background: url("../images/likebox-sad.png");
  background-repeat: no-repeat;
  background-position: center center;
  height: 16px;
  width: 20px;
}
.likebox-sad:hover {
  display: block;
  float: left;
  background: url("../images/likebox-sad-over.png");
  background-repeat: no-repeat;
  background-position: center center;
}
.likebox-tosee {
  display: block;
  float: left;
  background: url("../images/likebox-tosee.png");
  background-repeat: no-repeat;
  background-position: center center;
  height: 16px;
  width: 20px;
}
.likebox-tosee:hover {
  display: block;
  float: left;
  background: url("../images/likebox-tosee-over.png");
  background-repeat: no-repeat;
  background-position: center center;
}
/* Likebox title background arrow - top of page
-------------------------------------------------------- */
.likebox-arrow {
  display: block;
  float: left;
  background: url("../images/bg-arrow.png");
  background-repeat: no-repeat;
  background-position: left top;
}
/* Likebox consistent spacing for title area - Added 20110629
-------------------------------------------------------- */
.likebox-title-space {
  display: block;
  float: left;
  width: 646px;
  height: 38px;
}
/* Likebox classes for centreing a new item, reading for dragging to a Like Box - Added 20110630
-------------------------------------------------------- */
.likebox-add-new {
  width: 450px;
  height: 335px;
  padding-left: 65px;
}
.likebox-add-new-arrow-top {
  background: url("../images/add-reviews-arrow-top.png");
  background-repeat: no-repeat;
  background-position: top left;
  width: 350px;
  height: 80px;
}
.likebox-add-new-arrow-bot {
  background: url("../images/add-reviews-arrow-bot.png");
  background-repeat: no-repeat;
  background-position: top left;
  width: 350px;
  height: 80px;
}
/* Likebox Review list Rating Display Small Icons
-------------------------------------------------------- */
.love {
  background: url("../images/likebox-love-over.png");
}
.happy {
  background: url("../images/likebox-happy-over.png");
}
.neutral {
  background: url("../images/likebox-neutral-over.png");
}
.sad {
  background: url("../images/likebox-sad-over.png");
}
.hate {
  background: url("../images/likebox-hate-over.png");
}
.tosee {
  background: url("../images/likebox-tosee-over.png");
}
.none {
  background: url("../images/likebox-all-over.png");
}
.love_grey {
  background: url("../images/likebox-love.png");
  cursor: pointer;
}
.happy_grey {
  background: url("../images/likebox-happy.png");
  cursor: pointer;
}
.neutral_grey {
  background: url("../images/likebox-neutral.png");
  cursor: pointer;
}
.sad_grey {
  background: url("../images/likebox-sad.png");
  cursor: pointer;
}
.hate_grey {
  background: url("../images/likebox-hate.png");
  cursor: pointer;
}
.tosee_grey {
  background: url("../images/likebox-tosee.png");
  cursor: pointer;
}
.none_grey {
  background: url("../images/likebox-all.png");
}
.love_grey:hover {
  background: url("../images/likebox-love-over.png");
  cursor: pointer;
}
.happy_grey:hover {
  background: url("../images/likebox-happy-over.png");
  cursor: pointer;
}
.neutral_grey:hover {
  background: url("../images/likebox-neutral-over.png");
  cursor: pointer;
}
.sad_grey:hover {
  background: url("../images/likebox-sad-over.png");
  cursor: pointer;
}
.hate_grey:hover {
  background: url("../images/likebox-hate-over.png");
  cursor: pointer;
}
.tosee_grey:hover {
  background: url("../images/likebox-tosee-over.png");
  cursor: pointer;
}
.none_grey:hover {
  background: url("../images/likebox-all-over.png");
}
.love_grey_simple {
  background: url("../images/likebox-love-over.png");
}
.happy_grey_simple {
  background: url("../images/likebox-happy-over.png");
}
.neutral_grey_simple {
  background: url("../images/likebox-neutral-over.png");
}
.sad_grey_simple {
  background: url("../images/likebox-sad-over.png");
}
.hate_grey_simple {
  background: url("../images/likebox-hate-over.png");
}
.tosee_grey_simple {
  background: url("../images/likebox-tosee-over.png");
}
.all_grey_simple {
  background: url("../images/likebox-all.png");
}
.rating {
  background-repeat: no-repeat;
  background-position: left 0;
  padding-left: 25px;
  min-height: 18px;
}
.rating:hover {
  background-repeat: no-repeat;
}
.box_icons {
  display: block;
  float: left;
  background-repeat: no-repeat;
  background-position: center center;
  width: 16px;
  height: 16px;
}
.box_icons_col {
  display: block;
  float: left;
  background-repeat: no-repeat;
}
.box_icons_col:hover {
  background-repeat: no-repeat;
}
.love-code-icon {
  background: url("../images/icon-code-love.png");
}
.happy-code-icon {
  background: url("../images/icon-code-happy.png");
}
.neutral-code-icon {
  background: url("../images/icon-code-neutral.png");
}
.sad-code-icon {
  background: url("../images/icon-code-sad.png");
}
.hate-code-icon {
  background: url("../images/icon-code-hate.png");
}
.tosee-code-icon {
  background: url("../images/icon-code-tosee.png");
}
.bitsof-code-icon {
  background: url("../images/icon-code-bitsof.png");
}
.love-code-icon-grey {
  background: url("../images/icon-code-love-grey2.png");
}
.happy-code-icon-grey {
  background: url("../images/icon-code-happy-grey.png");
}
.neutral-code-icon-grey {
  background: url("../images/icon-code-neutral-grey.png");
}
.sad-code-icon-grey {
  background: url("../images/icon-code-sad-grey.png");
}
.hate-code-icon-grey {
  background: url("../images/icon-code-hate-grey.png");
}
.tosee-code-icon-grey {
  background: url("../images/icon-code-tosee-grey.png");
}
.bitsof-code-icon-grey {
  background: url("../images/icon-code-bitsof-grey.png");
}
.love-code-icon,
.happy-code-icon,
.neutral-code-icon,
.sad-code-icon,
.hate-code-icon,
.tosee-code-icon,
.bitsof-code-icon,
.love-code-icon-grey,
.happy-code-icon-grey,
.neutral-code-icon-grey,
.sad-code-icon-grey,
.hate-code-icon-grey,
.tosee-code-icon-grey,
.bitsof-code-icon-grey {
  background-repeat: no-repeat;
  background-position: left 10px;
  padding-left: 35px;
}
/* Likebox Review list (expandable boxes) classes - Added 20110620
-------------------------------------------------------- */
.likeboxreviews-field {
  width: 500px;
}
.likeboxreviews-unreviewed {
  border: 1px solid #dddddd;
  width: 518px;
}
.likeboxreviews-unreviewed:hover {
  border: 1px solid #EF2D27;
}
.likeboxreviews-closed {
  background: url("../images/arrow-activity.png");
  background-position: right 16px ;
  background-repeat: no-repeat;
  /* background-color: #f5f5f5; */
  border: 1px solid #dddddd;
  width: 518px;
  color: #666666;
}
.likeboxreviews-open {
  background: url("../images/arrow-activity.png");
  background-position: right -48px;
  background-repeat: no-repeat;
  /* background-color: #f5f5f5; */
  border-top: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  width: 518px;
  color: #666666;
}
.likeboxreviews-open:hover {
  cursor: pointer;
  background-position: right -168px;
  border: 1px solid #EF2D27;
}
.likeboxreviews-closed:hover {
  cursor: pointer;
  background-position: right -104px;
  border: 1px solid #EF2D27;
}
.likeboxreviews {
  border: 1px solid #dddddd;
  width: 518px;
}
.opigram-code-closed,
.opigram-survey-closed,
.opigram-survey-start,
.opigram-survey-continue {
  background: url("../images/arrow-activity.png");
  background-position: right 16px ;
  background-repeat: no-repeat;
  /* background-color: #f5f5f5; */
  border: 1px solid #dddddd;
  width: 518px;
}
.opigram-survey-start,
.opigram-survey-continue {
  background: none;
  border: 1px solid #dddddd;
  width: 518px;
}
.opigram-code-closed:hover,
.opigram-survey-closed:hover,
.opigram-survey-start:hover,
.opigram-survey-continue:hover {
  cursor: pointer;
  background-position: right -104px;
  border: 1px solid #EF2D27;
}
.opigram-survey-closed .opigram-survey-status {
  font-size: 13px;
  font-weight: 300;
}
.opigram-survey-closed:hover .opigram-survey-status,
.opigram-survey-continue:hover,
.opigram-survey-start:hover {
  color: #EF2D27;
}
.opigram-survey-start {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=25)";
  /* IE 5-7 */
  filter: alpha(opacity=25);
  /* Netscape */
  -moz-opacity: 0.25;
  /* Safari 1.x */
  -khtml-opacity: 0.25;
  /* Good browsers */
  opacity: 0.25;
}
.opigram-survey-start:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  /* IE 5-7 */
  filter: alpha(opacity=100);
  /* Netscape */
  -moz-opacity: 1;
  /* Safari 1.x */
  -khtml-opacity: 1;
  /* Good browsers */
  opacity: 1;
}
.survey_start_button {
  position: relative;
  top: 3px;
  margin-right: 10px;
  width: 16px;
  height: 16px;
  display: inline-block;
  background: url('../images/common-sprite-v12.png') no-repeat;
  background-position: -17px -438px;
}
.opigram-survey-start .opigram-survey-status {
  visibility: hidden;
}
.opigram-survey-start:hover .opigram-survey-status {
  visibility: visible;
}
.opigram-survey-continue .survey_start_button {
  visibility: hidden;
}
.opigram-survey-continue:hover .survey_start_button {
  visibility: visible;
}
.opigram-survey-start .opigram-survey-status,
.opigram-survey-continue .opigram-survey-status {
  font-size: 13px;
  font-weight: 300;
}
.opigram-survey-closed:hover .opigram-survey-status {
  color: #EF2D27;
}
.opigram-code-open {
  background: url("../images/arrow-activity.png");
  background-position: right -48px;
  background-repeat: no-repeat;
  /* background-color: #f5f5f5; */
  border-top: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  width: 520px;
}
.opigram-code-open:hover {
  cursor: pointer;
  background-position: right -168px;
  border: 1px solid #EF2D27;
}
.opigram-code-edit {
  display: inline;
  background: url("../images/edit.png");
  background-position: center center ;
  background-repeat: no-repeat;
  height: 1px;
  width: 1px;
  padding: 0 10px 0 10px;
  margin-left: 3px;
  margin-right: 8px;
  border: 1px solid #FFF;
}
.opigram-code-edit:hover {
  background: url("../images/edit_over.png");
  background-position: center center ;
  background-repeat: no-repeat;
  border: 1px solid #dddddd;
  background-color: #f5f5f5;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
}
/* Small Titles
-------------------------------------------------------- */
.t_segment {
  font-size: 14px;
  color: #333;
  font-weight: bold;
  text-transform: uppercase;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 15px;
  padding: 0 0 5px 0;
}
.progress_joint {
  background: url("../images/progress-joint.png");
  background-position: 0 15px;
  background-repeat: repeat-x;
  height: 30px;
}
/* Home box
-------------------------------------------------------- */
#home_yougovbox {
  border: 1px solid #EF2D27;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
}
#home_yougovbox a {
  color: #EF2D27;
}
#home_yougovbox a:hover {
  color: #EF2D27;
  text-decoration: underline;
}
.home_yougovsubbox {
  background-color: #EF2D27;
  display: block;
  position: relative;
  width: 438px;
  height: auto;
  border-radius: 6px 6px 0 0;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 6px 6px 0 0;
  color: #fff;
}
/* Try _position:relative; hack for internet explorer 6? */
.home_close {
  display: block;
  position: relative;
  top: -10px;
  left: 440px;
  z-index: 1000;
  background: url("../images/but_home_info_close_lg.png") no-repeat center center;
  width: 28px;
  height: 28px;
}
.home_close:hover {
  background: url("../images/but_home_info_close_lg_over.png") no-repeat center center;
}
.home_close:active {
  margin-top: 2px;
}
/* Likes pages - this class restricts the display of text to just the inner box
-------------------------------------------------------- */
.limitboxtext {
  display: block;
  width: 157px;
  height: 34px;
  overflow: hidden;
}
#feedback_tab {
  top: 45% !important;
}
#feedback_tab {
  border: 1px solid;
  cursor: pointer;
  height: 108px;
  overflow: hidden;
  position: fixed;
  text-indent: -5000px;
  top: 23%;
  width: 33px;
  z-index: 10000;
  display: block;
  background-image: url("../images/tab_feedback.png");
  background-color: #ef2d27;
  border-color: #ef2d27;
}
.feedbackTabRight {
  right: 0;
}
.right_image {
  display: block;
  float: left;
  background: url("../images/b_right.jpg") no-repeat center center;
  height: 530px;
  width: 160px;
}
/* List bullet points
-------------------------------------------------------- */
.bullets li {
  list-style: square inside;
  margin-left: 0;
  padding-left: 1em;
  text-indent: -1em;
}
.widget_header {
  padding: 10px 0 10px 0px;
  border-bottom: 1px dotted #DDDDDD;
}
.widget_nav {
  display: block;
  margin: 0 ;
  padding: 10px 5px 10px 40px;
  border-bottom: 1px dotted #DDDDDD;
  color: #666666;
  text-transform: uppercase;
  font-size: 110%;
  line-height: 150%;
}
.widget_nav:hover {
  background-color: #EF2D27;
  color: #FFFFFF;
}
.widget_icon_progress {
  background: url("../images/widget-icon-progress.png") no-repeat 0px -50px;
}
.widget_icon_opigram {
  background: url("../images/widget-icon-opigram.png") no-repeat 0px -50px;
}
.widget_icon_review {
  background: url("../images/widget-icon-review.png") no-repeat 0px -50px;
}
.widget_icon_progress:hover,
.widget_icon_opigram:hover,
.widget_icon_review:hover {
  background-position: 0px 0px;
}
#loginnotice {
  float: left;
  background: none repeat scroll 0 0 white;
  border: 1px solid #EF2D27;
  display: none;
  padding: 10px;
  position: absolute;
  width: 190px;
  color: #666666;
  z-index: 200;
}
div.descriptorcarousel {
  height: 140px;
  width: 640px;
  overflow: hidden;
  position: relative;
}
div.viewport {
  width: 540px;
  right: 50px;
  left: 50px;
  position: relative;
  z-index: 1000;
}
div.descriptorcarousel ul.overview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 30px;
  left: 0;
}
div.descriptorcarousel ul.overview li {
  float: left;
  width: 540px;
  margin-right: 50px;
}
div.descriptorcarousel .controls {
  position: absolute;
  top: 40px;
  left: 0;
  right: 0;
  height: 30px;
}
div.descriptorcarousel .controls .prev {
  position: absolute;
  display: block;
  width: 15px;
  height: 23px;
  left: 0;
  cursor: pointer;
  background: url("../images/arrow-tags-left.png") no-repeat center 5px;
  background-color: #eeeeee;
  color: #666666;
  font-weight: bold;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 2px 12px 2px 12px;
  text-decoration: none;
}
div.descriptorcarousel .controls .next {
  position: absolute;
  display: block;
  width: 15px;
  height: 23px;
  right: 0;
  cursor: pointer;
  background: url("../images/arrow-tags-right.png") no-repeat center 5px;
  background-color: #eeeeee;
  color: #666666;
  font-weight: bold;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 2px 12px 2px 12px;
  text-decoration: none;
}
div.descriptorcarousel .controls .next:hover,
div.descriptorcarousel .controls .prev:hover {
  background-repeat: no-repeat;
  background-position: center -45px;
  background-color: #EF2D27;
  color: #FFF;
}
ul.actions {
  margin-top: 3em;
  text-align: right;
}
ul.actions li {
  display: inline;
  margin-left: 2em;
}
.rating.selected {
  background-color: transparent !important;
}
/* This style shows not-yet-wired sections */
.placeholder {
  border: 3px dashed yellow;
}
/* This is required to keep search suggestions on top of the suggested
   nodes in review suggestions...
*/
.ui-autocomplete {
  z-index: 1050 !important;
}
/*
 * Rating AJAX API
 */
#ratingInProgress {
  position: absolute;
  text-align: center;
  padding-top: 20px;
}
.ratingProgressError {
  color: red;
}
/*
 * Site-wide search box
 */
#node_search_box {
  width: 220px;
  margin-bottom: 10px;
  background-color: #f1f1f1;
}
#node_search_box .icon {
  height: 20px;
  width: 20px;
  background: transparent url('../images/icon-plus-calm.png') left top no-repeat;
  display: inline-block;
  float: left;
  margin: 9px 0px 0px 10px;
}
#node_search_box span {
  display: inline-block;
  color: #666666;
  font-weight: 700;
  font-size: 1em;
  padding: 8px 0px 0px 10px;
  text-transform: uppercase;
}
#node_search_box div {
  display: inline-block;
  background-color: white;
  width: 210px;
  margin: 5px;
}
#node_search_box input {
  float: left;
  width: 200px;
  border: none;
  padding: 5px;
  color: #666666;
  font-size: 0.92em;
}
#node_search_box button {
  display: none;
  border: none;
  background: none;
  float: right;
  margin: 4px 5px 0 0;
  height: 15px;
  width: 20px;
}
.update_success_message,
.update_error_message {
  display: none;
  font-size: 1.2em;
}
.review-thumbnail-container {
  background-color: #E8E8E8;
  background-position: 28px 28px;
  width: 80px;
  height: 80px;
}
.review-thumbnail {
  width: 80px;
  height: 80px;
}
.force_wrap {
  word-wrap: break-word;
}
.text_placeholder {
  color: #aaa;
  font-style: italic;
  font-size: 0.9em;
}
.reviewTab .progress_indicator {
  width: 30px;
  height: 10px;
  margin-top: 15px;
  right: 45px;
  position: absolute;
  display: none;
}
.opinion_bubble_tip {
  background: url("../images/opinion-bubble-tip.png");
  background-repeat: no-repeat;
  width: 8px;
  height: 11px;
  z-index: 1;
}
.opinion_response_bubble_tip {
  background: url("../images/opinion-bubble-tip-white.png");
  background-repeat: no-repeat;
  width: 8px;
  height: 11px;
  z-index: 1;
}
.opinion_wrapper > div.node_type_icon {
  background-color: #f4f4f4;
  background-position: 6px 6px;
  width: 37px;
  height: 37px;
  margin: 0 11px 11px 0;
}
.opinion_wrapper_parent:hover .opinion_respond_wrapper {
  display: block;
}
.opinion_nuke {
  background-image: url('../images/opinion-nuke.png');
}
.opinion_agree {
  background-image: url('../images/opinion-agree.png');
}
.opinion_disagree {
  background-image: url('../images/opinion-disagree.png');
}
.opinion_respond {
  background-image: url('../images/opinion-respond.png');
}
.opinion_respond_wrapper .save {
  position: relative;
  right: -366px;
  bottom: 0;
  background-image: url('../images/opinion-response-save2.png');
  background-repeat: no-repeat;
  height: 27px;
  width: 85px;
  cursor: pointer;
  opacity: 0;
  display: block;
}
.opinion_response_buttons {
  height: 45px;
}
.opinion_response_wrapper .opinion_text {
  margin: 0 25px 0 0;
  word-wrap: break-word;
}
.opinion_wrapper .opinion_text {
  width: 410px;
  word-wrap: break-word;
}
.opinion_response_buttons {
  height: 45px;
}
.opinion_response_buttons a {
  height: 38px;
  width: 102px;
  background: url('../images/common-sprite-v12.png') no-repeat;
  cursor: pointer;
  display: block;
  float: left;
  margin-top: 5px;
}
.opinion_response_buttons a .text,
.opinion_response_buttons a .tick {
  background: url('../images/common-sprite-v12.png') no-repeat;
  display: inline-block;
}
.opinion_response_buttons a .text {
  height: 28px;
  width: 57px;
  margin: 7px 1px 0 11px;
}
.opinion_response_buttons a .tick {
  margin-top: 7px;
  position: relative;
  top: -4px;
}
.opinion_response_buttons a.agree {
  background-position: 0px -39px;
}
.opinion_response_buttons a.agree .text {
  background-position: 0px -117px;
}
.opinion_response_buttons a.agree.agree_level_selected {
  background-position: 0px -39px;
}
.opinion_response_buttons a.agree.agree_level_selected .tick {
  height: 28px;
  width: 25px;
  background-position: 0px -156px;
}
.opinion_response_buttons a.agree.agree_level_selected:active {
  background-position: 0px -39px;
  height: 37px;
  margin-top: 6px;
}
.opinion_response_buttons a.agree.agree_level_deselected {
  background-position: -412px -39px;
}
.opinion_response_buttons a.agree.agree_level_deselected:hover {
  background-position: 0px -39px;
}
.opinion_response_buttons a.agree:hover {
  background-position: 0px -39px;
}
.opinion_response_buttons a.agree:hover .tick {
  height: 28px;
  width: 25px;
  background-position: 0px -156px;
}
.opinion_response_buttons a.agree:active {
  background-position: 0px -39px;
}
.opinion_response_buttons a.agree_mildly {
  margin-right: 8px;
  background-position: -103px -39px;
}
.opinion_response_buttons a.agree_mildly .text {
  background-position: -120px -117px;
}
.opinion_response_buttons a.agree_mildly.agree_level_selected {
  background-position: -103px -39px;
}
.opinion_response_buttons a.agree_mildly.agree_level_selected .tick {
  height: 28px;
  width: 25px;
  background-position: -120px -156px;
}
.opinion_response_buttons a.agree_mildly.agree_level_selected:active {
  background-position: -103px -39px;
  height: 37px;
  margin-top: 6px;
}
.opinion_response_buttons a.agree_mildly.agree_level_deselected {
  background-position: -412px -39px;
}
.opinion_response_buttons a.agree_mildly.agree_level_deselected:hover {
  background-position: -103px -39px;
}
.opinion_response_buttons a.agree_mildly:hover {
  background-position: -103px -39px;
}
.opinion_response_buttons a.agree_mildly:hover .tick {
  height: 28px;
  width: 25px;
  background-position: -120px -156px;
}
.opinion_response_buttons a.agree_mildly:active {
  background-position: -103px -39px;
}
.opinion_response_buttons a.disagree_mildly {
  margin-right: 8px;
  background-position: -206px -39px;
}
.opinion_response_buttons a.disagree_mildly .text {
  background-position: -240px -117px;
}
.opinion_response_buttons a.disagree_mildly.agree_level_selected {
  background-position: -206px -39px;
}
.opinion_response_buttons a.disagree_mildly.agree_level_selected .tick {
  height: 28px;
  width: 25px;
  background-position: -240px -156px;
}
.opinion_response_buttons a.disagree_mildly.agree_level_selected:active {
  background-position: -206px -39px;
  height: 37px;
  margin-top: 6px;
}
.opinion_response_buttons a.disagree_mildly.agree_level_deselected {
  background-position: -412px -39px;
}
.opinion_response_buttons a.disagree_mildly.agree_level_deselected:hover {
  background-position: -206px -39px;
}
.opinion_response_buttons a.disagree_mildly:hover {
  background-position: -206px -39px;
}
.opinion_response_buttons a.disagree_mildly:hover .tick {
  height: 28px;
  width: 25px;
  background-position: -240px -156px;
}
.opinion_response_buttons a.disagree_mildly:active {
  background-position: -206px -39px;
}
.opinion_response_buttons a.disagree {
  margin-right: 8px;
  background-position: -309px -39px;
}
.opinion_response_buttons a.disagree .text {
  background-position: -360px -117px;
}
.opinion_response_buttons a.disagree.agree_level_selected {
  background-position: -309px -39px;
}
.opinion_response_buttons a.disagree.agree_level_selected .tick {
  height: 28px;
  width: 25px;
  background-position: -360px -156px;
}
.opinion_response_buttons a.disagree.agree_level_selected:active {
  background-position: -309px -39px;
  height: 37px;
  margin-top: 6px;
}
.opinion_response_buttons a.disagree.agree_level_deselected {
  background-position: -412px -39px;
}
.opinion_response_buttons a.disagree.agree_level_deselected:hover {
  background-position: -309px -39px;
}
.opinion_response_buttons a.disagree:hover {
  background-position: -309px -39px;
}
.opinion_response_buttons a.disagree:hover .tick {
  height: 28px;
  width: 25px;
  background-position: -360px -156px;
}
.opinion_response_buttons a.disagree:active {
  background-position: -309px -39px;
}
.opinion_wrapper_parent:hover .opinion_status_bar {
  visibility: visible;
}
.opinion_status_bar {
  visibility: hidden;
  width: 100px;
  position: absolute;
  left: 166px;
}
.opinion_status_bar_button {
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  cursor: pointer;
  float: left;
  background: url('../images/common-sprite-v12.png') no-repeat;
  margin-right: 1px;
}
.opinion_response_bubble .opinion_stats_button,
.opinion_wrapper_parent .opinion_stats_button,
.opinion_response_bubble .opinion_report_button,
.opinion_wrapper_parent .opinion_report_button {
  visibility: hidden;
}
.opinion_response_bubble:hover .opinion_stats_button,
.opinion_wrapper_parent:hover .opinion_stats_button,
.opinion_response_bubble:hover .opinion_report_button,
.opinion_wrapper_parent:hover .opinion_report_button {
  visibility: visible;
}
.opinion_response_bubble .opinion_report_button {
  top: 12px;
}
.opinion_status_bar .agree {
  background-position: 0 -203px;
}
.opinion_status_bar .agree_mildly {
  background-position: -27px -203px;
}
.opinion_status_bar .disagree_mildly {
  background-position: -54px -203px;
}
.opinion_status_bar .disagree {
  background-position: -81px -203px;
}
.opinion_status_bar .agree:hover {
  background-position: 0 -230px;
}
.opinion_status_bar .agree_mildly:hover {
  background-position: -27px -230px;
}
.opinion_status_bar .disagree_mildly:hover {
  background-position: -54px -230px;
}
.opinion_status_bar .disagree:hover {
  background-position: -81px -230px;
}
.opinion_status_bar .agree.agree_level_deselected {
  background-position: 0 -257px;
}
.opinion_status_bar .agree_mildly.agree_level_deselected {
  background-position: -27px -257px;
}
.opinion_status_bar .disagree_mildly.agree_level_deselected {
  background-position: -54px -257px;
}
.opinion_status_bar .disagree.agree_level_deselected {
  background-position: -81px -257px;
}
.opinion_status_bar .agree.agree_level_deselected:hover {
  background-position: 0 -203px;
}
.opinion_status_bar .agree_mildly.agree_level_deselected:hover {
  background-position: -27px -203px;
}
.opinion_status_bar .disagree_mildly.agree_level_deselected:hover {
  background-position: -54px -203px;
}
.opinion_status_bar .disagree.agree_level_deselected:hover {
  background-position: -81px -203px;
}
.opinion_status_bar .agree.agree_level_selected:active {
  background-position: 0 -203px;
}
.opinion_status_bar .agree_mildly.agree_level_selected:active {
  background-position: -27px -203px;
}
.opinion_status_bar .disagree_mildly.agree_level_selected:active {
  background-position: -54px -203px;
}
.opinion_status_bar .disagree.agree_level_selected:active {
  background-position: -81px -203px;
}
.descriptor_container_inactive span {
  cursor: pointer;
  display: inline-block;
  border: 1px solid #eee;
  padding: 2px;
  margin: 0 2px 5px 0;
  text-decoration: none;
  color: #999;
  font-size: 12px;
}
.descriptor_container_inactive span.selected {
  border-color: #777;
  color: #FFFFFF;
  background-color: #777;
}
.descriptor_container span {
  cursor: pointer;
  display: inline-block;
  border: 1px solid #eee;
  padding: 2px;
  margin: 0 2px 5px 0;
  text-decoration: none;
  color: #999;
  font-size: 12px;
}
.descriptor_container span:hover {
  border-color: #EF2D27;
  background-color: #fff;
  color: #999;
}
.descriptor_container span.selected {
  border-color: #777;
  color: #FFFFFF;
  background-color: #777;
}
.descriptor_container span.selected:hover {
  border-color: #EF2D27;
}
.opinion_descriptor_nuke_icon {
  position: relative;
  top: 2px;
}
.pannelist_me {
  background-image: url('../images/avatar-me.png');
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  width: 34px;
  height: 34px;
  z-index: 400;
}
.opinion_response_container {
  float: right;
  width: 456px;
}
.banner_rhs_button {
  height: 170px;
  width: 220px;
  background-image: url('../images/btn-election2012.png');
  background-position: 0 0;
  background-repeat: no-repeat;
}
.banner_rhs_button:hover {
  background-position: 0 -170px;
}
.opinion_response_agreed,
.opinion_response_disagreed,
.opinion_response_disagreed_mildly,
.opinion_response_agreed_mildly {
  position: relative;
  width: 14px;
  height: 14px;
  margin-right: 4px;
  background: url('../images/common-sprite-v12.png') no-repeat;
}
.opinion_response_agreed {
  background-position: 0 -292px;
}
.opinion_response_agreed_mildly {
  background-position: -22px -292px;
}
.opinion_response_disagreed_mildly {
  background-position: -42px -292px;
}
.opinion_response_disagreed {
  background-position: -62px -292px;
}
.opinion_response_more_tab {
  display: none;
  position: absolute;
  bottom: -17px;
}
.opinion_response_more_tab:hover {
  background-position: 0 -16px;
}
.opinion_response_more_tab,
.opinion_response_more_tab_close {
  left: 170px;
  z-index: 1;
  background-image: url('../images/opinion-reponse-tab-more.png');
  background-repeat: no-repeat;
  height: 16px;
  width: 108px;
  cursor: pointer;
}
.opinion_response_more_tab_close {
  background-position: 0 -32px;
  display: block;
  position: absolute;
}
.opinion_response_more_tab_close:hover {
  background-position: 0 -48px;
  display: block;
}
.opinion_wrapper_parent:hover .opinion_response_more_tab {
  display: block;
}
.opinion_respond_text_box_container {
  position: relative;
  margin-top: 10px;
  border: 1px solid #eeeeee;
}
.opinion_respond_text_box {
  max-height: 70px;
  height: 70px;
  width: 400px;
  max-width: 400px;
  margin: 0px 0 5px 0;
  padding-left: 25px;
  padding-top: 5px;
  color: #999;
  font-size: 12px;
  border-color: #eee;
  border: none;
  resize: none;
}
.opinion_respond_text_box_icon {
  background-image: url('../images/opinion-response-icon.png');
  background-repeat: no-repeat;
  height: 17px;
  width: 17px;
  position: absolute;
  top: 5px;
  left: 5px;
}
.hide_to_reveal {
  opacity: 0;
  display: none;
}
.my_response div.bdrgrey {
  cursor: pointer;
}
.white_button_short {
  float: left;
  display: block;
  padding: 5px;
  margin-top: 0;
  margin-bottom: 2px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0 1px 2px 0 #999999;
  -moz-box-shadow: 0 1px 2px 0 #999999;
  box-shadow: 0 1px 2px 0 #999999;
  text-align: center;
  font-weight: bold;
  color: #EF2D27;
  border: 1px solid #EF2D27;
}
.white_button_short:hover {
  -webkit-box-shadow: 0 1px 4px 0 #777777;
  -moz-box-shadow: 0 1px 4px 0 #777777;
  box-shadow: 0 1px 4px 0 #777777;
}
/* Home opinion response */
.home_opinion_response_more_tab {
  position: absolute;
  left: 170px;
  bottom: 0px;
  z-index: 1;
  background-image: url('../images/home-opinion-reponse-tab-more.png');
  background-repeat: no-repeat;
  height: 16px;
  width: 108px;
  cursor: pointer;
  display: block;
}
.home_opinion_response_more_tab:hover {
  background-position: 0 -16px;
}
.home_opinion_response_buttons {
  height: 45px;
}
.home_opinion_response_buttons a {
  height: 38px;
  width: 119px;
  background: url('../images/common-sprite-v12.png') no-repeat;
  cursor: pointer;
  display: block;
  float: left;
  margin-top: 5px;
}
.home_opinion_response_buttons a .text,
.home_opinion_response_buttons a .tick {
  background: url('../images/common-sprite-v12.png') no-repeat;
  display: inline-block;
}
.home_opinion_response_buttons a .text {
  height: 28px;
  width: 57px;
  margin: 7px 15px 0 11px;
}
.home_opinion_response_buttons a .tick {
  margin-top: 7px;
  position: relative;
  top: -4px;
}
.home_opinion_response_buttons a.agree {
  background-position: 0px -78px;
}
.home_opinion_response_buttons a.agree .text {
  background-position: 0px -117px;
}
.home_opinion_response_buttons a.agree.agree_level_selected {
  background-position: 0px -78px;
}
.home_opinion_response_buttons a.agree.agree_level_selected .tick {
  height: 28px;
  width: 25px;
  background-position: 0px -156px;
}
.home_opinion_response_buttons a.agree.agree_level_selected:active {
  background-position: 0px -78px;
  height: 37px;
  margin-top: 6px;
}
.home_opinion_response_buttons a.agree.agree_level_deselected {
  background-position: -480px -78px;
}
.home_opinion_response_buttons a.agree.agree_level_deselected:hover {
  background-position: 0px -78px;
}
.home_opinion_response_buttons a.agree:hover {
  background-position: 0px -78px;
}
.home_opinion_response_buttons a.agree:hover .tick {
  height: 28px;
  width: 25px;
  background-position: 0px -156px;
}
.home_opinion_response_buttons a.agree:active {
  background-position: 0px -78px;
}
.home_opinion_response_buttons a.agree_mildly {
  margin-right: 8px;
  background-position: -120px -78px;
}
.home_opinion_response_buttons a.agree_mildly .text {
  background-position: -120px -117px;
}
.home_opinion_response_buttons a.agree_mildly.agree_level_selected {
  background-position: -120px -78px;
}
.home_opinion_response_buttons a.agree_mildly.agree_level_selected .tick {
  height: 28px;
  width: 25px;
  background-position: -120px -156px;
}
.home_opinion_response_buttons a.agree_mildly.agree_level_selected:active {
  background-position: -120px -78px;
  height: 37px;
  margin-top: 6px;
}
.home_opinion_response_buttons a.agree_mildly.agree_level_deselected {
  background-position: -480px -78px;
}
.home_opinion_response_buttons a.agree_mildly.agree_level_deselected:hover {
  background-position: -120px -78px;
}
.home_opinion_response_buttons a.agree_mildly:hover {
  background-position: -120px -78px;
}
.home_opinion_response_buttons a.agree_mildly:hover .tick {
  height: 28px;
  width: 25px;
  background-position: -120px -156px;
}
.home_opinion_response_buttons a.agree_mildly:active {
  background-position: -120px -78px;
}
.home_opinion_response_buttons a.disagree_mildly {
  margin-right: 8px;
  background-position: -240px -78px;
}
.home_opinion_response_buttons a.disagree_mildly .text {
  background-position: -240px -117px;
}
.home_opinion_response_buttons a.disagree_mildly.agree_level_selected {
  background-position: -240px -78px;
}
.home_opinion_response_buttons a.disagree_mildly.agree_level_selected .tick {
  height: 28px;
  width: 25px;
  background-position: -240px -156px;
}
.home_opinion_response_buttons a.disagree_mildly.agree_level_selected:active {
  background-position: -240px -78px;
  height: 37px;
  margin-top: 6px;
}
.home_opinion_response_buttons a.disagree_mildly.agree_level_deselected {
  background-position: -480px -78px;
}
.home_opinion_response_buttons a.disagree_mildly.agree_level_deselected:hover {
  background-position: -240px -78px;
}
.home_opinion_response_buttons a.disagree_mildly:hover {
  background-position: -240px -78px;
}
.home_opinion_response_buttons a.disagree_mildly:hover .tick {
  height: 28px;
  width: 25px;
  background-position: -240px -156px;
}
.home_opinion_response_buttons a.disagree_mildly:active {
  background-position: -240px -78px;
}
.home_opinion_response_buttons a.disagree {
  margin-right: 8px;
  background-position: -360px -78px;
}
.home_opinion_response_buttons a.disagree .text {
  background-position: -360px -117px;
}
.home_opinion_response_buttons a.disagree.agree_level_selected {
  background-position: -360px -78px;
}
.home_opinion_response_buttons a.disagree.agree_level_selected .tick {
  height: 28px;
  width: 25px;
  background-position: -360px -156px;
}
.home_opinion_response_buttons a.disagree.agree_level_selected:active {
  background-position: -360px -78px;
  height: 37px;
  margin-top: 6px;
}
.home_opinion_response_buttons a.disagree.agree_level_deselected {
  background-position: -480px -78px;
}
.home_opinion_response_buttons a.disagree.agree_level_deselected:hover {
  background-position: -360px -78px;
}
.home_opinion_response_buttons a.disagree:hover {
  background-position: -360px -78px;
}
.home_opinion_response_buttons a.disagree:hover .tick {
  height: 28px;
  width: 25px;
  background-position: -360px -156px;
}
.home_opinion_response_buttons a.disagree:active {
  background-position: -360px -78px;
}
.home_opinion_node .node_type_icon.mediumlarge_coloured {
  background-position: -308px -5px;
}
.home_opinion_node .node_type_icon.large_coloured {
  width: 125px;
  height: 125px;
  background-position: -418px -16px;
}
.home_opinion_response_nav a {
  height: 18px;
  background-image: url('../images/opinion-response-nav.png');
  background-repeat: no-repeat;
  font-size: 12px;
  position: relative;
  top: -10px;
  color: #EF2D27;
}
.home_opinion_response_nav a:hover {
  color: #6E043E;
}
.home_opinion_response_nav .back {
  background-image: none;
  padding: 2px 0 0 0;
  float: left;
}
.home_opinion_response_nav .back .icon-back {
  margin-right: 10px;
  top: -2px;
}
.home_opinion_response_nav .back:hover {
  background-position: -1px -488px;
}
.home_opinion_response_nav .back:hover .icon-back {
  background-position: -1px -488px;
}
.home_opinion_response_nav .skip {
  background-image: none;
  padding: 2px 0 0 0;
  float: right;
}
.home_opinion_response_nav .skip .icon-skip {
  margin-left: 10px;
  top: -1px;
}
.home_opinion_response_nav .next {
  background-image: none;
  padding: 2px 0 0 0;
  float: right;
}
.home_opinion_response_nav .skip:hover .icon-skip {
  background-position: -17px -488px;
}
.home_opinion_response_nav .next:hover .icon-skip {
  background-position: -17px -488px;
}
#home_opinion_response_container {
  position: relative;
  clear: both;
  margin-bottom: 10px;
}
#home_opinion_response_container .opinion_response_more_tab_close {
  left: 210px;
}
#home_opinion_response_node {
  float: left;
  width: 130px;
  height: 135px;
  position: relative;
}
.opinion_respond_container {
  border-width: 0 1px 1px 1px;
  background-color: white;
  position: relative;
  padding: 8px;
  z-index: 2;
  right: 0;
}
#home_opinion_response_container .opinion_respond_container,
.home_opinion_response_container .opinion_respond_container {
  border: none;
  width: 520px;
  padding: 0 0 0 0;
}
#home_opinion_response_container .opinion_respond_text_box,
.home_opinion_response_container .opinion_respond_text_box {
  width: 493px;
  max-width: 493px;
}
#home_opinion_response_container .opinion_stats_button_home,
.home_opinion_response_container .opinion_stats_button_home {
  border: none;
  position: relative;
  text-transform: uppercase;
  cursor: pointer;
  display: inline-block;
  padding: 2px 2px 3px 2px;
  margin: 0 2px 5px 0;
  font-size: 11px;
  color: #666;
  background-color: #f1f1f1;
}
#home_opinion_response_container .opinion_stats_button_home:hover,
.home_opinion_response_container .opinion_stats_button_home:hover {
  background: #ef2d27;
  color: #fff;
}
#home_opinion_response_container .opinion_stats_button_home img,
.home_opinion_response_container .opinion_stats_button_home img {
  position: relative;
  top: 2px;
  margin: 0 3px 0 0;
  height: 12px;
  width: 17px;
}
#home_opinion_response_container .opinion_report_button_home,
.home_opinion_response_container .opinion_report_button_home {
  border: none;
  position: relative;
  text-transform: uppercase;
  cursor: pointer;
  display: inline-block;
  padding: 0px 5px 3px 5px;
  margin: 0 2px 5px 0;
  font-size: 11px;
  color: #666;
  background-color: #f1f1f1;
}
#home_opinion_response_container .opinion_report_button_home:hover,
.home_opinion_response_container .opinion_report_button_home:hover {
  background: #ef2d27;
  color: #fff;
}
#home_opinion_response_container .opinion_report_button_home .icon-nuke-small,
.home_opinion_response_container .opinion_report_button_home .icon-nuke-small {
  top: 4px;
}
#home_opinion_response_container .descriptor_container,
.home_opinion_response_container .descriptor_container {
  overflow: hidden;
}
.home_opinion_respond_wrapper {
  padding-bottom: 20px;
}
.home_opinion_response_spacer {
  height: 7px;
  border-bottom: 1px solid #E2E2E2;
  overflow: auto;
}
.home_opinion_respond_wrapper .save {
  position: relative;
  bottom: 0;
  background-image: url('../images/opinion-response-save2.png');
  background-repeat: no-repeat;
  height: 27px;
  width: 85px;
  cursor: pointer;
  opacity: 0;
  display: block;
  right: -436px;
}
#home_opinion_reponse_container .opinion_text {
  max-width: 267px;
  float: left;
  position: relative;
  word-wrap: break-word;
}
.node_no_opinions_message {
  font-size: 95%;
  font-style: italic;
  color: #777777;
}
.home_opinion_heading {
  padding: 0 0 5px 0px;
  font-weight: 900;
  font-size: 13px;
  width: 350px;
  min-height: 25px;
  border-bottom: 1px dotted #E2E2E2;
}
.home_opinion_heading > div {
  display: inline-block;
  width: 310px;
}
.your_opinion_agree {
  position: relative;
  margin: 10px 0 0 10px;
  clear: both;
  overflow: auto;
  border: 1px solid #ddd;
  padding: 10px 0px 13px 20px;
  width: 498px;
}
.your_opinion_agree .opinion_response_buttons {
  width: 460px;
}
.your_opinion_agree .opinion_response_buttons a {
  margin-right: 16px;
}
.your_opinion_agree .opinion_response_buttons a.agree {
  margin-right: 0px;
}
.opinion_report_button {
  height: 14px;
  width: 14px;
  background-image: url('../images/opinion-report-button.png');
  background-repeat: no-repeat;
  position: absolute;
  right: 12px;
  top: 32px;
  cursor: pointer;
}
.opinion_report_button:hover {
  background-position: 0 -17px;
}
.opinion_stats_button {
  height: 14px;
  width: 19px;
  background-image: url('../images/opinion-stats-button.png');
  background-repeat: no-repeat;
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
}
.opinion_stats_button:hover {
  background-position: 0 -14px;
}
#opinion_container_wrapper .opinion_stats_button {
  background-position: 0 0;
}
#opinion_container_wrapper .opinion_stats_button:hover {
  background-position: 0 -14px;
}
#opinion_container_wrapper .opinion_report_button {
  background-position: 0 0;
}
#opinion_container_wrapper .opinion_report_button:hover {
  background-position: 0 -17px;
}
.opinion_responses_wrapper .opinion_response_container {
  float: right;
  width: 456px;
}
.opinion_responses_wrapper .node_opinions_panelist {
  text-align: center;
  width: 34px;
}
.opinion_responses_wrapper .opinion_response_bubble {
  padding: 8px;
  width: 392px;
  position: relative;
}
.opinion_responses_wrapper .node_opinions_panelist > a {
  font-weight: 600;
  font-size: 13px;
  position: relative;
  display: block;
}
.opinion_responses_wrapper .node_opinions_panelist .user-link {
  width: 34px;
  height: 34px;
}
.opinions_unavailable_message {
  font-size: 11px;
  color: #ddd;
}
.home_opinion_respond_wrapper .counter_element,
.opinion_respond_text_box_container .counter_element,
.opinion_text_box_container .counter_element {
  position: relative;
  float: left;
  font-size: 11px;
  color: #999;
}
.reaponse_message_container {
  height: 13px;
  width: 450px;
  position: relative;
  overflow-y: hidden;
  float: left;
  margin-top: 5px;
  padding-left: 10px;
}
.allcaps_validation_error {
  position: relative;
  font-size: 11px;
}
.reviewTab .counter_element {
  color: #999;
}
.reviewTab .counter_element_trimmed {
  color: #EF2D27;
  position: relative;
}
.search_results_header {
  padding: 12px 13px 10px 12px;
  border: 1px solid #ddd;
  background-color: #f7f7f7;
  margin-bottom: 20px;
  overflow: hidden;
}
.search_results_header .label {
  margin-top: 9px;
  font-weight: 600;
  float: left;
}
.search_results_header .add_opinion_button {
  width: 263px;
  height: 36px;
  background: transparent url(../images/search-top-button-long.png) no-repeat 0 0;
  padding: 9px 10px 10px 42px;
  color: red;
  font-weight: 600;
  cursor: pointer;
  float: right;
}
.search_results_header .add_opinion_button:hover {
  background-position: 0 -41px;
  padding: 11px 10px 8px 42px;
}
#likebox-filters-back a {
  height: 33px;
  width: 198px;
  padding: 17px 30px 0 20px;
  display: block;
  color: #ef2d27;
  background: transparent url(../images/likebox-back-arrow.png) no-repeat 205px 10px;
}
#likebox-filters-back a:hover {
  color: white;
  background-color: #ef2d27;
  background-position: 205px -47px;
  border-color: #ef2d27;
}
.node_details .user_info_see_profile {
  display: block;
  background: transparent url(../images/see_user_profile_icon.png) no-repeat -20px 0;
  padding: 10px 0 2px 25px;
  height: 36px;
  font-weight: bold;
}
.node_details .user_info_see_profile:hover {
  background-position: -20px -49px;
  color: #ef2d27;
}
.node_details .user_info_see_profile:active {
  padding: 12px 0 0 25px;
  background-position: -20px -47px;
}
.latest_opinion_container .see_more {
  color: #ef2d27;
  font-weight: bold;
  font-size: 11px;
  text-transform: uppercase;
}
.latest_opinion_container .see_more:hover {
  color: #6e043e;
}
.latest_opinion_container #opinion_container hr {
  display: none;
}
.latest_opinion_container #opinion_container .opinion_container {
  margin: 0 0 6px 0;
}
#suggestions_listing_loader {
  height: 320px;
  width: 513px;
  border: 1px solid #eee;
}
#suggestions_listing_loader img {
  position: relative;
  top: 130px;
}
#wiki_content {
  background-color: #F2F2F2;
  padding: 8px;
}
.right-column {
  width: 190px;
  float: left;
}
.right-column > div {
  width: 190px;
}
.right-column > div .box_icons_col > div {
  margin-left: 35px;
}
#notifications_rhs {
  margin-bottom: 20px;
  font-size: 13px;
}
.latest_findings,
.commentaries,
.story,
.stories {
  font-size: 13px;
}
.story .pam {
  padding: 9px;
}
#opinion_summary_panel .header_icon_notifications {
  padding: 0;
  display: inline-block;
  width: 25px;
  height: 25px;
  vertical-align: top;
}
#opinion_summary_panel .warning-info > div {
  display: inline-block;
  width: 150px;
}
.content-column {
  position: relative;
  min-height: 1px;
}
.content-column .search {
  left: 0;
  min-height: 37px;
  position: absolute;
  top: 0;
  width: 520px;
}
.home-search-box + .home-stories {
  margin-top: 57px;
}
.icon-nuke-small {
  background: url('../images/common-sprite-v12.png') no-repeat;
  background-position: -1px -543px;
  width: 14px;
  height: 14px;
  display: inline-block;
  position: relative;
}
.icon-stats-small {
  background: url('../images/common-sprite-v12.png') no-repeat;
  background-position: -1px -562px;
  width: 17px;
  height: 12px;
  display: inline-block;
  top: 2px;
  position: relative;
  margin-right: 3px;
}
.icon-skip {
  background: url('../images/common-sprite-v12.png') no-repeat;
  width: 17px;
  height: 17px;
  display: inline-block;
  background-position: -17px -438px;
  vertical-align: middle;
  position: relative;
  top: -1px;
  margin-left: 5px;
}
.icon-back {
  background: url('../images/common-sprite-v12.png') no-repeat;
  width: 16px;
  height: 16px;
  display: inline-block;
  background-position: -1px -438px;
  vertical-align: middle;
  position: relative;
  top: -2px;
}
#session_container {
  margin-top: 21px;
  margin-left: 1px;
  width: 510px;
  font-size: 13px;
  color: #666;
  overflow: hidden;
}
#session_container .panelist_avatar {
  float: left;
  border: 1px solid #dedede;
  margin-left: 1px;
}
#session_container .panelist_avatar img {
  width: 50px;
  height: 50px;
}
#session_container .opigram_info {
  padding: 5px 15px 0 0;
  float: left;
  margin-left: 10px;
  border-right: 1px solid #dedede;
  color: #000;
}
#session_container .opigram_info .profile_link {
  font-weight: 900;
  color: #6e043e;
}
#session_container .opigram_info .profile_link:hover {
  color: #ef2d27;
}
#session_container .opigram_info .points {
  font-size: 18px;
  font-weight: 900;
}
#session_container .opigram_info .points a {
  color: #6e043e;
}
#session_container .opigram_info .points a:hover {
  color: #ef2d27;
}
#session_container .yougov_info {
  padding-top: 0;
  float: left;
  margin-left: 12px;
  color: #000;
}
#session_container .yougov_info.standalone {
  padding-top: 4px;
  margin-left: 0;
}
#session_container .yougov_info .logout_link {
  font-weight: 600;
  color: #ef2d27;
}
#session_container .yougov_info .logout_link:hover {
  color: #6e043e;
}
#session_container .yougov_info .points {
  height: 26px;
  min-width: 10px;
  font-size: 24px;
  color: #ef2d27;
  display: inline-block;
  opacity: 0;
  font-weight: 900;
  margin-bottom: 5px;
}
#session_container .yougov_info .points:hover {
  color: #6e043e;
}
#session_container .yougov_info .name {
  color: #ef2d27;
  font-weight: 900;
  max-width: 280px;
  overflow: hidden;
}
#session_container .yougov_info .name:hover {
  color: #6e043e;
}
#session_container .yougov_info .separator {
  display: inline-block;
  border-left: 1px solid #bebebe;
  margin: 0 9px 0 9px;
  height: 13px;
  top: 3px;
  position: relative;
}
#session_container .logout_button,
#session_container .register_button,
#session_container .login_button {
  text-align: left;
  display: inline-block;
  background-color: #F1F1F1;
  padding: 3px 0 3px 10px;
  color: #666;
  font-weight: 900;
  margin-left: 16px;
}
#session_container .logout_button:hover,
#session_container .register_button:hover,
#session_container .login_button:hover {
  background-color: #ef2d27;
  color: #FFFFFF;
  font-style: normal;
  text-decoration: none;
}
#session_container .login_button {
  margin: 0;
  width: 110px;
}
#session_container .register_button {
  width: 110px;
}
#session_container a {
  text-decoration: none;
}
#session_container .no_session {
  margin: 0 0 0 1px;
}
#main-menu {
  width: 100%;
  margin: 7px 0px 10px 0px;
  overflow: visible;
  float: left;
  background-color: #888888;
  position: relative;
  font-size: 13px;
  line-height: normal;
}
#main-menu .social_bar {
  float: right;
  position: relative;
  top: 5px;
  right: 7px;
}
#main-menu .social_bar a {
  background: transparent url('../images/social-icons.png') no-repeat 0 0;
  width: 16px;
  height: 16px;
  display: inline-block;
  float: left;
}
#main-menu .social_bar .facebook {
  background-position: 0 0;
}
#main-menu .social_bar .facebook:hover {
  background-position: 0 -16px;
}
#main-menu .social_bar .twitter {
  background-position: -16px 0;
  margin: 0 4px 0 4px;
}
#main-menu .social_bar .twitter:hover {
  background-position: -16px -16px;
}
#main-menu .social_bar .rss {
  background-position: -32px 0;
}
#main-menu .social_bar .rss:hover {
  background-position: -32px -16px;
}
#main-menu ul {
  width: 100%;
}
#main-menu ul li a.mainnav_yougov {
  display: block;
  float: left;
  margin: 0;
  padding: 5px 15px 5px 15px;
  border-right: 2px solid #fff;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  background-color: #888888;
}
#main-menu ul li a.mainnav_yougov:hover {
  background-color: #ef2d27;
  color: #fff;
}
#main-menu ul li.current a.mainnav_yougov {
  background-color: #ef2d27;
}
#main-menu ul li ul {
  background-color: #fff;
  display: none;
  position: absolute;
  top: 25px;
  left: 0px;
  height: 30px;
  z-index: 2;
  padding-top: 2px;
}
#main-menu ul li ul li {
  float: left;
}
#main-menu ul li ul li a {
  color: #999;
  display: block;
  float: left;
  margin: 0;
  padding: 3px 15px 3px 15px;
}
#main-menu ul li ul li a:hover,
#main-menu ul li ul li a.selected_text {
  background-color: #ef2d27;
  color: #fff;
}
#main-menu ul li.current ul {
  display: block;
  z-index: 2;
}
#main-menu ul li:hover ul {
  display: block;
  z-index: 3;
}
#current_review_tab hr {
  margin: 0.5em 0 0.5em 0;
}
#current_review_tab .add-opinion {
  padding: 15px;
}
#current_review_tab .add-opinion .view-header {
  font-size: 18px;
  margin-bottom: 18px;
}
#current_review_tab .category {
  width: 100%;
  overflow: hidden;
  margin-bottom: 15px;
}
#current_review_tab .category .sub-header {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 5px;
}
#current_review_tab .category .separator {
  height: 5px;
  width: 100%;
  margin-bottom: 2px;
}
#current_review_tab .category .type {
  border-width: 1px;
  border-style: solid;
  padding: 8px 10px 7px 35px;
  height: 30px;
  float: left;
  font-size: 10px;
  border: 1px solid #dddddd;
  margin: 0 2px 2px 0px;
  background-position: -2px -51px;
  background-repeat: no-repeat;
  background-color: #fff;
  cursor: pointer;
}
#current_review_tab .category .type:hover {
  background-position: -2px -1px;
}
#current_review_tab .category .type.rev_books {
  background-image: url("../images/nav-icon-books.png");
}
#current_review_tab .category .type.rev_columnists {
  background-image: url("../images/nav-icon-writers.png");
}
#current_review_tab .category .type.icon_movies {
  background-image: url("../images/nav-icon-movies.png");
}
#current_review_tab .category .type.rev_musician {
  background-image: url("../images/nav-icon-music-artist.png");
}
#current_review_tab .category .type.rev_music {
  background-image: url("../images/nav-icon-classical-composer.png");
}
#current_review_tab .category .type.rev_media {
  background-image: url("../images/nav-icon-newspaper.png");
}
#current_review_tab .category .type.website {
  background-image: url("../images/nav-icon-websites.png");
}
#current_review_tab .category .type.rev_tv {
  background-image: url("../images/nav-icon-tv.png");
}
#current_review_tab .category .type.rev_radio_programme {
  background-image: url("../images/nav-icon-radio-programme.png");
}
#current_review_tab .category .type.icon_videogames {
  background-image: url("../images/nav-icon-videogames.png");
}
#current_review_tab .category .type.icon_apps {
  background-image: url("../images/nav-icon-apps.png");
}
#current_review_tab .category .type.icon_brands {
  background-image: url("../images/nav-icon-brands.png");
}
#current_review_tab .category .type.icon_companies {
  background-image: url("../images/nav-icon-companies.png");
}
#current_review_tab .category .type.icon_charities {
  background-image: url("../images/nav-icon-charities.png");
}
#current_review_tab .category .type.icon_people {
  background-image: url("../images/nav-icon-people.png");
}
#current_review_tab .category .type.rev_actor {
  background-image: url("../images/nav-icon-actors.png");
}
#current_review_tab .category .type.icon_comedians {
  background-image: url("../images/nav-icon-comedians.png");
}
#current_review_tab .category .type.icon_sports {
  background-image: url("../images/nav-icon-sportsstars.png");
}
#current_review_tab .category .type.icon_celebs {
  background-image: url("../images/nav-icon-tv-personality.png");
}
#current_review_tab .category #thankYou {
  width: 350px;
  margin: 200px auto 0 auto;
}
#current_review_tab .category #thankYou .info-text {
  padding-top: 10px;
  font-size: 1.3em;
}
#current_review_tab .category #thankYou .header-text {
  font-size: 1.4em;
}
#current_review_tab .category #suggestBtn {
  border: none;
  background: url("../images/survey-add-sprite.png") 0 0 no-repeat;
  background-repeat: no-repeat;
  background-position: 0 0;
  height: 24px;
  padding-left: 30px;
}
#current_review_tab .category #suggestBtn:hover {
  color: #6e043e;
  background-position: 0 -44px;
}
#current_review_tab .category.entertainment {
  color: #82314c;
}
#current_review_tab .category.entertainment .separator {
  background-color: #ce0c4f;
}
#current_review_tab .category.entertainment .type:hover {
  color: #fff;
  background-color: #82314c;
}
#current_review_tab .category.organisations {
  color: #138123;
}
#current_review_tab .category.organisations .separator {
  background-color: #2ab73f;
}
#current_review_tab .category.organisations .type:hover {
  color: #fff;
  background-color: #138123;
}
#current_review_tab .category.people {
  color: #015081;
}
#current_review_tab .category.people .separator {
  background-color: #3790c6;
}
#current_review_tab .category.people .type:hover {
  color: #fff;
  background-color: #015081;
}
.agree_graph {
  display: block;
  height: 120px;
  width: 510px;
  margin: 30px 0 0 7px;
  overflow: visible;
}
.agree_graph .agree_bar {
  width: 116px;
  height: 120px;
  float: left;
  position: relative;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  transition: opacity 0.15s linear;
  -webkit-transition: opacity 0.15s linear;
  -moz-transition: opacity 0.15s linear;
  -ms-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  margin-right: 15px;
}
.agree_graph .agree_bar.selected {
  color: #ef2d27;
}
.agree_graph .agree_bar.unselected {
  filter: alpha(opacity=50);
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
}
.agree_graph .agree_bar:hover {
  cursor: pointer;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.agree_graph .agree_bar:hover .bar {
  -webkit-box-shadow: inset 0 0 9px 0 rgba(0, 0, 0, 0.75);
  -moz-box-shadow: inset 0 0 9px 0 rgba(0, 0, 0, 0.75);
  box-shadow: inset 0 0 9px 0 rgba(0, 0, 0, 0.75);
}
.agree_graph .agree_bar:hover .bar_label {
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
}
.agree_graph .agree_bar:hover .bar_count {
  color: #ef2d27;
}
.agree_graph .agree_bar.agree_bar_last {
  margin-right: 0;
}
.agree_graph .bar {
  width: 116px;
  height: 1px;
  position: absolute;
  bottom: 35px;
  -webkit-box-shadow: inset 0 0 6px 0 rgba(0, 0, 0, 0.75);
  -moz-box-shadow: inset 0 0 6px 0 rgba(0, 0, 0, 0.75);
  box-shadow: inset 0 0 6px 0 rgba(0, 0, 0, 0.75);
}
.agree_graph .bar_1 {
  background-color: #00bd00;
}
.agree_graph .bar_2 {
  background-color: #9dd242;
}
.agree_graph .bar_3 {
  background-color: #de6a03;
}
.agree_graph .bar_4 {
  background-color: #ea2c26;
}
.agree_graph .bar_count {
  position: absolute;
  bottom: 36px;
  font-size: 10px;
  font-weight: 900;
  overflow: visible;
}
.agree_graph .bar_label {
  overflow: visible;
  height: 30px;
  width: 66px;
  background-image: url('../images/opinion-agree-levels.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  position: absolute;
  float: left;
  bottom: 0;
  font-size: 10px;
  font-weight: 900;
  margin: 8px 14px 0 0;
  text-transform: uppercase;
  padding-right: 50px;
}
.agree_graph .bar_label_1 {
  color: #00c000;
  background-position: 94px 2px;
  margin-right: 0;
}
.agree_graph .bar_label_2 {
  color: #74b800;
  background-position: 97px -50px;
}
.agree_graph .bar_label_3 {
  color: #de6a03;
  background-position: 100px -104px;
}
.agree_graph .bar_label_4 {
  color: #ef2d27;
  background-position: 94px -151px;
}
.tag_graph_heading {
  font-weight: 900;
  font-size: 15px;
  margin-bottom: 11px;
}
.tag_graph {
  width: 515px;
  padding-bottom: 11px;
  overflow: hidden;
}
.tag_graph .bar_container {
  margin-bottom: 3px;
  overflow: hidden;
  display: block;
}
.tag_graph .bar_container .tag_bar {
  transition: opacity 0.15s linear;
  -webkit-transition: opacity 0.15s linear;
  -moz-transition: opacity 0.15s linear;
  -ms-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
}
.tag_graph .bar_container .tag_bar.selected {
  color: #ef2d27;
}
.tag_graph .bar_container .tag_bar.unselected {
  filter: alpha(opacity=50);
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
}
.tag_graph .bar_container .tag_bar:hover {
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  cursor: pointer;
}
.tag_graph .bar_container .tag_bar:hover .bar_label {
  color: #ef2d27;
}
.tag_graph .bar_container.negative {
  float: left;
  width: 249px;
  min-height: 30px;
  border-right: 2px solid #ddd;
  padding-right: 7px;
}
.tag_graph .bar_container.negative .bar_label {
  text-align: right;
  text-transform: uppercase;
}
.tag_graph .bar_container.negative .tag_bar:hover .bar_background {
  -webkit-box-shadow: inset 0 0 6px 0 rgba(0, 0, 0, 0.75);
  -moz-box-shadow: inset 0 0 6px 0 rgba(0, 0, 0, 0.75);
  box-shadow: inset 0 0 6px 0 rgba(0, 0, 0, 0.75);
}
.tag_graph .bar_container.negative .bar_background {
  background: transparent url('../images/tag_graph_bars.png') no-repeat 0 0;
}
.tag_graph .bar_container.negative .bar_spacer {
  float: left;
  position: relative;
}
.tag_graph .bar_container.positive {
  float: left;
  width: 249px;
  min-height: 30px;
  padding-left: 7px;
  border-left: 2px solid #ddd;
  position: relative;
  left: -2px;
}
.tag_graph .bar_container.positive .bar_label {
  text-align: left;
  text-transform: uppercase;
}
.tag_graph .bar_container.positive .tag_bar:hover .bar_background {
  -webkit-box-shadow: inset 0 0 4px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0 0 4px 0 rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 0 4px 0 rgba(0, 0, 0, 0.5);
}
.tag_graph .bar_container.positive .bar_background {
  background: transparent url('../images/tag_graph_bars.png') no-repeat 0 -21px;
}
.tag_graph .bar_container.positive .bar_spacer {
  float: right;
  position: relative;
}
.tag_graph .bar_container .bar_spacer {
  background-color: #f5f5f5;
  height: 20px;
  position: relative;
  overflow: hidden;
  width: 100%;
}
.tag_graph .bar_background {
  position: relative;
  margin: 3px 0 3px 0;
  background-color: #f5f5f5;
  width: 240px;
  height: 20px;
}
.tag_graph .bar_count {
  font-size: 10px;
  position: absolute;
  left: 3px;
  top: 1px;
  color: #888888;
}
.tag_graph .bar {
  height: 11px;
  width: 0px;
  border: 1px solid #bbb;
  border-width: 1px 1px 1px 0;
  background-color: #ddd;
}
.tag_graph .bar_label {
  width: 240px;
  padding: 3px 0 3px 0;
  font-size: 11px;
  font-weight: 900;
  height: 14px;
}
.opinion_details_text_box {
  -webkit-box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.2);
  margin: 11px 0px 5px 0px;
  border: 1px solid #999;
  padding: 7px 10px 10px 10px;
  position: relative;
  width: 498px;
  font-size: 12px;
}
.opinion_bubble_top_tip {
  background: url("../images/opinion-bubble-top-tip.png");
  background-repeat: no-repeat;
  width: 15px;
  height: 10px;
  z-index: 0;
  top: -9px;
  left: 44px;
  position: absolute;
}
.opinion_details .node_opinions_panelist img {
  -webkit-box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.2);
}
.opinion_details .opinion_details_text_box .opinion_text {
  word-wrap: break-word;
  font-size: 14px;
  line-height: 130%;
  max-height: 500px;
  overflow: auto;
  line-height: 150%;
}
.opinion_details .opinion_info {
  font-size: 18px;
  font-weight: 900;
  padding-top: 5px;
  width: 410px;
}
.opinion_details .panelist_carousel {
  padding: 5px 42px;
}
.opinion_details .panelist_carousel .carousel_page {
  width: 450px;
  overflow: hidden;
}
.opinion_details .panelist_carousel .left_nav {
  background: url("../images/panelist-picture-nav-left.png");
  left: 10px;
}
.opinion_details .panelist_carousel .right_nav {
  background: url("../images/panelist-picture-nav-right.png");
  right: 10px;
}
.opinion_details .panelist_carousel .left_nav,
.opinion_details .panelist_carousel .right_nav {
  display: block;
  background-repeat: no-repeat;
  background-position: 0px center;
  width: 24px;
  height: 62px;
  margin: 0 4px;
  position: absolute;
  border: none;
}
.opinion_details .panelist_carousel .left_nav > span,
.opinion_details .panelist_carousel .right_nav > span {
  display: none;
}
.opinion_details .panelist_carousel .left_nav:hover,
.opinion_details .panelist_carousel .right_nav:hover {
  background-repeat: no-repeat;
  background-position: -50px center;
  cursor: pointer;
}
.opinion_details .panelist_carousel .left_nav.disabled,
.opinion_details .panelist_carousel .right_nav.disabled {
  visibility: hidden;
}
.opinion_details .panelist_carousel {
  height: 62px;
}
.opinion_details .panelist_carousel .carousel_loader {
  display: none;
  width: 460px;
  height: 42px;
  background: transparent url('../images/horizontal_progress.gif') no-repeat 207px 20px;
}
.opinion_details .panelist_carousel_heading .reset {
  display: none;
  cursor: pointer;
  font-weight: normal;
}
.opinion_details .panelist_carousel_heading .reset:hover {
  color: #6e043e;
}
.opinion_details .panelist_carousel_heading .hint {
  font-weight: normal;
}
#opinion_details_container .no_responses_message {
  height: 25px;
  width: 460px;
  font-size: 15px;
  color: #999;
  text-align: center;
  padding: 30px;
  overflow: visible;
  clear: both;
}
#opinion_details_container .opinion_response_container {
  float: left;
  width: 500px;
  margin: 0 0 15px 0;
}
#opinion_details_container .opinion_response_container .opinion_response_wrapper .response-buttons {
  display: block;
  width: 14px;
  height: 14px;
  margin: 0;
}
#opinion_details_container .opinion_response_container .opinion_response_wrapper .response-buttons .response-button {
  display: none;
}
#opinion_details_container .opinion_response_container .node_opinions_panelist {
  width: 50px;
  height: 50px;
}
#opinion_details_container .opinion_response_container .node_opinions_panelist .user-link {
  border: 1px solid #ddd;
  width: 50px;
  height: 50px;
}
#opinion_details_container .detail-top {
  height: 100px;
}
#opinion_details_container .more-details {
  color: #333;
  font-size: 11px;
  font-weight: normal;
  position: relative;
  top: 9px;
  line-height: 150%;
}
#opinion_details_container .node_opinions_panelist {
  text-align: center;
  height: 100px;
  width: 100px;
}
#opinion_details_container .node_opinions_panelist > a {
  font-weight: 600;
  font-size: 13px;
  display: block;
}
#opinion_details_container .node_opinions_panelist > a > .user-link {
  width: 100px;
  height: 100px;
  margin-bottom: 4px;
  border: 1px solid #bbb;
}
#opinion_details_container .opinion_response_bubble {
  padding: 8px;
  width: 436px;
  position: relative;
}
#opinion_details_container .node_opinions_panelist > a {
  font-weight: 600;
  font-size: 13px;
  position: relative;
  display: block;
}
#opinion_details_container .node_opinions_panelist .user-link {
  width: 50px;
  height: 50px;
  border: 1px solid #999;
}
#opinion_details_container .opinion_respond_wrapper {
  padding: 2px;
}
#opinion_details_container .opinion_respond_wrapper .opinion_respond_container {
  border: none;
}
#opinion_details_container .opinion_respond_wrapper .opinion_respond_container .descriptor_container {
  width: 504px;
}
#opinion_details_container .opinion_respond_wrapper .opinion_respond_container .opinion_respond_text_box_container {
  width: 500px;
  margin-bottom: 11px;
}
#opinion_details_container .opinion_respond_wrapper .opinion_respond_container .opinion_respond_text_box_container .opinion_respond_text_box {
  width: 474px;
  max-width: 474px;
  padding-left: 25px;
}
#opinion_details_container .opinion_respond_wrapper .save {
  right: -420px;
}
#opinion_details_container .your_response_button {
  text-align: center;
  padding: 4px;
  text-transform: uppercase;
  height: 30px;
  background: transparent url('../images/long-gradient-button.png') no-repeat 0 0;
  cursor: pointer;
  margin-left: 10px;
  font-weight: 900;
  color: #888;
}
#opinion_details_container .your_response_wrapper {
  display: block;
}
#opinion_details_container .your_opinion_agree {
  padding: 10px 0px 13px 10px;
}
#opinion_details_container .your_opinion_agree .response-buttons {
  margin: 0;
}
#opinion_details_container .opinion_response_more_tab_close {
  display: none;
}
.opinion_details .my_response .opinion_response_bubble {
  cursor: default;
}
/* Masthead
-------------------------------------------------------- */
.logolink {
  display: block;
  float: left;
  margin: 8px 0 0 10px;
  background: url('../images/common-sprite-v12.png') no-repeat;
  background-position: -1px -830px;
  background-repeat: no-repeat;
  height: 68px;
  width: 185px;
}
.logolink_research {
  display: block;
  float: right;
  margin: 15px 0 0 0;
  background-image: url("../images/logo_yougov_research_link.gif");
  background-position: 0 0;
  background-repeat: no-repeat;
  height: 20px;
  width: 258px;
}
.logolink_research:hover {
  background-position: 0 -30px;
}
/*
.logolink_tag {
	display: block; float: left; margin: 0;
	background-image: url("../images/logo_link_yougov_research.gif"); background-position: 25px 0;background-repeat: no-repeat;
	height:18px; width:570px;
}
.logolink_tag:hover { background-position: 25px -20px; }
*/
.headerlogin {
  display: block;
  float: left;
  background-color: #EEEEEE;
  padding: 10px;
  margin: 10px 0 0 0;
  width: 320px;
}
.headerlinks {
  display: block;
  float: right;
  padding: 0;
  margin: 0;
  width: 702px;
  height: 58px;
}
.header-login {
  display: block;
  float: left;
  background-image: url("../images/but_login.jpg");
  background-position: 0 0;
  background-repeat: no-repeat;
  width: 170px;
  height: 24px;
  margin-bottom: 10px;
}
.header-login:hover {
  background-position: 0 -24px;
}
.header-join {
  display: block;
  clear: both;
  float: left;
  background-image: url("../images/but_join_the_panel.jpg");
  background-position: 0 0;
  background-repeat: no-repeat;
  width: 170px;
  height: 24px;
}
.header-join:hover {
  background-position: 0 -24px;
}
a.header-research {
  display: block;
  background: transparent url("../images/yougov-research-button.png") no-repeat -3px 1px;
  width: 169px;
  height: 26px;
  color: white;
  padding: 5px 0 0 7px;
  font-size: 11px;
  font-weight: 900;
}
.header-search {
  top: 51px;
  position: relative;
  float: right;
}
.header-search .searchBox {
  border: 1px solid #bbb;
  padding: 0px 0 4px 3px;
  width: 170px;
  position: absolute;
  height: 22px;
  z-index: 10;
}
.header-search .btnSearchSubmit {
  position: absolute;
  left: 151px;
  top: 3px;
  background: url('../images/common-sprite-v12.png') no-repeat;
  background-position: -1px -579px;
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: text-top;
  border: none;
  z-index: 100;
  cursor: pointer;
}
.header-login:active {
  margin-top: 2px;
  margin-bottom: 8px;
}
.header-join:active,
.header-research:active {
  margin-top: 2px;
}
/*
.loggedinbox {
	display: block; float: right; background-color: #EEEEEE;
	padding: 5px 0 0 10px; margin: 5px 0 5px 0; width:370px; height: 53px;
	padding: 10px; width:320px; height: 38px;
}
*/
.loggedinbox {
  display: block;
  margin-top: 1px;
}
.loggedinbox a {
  color: #EF2D27;
}
.loggedinbox a:hover {
  color: #333333;
  text-decoration: underline;
}
.topbar {
  display: block;
  float: left;
  height: 15px;
  background-color: #EF2D27;
  border-bottom: 10px solid #FFFFFF;
}
.head-genome-bar-format {
  height: 3px;
  width: 938px;
  border: 1px solid #6e043e;
  margin-bottom: 6px;
}
.head-genome-bar {
  background: url("../images/genome.jpg");
  background-position: 0px 0px;
  background-repeat: repeat;
}
.searchbutton {
  display: block;
  float: right;
  width: 25px;
  height: 25px;
  background: url("../images/btn_search.png") no-repeat;
  background-position: 2px 4px;
  border: none;
}
.searchbutton:hover {
  background-position: 2px -36px;
  cursor: pointer;
}
.searchbutton:active {
  background-position: 2px -34px;
}
.searchtextarea {
  width: 290px;
  padding: 5px;
  background-color: transparent;
  border: 0;
  outline: none;
  color: #666666;
  font-weight: bold;
}
/* Sub Nav
-------------------------------------------------------- */
.subnav_genome {
  display: block;
  float: left;
  margin-right: 20px;
  color: #999;
}
.subnav_genome:hover,
.subnav_genome_review:hover {
  color: #EF2D27;
}
.subnav_genome_review {
  display: block;
  float: right;
  padding-right: 21px;
  color: #999;
}
.subnav_genome_selected {
  color: #6e043e;
}
/* Main Nav - Subject Group Titles + Display of subs
-------------------------------------------------------- */
.sum_block {
  height: 12px;
}
.mainnav_yougov:hover,
.sum_block:hover {
  background-color: #EF2D27;
  color: #FFFFFF;
}
.nav-headarrow {
  background-image: url("../images/icon-arrows-main-menu.png");
  display: block;
  padding: 8px 10px 15px 0;
  margin: 0 0 2px 0 ;
  color: #FFFFFF;
  text-transform: uppercase;
  font-weight: bold;
}
.arrow_white {
  background-image: url("../images/icon-arrows-main-menu.png");
}
.arrow_grey {
  background-image: url("../images/icon-arrows-main-menu-grey.png");
}
/*
.arrow_grey_opigram {
	background-image: url("../images/icon-arrows-main-menu-grey-opigram.png");
}*/
.nav-headarrow:hover {
  background-color: #EF2D27;
  color: #FFFFFF;
  cursor: pointer;
}
.hidden {
  display: none;
}
.expandedarrow,
.expanded {
  background-position: 8px -36px;
  background-repeat: no-repeat;
}
.expandedarrow:hover,
.expanded:hover {
  background-position: 8px -116px;
  background-repeat: no-repeat;
}
.collapsed {
  background-position: 8px 3px;
  background-repeat: no-repeat;
}
.collapsed:hover {
  background-position: 8px -77px;
  background-repeat: no-repeat;
}
/* Main Nav - Plus icon - Add a Review button
-------------------------------------------------------- */
.menu_review_icon {
  background: url("../images/icon-review-plus.png");
  background-position: right 5px;
  background-repeat: no-repeat;
  margin-right: 5px;
  padding: 6px 25px 0 0;
  text-transform: uppercase;
  font-weight: bold;
  color: #999999;
}
.menu_review_icon:hover {
  background-position: right -55px;
}
.nav_main {
  background-color: #E5E5E5;
  display: block;
  margin: 0 0 2px 0 ;
  padding: 8px 5px 13px 8px;
  color: #666666;
  text-transform: uppercase;
  position: relative;
}
.nav-genome-bar {
  height: 5px;
  width: 220px;
  margin-bottom: 2px;
  background: url("../images/genome.jpg");
  background-position: 0px 0px;
  background-repeat: repeat-y;
}
.icon_opigram {
  background: transparent url("../images/nav-icon-my-opigram.png") no-repeat 0px -100px;
  padding-left: 40px;
}
.icon_progress {
  background: transparent url("../images/widget-icon-progress.png") no-repeat 0px -100px;
  padding-left: 40px;
}
.icon_about {
  background: transparent url("../images/nav-icon-about-opigram.png") no-repeat 0px -100px;
  padding-left: 40px;
}
.icon_membersifollow {
  background: transparent url("../images/nav-icon-membersifollow.png") no-repeat 0px -100px;
  padding-left: 40px;
}
.icon_notifications {
  background: transparent url("../images/nav-icon-notifications.png") no-repeat 0px -100px;
  padding-left: 40px;
}
.icon_opinion_feed {
  background: transparent url("../images/nav-icon-opinions.png") no-repeat 0px -100px;
  padding-left: 40px;
}
.icon_progress:hover,
.icon_about:hover,
.icon_opigram:hover,
.icon_membersifollow:hover,
.icon_notifications:hover,
.icon_opinion_feed:hover {
  background-position: 0 0;
}
/* Main Nav - Footer / Expand Collapse text links
-------------------------------------------------------- */
.foot {
  margin-top: 30px;
}
.nav-expandcollapse {
  display: block;
  margin: 0 0 10px 0;
  padding: 5px 10px 0px 10px;
  font-weight: bold;
  background-color: #ffffff;
}
.nav-expandcollapse a {
  color: #999999;
}
.nav-expandcollapse a:hover {
  color: #EF2D27;
  cursor: pointer;
}
.nav-base {
  height: 388px;
  width: 220px;
  background: url("../images/nav-launch-base2.jpg");
  background-position: 0px 0px;
  background-repeat: no-repeat;
}
.icon_about_i {
  background: url("../images/nav-icon-about-colour.png");
}
.icon_opigram_t {
  background: url("../images/widget-icon-opigram.png");
}
.icon_todotoday {
  background: url("../images/widget-icon-progress.png");
}
.icon_opinion_feed_header {
  background: url("../images/icon-speech-bubbles.png");
  background-repeat: no-repeat;
  padding-left: 35px;
  background-position: 8px 0px;
}
.icon_my_reviews {
  background: url("../images/widget-icon-my-reviews.png");
}
.icon_search {
  background: url("../images/nav-icon-search.png");
}
/* ABOUT ME
-------------------------------------------------------- */
.icon_interests {
  background: url("../images/nav-icon-about-interests.png");
}
.icon_personality {
  background: url("../images/nav-icon-about-personality.png");
}
.icon_opinions {
  background: url("../images/nav-icon-about-opinions.png");
}
.icon_about-freetime {
  background: url("../images/nav-icon-about-freetime.png");
}
.icon_about-issues {
  background: url("../images/nav-icon-about-issues.png");
}
.icon_about-politics {
  background: url("../images/nav-icon-about-politics.png");
}
.icon_about-religion {
  background: url("../images/nav-icon-about-religion.png");
}
.icon_about-worklife {
  background: url("../images/nav-icon-about-worklife.png");
}
/* FOOD & DRINK
-------------------------------------------------------- */
.icon_food_chains {
  background: url("../images/nav-icon-food-chains2.png");
}
.icon_fruit_and_veg {
  background: url("../images/nav-icon-fruit-veg.png");
}
.icon_sweets_and_snacks {
  background: url("../images/nav-icon-sweets-snacks.png");
}
.icon_dishes {
  background: url("../images/nav-icon-dishes.png");
}
/* ENTERTAINMENT
-------------------------------------------------------- */
.icon_books,
.icon_fiction_book,
.icon_non_fiction_book,
.icon_poetry {
  background: url("../images/nav-icon-books.png");
}
/* new to add via monad */
.icon_play {
  background: url("../images/nav-icon-play.png");
}
/* new to add via monad */
.icon_writer,
.icon_writers {
  background: url("../images/nav-icon-writers.png");
}
.icon_movie,
.icon_movies {
  background: url("../images/nav-icon-movies.png");
}
.icon_music {
  background: url("../images/nav-icon-music.png");
}
.icon_music_act,
.icon_music_artist {
  background: url("../images/nav-icon-music-artist.png");
}
.icon_classical_composer {
  background: url("../images/nav-icon-classical-composer.png");
}
.icon_newspaper {
  background: url("../images/nav-icon-newspaper.png");
}
.icon_magazine {
  background: url("../images/nav-icon-magazine.png");
}
.icon_media,
.icon_magazines {
  background: url("../images/nav-icon-magazines.png");
}
/* Used for 'Media' */
.icon_website,
.icon_websites {
  background: url("../images/nav-icon-websites.png");
}
.icon_international_newspaper {
  background: url("../images/nav-icon-international_newspaper.png");
}
.icon_tv_programme,
.icon_tv {
  background: url("../images/nav-icon-tv.png");
}
.icon_radio_programme {
  background: url("../images/nav-icon-radio-programme.png");
}
.icon_video_game,
.icon_videogames {
  background: url("../images/nav-icon-videogames.png");
}
.icon_mobile_application,
.icon_apps {
  background: url("../images/nav-icon-apps.png");
}
/* PEOPLE
-------------------------------------------------------- */
.icon_business_person,
.icon_business_people,
.icon_people,
.icon_public_figure {
  background: url("../images/nav-icon-people.png");
}
.icon_model,
.icon_actor,
.icon_actors {
  background: url("../images/nav-icon-actors.png");
}
.icon_director {
  background: url("../images/nav-icon-director.png");
}
.icon_comedian,
.icon_comedians {
  background: url("../images/nav-icon-comedians.png");
}
.icon_sports_personality,
.icon_sports {
  background: url("../images/nav-icon-sportsstars.png");
}
.icon_celebs,
.icon_tv_personality {
  background: url("../images/nav-icon-tv-personality.png");
}
.icon_fashion_designer {
  background: url("../images/nav-icon-fashion-designer.png");
}
/*
.icon_classical_composer,
.icon_musician,
.icon_musicians {background: url("../images/nav-icon-musicians.png");  }

.icon_celebrity,
.icon_celebs {background: url("../images/nav-icon-celebs.png"); }
*/
/* PLACES
-------------------------------------------------------- */
.icon_pubs {
  background: url("../images/nav-icon-pubs.png");
}
.icon_local {
  background: url("../images/nav-icon-local.png");
}
.icon_uktravel {
  background: url("../images/nav-icon-uktravel.png");
}
.icon_internationaltravel {
  background: url("../images/nav-icon-internationaltravel.png");
}
.icon_museums {
  background: url("../images/nav-icon-museums.png");
}
.icon_hotels {
  background: url("../images/nav-icon-hotels.png");
}
.icon_food {
  background: url("../images/nav-icon-food.png");
}
/* PRODUCTS
-------------------------------------------------------- */
.icon_motoring {
  background: url("../images/nav-icon-motoring.png");
}
.icon_clothes {
  background: url("../images/nav-icon-clothes.png");
}
.icon_electronic {
  background: url("../images/nav-icon-electronic.png");
}
.icon_household {
  background: url("../images/nav-icon-household.png");
}
.icon_money {
  background: url("../images/nav-icon-money.png");
}
.icon_brands {
  background: url("../images/nav-icon-brands.png");
}
.icon_interior {
  background: url("../images/nav-icon-interior.png");
}
.icon_beauty {
  background: url("../images/nav-icon-beauty.png");
}
.icon_fooddrink {
  background: url("../images/nav-icon-fooddrink.png");
}
/* ORGANISATIONS
-------------------------------------------------------- */
.icon_brands {
  background: url("../images/nav-icon-brands.png");
}
.icon_companies {
  background: url("../images/nav-icon-companies.png");
}
.icon_charities {
  background: url("../images/nav-icon-charities.png");
}
.icon_pets,
.icon_animals,
.icon_breeds {
  background: url("../images/nav-icon-about-animals.png");
}
#nav_genome li.complete {
  background: transparent url('../images/nav-ticks.png') no-repeat 200px 8px;
}
#nav_genome .bgh_mylife li.complete {
  background-position: 175px -22px;
}
#nav_genome .bgh_mauv li.complete {
  background-position: 175px -53px;
}
#nav_genome .bgh_organisations li.complete {
  background-position: 175px -84px;
}
#nav_genome .bgh_purp li.complete {
  background-position: 175px -115px;
}
#nav_genome .bgh_emer li.complete {
  background-position: 175px -146px;
}
#nav_genome li.section {
  margin-top: 10px;
}
#nav_genome .section > a {
  color: #333;
  height: 33px;
  font-size: 13px;
  line-height: 12px;
  border-bottom: 1px solid #dddddd;
}
#nav_genome .section > a:hover {
  color: #ef2d27;
  background-color: #ffffff;
}
#nav_genome .opigram_menu a:hover,
#nav_genome .section_list a {
  color: #666;
}
#nav_genome .opigram_menu a:hover,
#nav_genome .section_list a:hover {
  color: #ef2d27;
}
#nav_genome .opigram_menu a:hover {
  background-position: 0px -100px;
}
#nav_genome .opigram_menu li,
#nav_genome .section_list li {
  border-bottom: 1px solid #dddddd;
}
#nav_genome .opigram_menu li.selected a.selected,
#nav_genome .section_list li.selected a.selected {
  color: #ef2d27;
}
#nav_genome .opigram_menu li:hover,
#nav_genome .section_list li:hover {
  color: #ef2d27;
}
#nav_genome .section_list .notimplemented:hover {
  color: #ef2d27;
}
#nav_genome .section_list li {
  border-bottom: 1px solid #f1f1f1;
}
#nav_genome .opigram_menu li {
  margin-bottom: 2px;
}
/* Main Nav - Sub Option Classes
-------------------------------------------------------- */
.nav_option_main {
  background-color: #f9f9f9;
  display: block;
  margin: 0 0 2px 0 ;
  padding: 8px;
  color: #666666;
}
.nav_option {
  background-repeat: no-repeat;
  background-position: 0px -50px;
  display: block;
  margin: 0 0 0 0;
  padding: 8px 5px 8px 40px;
  color: #ffffff;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
/* Main Nav - Background colours
-------------------------------------------------------- */
/* Main Nav - Menu States
-------------------------------------------------------- */
.notimplemented {
  background-color: #ffffff;
  color: #666666;
}
li a.notimplemented:hover {
  color: red;
}
/* Opigram Summary icons
-------------------------------------------------------- */
.summary {
  background-repeat: no-repeat;
  background-position: -5px -56px;
  margin-top: 20px;
  padding: 3px 0 5px 35px;
}
.summary_notyet {
  background-position: -5px -106px;
  color: #666666;
}
.latest_act {
  display: block;
  float: left;
  background-repeat: no-repeat;
  background-position: -5px -56px;
  padding: 10px 0 10px 35px;
}
.latest_rev {
  display: block;
  float: left;
  background-repeat: no-repeat;
  background-position: -10px -57px;
  padding: 10px 0 10px 25px;
}
/*
.latest_act:hover {
	background-position: -5px -50px;
}

*/
.icon_incommon {
  background: url("../images/nav-icon-incommon.png");
}
.icon_speech {
  background: url("../images/icon-speech-bubbles.png");
}
.opigram_code {
  display: block;
  float: left;
  background-repeat: no-repeat;
  background-position: -5px -52px;
  padding: 10px 0 0 0;
  width: 35px;
  height: 30px;
}
.reviewsuggs {
  display: block;
  margin-bottom: 10px;
}
.h-icon {
  background-position: -5px -57px;
  background-repeat: no-repeat;
  padding-left: 35px;
}
/* Subject Profile Submenu Tabs
-------------------------------------------------------- */
.pt {
  display: block;
  float: left;
  margin-right: 2px;
  height: 32px;
  width: 259px;
  padding: 8px 10px 12px 10px;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
}
.pt2 {
  display: block;
  float: left;
  margin-right: 2px;
  height: 32px;
  width: 250px;
  padding: 8px 10px 12px 10px;
  text-transform: uppercase;
  font-weight: bold;
}
.survey_button_link {
  display: block;
  float: left;
  margin-right: 2px;
  background-position: 0px -50px;
  background-repeat: no-repeat;
  height: 32px;
  width: 250px;
  padding: 8px 0px 12px 40px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 95%;
}
.survey_button_link:hover {
  background-position: 0px 0px;
  background-color: red;
  color: white;
}
.pt2 {
  text-align: center;
}
.bgh_mauv-light {
  background-color: #FFD1E1;
  color: #82314C;
  background-position: 0 -50px;
}
.bgh_myinterests-light {
  background-color: #d6a0ff;
  color: #460974;
  background-position: 0px -50px;
}
.bgh_mylife-light {
  background-color: #f8c1fe;
  color: #7a0287;
  background-position: 0px -50px;
}
.bgh_food-light {
  background-color: #f0d7c1;
  color: #b05600;
  background-position: 0px -50px;
}
.bgh_mauv-light {
  background-color: #ffd1e1;
  color: #82314c;
  background-position: 0px -50px;
}
.bgh_purp-light {
  background-color: #b0d9f2;
  color: #015081;
  background-position: 0px -50px;
}
.bgh_lime-light {
  background-color: #c8f8ec;
  color: #006f54;
  background-position: 0px -50px;
}
.bgh_emer-light {
  background-color: #dfefbb;
  color: #4f7200;
  background-position: 0px -50px;
}
.bgh_organisations-light {
  background-color: #b6e6bd;
  color: #138123;
  background-position: 0px -50px;
}
.mrn {
  margin-right: 0;
}
.pt_done {
  background-color: #ffd1e1;
  color: #82314c;
}
.pt_selected,
.pt_selected:hover,
.pt:hover,
.pt_done:hover,
.pt_uncompleted:hover {
  background-color: #EF2D27;
  color: #FFFFFF;
}
.pt_uncompleted {
  background-color: #f0eeee;
  color: #666666;
}
.survey_tabs li {
  float: left;
}
/* Subject Profile Submenu
(Righthand side i.e. My Habits, My Likes etc)
These classes colour the text and background for each title
-------------------------------------------------------- */
.bgh_header,
.bgh_header_selected {
  border-bottom: 1px solid #EF2D27;
  color: #7d324d;
  height: 20px;
  padding: 5px 0 5px 10px;
  font-weight: bold;
  text-transform: uppercase;
}
.bgh_header:hover {
  border-bottom: 1px solid #EF2D27;
  color: #EF2D27;
}
.bgh_header_selected {
  background: url("../images/icon-item-arrow-red.png");
  background-position: 0px 8px;
  background-repeat: no-repeat;
  border-bottom: 1px solid #EF2D27;
  color: #EF2D27;
  height: 20px;
}
.bgh_light_option {
  color: #7d324d;
}
.bgh_light_option:hover {
  background-color: #EF2D27;
  color: #FFFFFF;
}
.bgh_header_grey {
  border-bottom: 1px solid #d9d9d9;
  background-color: #FFFFFF;
  color: #d9d9d9;
  height: 20px;
}
/*

.add_new_plus_lg {
	display: block;
	background: url("../images/icon-plus-lg.png"); background-position: 22px 20px;background-repeat: no-repeat;
	padding: 30px 0 0 85px; height:50px; margin-top: 20px;
}
.add_new_plus_lg:hover {
	background-position: 22px -80px;
}


.add_new_plus_lg {
	display: block;
	background: url("../images/icon-exclaim-lg.png"); background-position: 10px 0;background-repeat: no-repeat;
	padding: 5px 0 0 35px; height:40px; margin-bottom: 20px;
}
.add_new_plus_lg:hover {
	background-position: 10px -100px;
}

*/
.add_new_plus_lg {
  display: block;
  background: url("../images/icon-exclaimed-lg.png");
  background-position: 10px 0;
  background-repeat: no-repeat;
  padding: 7px 10px 10px 35px;
  margin-bottom: 10px;
  min-height: 40px;
  background-color: #fef5f5;
  color: #6e043e;
  font-weight: bold;
  border: solid 1px #de8c92;
}
.add_new_plus_lg:hover {
  background-position: 10px -100px;
  background-color: #EF2D27;
  border: solid 1px #EF2D27;
  color: #FFF;
  text-decoration: none;
}
/* Likebox Suggestions tabs
-------------------------------------------------------- */
ul.likeboxtabs {
  padding: 4px 0;
}
li.likeboxtab {
  display: inline;
}
.lbsuggest {
  border-top: 1px solid #C7C7C7;
  border-left: 1px solid #C7C7C7;
  border-right: 1px solid #C7C7C7;
  padding: 4px 4px 4px 4px;
  margin: 0 2px 0 0;
  text-transform: uppercase;
  color: #666666;
  white-space: nowrap;
}
.lbs_selected,
.lbsuggest:hover {
  border-top: 1px solid #EF2D27;
  border-left: 1px solid #EF2D27;
  border-right: 1px solid #EF2D27;
  color: #EF2D27;
}
/*
-------------------------------------------------------- */
.quick_search_box {
  display: block;
  padding: 5px;
  margin-bottom: 20px;
  background-color: #EF2D27;
  color: #FFF;
  font-weight: bold;
  font-size: 120%;
}
.quick_search_field {
  background: url("../images/search-icon.gif") no-repeat right center transparent;
  background-color: #FFFFFF;
  border: 0px solid #FFFFFF;
  width: 200px;
  padding: 5px;
  margin-top: 5px;
  font-size: 75%;
  color: #666666;
}
.search_history_item {
  display: block;
  margin: 5px 0px;
  font-size: 85%;
  background-color: #f5f5f5;
  color: #666666;
}
.search_history_item:hover {
  background-color: #EF2D27;
  color: #FFFFFF;
}
.search_history_image {
  float: left;
  width: 10px;
}
.search_history_text {
  float: right;
  padding: 5px 0 0 5px;
  height: 20px;
  width: 190px;
}
.search-history-button {
  display: block;
  width: auto;
  padding: 3px 8px 3px 8px;
  margin: 10px 0;
  border: 1px solid #dddddd;
  background-color: #f5f5f5;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  color: #000000;
  text-align: center;
}
.search-history-button:hover {
  border: 1px solid #EF2D27;
  background-color: #EF2D27;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  color: #FFFFFF;
}
.search_result_item {
  margin-bottom: 5px;
  padding: 5px 0;
  border-bottom: 1px dotted #DDD;
}
/* Round, YouGov-style arrow buttons
-------------------------------------------------------- */
.pg_pag {
  display: block;
  background: url("../images/pg-pag-round.png");
  background-repeat: no-repeat;
  height: 34px;
}
.pg_previous {
  background: url("../images/pg-pag-round-left.png");
  background-repeat: no-repeat;
  background-position: right 0px;
  width: 32px;
  color: #EF2D27;
}
.pg_pag:active {
  height: 32px;
  margin-top: 2px;
}
.pg_previous:hover {
  background-position: right -60px;
  color: #6e043e;
}
.pg_next {
  background-position: -60px 0px;
  width: 32px;
  color: #EF2D27;
}
.pg_next:hover {
  background-position: -60px -60px;
  color: #6e043e;
}
.pg_spinner {
  background-image: url('../images/spinner.gif') !important;
  background-position: 5px 5px;
}
.pg_spinner:hover {
  background-position: 5px 5px;
}
.intro_options {
  float: left;
  width: auto;
  padding: 7px 0 0 45px;
  color: #EF2D27;
}
.intro_options_left {
  float: left;
  width: auto;
  padding: 7px 45px 0 0;
  color: #EF2D27;
}
.intro_options:hover,
.intro_options_left:hover {
  color: #6e043e;
  text-decoration: none;
}
/* Autocomplete */
.ui-autocomplete {
  background-color: #FFFFFF;
  border: 1px solid #999999;
}
.ui-corner-all {
  cursor: pointer;
}
.ui-corner-all li {
  padding: 5px 10px 5px 10px;
  color: #ea0455;
}
.ui-corner-all li:hover {
  background-color: #f4f4f4;
  color: #57161b;
}
#suggested_node {
  border: 1px solid #ccc;
  width: 175px;
}
#autocomplete-tooltip,
.ui-autocomplete {
  border: 1px solid red !important;
  background-color: white;
  box-shadow: 1px 1px 5px #999;
  font-size: 13px !important;
}
.ui-autocomplete a {
  color: red !important;
  font-size: 13px;
}
.ui-autocomplete a.ui-state-hover {
  color: white !important;
  border: 1px solid red !important;
  background-image: none;
  background-color: red;
}
#autocomplete-tooltip {
  border: 1px solid red;
  color: red;
  font-family: Verdana, Arial, sans-serif;
  font-size: 14px;
  padding: 6px 7px;
}
/*
.progress {display:block; float:left; background:url("../images/pg-progress.png"); background-repeat: no-repeat; background-position: 0px 0px; width: 25px; height: 26px;}
.progress_done {display:block; float:left; background:url("../images/pg-progress.png"); background-repeat: no-repeat; background-position: -25px center; width: 25px; height: 16px;}
*/
.qacheck_image {
  display: block;
  margin-bottom: 2px;
  color: #333333;
  background: url("../images/survey-tick-unselected.png");
  background-position: 500px center;
  background-repeat: no-repeat;
  background-color: #fce7e6;
}
.qacheck_image:hover {
  color: #FFFFFF;
  background: url("../images/survey-tick-selected.png");
  background-position: 500px center;
  background-repeat: no-repeat;
  background-color: #57161b;
}
.qacheck_image_line {
  border-left: 2px solid #ffffff;
  height: 60px;
  width: 60px;
}
.qacheck_image_line_no {
  border-left: 0px solid #ffffff;
  height: 60px;
  width: 60px;
}
.qacheck_image_title {
  height: 35px;
  width: 398px;
  padding-top: 15px;
}
.qacheck_image_selected {
  color: #EE2E27;
  background: url("../images/survey-tick-selected.png");
  background-position: 500px center;
  background-repeat: no-repeat;
  background-color: inherit;
}
.qacheck {
  display: block;
  padding: 0 0 0 35px;
  margin-bottom: 2px;
  color: #333333;
  background: url("../images/survey-square-unselected.png");
  background-position: 20px center;
  background-repeat: no-repeat;
}
.qacheck:hover {
  color: #333333;
  background: url("../images/survey-square-unselected-over.png");
  background-position: 20px center;
  background-repeat: no-repeat;
  background-color: #F4F4F4;
  text-decoration: none;
}
.qacheck_selected {
  background: url("../images/survey-tick-square-selected.png");
  background-position: 20px center;
  background-repeat: no-repeat;
  background-color: #F4F4F4;
}
.qacheck_selected:hover {
  background: url("../images/survey-tick-square-selected-over.png");
  background-position: 20px center;
  background-repeat: no-repeat;
  background-color: #F4F4F4;
  text-decoration: none;
}
.qacheck_title {
  height: 35px;
  padding-top: 15px;
}
.qacheck_line {
  border-left: 2px solid #ffffff;
  height: 40px;
  width: 60px;
}
.qacheck_line_no {
  border-left: 0px solid #ffffff;
  height: 40px;
  width: 60px;
}
.qaradio {
  display: block;
  padding: 0 0 0 35px;
  margin-bottom: 2px;
  color: #333333;
  background: url("../images/survey-circle-unselected.png");
  background-position: 20px center;
  background-repeat: no-repeat;
}
.qaradio:hover {
  color: #333333;
  background: url("../images/survey-tick-selected.png");
  background-position: 20px center;
  background-repeat: no-repeat;
  background-color: #F4F4F4;
  text-decoration: none;
}
.qaradio_selected {
  background: url("../images/survey-tick-selected.png");
  background-position: 20px center;
  background-repeat: no-repeat;
}
.qaradio_title {
  height: 35px;
  padding-top: 15px;
}
.qaradio_line {
  border-left: 2px solid #ffffff;
  height: 40px;
  width: 60px;
}
.qaradio_line_no {
  border-left: 0px solid #ffffff;
  height: 40px;
  width: 60px;
}
.qaselect {
  display: block;
  margin-bottom: 2px;
  padding-left: 35px;
  color: #EE2E27;
  background: url("../images/survey-select-tick.png");
  background-position: 0px center;
  background-repeat: no-repeat;
}
.qaselect:hover {
  color: #57161b;
  background: url("../images/survey-select-tick-over.png");
  background-position: 0px center;
  background-repeat: no-repeat;
  text-decoration: none;
}
.qaselect_film {
  display: block;
  margin-bottom: 2px;
  padding-left: 35px;
  color: #EE2E27;
  background: url("../images/survey-select-tick.png");
  background-position: 0px center;
  background-repeat: no-repeat;
}
.qaselect_film:hover {
  color: #57161b;
  background: url("../images/survey-select-tick-over.png");
  background-position: 0px center;
  background-repeat: no-repeat;
  text-decoration: none;
}
.tag_suggestions {
  border: solid 1px #dddddd;
  width: 225px;
}
.select_suggestions {
  border: solid 1px #dddddd;
  width: 415px;
}
.fullwidthfield {
  border: solid 1px #dddddd;
  width: 520px;
}
.select_suggestions_button {
  display: block;
  background: url("../images/survey-add.png");
  background-repeat: no-repeat;
  background-position: center right;
  width: 40px;
  height: 40px;
  border: 0px;
}
.select_suggestions_button:hover {
  background: url("../images/survey-add-over.png");
  background-repeat: no-repeat;
  background-position: center right;
  cursor: pointer;
}
.addbutton {
  background-position: top right;
}
.addbutton:hover {
  background-position: top right;
}
.select_list {
  width: 485px;
  cursor: pointer;
  padding: 0px;
}
.basic_list {
  background-color: #fce7e6;
  border-top: solid 1px #ffffff;
  border-left: solid 1px #ffffff;
  border-bottom: solid 1px #e0ced4;
  border-right: solid 1px #e0ced4;
  cursor: pointer;
  padding: 5px;
}
.codeheader {
  text-transform: uppercase;
}
.notifications a {
  color: #333333;
}
.notifications a:hover {
  color: #ef2d27;
}
.notifications .notification_list {
  margin: 0 10px 0 10px;
}
.notifications .notification_list > div:last-child {
  border-bottom: none;
}
.notifications .notification_response_multiple_icon,
.notifications .notification_response_single_icon {
  background: transparent url("../images/notification-response.png") no-repeat 5px 12px;
  padding: 10px 0 10px 35px;
  border-bottom: 1px dotted #DDD;
  margin-bottom: 0px;
}
.notifications .notification_riposte_icon {
  background: transparent url("../images/notification-riposte.png") no-repeat 5px 12px;
  padding: 10px 0 10px 35px;
  border-bottom: 1px dotted #DDD;
  margin-bottom: 0px;
}
.notifications .notification_follow_multiple_icon,
.notifications .notification_follow_single_icon {
  padding: 10px 0 10px 35px;
  border-bottom: 1px dotted #DDD;
  margin-bottom: 0px;
  background: transparent url("../images/notification-follow.png") no-repeat 0 12px;
}
.notifications .notification_survey_icon {
  padding: 10px 0 10px 35px;
  border-bottom: 1px dotted #DDD;
  margin-bottom: 0px;
  background: transparent url("../images/notification-survey.png") no-repeat 6px 12px;
}
.notifications .notification_announcement_icon {
  padding: 10px 0 10px 35px;
  border-bottom: 1px dotted #DDD;
  margin-bottom: 0px;
  background: transparent url("../images/notification-announcement-icon.png") no-repeat 3px 12px;
}
.notifications .section_header {
  border: 1px solid #F8DCEB;
  border-radius: 8px 8px 8px 8px;
}
.notifications .date-header {
  font-size: 12px;
  font-weight: 900;
  display: block;
  margin-top: 15px;
}
.notifications .read_notification {
  filter: alpha(opacity=50);
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  transition: opacity 0.15s linear;
  -webkit-transition: opacity 0.15s linear;
  -moz-transition: opacity 0.15s linear;
  -ms-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
}
.notifications .read_notification:hover {
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.notifications .unread_notification {
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  transition: opacity 0.15s linear;
  -webkit-transition: opacity 0.15s linear;
  -moz-transition: opacity 0.15s linear;
  -ms-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
}
.notifications .unread_notification:hover {
  filter: alpha(opacity=75);
  -webkit-opacity: 0.75;
  -moz-opacity: 0.75;
  opacity: 0.75;
}
.notifications .notification_text {
  word-wrap: break-word;
}
.notifications_all_count {
  display: inline-block;
  font-size: 12px;
  background-color: #666;
  border-radius: 8px 8px 8px 8px;
  color: white;
  padding: 2px 13px 1px 13px;
  margin-right: 5px;
  position: absolute;
  right: 3px;
  opacity: 0;
}
.notifications_all_count .label {
  font-size: 9px;
}
.header_icon_notifications {
  background: transparent url("../images/nav-icon-notifications.png") no-repeat -10px -58px;
  padding-left: 25px;
}
.notifications_see_more {
  font-size: 10px;
  padding: 5px 5px 10px 5px;
  text-transform: uppercase;
  display: block;
  overflow: hidden;
  text-align: right;
}
/* Popup for NEW Reviews
-------------------------------------------------------- */
.reviewpagin {
  position: absolute;
  top: 570px;
  font-family: arial, helvetica, clean, sans-serif;
}
#popupReviewContainer,
#popupFeedback {
  display: none;
  width: 700px;
}
#popupReview {
  display: none;
}
.popupReview {
  position: absolute;
  width: 700px;
  z-index: 1000;
}
.popupReviewTitle {
  display: block;
  float: left;
  background: url("../images/b-popuptitle.jpg");
  background-position: 0% 0%;
  background-repeat: repeat-x;
  padding: 10px 10px 0 10px;
  background-color: #5b1a1d;
  width: 670px;
  height: auto;
  color: #FFFFFF;
  margin-top: 0px;
}
.ReviewTopEdge {
  float: left;
  display: block;
  position: relative;
  width: 700px;
  height: 15px;
  background: url("../images/b-top-popupreview.png");
  background-position: 0% 0%;
  background-repeat: repeat-y;
}
.ReviewContent {
  display: block;
  float: left;
  width: 700px;
  height: 620px;
  background: url("../images/b-popupreview.png");
  background-position: 0% 0%;
  background-repeat: repeat-y;
}
.ReviewBottomEdge {
  float: left;
  display: block;
  position: relative;
  width: 700px;
  height: 15px;
  background: url("../images/b-bot-popupreview.png");
  background-position: 0% 0%;
  background-repeat: repeat-y;
}
.feedbackContent {
  display: block;
  float: left;
  width: 670px;
  height: 500px;
  background: url("../images/b-popupreview.png");
  background-position: 0% 0%;
  background-repeat: repeat-y;
}
.feedbackBottomEdge {
  float: left;
  display: block;
  position: relative;
  width: 700px;
  height: 110px;
  background: url("../images/b-bot-popupfeedback.png");
  background-position: 0% 0%;
  background-repeat: repeat-y;
}
.review_add_new {
  display: block;
  background: url("../images/survey-add.png");
  background-repeat: no-repeat;
  background-position: center right;
  width: 40px;
  height: 40px;
  border: 0;
}
.review_add_new:hover {
  background: url("../images/survey-add-over.png");
  background-repeat: no-repeat;
  background-position: center right;
  cursor: pointer;
}
/* Review Pop up : Classes for the tags/words
-------------------------------------------------------- */
.reviewtaglist {
  display: block;
  float: left;
  background: url("../images/tick-grey-spaced.png");
  background-position: right 6px;
  background-repeat: no-repeat;
  background-color: #FFF;
  padding: 0px 20px 0px 8px;
  margin: 2px 4px 2px 0;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  border: solid 1px #dddddd;
  color: #888888;
  white-space: nowrap;
  font-size: 92.5%;
  line-height: 150%;
}
.reviewtaglist:hover {
  background: url("../images/tick-red-spaced.png");
  background-position: right 6px;
  background-repeat: no-repeat;
  text-decoration: none;
}
.reviewtagselected,
.reviewtaglist:active {
  background: url("../images/tick-red-spaced.png");
  background-position: right 6px;
  background-repeat: no-repeat;
  border: solid 1px #EE2E27;
  text-decoration: none;
  color: #EE2E27;
}
.reviewtagselected:hover {
  background: url("../images/tick-red-spaced.png");
  background-position: right 6px;
  background-repeat: no-repeat;
  border: solid 1px #EE2E27;
  text-decoration: none;
  color: #EE2E27;
}
.reviewtagselected:active {
  background: url("../images/tick-black-spaced.png");
  background-position: right 6px;
  background-repeat: no-repeat;
  border: solid 1px #000000;
  text-decoration: none;
  color: #000000;
}
/* Standalone Add a Review page classes
-------------------------------------------------------- */
.review_icons {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  padding: 50px 5px 10px 5px;
  margin: 15px;
  background-color: #ce0c4f;
  width: 90px;
  height: 30px;
  background-position: center 15px;
  background-repeat: no-repeat;
  color: #FFFFFF;
}
.review_icons_lg {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  padding: 80px 5px 10px 5px;
  margin: 15px;
  background-color: #ce0c4f;
  width: 122px;
  height: 40px;
  background-position: center 30px;
  background-repeat: no-repeat;
  color: #FFFFFF;
}
.review_icons_selected,
.review_icons:hover {
  background-color: #EE2E27;
  background-position: center 15px;
  background-repeat: no-repeat;
  color: #FFFFFF;
}
.review_icons_lg:hover {
  background-color: #EE2E27;
  background-position: center 30px;
  background-repeat: no-repeat;
  color: #FFFFFF;
}
.review_icons_selected:focus {
  color: #FFFFFF;
  cursor: default;
}
.review_suggestion_icons {
  background-color: #ce0c4f;
  width: 50px;
  height: 50px;
  background-position: center center;
  background-repeat: no-repeat;
}
/* ENTERTAINMENT
-------------------------------------------------------- */
.rev_books,
.rev_fiction,
.rev_non_fiction,
.rev_poetry {
  background-image: url("../images/icon-books-lg-32.png");
}
.rev_play {
  background-image: url("../images/icon-play-masks-32.png");
}
.rev_writer {
  background-image: url("../images/icon-writer-32.png");
}
.rev_movies {
  background-image: url("../images/icon-movies-32.png");
}
.rev_music_artist {
  background-image: url("../images/icon-musician-32.png");
}
.rev_classical_composer {
  background-image: url("../images/icon-classical-composer-32.png");
}
.rev_musician {
  background-image: url("../images/icon-musician-32.png");
}
/* perhaps delete */
.rev_music {
  background-image: url("../images/icon-music-32.png");
}
/* perhaps delete */
.rev_media {
  background-image: url("../images/icon-media-32.png");
}
.rev_newspaper {
  background-image: url("../images/icon-newspaper-32.png");
}
.rev_newspapers {
  background-image: url("../images/icon-newspaper-32.png");
}
/* perhaps delete */
.rev_magazine {
  background-image: url("../images/icon-magazine-32.png");
}
.rev_website {
  background-image: url("../images/icon-website-32.png");
}
.rev_international_newspaper {
  background-image: url("../images/icon-international-newspaper-32.png");
}
.rev_tv,
.rev_tv_programme {
  background-image: url("../images/icon-tv-32.png");
}
.rev_radio_programme {
  background-image: url("../images/icon-radio-32.png");
}
.rev_video_games {
  background-image: url("../images/icon-videogames-32.png");
}
.rev_mobile_applications,
.rev_mobile {
  background-image: url("../images/icon-mobile-32.png");
}
/* PEOPLE
-------------------------------------------------------- */
.rev_business_person,
.rev_public_figure {
  background-color: #3790c6;
  background-image: url("../images/icon-public-figure-32.png");
}
.rev_model,
.rev_actor {
  background-color: #3790c6;
  background-image: url("../images/icon-actor-32.png");
}
.rev_director {
  background-color: #3790c6;
  background-image: url("../images/icon-director-32.png");
}
.rev_comedians {
  background-color: #3790c6;
  background-image: url("../images/icon-comedians-32.png");
}
.rev_sports_personalities {
  background-color: #3790c6;
  background-image: url("../images/icon-sports-personalities-32.png");
}
.rev_tv_personality {
  background-color: #3790c6;
  background-image: url("../images/icon-tv-personality-32.png");
}
.rev_fashion_designer {
  background-color: #3790c6;
  background-image: url("../images/icon-fashion-designer-32.png");
}
.rev_author {
  background-color: #3790c6;
  background-image: url("../images/icon-author-32.png");
}
/* perhaps delete */
/* Rating Buttons
-------------------------------------------------------- */
.taglist {
  color: #333333;
  padding-right: 12px;
  margin-right: 5px;
}
.taglist:hover {
  background: url("../images/cross.png");
  background-position: right 6px;
  background-repeat: no-repeat;
}
.confirmtaglist {
  background: url("../images/tick-grey.png");
  background-position: right 6px;
  background-repeat: no-repeat;
  color: #888888;
  padding-right: 12px;
  margin-right: 5px;
}
.confirmtaglist:hover {
  background: url("../images/tick-red.png");
  background-position: right 6px;
  background-repeat: no-repeat;
  text-decoration: none;
}
.bgh_grey,
.bgh_grey:hover {
  background-color: #BBBBBB;
}
.bgh_entertainment {
  background-color: #ea467e;
}
.bgh_entertainment:hover {
  background-color: #ce0c4f;
}
.bgh_people {
  background-color: #5daddd;
}
.bgh_people:hover {
  background-color: #3790c6;
}
.bgh_places {
  background-color: #29d8ad;
}
.bgh_places:hover {
  /* background-color: #0cb088; */
  background-color: #dddddd;
}
.bgh_things {
  background-color: #a4e01c;
}
.bgh_things:hover {
  /* background-color: #86c100; */
  background-color: #dddddd;
}
.group_type {
  display: block;
  float: left;
  /* border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; */
  width: 218px;
  height: 140px;
  padding: 20px 20px 20px 20px;
  color: #FFF;
}
/* Class used in the Review suggestion boxes
-------------------------------------------------------- */
.review_suggestions_title_icon {
  background-repeat: no-repeat;
  background-position: -5px -50px;
  display: block;
  margin: 0 5px 0 0;
  float: left;
  width: 30px;
  height: 50px;
}
/* Class used in the Review pop-up - to display icon at the title
-------------------------------------------------------- */
.review_popup_title_icon {
  background-repeat: no-repeat;
  background-position: -5px -2px;
  display: block;
  margin: 0 10px 0 0;
  float: left;
  width: 30px;
  height: 30px;
}
.nav_option_popup {
  background-repeat: no-repeat;
  background-position: -5px 0px;
  display: block;
  margin: 0 1px 3px 0;
  float: left;
  width: 30px;
  height: 30px;
}
.nav_option_popup:active {
  margin-top: 3px;
  margin-bottom: 0px;
}
.bgb_entertainment:hover {
  background-color: #970235;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
.bgb_people:hover {
  background-color: #1b70a4;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
.bgb_places:hover {
  background-color: #038767;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
.bgb_things:hover {
  background-color: #638f01;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
.likebox-reviewed-icon {
  /* Delete if not required (only used in the draggable nodes on Ratings page) */
  position: absolute;
  display: block;
  background-position: -5px -57px;
  background-repeat: no-repeat;
  width: 25px;
  height: 25px;
  right: 3px;
  top: 3px;
}
/* Node page and fragments' styles */
.node_review p {
  margin-bottom: 1em;
}
.node_likebox_status {
  margin-top: 2em;
}
/* NDOE INFO POPUP
-------------------------------------------------------- */
#tooltip-container {
  display: none;
  /*
    background-image: url('../images/spinner_tooltip.gif');
    background-repeat: no-repeat;
    */
  background-position: 50% 50%;
  min-height: 170px;
  width: 302px;
  z-index: 10000;
}
.node_info_box {
  position: absolute;
  min-height: 120px;
  padding: 0 10px 0 10px;
  background: none repeat scroll 0 0 white;
  border: 1px solid #EF2D27;
  -webkit-box-shadow: 2px 2px 6px 0px #999999;
  -moz-box-shadow: 2px 2px 6px 0px #999999;
  box-shadow: 2px 2px 6px 0px #999999;
  color: #333333;
}
.node_info_box .node_thumbnail {
  float: left;
  width: 100px;
  margin: 10px 10px 10px 0;
}
.node_info_box .node_details {
  display: block;
  float: left;
  width: 170px;
  /*    height:100px; */
  margin-top: 10px;
  line-height: 130%;
  font-size: 90%;
  /*    overflow: hidden; */
}
.node_info_box .privacy_status {
  float: right;
  display: block;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  /* margin-bottom: 10px; */
}
.node_info_box .shared {
  background-image: url("../images/node_hover_privacy_status.png");
  background-position: right 0px;
}
.node_info_box .shared:hover {
  background-position: right -50px;
}
.node_info_box .private {
  background-image: url("../images/node_hover_privacy_status.png");
  background-position: right -50px;
}
.node_info_box .private:hover {
  background-position: right 0;
}
.node_info_box .node_type {
  float: left;
  display: block;
  width: 170px;
  height: 18px;
  font-weight: bold;
  line-height: 200%;
  margin-bottom: 10px;
}
h2.node_type {
  font-size: 14px;
  color: #333;
  font-weight: bold;
  text-transform: uppercase;
  border-bottom: 1px dotted #DDD;
  margin-top: 8px;
  margin-bottom: 15px;
  padding: 0 0 5px 0;
}
.node_info_box .node_type .node_type_icon {
  background-color: white;
}
/* UNIFIED NODE ICONS
---------------------------------------------------------------------------------------------------------------- */
.node_type_icon {
  /* This prefixes all node icon attributes */
  float: left;
  background-repeat: no-repeat;
}
/* Determines which (coloured) icon size to use */
.node_type_icon.small_coloured {
  /* These icons are max. 24px x 24px and used almost everywhere to signpost */
  height: 24px;
  width: 24px;
  margin-right: 5px;
  background-position: 0px 0px;
}
.node_type_icon.medium_coloured {
  /* Used for draggable / suggested node boxes */
  height: 50px;
  width: 50px;
  background-color: #E8E8E8;
  background-position: -250px 0px;
}
.node_type_icon.mediumlarge_coloured {
  /* Used for hover over thumb previews */
  height: 85px;
  width: 85px;
  margin: 10px 10px 0 0;
  background-color: #e8e8e8;
  background-position: -300px 0px;
}
.node_type_icon.large_coloured {
  /* Used for hover over thumb previews */
  height: 100px;
  width: 100px;
  margin: 10px 10px 0 0;
  background-color: #e8e8e8;
  background-position: -300px 0px;
}
.node_type_icon.xlarge_coloured {
  /* Used for node pages - main image */
  height: 160px;
  width: 160px;
  margin: 0 20px 20px 0;
  background-color: #e8e8e8;
  background-position: -400px 0px;
}
.medium_coloured:hover {
  border-color: #EF2D27;
}
.small_coloured:hover {
  border-color: #EF2D27;
}
/*  If white or other colour variations in specific sizes need to be shown,
    then classes need to be created for them
    E.g. .medium_white
    (It's easy - see grid below.)

                                    Small           Medium          Large               Xlarge
    Coloured (most common)          0, 0            -250px, 0       -300px, 0           -400px, 0
    White (rollover state)          0, -50px        -250px, -50px   -300px, -100PXpx    TBC
    Grey (inactive state)           0, -100px       TBC             TBC                 TBC

*/
/*  Identically formatted pngs (with all sizes in each png) for all node types below:

    These can be referenced for rollover use but additional styles to the above need to be created
    in order to have separate hover states
    e.g. For the LEFT NAV which is a specific case

    20120229 NOTE: THE CSS BELOW ONLY SEEM TO REFERENCE THE ICONS USED FOR THE (SECOND LEVEL)
    NODE TYPES IN THE OPINION POP - (I.E. ALL THE BOOK TYPES BUT NOT "BOOKS & WRITERS" FROM THE LEFT NAV

    THEREFORE THERE ARE SOME CLASSES MISSING FOR THE LEFT NAV (WHICH ARE ALSO REQUIRED FOR THE
    TOP OF THE CONTENT PAGES OFF THOSE LEFT NAV LINKS

    FURTHERMORE, THE "rev_" CLASSES BELOW ARE FOR THE SECOND LEVEL BUTTONS IN THE OPINION PROCESS POP-UP,
    WHICH PERHAPS SHOULD USE A TEMPORARY AND SIMILAR CLASS TO ".node_type_icon.large_coloured" BUT SET TO
    "_WHITE" AND WITH A SIZE OF 80PX. THERE IS A NEW DESIGN TO COME WHICH WILL REPLACE THESE BUTTONS.


*/
.node_type_icon > div {
  height: 100%;
}
.suggested_item .node-link {
  width: 150px;
  height: 30px;
  font-weight: bold;
  margin-left: 53px;
  padding: 15px 5px 5px 5px;
}
.node_type_icon.panelists {
  background-image: url("../images/node-type-icon-panelists.png");
}
/* ENTERTAINMENT */
.node_type_icon.non_fiction_book,
.node_type_icon.fiction_book,
.node_type_icon.play,
.node_type_icon.poem,
.node_type_icon.rev_books {
  background-image: url("../images/node-type-icon-book.png");
}
.node_type_icon.writer,
.node_type_icon.blogger,
.node_type_icon.journalist,
.node_type_icon.columnist,
.node_type_icon.rev_columnists {
  background-image: url("../images/node-type-icon-writer.png");
}
.node_type_icon.movie,
.node_type_icon.rev_movie {
  background-image: url("../images/node-type-icon-movie.png");
}
.node_type_icon.music_artist,
.node_type_icon.rev_musician {
  background-image: url("../images/node-type-icon-music-artist.png");
}
.node_type_icon.classical_composer,
.node_type_icon.rev_music {
  background-image: url("../images/node-type-icon-classical-composer.png");
}
.node_type_icon.magazine,
.node_type_icon.rev_media {
  background-image: url("../images/node-type-icon-magazine.png");
}
.node_type_icon.website {
  background-image: url("../images/node-type-icon-website.png");
}
.node_type_icon.newspaper,
.node_type_icon.newspaper_section,
.node_type_icon.regional_newspaper,
.node_type_icon.international_newspaper {
  background-image: url("../images/node-type-icon-newspaper.png");
}
.node_type_icon.tv_channel,
.node_type_icon.tv_programme,
.node_type_icon.rev_tv {
  background-image: url("../images/node-type-icon-tv.png");
}
.node_type_icon.radio_station,
.node_type_icon.radio_programme,
.node_type_icon.rev_radio_programme {
  background-image: url("../images/node-type-icon-radio.png");
}
.node_type_icon.video_game_console,
.node_type_icon.video_game,
.node_type_icon.rev_video_games {
  background-image: url("../images/node-type-icon-video-game.png");
}
.node_type_icon.mobile_application,
.node_type_icon.smartphone,
.node_type_icon.icon_mobile_apps {
  background-image: url("../images/node-type-icon-mobile-application.png");
}
/* MY PEOPLE */
.node_type_icon.public_figure,
.node_type_icon.political_party,
.node_type_icon.government,
.node_type_icon.rev_public_figure {
  background-image: url("../images/node-type-icon-public-figure.png");
}
.node_type_icon.actor,
.node_type_icon.director,
.node_type_icon.rev_actor {
  background-image: url("../images/node-type-icon-actor.png");
}
.node_type_icon.comedian,
.node_type_icon.rev_comedians {
  background-image: url("../images/node-type-icon-comedian.png");
}
.node_type_icon.sports_personality,
.node_type_icon.sports_team,
.node_type_icon.sport,
.node_type_icon.rev_sports_personalities {
  background-image: url("../images/node-type-icon-sport.png");
}
.node_type_icon.celebs,
.node_type_icon.tv_personality,
.node_type_icon.fashion_designer,
.node_type_icon.rev_tv_personalities {
  background-image: url("../images/node-type-icon-tv-personality-blue.png");
}
.node_type_icon.artist,
.node_type_icon.rev_artist {
  background-image: url("../images/node-type-icon-artist.png");
}
/* MY TASTE IN FOOD */
.node_type_icon.larder,
.node_type_icon.snack,
.node_type_icon.confectionery {
  background-image: url("../images/node-type-icon-snack.png");
}
.node_type_icon.dish {
  background-image: url("../images/node-type-icon-dish.png");
}
.node_type_icon.fruit,
.node_type_icon.vegetable {
  background-image: url("../images/node-type-icon-fruit-and-vegetable.png");
}
.node_type_icon.food_and_drink_chain {
  background-image: url("../images/node-type-icon-food-and-drink-chain.png");
}
/* MY PLACES */
.node_type_icon.event,
.node_type_icon.place,
.node_type_icon.institution,
.node_type_icon.company {
  background-image: url("../images/node-type-icon-museum.png");
}
/* MY THINGS */
.node_type_icon.make_of_car,
.node_type_icon.model_of_car {
  background-image: url("../images/node-type-icon-car.png");
}
.node_type_icon.brand {
  background-image: url("../images/node-type-icon-brand.png");
}
.node_type_icon.beauty {
  background-image: url("../images/node-type-icon-beauty.png");
}
/* MY ORGANISATIONS */
.node_type_icon.brands {
  background-image: url("../images/node-type-icon-brands.png");
}
.node_type_title.brands {
  color: #138123;
}
.node_type_icon.companies {
  background-image: url("../images/node-type-icon-companies.png");
}
.node_type_title.companies {
  color: #138123;
}
.node_type_icon.charities {
  background-image: url("../images/node-type-icon-charities.png");
}
.node_type_title.charities {
  color: #138123;
}
/* ANIMALS */
.node_type_icon.pets,
.node_type_icon.breeds,
.node_type_icon.animals {
  background-image: url("../images/node-type-icon-animals.png");
}
.node_type_icon_white_white.panelists {
  background-image: url("../images/node-type-icon-panelists_white.png");
}
/* ENTERTAINMENT */
.node_type_icon_white.non_fiction_book,
.node_type_icon_white.fiction_book,
.node_type_icon_white.play,
.node_type_icon_white.poem,
.node_type_icon_white.rev_books {
  background-image: url("../images/node-type-icon-book_white.png");
}
.node_type_icon_white.writer,
.node_type_icon_white.blogger,
.node_type_icon_white.journalist,
.node_type_icon_white.columnist,
.node_type_icon_white.rev_columnists {
  background-image: url("../images/node-type-icon-writer_white.png");
}
.node_type_icon_white.movie,
.node_type_icon_white.rev_movie {
  background-image: url("../images/node-type-icon-movie_white.png");
}
.node_type_icon_white.music_artist,
.node_type_icon_white.rev_musician {
  background-image: url("../images/node-type-icon-music-artist_white.png");
}
.node_type_icon_white.classical_composer,
.node_type_icon_white.rev_music {
  background-image: url("../images/node-type-icon-classical-composer_white.png");
}
.node_type_icon_white.magazine,
.node_type_icon_white.rev_media {
  background-image: url("../images/node-type-icon-magazine_white.png");
}
.node_type_icon_white.website {
  background-image: url("../images/node-type-icon-website_white.png");
}
.node_type_icon_white.newspaper,
.node_type_icon_white.newspaper_section,
.node_type_icon_white.regional_newspaper,
.node_type_icon_white.international_newspaper {
  background-image: url("../images/node-type-icon-newspaper_white.png");
}
.node_type_icon_white.tv_channel,
.node_type_icon_white.tv_programme,
.node_type_icon_white.rev_tv {
  background-image: url("../images/node-type-icon-tv_white.png");
}
.node_type_icon_white.radio_station,
.node_type_icon_white.radio_programme,
.node_type_icon_white.rev_radio_programme {
  background-image: url("../images/node-type-icon-radio_white.png");
}
.node_type_icon_white.video_game_console,
.node_type_icon_white.video_game,
.node_type_icon_white.rev_video_games {
  background-image: url("../images/node-type-icon-video-game_white.png");
}
.node_type_icon_white.mobile_application,
.node_type_icon_white.smartphone,
.node_type_icon_white.icon_mobile_apps {
  background-image: url("../images/node-type-icon-mobile-application_white.png");
}
/* MY PEOPLE */
.node_type_icon_white.public_figure,
.node_type_icon_white.political_party,
.node_type_icon_white.government,
.node_type_icon_white.rev_public_figure {
  background-image: url("../images/node-type-icon-public-figure_white.png");
}
.node_type_icon_white.actor,
.node_type_icon_white.director,
.node_type_icon_white.rev_actor {
  background-image: url("../images/node-type-icon-actor_white.png");
}
.node_type_icon_white.comedian,
.node_type_icon_white.rev_comedians {
  background-image: url("../images/node-type-icon-comedian_white.png");
}
.node_type_icon_white.sports_personality,
.node_type_icon_white.sports_team,
.node_type_icon_white.sport,
.node_type_icon_white.rev_sports_personalities {
  background-image: url("../images/node-type-icon-sport_white.png");
}
.node_type_icon_white.tv_personality,
.node_type_icon_white.fashion_designer,
.node_type_icon_white.rev_tv_personalities {
  background-image: url("../images/node-type-icon-tv-personality_white.png");
}
.node_type_icon_white.artist,
.node_type_icon_white.rev_artist {
  background-image: url("../images/node-type-icon-artist_white.png");
}
/* MY TASTE IN FOOD */
.node_type_icon_white.larder,
.node_type_icon_white.snack,
.node_type_icon_white.confectionery {
  background-image: url("../images/node-type-icon-snack_white.png");
}
.node_type_icon_white.dish {
  background-image: url("../images/node-type-icon-dish_white.png");
}
.node_type_icon_white.fruit,
.node_type_icon_white.vegetable {
  background-image: url("../images/node-type-icon-fruit-and-vegetable_white.png");
}
.node_type_icon_white.food_and_drink_chain {
  background-image: url("../images/node-type-icon-food-and-drink-chain_white.png");
}
/* MY PLACES */
.node_type_icon_white.event,
.node_type_icon_white.place,
.node_type_icon_white.institution,
.node_type_icon_white.company {
  background-image: url("../images/node-type-icon-museum_white.png");
}
/* MY THINGS */
.node_type_icon_white.make_of_car,
.node_type_icon_white.model_of_car {
  background-image: url("../images/node-type-icon-car_white.png");
}
.node_type_icon_white.brand {
  background-image: url("../images/node-type-icon-brand_white.png");
}
.node_type_icon_white.beauty {
  background-image: url("../images/node-type-icon-beauty_white.png");
}
/* MY ORGANISATIONS */
.node_type_icon_white.brands {
  background-image: url("../images/node-type-icon-brands_white.png");
}
.node_type_title.brands {
  color: #138123;
}
.node_type_icon_white.companies {
  background-image: url("../images/node-type-icon-companies_white.png");
}
.node_type_title.companies {
  color: #138123;
}
.node_type_icon_white.charities {
  background-image: url("../images/node-type-icon-charities_white.png");
}
.node_type_title.charities {
  color: #138123;
}
/* ANIMALS */
.node_type_icon_white.pets,
.node_type_icon_white.breed,
.node_type_icon_white.animal,
.node_type_icon_white.breeds,
.node_type_icon_white.animals {
  background-image: url("../images/node-type-icon-animals_white.png");
}
.node_type_icon_white.nav-icon-activities-hobbies {
  background-image: url("../images/nav-icon-activities-hobbies_white.png");
}
.rev_activity,
.nav-icon-activities-hobbies,
.node_type_icon.small_coloured.nav-icon-activities-hobbies {
  background-image: url("../images/nav-icon-activities-hobbies.png");
}
.node_type_icon_white.nav-icon-academic-areas {
  background-image: url("../images/nav-icon-academic-areas_white.png");
}
.rev_academic_area,
.nav-icon-academic-areas,
.node_type_icon.small_coloured.nav-icon-academic-areas {
  background-image: url("../images/nav-icon-academic-areas.png");
}
.node_type_icon_white.nav-icon-areas-of-interest {
  background-image: url("../images/nav-icon-areas-of-interest_white.png");
}
.nav-icon-areas-of-interest,
.node_type_icon.small_coloured.nav-icon-areas-of-interest {
  background-image: url("../images/nav-icon-areas-of-interest.png");
}
.node_type_icon_white.nav-icon-concepts {
  background-image: url("../images/nav-icon-concepts_white.png");
}
.nav-icon-concepts,
.node_type_icon.small_coloured.nav-icon-concepts {
  background-image: url("../images/nav-icon-concepts.png");
}
.node_type_icon_white.nav-icon-historical-figures {
  background-image: url("../images/nav-icon-historical-figures_white.png");
}
.rev_historical_figure,
.nav-icon-historical-figures,
.node_type_icon.small_coloured.nav-icon-historical-figures {
  background-image: url("../images/nav-icon-historical-figures.png");
}
.node_type_icon_white.nav-icon-international {
  background-image: url("../images/nav-icon-international_white.png");
}
.nav-icon-international,
.node_type_icon.small_coloured.nav-icon-international {
  background-image: url("../images/nav-icon-international.png");
}
.node_type_icon_white.nav-icon-issues {
  background-image: url("../images/nav-icon-issues_white.png");
}
.nav-icon-issues,
.node_type_icon.small_coloured.nav-icon-issues {
  background-image: url("../images/nav-icon-issues.png");
}
.node_type_icon_white.nav-icon-languages {
  background-image: url("../images/nav-icon-languages_white.png");
}
.rev_language,
.nav-icon-languages,
.node_type_icon.small_coloured.nav-icon-languages {
  background-image: url("../images/nav-icon-languages.png");
}
.node_type_icon_white.nav-icon-professional-areas {
  background-image: url("../images/nav-icon-professional-areas_white.png");
}
.nav-icon-professional-areas,
.node_type_icon.small_coloured.nav-icon-professional-areas {
  background-image: url("../images/nav-icon-professional-areas.png");
}
.node_type_icon_white.nav-icon-sports {
  background-image: url("../images/nav-icon-sports_white.png");
}
.nav-icon-sports,
.node_type_icon.small_coloured.nav-icon-sports {
  background-image: url("../images/nav-icon-sports.png");
}
.node_type_icon_white.nav-icon-uk {
  background-image: url("../images/nav-icon-uk_white.png");
}
.nav-icon-uk,
.node_type_icon.small_coloured.nav-icon-uk {
  background-image: url("../images/nav-icon-uk.png");
}
/* Leftover from the table of rev_ css (do they need icons?)

Admin
Topic
Panellist
Activity
Title
browsing node
Century
Decade
Year
Language
Issue
Genre
Descriptor

*/
/* END NODE ICONS
---------------------------------------------------------------------------------------------------------------- */
.node_info_box .node_title {
  clear: both;
  padding-bottom: 10px;
  font-weight: bold;
  font-size: 110%;
}
.privacy_options {
  position: absolute;
  display: block;
  background-color: #FFF;
  opacity: 0.95;
  filter: alpha(opacity=95);
  /* For IE8 and earlier */
  padding: 0 5px 0 0;
  width: 282px;
  margin-top: 5px;
  margin-left: -2px;
  height: 160px;
  font-weight: bold;
  text-align: center;
  overflow: hidden;
}
.privacy_options .private_icon {
  float: right;
  display: block;
  background-repeat: no-repeat;
  width: 20px;
  height: 15px;
  margin-bottom: 5px;
  padding-top: 10px;
  background-image: url("../images/node_hover_privacy_status.png");
  background-position: 9px -44px;
}
.privacy_options .shared_icon {
  float: right;
  display: block;
  background-repeat: no-repeat;
  width: 20px;
  height: 15px;
  margin-bottom: 5px;
  padding-top: 10px;
  /*
    background-image: url("../images/node_hover_privacy_status.png");
    background-position: 8px 6px;
    */
}
.privacy_option_buttons {
  padding-left: 8%;
}
.node_info_box .node_action_button {
  float: left;
  display: block;
  width: 47.5%;
  padding: 5px;
  margin-top: 0px;
  margin-bottom: 2px;
  border: 1px solid #EF2D27;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-box-shadow: 0px 1px 2px 0px #999999;
  -moz-box-shadow: 0px 1px 2px 0px #999999;
  box-shadow: 0px 1px 2px 0px #999999;
  text-align: center;
  font-weight: bold;
  color: #EF2D27;
}
.node_info_box .node_action_button.node_action_button_long {
  width: 97%;
}
.node_info_box .node_action_button:hover {
  background-color: #EF2D27;
  color: #FFFFFF;
}
.node_info_box .node_action_button:active {
  margin-top: 2px;
  margin-bottom: 0px;
  background-color: #EF2D27;
  color: #FFFFFF;
  -webkit-box-shadow: 0px 0px 1px 0px #999999;
  -moz-box-shadow: 0px 0px 1px 0px #999999;
  box-shadow: 0px 0px 1px 0px #999999;
}
/*
-------------------------------------------------------- */
.panelist_notice {
  display: none;
  position: relative;
  left: -11px;
  top: -59px;
  width: 280px;
  padding: 10px 10px 20px 10px;
  background: none repeat scroll 0 0 white;
  border: 1px solid #EF2D27;
  color: #666666;
  z-index: 1000;
}
.panelist_notice .node_thumbnail {
  float: left;
  margin-right: 10px;
}
.panelist_notice .details {
  float: left;
  width: 220px;
}
.panelist_notice .title {
  float: left;
  width: 60px;
  margin-right: 10px;
}
.panelist_notice .data {
  float: left;
  font-weight: bold;
  width: 150px;
}
/* NODE PAGES
-------------------------------------------------------- */
.node_name {
  font-size: 140%;
  color: #6e043e;
  font-weight: normal;
}
.node_subtitle {
  float: left;
  margin-right: 20px;
  width: 100px;
  color: #666666;
}
.node_subtitle_info {
  float: left;
  width: 220px;
  word-wrap: break-word;
}
/* Node Ratings Tabs
-------------------------------------------------------- */
#node_ratings_tabmenu {
  border-bottom: 1px solid #CCCCCC;
  padding-bottom: 27px;
}
#node_ratings_tabmenu ul {
  float: right;
  padding: 5px 0 8px 8px;
  margin-left: 3px;
}
#node_ratings_tabmenu .title {
  display: block;
  float: left;
  color: #333333;
  font-size: 130%;
}
#node_ratings_tabmenu li {
  display: inline;
  padding: 5px 8px 7px 8px;
  margin-left: 3px;
}
#node_ratings_loves {
  background: url("../images/likebox-love-dual.png");
}
#node_ratings_likes {
  background: url("../images/likebox-happy-dual.png");
}
#node_ratings_neutral {
  background: url("../images/likebox-neutral-dual.png");
}
#node_ratings_dislikes {
  background: url("../images/likebox-sad-dual.png");
}
#node_ratings_hates {
  background: url("../images/likebox-hate-dual.png");
}
#node_ratings_tabmenu .rating_option {
  border-top: 1px solid #EEEEEE;
  border-left: 1px solid #EEEEEE;
  border-right: 1px solid #EEEEEE;
  color: #EF2D27;
  padding-bottom: 7px;
  padding-left: 28px;
  background-repeat: no-repeat;
  background-position: 8px -45px;
}
#node_ratings_tabmenu .rating_option.current,
#node_ratings_tabmenu .rating_option:hover {
  border-top: 1px solid #CCCCCC;
  border-left: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
  padding-left: 28px;
  padding-bottom: 8px;
  background-color: #FFF;
  background-repeat: no-repeat;
  background-position: 8px -45px;
  color: #EF2D27;
}
#node_ratings_tabmenu .rating_option:hover {
  cursor: pointer;
}
.node_ratings_panelist_box {
  position: relative;
  float: left;
  padding: 5px 42px;
  border: 1px solid #CCCCCC;
  height: 63px;
  background: none;
}
.for_tabs {
  border-top: none;
  display: none;
  margin-top: -1px;
}
.node_ratings_title {
  display: block;
  float: left;
  width: 100%;
  padding: 15px 0 8px 0;
  color: #333333;
  font-size: 130%;
}
.carousel {
  position: relative;
  overflow: hidden;
  height: 62px;
  width: 434px;
}
.carousel .items {
  position: absolute;
  width: 20000em;
}
.carousel .carousel_page {
  float: left;
}
/* Node Ratings Tabs - Panelists
-------------------------------------------------------- */
.node_opinions_panelist {
  float: left;
  width: 50px;
  margin-right: 10px;
}
.node_ratings_panelist,
.node_ratings_panelist_selected {
  float: left;
  margin: 7px;
  height: 50px;
  width: 50px;
}
.node_ratings_panelist img,
.node_opinions_panelist img {
  border: 1px solid #dddddd;
  cursor: pointer;
}
.node_ratings_panelist img:hover,
.node_opinions_panelist img:hover {
  border: 1px solid #EF2D27;
}
.node_ratings_panelist {
  background: transparent center center no-repeat url("/opi/images/spinner.gif");
}
.node_ratings_panelist_avatar {
  height: 48px;
  width: 48px;
  border: 1px solid #DDD;
  cursor: pointer;
}
.node_ratings_panelist_avatar:hover {
  border: 1px solid #EF2D27;
}
.node_ratings_panelists_nav_left {
  background: url("../images/panelist-picture-nav-left.png");
  left: 10px;
}
.node_ratings_panelists_nav_right {
  background: url("../images/panelist-picture-nav-right.png");
  right: 10px;
}
.node_ratings_panelists_nav_left,
.node_ratings_panelists_nav_right {
  display: block;
  background-repeat: no-repeat;
  background-position: 0px center;
  width: 24px;
  height: 62px;
  margin: 0 4px;
  position: absolute;
}
.node_ratings_panelists_nav_left:hover,
.node_ratings_panelists_nav_right:hover {
  background-repeat: no-repeat;
  background-position: -50px center;
  cursor: pointer;
}
.node_ratings_panelists_nav_left.disabled,
.node_ratings_panelists_nav_right.disabled {
  background-repeat: no-repeat;
  background-position: -96px center;
  cursor: auto;
}
.node_ratings_panelists_nav_left.disabled:hover,
.node_ratings_panelists_nav_right.disabled:hover {
  background-position: -96px center;
  cursor: auto;
}
/* Node Review Tabs
-------------------------------------------------------- */
ul.node_tab_block {
  display: block;
  border-bottom: 1px solid #EF2D27;
}
li.node_tab {
  display: inline;
}
.node_tab_link {
  border-top: 1px solid #C7C7C7;
  border-left: 1px solid #C7C7C7;
  border-right: 1px solid #C7C7C7;
  float: left;
  display: block;
  width: 249px;
  padding: 4px 4px 4px 4px;
  color: #C7C7C7;
  text-align: center;
  font-weight: bold;
  white-space: nowrap;
}
.node_tab_link_selected,
.node_tab_link:hover {
  border-top: 1px solid #EF2D27;
  border-left: 1px solid #EF2D27;
  border-right: 1px solid #EF2D27;
  color: #EF2D27;
}
.node_tab_like_icon {
  background: url("../images/icon-like-16.png");
  background-position: 0 0 ;
  background-repeat: no-repeat;
  padding-left: 22px;
}
.node_tab_dislike_icon {
  background: url("../images/icon-dislike2-16.png");
  background-position: 0 0 ;
  background-repeat: no-repeat;
  padding-left: 22px;
}
.node_tab_icon_unselected span {
  background-position: 0 -50px;
  background-repeat: no-repeat;
}
.node_tab_icon_unselected:hover span {
  background-position: 0 0 ;
  background-repeat: no-repeat;
}
/* Node Ratings Tabs - Panelists
-------------------------------------------------------- */
.node_opinions_panelist {
  float: left;
  width: 50px;
  margin-right: 10px;
}
.node_ratings_panelist,
.node_ratings_panelist_selected {
  float: left;
  margin: 7px 5px 7px 7px;
  height: 50px;
  width: 50px;
}
.node_ratings_panelist img,
.node_opinions_panelist img {
  border: 1px solid #dddddd;
  cursor: pointer;
}
.node_ratings_panelist:hover img,
.node_opinions_panelist:hover img {
  border: 1px solid #EF2D27;
}
.node_ratings_panelists_nav_left {
  background: url("../images/panelist-picture-nav-left.png");
}
.node_ratings_panelists_nav_right {
  background: url("../images/panelist-picture-nav-right.png");
}
.node_ratings_panelists_nav_left,
.node_ratings_panelists_nav_right {
  display: block;
  float: left;
  background-repeat: no-repeat;
  background-position: 0px center;
  width: 24px;
  height: 62px;
  margin: 0 4px;
}
.node_ratings_panelists_nav_left:hover,
.node_ratings_panelists_nav_right:hover {
  background-repeat: no-repeat;
  background-position: -50px center;
  cursor: pointer;
}
/* Node - People
-------------------------------------------------------- */
.node_people {
  font-size: 140%;
  margin-top: 15px;
}
.node_people_questions {
  float: left;
  width: 160px;
  margin-right: 20px;
  color: #6e043e;
}
.node_people_answers {
  float: left;
  width: 340px;
}
.node_people_answers a {
  color: #EF2D27;
}
.node_people_answers a:hover {
  color: #6e043e;
}
/* Node Review Slides
-------------------------------------------------------- */
.node_review_closed {
  background: url("../images/arrow-activity.png");
  background-position: right 16px ;
  background-repeat: no-repeat;
  border: 1px solid #dddddd;
  width: 518px;
  margin-top: 20px;
}
.node_review_closed:hover {
  cursor: pointer;
  background-position: right -104px;
  border: 1px solid #EF2D27;
}
.node_review_open {
  background: url("../images/arrow-activity.png");
  background-position: right -48px;
  background-repeat: no-repeat;
  border-top: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  width: 518px;
  margin-top: 20px;
}
.node_review_open:hover {
  cursor: pointer;
  background-position: right -168px;
  border: 1px solid #EF2D27;
}
.node_review_simple {
  border-top: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  width: 518px;
  margin-top: 20px;
}
.node_review_info {
  float: left;
  width: 340px;
  margin-top: 15px;
}
.node_review_info a {
  font-weight: bold;
}
.node_review_date {
  float: left;
  width: 80px;
  margin-top: 17px;
  font-size: 85%;
  color: #666666;
}
.full_review_opened {
  width: 450px;
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  padding: 5px 10px 10px 58px;
}
/* Node Small Sliders
-------------------------------------------------------- */
.node_small_slider_closed {
  background: url("../images/arrow-activity.png");
  background-position: right 7px ;
  background-repeat: no-repeat;
  border: 1px solid #dddddd;
  width: 148px;
  padding: 5px;
  margin-top: 20px;
}
.node_small_slider_closed:hover {
  cursor: pointer;
  background-position: right -113px;
  border: 1px solid #EF2D27;
}
.node_small_slider_open {
  background: url("../images/arrow-activity.png");
  background-position: right -56px;
  background-repeat: no-repeat;
  border-top: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  width: 148px;
  padding: 5px;
  margin-top: 20px;
}
.node_small_slider_open:hover {
  cursor: pointer;
  background-position: right -176px;
  border: 1px solid #EF2D27;
}
.node_likebox,
.node_likebox_selected {
  display: block;
  float: left;
  background-repeat: no-repeat;
  background-position: 0px 5px;
  width: 70px;
  height: 46px;
  padding: 23px 5px 0px 85px;
  border: 0;
  font-size: 90%;
  position: relative;
  z-index: 100;
  top: -15px;
}
.node_likebox:hover {
  background-repeat: no-repeat;
  background-position: 0px 5px;
  color: #EF2D27;
  text-decoration: none;
  cursor: pointer;
}
.node_reviewed_indicator {
  background: url("../images/speech-icon-lg.png");
  background-position: 0 0 ;
  background-repeat: no-repeat;
  height: 50px;
  padding: 5px 0 0 68px;
  color: #EF2D27;
}
.full_review_opened_sm {
  width: 148px;
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  padding: 5px;
}
.associated_node {
  display: block;
  float: left;
  margin-bottom: 10px;
}
.icon_positioning {
  display: block;
  float: left;
  background-repeat: no-repeat;
  background-position: -5px -56px;
  padding: 10px 0 10px 35px;
}
.associated_node_name {
  float: right;
  width: 125px;
}
.large-button-yougov {
  display: block;
  background: url("../images/b_yougov_crowd2.gif");
  background-position: center 2px;
  background-repeat: no-repeat;
  margin: 0 0 3px 0;
  border: 1px solid #EF2D27;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  color: #EF2D27;
  text-align: center;
}
.large-button-yougov:active {
  margin-top: 3px;
  margin-bottom: 0px;
}
.large-button-yougov:hover {
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  background-image: none;
  background-color: #EF2D27;
  color: #FFF;
  cursor: pointer;
}
.like-code-icon {
  background: url("../images/icon-code-like2.png");
}
.dislike-code-icon {
  background: url("../images/icon-code-dislike2.png");
}
.like-code-icon,
.dislike-code-icon {
  display: block;
  height: 39px;
  width: 84px;
  background-repeat: no-repeat;
  background-position: left 5px;
}
.analysis_statement {
  background: url("../images/likeometer.png");
  background-repeat: no-repeat;
  background-position: left top;
  margin-bottom: 15px;
  padding-left: 40px;
  font-weight: bold;
}
/* Node page RHS title bars
-------------------------------------------------------- */
.opinion_opi_box {
  margin: 0 0 10px 0;
  padding: 5px;
  border-bottom: 1px solid #E3E3E3;
  border-left: 1px solid #E3E3E3;
  border-right: 1px solid #E3E3E3;
  border-top: none;
  font-size: 95%;
  color: #666666;
}
.t_rating {
  background: url("../images/icon-opinion-rating.png");
  background-repeat: no-repeat;
  background-position: 8px 2px;
}
.t_description {
  background: url("../images/icon-opinion-description.png");
  background-repeat: no-repeat;
  background-position: 8px 6px;
}
.t_tags {
  background: url("../images/icon-opinion-tags.png");
  background-repeat: no-repeat;
  background-position: 8px 5px;
}
.t_opi {
  background: url("../images/icon-opinion-opi.png");
  background-repeat: no-repeat;
  background-position: 8px 10px;
}
.t_opinion {
  background-color: #F2F2F2;
  border-bottom: 1px dotted #dddddd;
  margin-bottom: 15px;
  padding: 8px 8px 0 33px;
  height: 22px;
  font-weight: bold;
}
.add_opinion {
  display: block;
  width: 146px;
  height: 23px;
  padding: 7px 8px 0px 36px;
  background: #3fbf1d url('../images/icon-review-plus.png') no-repeat 10px -113px;
  color: white;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 15px;
}
.add_opinion:hover {
  background: #ef2d27 url('../images/icon-review-plus.png') no-repeat 10px -113px;
  color: white;
}
.t_opinion_text {
  float: left;
  width: 100px;
}
.opinion_add_button {
  background: url("../images/opinion-add-button.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  float: right;
  height: 16px;
  width: 16px;
}
.start_review:hover .opinion_add_button {
  background-repeat: no-repeat;
  background-position: 0 -50px;
}
.opinion_tick_edit_button {
  background: url("../images/opinion-tick-edit-button.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  float: right;
  height: 16px;
  width: 16px;
}
.start_review:hover .opinion_tick_edit_button {
  background-repeat: no-repeat;
  background-position: 0 -50px;
}
.start_review {
  cursor: hand;
  cursor: pointer;
}
.tooltip {
  display: none;
  background: transparent url(../images/tooltip_one_line.png) no-repeat;
  font-size: 12px;
  height: 25px;
  width: 132px;
  padding: 8px;
  text-align: center;
  color: #ef2d27;
  font-weight: bold;
}
/*
 * jQuery UI CSS Framework 1.8.10
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none;
}
.ui-helper-hidden-accessible {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
}
.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}
.ui-helper-clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.ui-helper-clearfix {
  display: inline-block;
}
/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix {
  height: 1%;
}
.ui-helper-clearfix {
  display: block;
}
/* end clearfix */
.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
}
/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
}
/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}
/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*
 * jQuery UI CSS Framework 1.8.10
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana,Arial,sans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=03_highlight_soft.png&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=01_flat.png&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=02_glass.png&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=02_glass.png&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=02_glass.png&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=02_glass.png&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=02_glass.png&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=01_flat.png&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=01_flat.png&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
 */
/* Component containers
----------------------------------*/
.ui-widget {
  font-family: Verdana, Arial, sans-serif;
  font-size: 1.1em;
}
.ui-widget .ui-widget {
  font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Verdana, Arial, sans-serif;
  font-size: 1em;
}
.ui-widget-content {
  border: 1px solid #aaaaaa;
  background: #ffffff url(images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x;
  color: #222222;
}
.ui-widget-content a {
  color: #222222;
}
.ui-widget-header {
  border: 1px solid #aaaaaa;
  background: #cccccc url(images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x;
  color: #222222;
  font-weight: bold;
}
.ui-widget-header a {
  color: #222222;
}
/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: 1px solid #d3d3d3;
  background: #e6e6e6 url(images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;
  font-weight: normal;
  color: #555555;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
  color: #555555;
  text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  border: 1px solid #999999;
  background: #dadada url(images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x;
  font-weight: normal;
  color: #212121;
}
.ui-state-hover a,
.ui-state-hover a:hover {
  color: #212121;
  text-decoration: none;
}
/* border: 1px solid #aaaaaa; background: #ffffff url(images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #212121; */
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #212121;
  text-decoration: none;
}
.ui-widget :active {
  outline: none;
}
/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #fcefa1;
  background: #fbf9ee url(images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x;
  color: #363636;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #363636;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #cd0a0a;
  background: #fef1ec url(images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x;
  color: #cd0a0a;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #cd0a0a;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #cd0a0a;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: alpha(opacity=70);
  font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: alpha(opacity=35);
  background-image: none;
}
/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  width: 16px;
  height: 16px;
  background-image: url(images/ui-icons_222222_256x240.png);
}
.ui-widget-content .ui-icon {
  background-image: url(images/ui-icons_222222_256x240.png);
}
.ui-widget-header .ui-icon {
  background-image: url(images/ui-icons_222222_256x240.png);
}
.ui-state-default .ui-icon {
  background-image: url(images/ui-icons_888888_256x240.png);
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
  background-image: url(images/ui-icons_454545_256x240.png);
}
.ui-state-active .ui-icon {
  background-image: url(images/ui-icons_454545_256x240.png);
}
.ui-state-highlight .ui-icon {
  background-image: url(images/ui-icons_2e83ff_256x240.png);
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url(images/ui-icons_cd0a0a_256x240.png);
}
/* positioning */
.ui-icon-carat-1-n {
  background-position: 0 0;
}
.ui-icon-carat-1-ne {
  background-position: -16px 0;
}
.ui-icon-carat-1-e {
  background-position: -32px 0;
}
.ui-icon-carat-1-se {
  background-position: -48px 0;
}
.ui-icon-carat-1-s {
  background-position: -64px 0;
}
.ui-icon-carat-1-sw {
  background-position: -80px 0;
}
.ui-icon-carat-1-w {
  background-position: -96px 0;
}
.ui-icon-carat-1-nw {
  background-position: -112px 0;
}
.ui-icon-carat-2-n-s {
  background-position: -128px 0;
}
.ui-icon-carat-2-e-w {
  background-position: -144px 0;
}
.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}
.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}
.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}
.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}
.ui-icon-triangle-1-s {
  background-position: -64px -16px;
}
.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}
.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}
.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}
.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}
.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}
.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}
.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}
.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}
.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}
.ui-icon-arrow-1-s {
  background-position: -64px -32px;
}
.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}
.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}
.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}
.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}
.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}
.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}
.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}
.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}
.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}
.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}
.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}
.ui-icon-arrowthick-1-n {
  background-position: 0 -48px;
}
.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}
.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}
.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}
.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}
.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}
.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}
.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}
.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}
.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}
.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}
.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}
.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}
.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}
.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}
.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}
.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}
.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}
.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}
.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}
.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}
.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}
.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}
.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}
.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}
.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}
.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}
.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}
.ui-icon-arrow-4 {
  background-position: 0 -80px;
}
.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}
.ui-icon-extlink {
  background-position: -32px -80px;
}
.ui-icon-newwin {
  background-position: -48px -80px;
}
.ui-icon-refresh {
  background-position: -64px -80px;
}
.ui-icon-shuffle {
  background-position: -80px -80px;
}
.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}
.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}
.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}
.ui-icon-folder-open {
  background-position: -16px -96px;
}
.ui-icon-document {
  background-position: -32px -96px;
}
.ui-icon-document-b {
  background-position: -48px -96px;
}
.ui-icon-note {
  background-position: -64px -96px;
}
.ui-icon-mail-closed {
  background-position: -80px -96px;
}
.ui-icon-mail-open {
  background-position: -96px -96px;
}
.ui-icon-suitcase {
  background-position: -112px -96px;
}
.ui-icon-comment {
  background-position: -128px -96px;
}
.ui-icon-person {
  background-position: -144px -96px;
}
.ui-icon-print {
  background-position: -160px -96px;
}
.ui-icon-trash {
  background-position: -176px -96px;
}
.ui-icon-locked {
  background-position: -192px -96px;
}
.ui-icon-unlocked {
  background-position: -208px -96px;
}
.ui-icon-bookmark {
  background-position: -224px -96px;
}
.ui-icon-tag {
  background-position: -240px -96px;
}
.ui-icon-home {
  background-position: 0 -112px;
}
.ui-icon-flag {
  background-position: -16px -112px;
}
.ui-icon-calendar {
  background-position: -32px -112px;
}
.ui-icon-cart {
  background-position: -48px -112px;
}
.ui-icon-pencil {
  background-position: -64px -112px;
}
.ui-icon-clock {
  background-position: -80px -112px;
}
.ui-icon-disk {
  background-position: -96px -112px;
}
.ui-icon-calculator {
  background-position: -112px -112px;
}
.ui-icon-zoomin {
  background-position: -128px -112px;
}
.ui-icon-zoomout {
  background-position: -144px -112px;
}
.ui-icon-search {
  background-position: -160px -112px;
}
.ui-icon-wrench {
  background-position: -176px -112px;
}
.ui-icon-gear {
  background-position: -192px -112px;
}
.ui-icon-heart {
  background-position: -208px -112px;
}
.ui-icon-star {
  background-position: -224px -112px;
}
.ui-icon-link {
  background-position: -240px -112px;
}
.ui-icon-cancel {
  background-position: 0 -128px;
}
.ui-icon-plus {
  background-position: -16px -128px;
}
.ui-icon-plusthick {
  background-position: -32px -128px;
}
.ui-icon-minus {
  background-position: -48px -128px;
}
.ui-icon-minusthick {
  background-position: -64px -128px;
}
.ui-icon-close {
  background-position: -80px -128px;
}
.ui-icon-closethick {
  background-position: -96px -128px;
}
.ui-icon-key {
  background-position: -112px -128px;
}
.ui-icon-lightbulb {
  background-position: -128px -128px;
}
.ui-icon-scissors {
  background-position: -144px -128px;
}
.ui-icon-clipboard {
  background-position: -160px -128px;
}
.ui-icon-copy {
  background-position: -176px -128px;
}
.ui-icon-contact {
  background-position: -192px -128px;
}
.ui-icon-image {
  background-position: -208px -128px;
}
.ui-icon-video {
  background-position: -224px -128px;
}
.ui-icon-script {
  background-position: -240px -128px;
}
.ui-icon-alert {
  background-position: 0 -144px;
}
.ui-icon-info {
  background-position: -16px -144px;
}
.ui-icon-notice {
  background-position: -32px -144px;
}
.ui-icon-help {
  background-position: -48px -144px;
}
.ui-icon-check {
  background-position: -64px -144px;
}
.ui-icon-bullet {
  background-position: -80px -144px;
}
.ui-icon-radio-off {
  background-position: -96px -144px;
}
.ui-icon-radio-on {
  background-position: -112px -144px;
}
.ui-icon-pin-w {
  background-position: -128px -144px;
}
.ui-icon-pin-s {
  background-position: -144px -144px;
}
.ui-icon-play {
  background-position: 0 -160px;
}
.ui-icon-pause {
  background-position: -16px -160px;
}
.ui-icon-seek-next {
  background-position: -32px -160px;
}
.ui-icon-seek-prev {
  background-position: -48px -160px;
}
.ui-icon-seek-end {
  background-position: -64px -160px;
}
.ui-icon-seek-start {
  background-position: -80px -160px;
}
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
  background-position: -80px -160px;
}
.ui-icon-stop {
  background-position: -96px -160px;
}
.ui-icon-eject {
  background-position: -112px -160px;
}
.ui-icon-volume-off {
  background-position: -128px -160px;
}
.ui-icon-volume-on {
  background-position: -144px -160px;
}
.ui-icon-power {
  background-position: 0 -176px;
}
.ui-icon-signal-diag {
  background-position: -16px -176px;
}
.ui-icon-signal {
  background-position: -32px -176px;
}
.ui-icon-battery-0 {
  background-position: -48px -176px;
}
.ui-icon-battery-1 {
  background-position: -64px -176px;
}
.ui-icon-battery-2 {
  background-position: -80px -176px;
}
.ui-icon-battery-3 {
  background-position: -96px -176px;
}
.ui-icon-circle-plus {
  background-position: 0 -192px;
}
.ui-icon-circle-minus {
  background-position: -16px -192px;
}
.ui-icon-circle-close {
  background-position: -32px -192px;
}
.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}
.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}
.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}
.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}
.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}
.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}
.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}
.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}
.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}
.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}
.ui-icon-circle-check {
  background-position: -208px -192px;
}
.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}
.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}
.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}
.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}
.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}
.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}
.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}
.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}
.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}
.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}
.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}
.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}
/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-tl {
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
}
.ui-corner-tr {
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
}
.ui-corner-bl {
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.ui-corner-br {
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.ui-corner-top {
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
}
.ui-corner-bottom {
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.ui-corner-right {
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.ui-corner-left {
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.ui-corner-all {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
/* Overlays */
.ui-widget-overlay {
  background: #aaaaaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
  opacity: .30;
  filter: alpha(opacity=30);
}
.ui-widget-shadow {
  margin: -8px 0 0 -8px;
  padding: 8px;
  background: #aaaaaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
  opacity: .30;
  filter: alpha(opacity=30);
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}
/*
 * jQuery UI Resizable 1.8.10
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Resizable#theming
 */
.ui-resizable {
  position: relative;
}
.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  z-index: 99999;
  display: block;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
  display: none;
}
.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}
.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}
.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}
.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}
.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}
.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}
.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}
.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}
/*
 * jQuery UI Selectable 1.8.10
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Selectable#theming
 */
.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black;
}
/*
 * jQuery UI Accordion 1.8.10
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Accordion#theming
 */
/* IE/Win - Fix animation bug - #4615 */
.ui-accordion {
  width: 100%;
}
.ui-accordion .ui-accordion-header {
  cursor: pointer;
  position: relative;
  margin-top: 1px;
  zoom: 1;
}
.ui-accordion .ui-accordion-li-fix {
  display: inline;
}
.ui-accordion .ui-accordion-header-active {
  border-bottom: 0 !important;
}
.ui-accordion .ui-accordion-header a {
  display: block;
  font-size: 1em;
  padding: .5em .5em .5em .7em;
}
.ui-accordion-icons .ui-accordion-header a {
  padding-left: 2.2em;
}
.ui-accordion .ui-accordion-header .ui-icon {
  position: absolute;
  left: .5em;
  top: 50%;
  margin-top: -8px;
}
.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  margin-top: -2px;
  position: relative;
  top: 1px;
  margin-bottom: 2px;
  overflow: auto;
  display: none;
  zoom: 1;
}
.ui-accordion .ui-accordion-content-active {
  display: block;
}
/*
 * jQuery UI Autocomplete 1.8.10
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Autocomplete#theming
 */
.ui-autocomplete {
  position: absolute;
  cursor: default;
}
/* workarounds */
* html .ui-autocomplete {
  width: 1px;
}
/* without this, the menu expands to 100% in IE6 */
/*
 * jQuery UI Menu 1.8.10
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Menu#theming
 */
.ui-menu {
  list-style: none;
  padding: 2px;
  margin: 0;
  display: block;
  float: left;
}
.ui-menu .ui-menu {
  margin-top: -3px;
}
.ui-menu .ui-menu-item {
  margin: 0;
  padding: 0;
  zoom: 1;
  float: left;
  clear: left;
  width: 100%;
}
.ui-menu .ui-menu-item a {
  text-decoration: none;
  display: block;
  padding: .2em .4em;
  line-height: 1.5;
  zoom: 1;
}
.ui-menu .ui-menu-item a.ui-state-hover,
.ui-menu .ui-menu-item a.ui-state-active {
  font-weight: normal;
  margin: -1px;
}
/*
 * jQuery UI Button 1.8.10
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Button#theming
 */
.ui-button {
  display: inline-block;
  position: relative;
  padding: 0;
  margin-right: .1em;
  text-decoration: none !important;
  cursor: pointer;
  text-align: center;
  zoom: 1;
  overflow: visible;
}
/* the overflow property removes extra width in IE */
.ui-button-icon-only {
  width: 2.2em;
}
/* to make room for the icon, a width needs to be set here */
button.ui-button-icon-only {
  width: 2.4em;
}
/* button elements seem to need a little more width */
.ui-button-icons-only {
  width: 3.4em;
}
button.ui-button-icons-only {
  width: 3.7em;
}
/*button text element */
.ui-button .ui-button-text {
  display: block;
  line-height: 1.4;
}
.ui-button-text-only .ui-button-text {
  padding: .4em 1em;
}
.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
  padding: .4em;
  text-indent: -9999999px;
}
.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: .4em 1em .4em 2.1em;
}
.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: .4em 2.1em .4em 1em;
}
.ui-button-text-icons .ui-button-text {
  padding-left: 2.1em;
  padding-right: 2.1em;
}
/* no icon support for input elements, provide padding by default */
input.ui-button {
  padding: .4em 1em;
}
/*button icon element(s) */
.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
  position: absolute;
  top: 50%;
  margin-top: -8px;
}
.ui-button-icon-only .ui-icon {
  left: 50%;
  margin-left: -8px;
}
.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
  left: .5em;
}
.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
  right: .5em;
}
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
  right: .5em;
}
/*button sets*/
.ui-buttonset {
  margin-right: 7px;
}
.ui-buttonset .ui-button {
  margin-left: 0;
  margin-right: -0.3em;
}
/* workarounds */
button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/* reset extra padding in Firefox */
/*
 * jQuery UI Dialog 1.8.10
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Dialog#theming
 */
.ui-dialog {
  position: absolute;
  padding: .2em;
  width: 300px;
  overflow: hidden;
}
.ui-dialog .ui-dialog-titlebar {
  padding: .4em 1em;
  position: relative;
}
.ui-dialog .ui-dialog-title {
  float: left;
  margin: .1em 16px .1em 0;
}
.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: .3em;
  top: 50%;
  width: 19px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 18px;
}
.ui-dialog .ui-dialog-titlebar-close span {
  display: block;
  margin: 1px;
}
.ui-dialog .ui-dialog-titlebar-close:hover,
.ui-dialog .ui-dialog-titlebar-close:focus {
  padding: 0;
}
.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: .5em 1em;
  background: none;
  overflow: auto;
  zoom: 1;
}
.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin: .5em 0 0 0;
  padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
  margin: .5em .4em .5em 0;
  cursor: pointer;
}
.ui-dialog .ui-resizable-se {
  width: 14px;
  height: 14px;
  right: 3px;
  bottom: 3px;
}
.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}
/*
 * jQuery UI Slider 1.8.10
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Slider#theming
 */
.ui-slider {
  position: relative;
  text-align: left;
}
.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
}
.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0;
}
.ui-slider-horizontal {
  height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
  top: -0.3em;
  margin-left: -0.6em;
}
.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}
.ui-slider-vertical {
  width: .8em;
  height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
  left: -0.3em;
  margin-left: 0;
  margin-bottom: -0.6em;
}
.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}
/*
 * jQuery UI Tabs 1.8.10
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Tabs#theming
 */
.ui-tabs {
  position: relative;
  padding: .2em;
  zoom: 1;
}
/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 1px;
  margin: 0 .2em 1px 0;
  border-bottom: 0 !important;
  padding: 0;
  white-space: nowrap;
}
.ui-tabs .ui-tabs-nav li a {
  float: left;
  padding: .5em 1em;
  text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected {
  margin-bottom: 0;
  padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a,
.ui-tabs .ui-tabs-nav li.ui-state-disabled a,
.ui-tabs .ui-tabs-nav li.ui-state-processing a {
  cursor: text;
}
.ui-tabs .ui-tabs-nav li a,
.ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a {
  cursor: pointer;
}
/* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none;
}
.ui-tabs .ui-tabs-hide {
  display: none !important;
}
/*
 * jQuery UI Datepicker 1.8.10
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Datepicker#theming
 */
.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none;
}
.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}
.ui-datepicker .ui-datepicker-next {
  right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month-year {
  width: 100%;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 49%;
}
.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em;
}
.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}
.ui-datepicker td {
  border: 0;
  padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}
/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header {
  border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}
.ui-datepicker-row-break {
  clear: both;
  width: 100%;
}
/* RTL support */
.ui-datepicker-rtl {
  direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: right;
}
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}
/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
  display: none;
  /*sorry for IE5*/
  position: absolute;
  /*must have*/
  z-index: -1;
  /*must have*/
  filter: mask();
  /*must have*/
  top: -4px;
  /*must have*/
  left: -4px;
  /*must have*/
  width: 200px;
  /*must have*/
  height: 200px;
  /*must have*/
}
/*
 * jQuery UI Progressbar 1.8.10
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Progressbar#theming
 */
.ui-progressbar {
  height: 2em;
  text-align: left;
}
.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%;
}
/* Tab classes used in conjunction with tabs.js, for Add a Review pop-up
-------------------------------------------------------- */
.tab1 {
  display: block;
}
#backgroundPopup {
  display: none;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: #000000;
  border: 1px solid #cecece;
  z-index: 1000;
}
#popupGraph {
  display: none;
  z-index: 1006;
}
.popupGraph {
  position: absolute;
  height: auto;
  width: 670px;
  z-index: 1006;
}
.topedge {
  width: 590px;
  height: 15px;
  background: url("../images/b-top-popupgraph.png");
  background-position: 0% 0%;
  background-repeat: repeat-y;
}
.graph {
  display: block;
  background: url("../images/b-popupgraph-red.png");
  background-position: 0% 0%;
  background-repeat: repeat-y;
  height: auto;
}
.bottomedge {
  width: 590px;
  height: 15px;
  background: url("../images/b-bot-popupgraph.png");
  background-position: 0% 0%;
  background-repeat: repeat-y;
}
.popuptitle {
  display: block;
  float: left;
  width: 540px;
  height: auto;
  background: url("../images/b-popuptitle.jpg");
  background-position: 0% 0%;
  background-repeat: repeat-x;
  padding: 10px;
  background-color: #5b1a1d;
  color: #FFFFFF;
  margin-top: 0px;
}
.popupGraphClose {
  display: block;
  float: right;
  width: 31px;
  height: 32px;
  background: url("../images/popup-x.png");
  background-position: 0 2px;
  background-repeat: no-repeat;
}
.popupGraphClose:hover {
  background-position: 0 -38px;
  cursor: pointer;
}
.popupReviewsClose {
  position: relative;
  z-index: 600;
  display: block;
  float: right;
  color: #FFF;
  background: url("../images/popup-x.png");
  background-position: right 2px;
  background-repeat: no-repeat;
  padding-right: 40px;
  height: 42px;
}
.popupReviewsClose:hover {
  cursor: pointer;
  color: #EE2E27;
  background-position: right -41px;
}
.popupReviewsClose:active {
  margin-top: 2px;
  height: 40px;
}
.fbs-pane,
.fbs-flyout-pane {
  z-index: 2000;
}
/* Overrides on Jquery UI Edit Question Pop-up */
.ui-dialog {
  padding: 5px;
}
.ui-widget-content {
  border: 5px solid #a37f84;
}
/* Used for the borders on Editing Survey Answers */
.ui-progressbar {
  border: 0;
  background-color: #fef5f5;
}
/* border: 1px solid #de8c92; Borders on Survey Progress Bars */
#progressbar {
  background-color: #F4F4F4;
  height: 32px;
}
.ui-widget-content {
  background-repeat: repeat-x;
  background-image: none;
  background-color: #FFFFFF;
  background-position: 50% 50%;
}
/* #fef5f5 */
.ui-progressbar .ui-progressbar-value {
  margin: 0px;
  border-radius: 0px;
}
.ui-dialog .ui-dialog-titlebar {
  padding: 0 10px 5px 10px;
}
.ui-dialog .ui-dialog-content {
  padding: 0px;
}
.ui-dialog-titlebar {
  background: url("../images/b-popuptitle.jpg");
  background-position: 0% 0%;
  background-repeat: repeat-x;
  padding: 10px;
  background-color: #5b1a1d;
  color: #FFFFFF;
  margin-top: 0px;
  margin-bottom: 5px;
}
.ui-dialog-title {
  font-size: 150%;
  font-weight: normal;
  padding: 10px;
}
.ui-corner-all {
  border-radius: 0px;
}
.ui-widget-header {
  border: 0px;
  background: none;
  background-color: #EF2D27;
}
.ui-widget-header .ui-icon {
  display: block;
  float: right;
  top: 0;
  padding: 0;
  width: 31px;
  height: 32px;
  background: url("../images/popup-x.png");
  background-position: 0 2px;
  background-repeat: no-repeat;
}
.ui-widget-header .ui-icon:hover {
  background-position: 0 -38px;
}
.ui-icon-closethick {
  background-image: none;
}
.ui-widget-overlay {
  background: black;
  opacity: 0.7;
}
.ui-dialog .ui-dialog-titlebar-close {
  top: 10px;
  right: 10px;
  margin: 0;
  border: none;
  background: none;
}
.ui-button {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 4px 8px 4px 8px;
  text-decoration: none;
  background-color: #4E0E31;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  color: #333333;
  font-weight: normal;
}
/* Classes for GENERAL Pop-up overlays
-------------------------------------------------------- */
.unittopedge {
  width: 590px;
  height: 15px;
  background: url("../images/b-top-popupunit.png");
  background-position: 0% 0%;
  background-repeat: repeat-y;
}
.unit {
  display: block;
  background: url("../images/b-popupunit.png");
  background-position: 0% 0%;
  background-repeat: repeat-y;
  height: auto;
}
.unitbottomedge {
  width: 590px;
  height: 15px;
  background: url("../images/b-bot-popupunit.png");
  background-position: 0% 0%;
  background-repeat: repeat-y;
}
/* Classes for FIRSTS Pop-up overlays
-------------------------------------------------------- */
.firststopedge {
  width: 700px;
  height: 15px;
  background: url("../images/b-top-popupreview.png");
  background-position: 0% 0%;
  background-repeat: repeat-y;
}
.firsts {
  display: block;
  background: url("../images/b-popupreview.png");
  background-position: 0% 0%;
  background-repeat: repeat-y;
  height: auto;
  min-height: 615px;
  width: 670px;
}
.firstsbottomedge {
  width: 700px;
  height: 15px;
  background: url("../images/b-bot-popupreview.png");
  background-position: 0% 0%;
  background-repeat: repeat-y;
}
.popupunittitle {
  display: block;
  float: left;
  width: 650px;
  height: auto;
  background: url("../images/b-popuptitle.jpg");
  background-position: 0% 0%;
  background-repeat: repeat-x;
  padding: 10px;
  background-color: #5b1a1d;
  color: #FFFFFF;
  margin-top: 0px;
}
/*  Nov 2011 Unified pop-up classes including:
    Panelists info / picture editing pop-up box

-------------------------------------------------------- */
/* Pop-up box structure:
-------------------------------------------------------- */
.popupDimensions {
  position: absolute;
  _position: absolute;
  /* hack for internet explorer 6*/
  width: 700px;
  height: 620px;
  z-index: 999;
}
#popupTopEdge {
  float: left;
  display: block;
  position: relative;
  width: 700px;
  height: 15px;
  background: url("../images/b-top-popupreview.png");
  background-position: 0% 0%;
  background-repeat: repeat-y;
}
.popupMiddle {
  display: block;
  float: left;
  width: 670px;
  height: 620px;
  margin: 0px;
  padding: 0 15px;
  background: url("../images/b-popupreview.png");
  background-position: 0% 0%;
  background-repeat: repeat-y;
}
#popupBoxTitle {
  display: block;
  float: left;
  background: url("../images/b-popuptitle.jpg");
  background-position: 0% 0%;
  background-repeat: repeat-x;
  padding: 10px 10px 0 10px;
  background-color: #5b1a1d;
  width: 650px;
  height: auto;
  color: #FFFFFF;
  margin: 0 0 10px 0;
  font-size: 170%;
}
#popupClose {
  display: block;
  float: right;
  color: #FFF;
  background: url("../images/popup-x.png");
  background-position: right 2px;
  background-repeat: no-repeat;
  width: 40px;
  height: 42px;
}
#popupClose:hover {
  cursor: pointer;
  color: #EE2E27;
  background-position: right -41px;
}
#popupClose:active {
  margin-top: 2px;
  height: 40px;
}
#popupContentContainer {
  padding: 10px;
  clear: both;
}
#popupHeader {
  clear: both;
}
#edit_survey_answer #popupHeader {
  background-color: #F1F1F1;
  padding: 20px;
  margin-bottom: 20px;
  font-size: 110%;
  line-height: 130%;
}
#popupContentContainer .scrollable_window_area {
  width: auto;
  height: 470px;
  font-size: 140%;
  overflow: auto;
}
#popupBottomEdge {
  float: left;
  display: block;
  position: relative;
  width: 700px;
  height: 15px;
  background: url("../images/b-bot-popupreview.png");
  background-position: 0% 0%;
  background-repeat: repeat-y;
}
/* Pop-up generic control bar (at the bottom)
-------------------------------------------------------- */
.popup_control_bar {
  position: absolute;
  display: block;
  float: left;
  background-color: #f4f4f4;
  top: 565px;
  width: 620px;
  height: 20px;
  padding: 15px;
  margin: 10px;
  font-weight: bold;
}
.panelist_action_button,
.panelist_action_button_light {
  display: block;
  float: left;
  margin-top: 0;
  margin-bottom: 2px;
  padding: 3px 10px 3px 10px;
  border: 1px solid #EF2D27;
  background-color: #EF2D27;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-box-shadow: 0px 1px 2px 0px #999999;
  -moz-box-shadow: 0px 1px 2px 0px #999999;
  box-shadow: 0px 1px 2px 0px #999999;
  color: #FFFFFF;
}
.panelist_action_button:hover,
.panelist_action_button_light:hover {
  border: 1px solid #6e043e;
  background-color: #6e043e;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  color: #FFFFFF;
}
.panelist_action_button:active {
  margin-top: 2px;
  margin-bottom: 0;
  -webkit-box-shadow: 0px 0px 1px 0px #999999;
  -moz-box-shadow: 0px 0px 1px 0px #999999;
  box-shadow: 0px 0px 1px 0px #999999;
}
.panelist_action_button_light {
  background-color: #FFFFFF;
  color: #EF2D27;
}
.panelist_cancel_button {
  display: block;
  float: left;
  margin-top: 0;
  margin-bottom: 2px;
  padding: 3px 10px 3px 10px;
  border: 1px solid #dddddd;
  background-color: #f5f5f5;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-box-shadow: 0px 1px 2px 0px #999999;
  -moz-box-shadow: 0px 1px 2px 0px #999999;
  box-shadow: 0px 1px 2px 0px #999999;
  color: #666666;
}
.panelist_cancel_button:hover {
  border: 1px solid #EF2D27;
  background-color: #EF2D27;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  color: #FFFFFF;
}
.panelist_cancel_button:active {
  margin-top: 2px;
  margin-bottom: 0;
  -webkit-box-shadow: 0px 0px 1px 0px #999999;
  -moz-box-shadow: 0px 0px 1px 0px #999999;
  box-shadow: 0px 0px 1px 0px #999999;
}
/* Pop-up Edit Picture:
-------------------------------------------------------- */
.panelist_picture img,
.panelist_picture_selected img {
  float: left;
  margin: 7px;
}
.panelist_picture img {
  cursor: pointer;
  border: 3px solid #FFFFFF;
}
.panelist_picture img:hover {
  border: 3px solid #000000;
}
.panelist_picture_selected img {
  border: 3px solid #000000;
}
.panelist_picture_nav_left {
  display: block;
  float: left;
  background: url("../images/panelist-picture-nav-left.png");
  background-repeat: no-repeat;
  background-position: 0px center;
  width: 24px;
  height: 85px;
}
.panelist_picture_nav_left:hover {
  background-repeat: no-repeat;
  background-position: -50px center;
  cursor: pointer;
}
.panelist_picture_nav_right {
  display: block;
  float: left;
  background: url("../images/panelist-picture-nav-right.png");
  background-repeat: no-repeat;
  background-position: 0px center;
  width: 24px;
  height: 85px;
}
.panelist_picture_nav_right:hover {
  background-repeat: no-repeat;
  background-position: -50px center;
  cursor: pointer;
}
.choice_divider_text {
  float: left;
  width: 50px;
  text-align: center;
  color: #999999;
}
.panelist_remove_button_picture {
  display: none;
  position: relative;
  top: -22px;
  left: 3px;
  background: url("../images/edit-icon-button2.png");
  background-position: 5px 3px ;
  background-repeat: no-repeat;
  width: 42px;
  padding: 2px 10px 2px 20px;
  color: #666666;
  font-size: 85%;
  border: 1px solid #dddddd;
  background-color: #f5f5f5;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  opacity: 0.8;
}
.panelist_remove_button_picture:hover {
  background-position: 5px -37px;
  background-repeat: no-repeat;
  border: 1px solid #dddddd;
  background-color: #FFFFFF;
  color: #EF2D27;
  opacity: 1.0;
}
.uploaded_photo {
  display: block;
  float: left;
  width: 80px;
  height: 80px;
  border: 3px solid #dddddd;
}
/* Pop-up Edit Personal Info:
-------------------------------------------------------- */
.panelist_info_edit_set {
  margin: 5px 0;
  padding: 10px;
  background-color: #F5F5F5;
}
.panelist_info_title,
.panelist_photo_title {
  float: left;
  font-size: 120%;
}
.panelist_info_title {
  width: 170px;
}
.panelist_photo_title {
  width: 100%;
  padding-bottom: 10px;
}
.panelist_info_hide_button_off,
.panelist_info_hide_button_on {
  float: left;
  width: 45px;
  padding-left: 20px;
  background: url("../images/icon-private-tick2.png");
  background-position: 0 0 ;
  background-repeat: no-repeat;
  color: #999999;
}
.panelist_info_hide_button_off {
  background-position: 0 0 ;
  background-repeat: no-repeat;
}
.panelist_info_hide_button_off:hover {
  background-position: 0 -50px;
  background-repeat: no-repeat;
  color: #000000;
  cursor: pointer;
}
.panelist_info_hide_button_on {
  background-position: 0 -50px;
  background-repeat: no-repeat;
  color: #000000;
}
.panelist_info_hide_button_on:hover {
  background-position: 0 0 ;
  background-repeat: no-repeat;
  color: #999999;
  cursor: pointer;
}
.panelist_info_hide_button_off:active,
.panelist_info_hide_button_on:active {
  background-position: 0 -96px;
  background-repeat: no-repeat;
  color: #EF2D27;
  cursor: pointer;
}
#panelists_other_stuff {
  border: solid 1px #dddddd;
  width: 330px;
  padding: 10px;
  margin-bottom: 10px;
}
.panelist_username {
  font-weight: bold;
  font-size: 170%;
}
.panelist_username_field {
  padding: 5px;
  margin-bottom: 10px;
  width: 540px;
  border: 1px solid #DDDDDD;
}
.likebox_row {
  margin-top: 50px;
  font-size: 85%;
  text-align: center;
}
/* NEW OPINION POPUP CSS 201202
-------------------------------------------------------- */
.popupBoxTitle_text {
  display: block;
  float: left;
  width: 600px;
}
.opinion_popup .node_title {
  display: block;
  float: left;
  width: 315px;
  margin: 0 0 10px 20px;
  font-weight: bold;
  font-size: 170%;
  color: #6e043e;
}
.your_rating_block {
  display: block;
  float: left;
  /*padding:0 10px 10px 10px;*/
  background: url("../images/bg_your_rating.jpg");
  background-position: 0 0 ;
  background-repeat: repeat-y;
  width: 215px;
}
.box_icon_love,
.your_rating_block .love {
  background: url("../images/box-icon-love.png");
}
.box_icon_like,
.your_rating_block .like {
  background: url("../images/box-icon-like.png");
}
.box_icon_ok,
.your_rating_block .ok {
  background: url("../images/box-icon-ok.png");
}
.box_icon_dislike,
.your_rating_block .dislike {
  background: url("../images/box-icon-dislike.png");
}
.box_icon_hate,
.your_rating_block .hate {
  background: url("../images/box-icon-hate.png");
}
.box_icon_hatebuttalented,
.your_rating_block .hatebuttalented {
  background: url("../images/box-icon-hatebuttalented.png");
}
.box_icon_todo,
.your_rating_block .todo {
  background: url("../images/box-icon-todo.png");
}
.box_icon_readbitsof,
.your_rating_block .readbitsof {
  background: url("../images/box-icon-readbitsof.png");
}
.your_rating_block .your_rating {
  display: block;
  float: left;
  height: 55px;
  width: 125px;
  padding: 15px 90px 0 0;
  background-repeat: no-repeat;
  background-position: right -100px;
  text-align: right;
  color: #EF2D27;
}
.your_rating_block .your_rating:hover {
  background-position: right 0px;
  color: #999999;
}
.your_rating_block .your_rating span {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
  color: #000000;
}
#opinion_nav {
  font-size: 120%;
}
#opinion_nav li {
  display: inline;
  float: left;
  padding: 0 15px 10px 15px;
  height: 30px;
}
#opinion_nav li a {
  padding-right: 23px;
}
#opinion_nav li .done {
  background: url("../images/opinion-tick-edit-button.png");
  background-repeat: no-repeat;
  background-position: right 2px;
}
#opinion_nav li .todo {
  background: url("../images/opinion-add-button.png");
  background-repeat: no-repeat;
  background-position: right 2px;
}
#opinion_nav li .done:hover,
#opinion_nav li .todo:hover {
  background-position: right -48px;
}
#opinion_nav .selected {
  background: url("../images/opinion-nav-arrow.png");
  background-repeat: no-repeat;
  background-position: center bottom;
}