@import url("reset.css");
#login-container {
  text-align: center; }

#login {
  font-size: 1.2em;
  line-height: 1.5em;
  width: 400px;
  margin: auto;
    margin-bottom: 80px;
  text-align: left;
  padding: 30px;
  background: #77c2d5;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -webkit-box-shadow: 0 1px 3px #999999;
  -moz-box-shadow: 0 1px 3px #999999;
  box-shadow: 0 1px 3px #999999; }
  #login h4 {
    margin-top: 10px;
    margin-bottom: 20px;
    text-shadow: #a8d9f4 0px 1px 0px; }
  #login li {
    margin-bottom: .8em; }
    #login li label {
      float: left;
      width: 110px;
      padding-top: .3em; }
    #login li input.textfield {
      width: 200px; }
    #login li input.btn {
      background: #ae3f2e;
      color: #fff;
      margin-top: 10px;
      margin-left: 110px; }
      #login li input.btn:hover {
        background: #303030; }
      #login li input.btn:active {
        color: red; }
    #login li div.error {
      font-size: .8em;
      line-height: 1.2em;
      color: #fff;
      background: red;
      border-top: 1px solid;
        border-top-color: #ae3f2e;
      border-bottom: 1px solid;
        border-bottom-color: #ae3f2e;
      width: 320px;
      clear: both;
      padding: 10px 20px 10px 20px;
      margin-left: -20px;
      margin-right: -20px; }

#dashboard {
  clear: both; }

#stats {
  display: block;
  margin-top: 20px;
  margin-bottom: 10px;
  padding: 20px;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  -webkit-box-shadow: 0 1px 3px #999999;
  -moz-box-shadow: 0 1px 3px #999999;
  box-shadow: 0 1px 3px #999999;
  clear: both;
  background: #f3f6f8;
  border: 1px solid #fff; }
  #stats li {
    margin: .5em 0 0 0;
    float: left;
    width: 33%;
    font-size: 1.1em;
    color: #666; }
    #stats li.title {
      margin: 0 0 .5em 0;
      float: left;
      width: 100%;
      font-size: 1em;
      font-weight: bold;
      color: #000; }
    #stats li.positive {
      background: url("../img/ico_POSITIVE.png") no-repeat center left;
      padding-left: 10px; }
    #stats li.objective {
      background: url("../img/ico_OBJECTIVE.png") no-repeat center left;
      padding-left: 10px; }
    #stats li.negative {
      background: url("../img/ico_NEGATIVE.png") no-repeat center left;
      padding-left: 10px; }
  #stats span.name {
    font-weight: bold;
    font-size: 1.1em;
    color: #6db7ca; }
  #stats span.prev {
    font-weight: bold;
    font-size: .9em;
    color: #93a2a5; }
  #stats span.num {
    color: #303030;
    margin-right: .2em;
    font-weight: bold;
    font-size: 1.4em; }
  #stats span.rank {
    color: #93a2a5;
    width: 1.4em;
    margin-right: .8em;
    float: left;
    text-align: right; }
  #stats span.pos {
    margin-left: .4em;
    color: #7fba0e; }
  #stats span.obj {
    margin-left: .4em;
    color: #f1aa21; }
  #stats span.neg {
    margin-left: .4em;
    color: #d33a38; }

#titleComments {
  display: none;
  font-size: 1.4em;
  text-shadow: #77c2d5 0px 1px 0px, #5296a9 0px -1px 0px;
  color: #fff;
  padding: 5px 20px 5px 20px;
  width: 920px;
  margin-top: 20px;
  margin-left: -20px;
  background-color: #6db7ca; }
  #titleComments a {
    float: right;
    width: 10px;
    height: 10px;
    margin-top: 5px;
    background-image: url(../img/ico-close.gif); }

#comments_container {
  height: 450px;
  display: none;
  overflow: auto;
  padding: 5px 20px 5px 0;
  width: 940px;
  margin-left: -20px;
  border-bottom: 1px solid;
    border-bottom-color: #ebebeb; }
  #comments_container #comments div.comment {
    padding: 1em 0 1em  0;
    clear: both; }
    #comments_container #comments div.comment ul.info {
      position: relative;
      float: left;
      font-size: .9em;
      overflow: hidden;
      line-height: 1.5em;
      color: #4f1e00;
      width: 179px;
      padding: 20px;
        padding-right: 10px;
      border-top-right-radius: 4px;
      -moz-border-radius-topright: 4px;
      -webkit-border-top-right-radius: 4px;
      border-bottom-right-radius: 4px;
      -moz-border-radius-bottomright: 4px;
      -webkit-border-bottom-right-radius: 4px;
      -webkit-box-shadow: 0 1px 3px #cccccc;
      -moz-box-shadow: 0 1px 3px #cccccc;
      box-shadow: 0 1px 3px #cccccc;
      background-image: url(../img/sprite-mentions-background.png);
      background-position: left;
      background-repeat: repeat-y; }
      #comments_container #comments div.comment ul.info img {
        position: absolute;
        top: 6px;
        right: 6px; }
    #comments_container #comments div.comment ul.POSITIVE {
      background-position: -209px; }
    #comments_container #comments div.comment ul.OBJECTIVE {
      background-position: -418px; }
    #comments_container #comments div.comment ul.NEGATIVE {
      background-position: -627px;
      color: #303030; }
      #comments_container #comments div.comment ul.NEGATIVE a:link, #comments_container #comments div.comment ul.NEGATIVE a:visited {
        color: #fff; }
    #comments_container #comments div.comment div.content {
      float: right;
      font-size: .9em;
      width: 700px;
      line-height: 1.2em; }
      #comments_container #comments div.comment div.content em {
        background: #faffbd;
        padding: .1em;
        font-style: normal; }
        #comments_container #comments div.comment div.content em em {
          font-weight: bold; }

#comments_paginator {
  display: none;
  text-align: right;
  padding: 10px;
  font-size: 1.6em;
  font-weight: bold; }
  #comments_paginator li {
    display: inline;
    margin-left: 10px; }
    #comments_paginator li a:link, #comments_paginator li a:visited {
      color: #93a2a5; }
    #comments_paginator li a:hover, #comments_paginator li a:active {
      color: #ae3f2e; }
    #comments_paginator li a.selected:link, #comments_paginator li a.selected:visited {
      color: #303030; }
    #comments_paginator li a.selected:hover, #comments_paginator li a.selected:active {
      color: #ae3f2e; }

#simplemodal-container {
  text-align: center;
  font-size: 1.3em;
  padding: 25px;
  color: #fff;
  width: 350px;
  background-color: #303030;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px; }
  #simplemodal-container small {
    font-size: .7em; }
  #simplemodal-container button, #simplemodal-container .confirm {
    margin-top: 1em;
    font-size: .8em; }
  #simplemodal-container a.modalCloseImg {
    background: url(../img/x.png) no-repeat;
    width: 25px;
    height: 29px;
    display: inline;
    z-index: 3200;
    position: absolute;
    top: -9px;
    right: -11px;
    cursor: pointer; }
  #simplemodal-container a.button:link, #simplemodal-container a.button:visited {
    background: #ae3f2e;
    color: #fff; }
  #simplemodal-container a.button:hover, #simplemodal-container a.button:active {
    background: red; }

table {
  width: 100%;
  margin: 0 0 20px 0;
  border-collapse: collapse;
  background: #fff;
  font-size: .9em; }
  table tr {
    width: 100%;
    color: #303030; }
    table tr.alt {
      background: #f3f6f8; }
    table tr.total th, table tr.total td {
      font-weight: bold;
      background: #93a2a5; }
  table td {
    padding: 3px .5em 3px .5em;
    vertical-align: middle;
    border-bottom: 1px solid;
      border-bottom-color: #ebebeb;
    text-align: right; }
  table th {
    padding: 4px .5em 4px .5em;
    vertical-align: middle;
    border-bottom: 1px solid;
      border-bottom-color: #ebebeb;
    text-align: right; }
  table tbody th {
    font-style: italic;
    text-align: left;
    white-space: nowrap; }
  table thead th, table thead td {
    background: #ebebeb;
    vertical-align: top; }
  table tfoot th, table tfoot td {
    background: #ebebeb; }
  table img {
    margin-right: 5px; }

#noIE6 {
  display: none;
  padding: 20px;
  margin: 0 70px 30px 70px;
  background: #fdf099;
  font-size: 1.2em;
  line-height: 1.3em;
  text-align: center; }
  #noIE6 div {
    padding-bottom: 15px; }
  #noIE6 a {
    margin: 0 2px 0 2px; }

div.tooltip {
  display: none;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  padding: 10px 12px 10px 12px;
  text-align: center;
  font-size: 12px;
  cursor: pointer;
  background: #fdf099;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  -webkit-box-shadow: 0 1px 5px #999999;
  -moz-box-shadow: 0 1px 5px #999999;
  box-shadow: 0 1px 5px #999999; }
  div.tooltip div.arrow {
    position: absolute;
    left: 0;
    height: 20px;
    width: 100%;
    font-size: 40px;
    text-align: center;
    overflow: hidden;
    color: #fdf099; }
  div.tooltip div.arrowTop {
    top: -11px;
    line-height: 20px; }
  div.tooltip div.arrowBottom {
    bottom: -16px;
    line-height: 1px; }

body {
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  color: #354447;
  background-color: #a8d9f4;
  outline: 0; }

a:link, a:visited {
  color: #ae3f2e; }
a:hover, a:active {
  color: red; }

h1 {
  position: absolute;
  text-indent: -5000px; }

h2 {
  height: 45px;
  font-size: 2.5em;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: normal;
  color: #ae3f2e; }
  h2 span {
    color: #93a2a5; }
  h2 a.verInfo {
    display: inline;
    margin-left: 10px; }
    h2 a.verInfo:hover {
      cursor: pointer; }

h3 {
  color: #93a2a5;
  font-size: 1.8em;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: normal; }

h4 {
  margin: 1em 0 1em 0; }

input.textfield {
  padding: .2em;
  border-width: 1px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px; }
  input.textfield:focus {
    background: #faffbd; }

.button, .btn {
  border: 0;
  padding: .3em .8em .3em .8em;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px; }
  .button:hover, .btn:hover {
    cursor: pointer; }

#customer_name {
  text-indent: .1em;
  margin-top: -5px;
  font-size: 1.2em;
  font-family: Helvetica, Arial, sans-serif; }

#report_name b {
  font-weight: normal;
  color: #ae3f2e; }

#container {
  margin: auto;
  width: 960px;
  padding-bottom: 20px;
  text-align: left; }

#payment {
  display: none;
  width: 920px;
  margin: 0 10px 0 10px;
  padding: 15px 20px 15px 20px;
  text-align: center;
  font-size: 1.1em;
  background-color: #faffbd;
  color: #ae3f2e;
  border-bottom-right-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  -webkit-border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  -webkit-border-bottom-left-radius: 6px; }
  #payment img {
    vertical-align: middle;
    margin-right: 5px;
    margin-top: -5px; }

#header-wrapper {
  width: 960px;
  padding: 0 10px 0 10px;
  background-image: url(../img/background-header.png);
  background-position: center -10px;
  background-repeat: no-repeat;
  background-color: #a8d9f4; }
  #header-wrapper.no-nav {
    background-position: 50% -25px; }
    #header-wrapper.no-nav #header {
      height: 135px; }

#header {
  height: 160px;
  position: relative; }
  #header img.logo-left {
    margin-top: 10px;
    margin-left: 15px; }
  #header div.logo-right {
    float: right;
    margin-top: 18px;
    padding-right: 10px;
    background-image: url(../img/background-logo-client.png);
    background-position: top right;
    background-repeat: no-repeat; }
    #header div.logo-right img {
      padding: 10px;
        padding-right: 0;
      margin-left: -10px;
      background-image: url(../img/background-logo-client.png);
      background-position: top left; }
  #header a.help {
    position: absolute;
    z-index: 3;
    bottom: 47px;
    right: 0;
    text-shadow: #000 0px -1px 0px;
    padding: 3px 4px 3px 4px;
    margin-top: 20px;
    font-size: 9px;
    font-weight: bold;
    font-family: "Lucida Grande",arial,helvetica,sans-serif;
    text-transform: uppercase;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3); }
    #header a.help:link, #header a.help:visited {
      color: #fff;
      background: #e07500; }
    #header a.help:hover, #header a.help:active {
      color: #fff;
      background: #cc5f00;
      cursor: pointer; }
  #header #listnav {
    float: right;
    text-align: right;
    font-size: .9em;
    color: #fff;
    line-height: 1.5em;
    margin-top: 18px;
    margin-right: 24px; }
  #header #tabnav {
    text-transform: uppercase;
    font-size: 11px;
    font-family: Helvetica, sans-serif;
    position: absolute;
    bottom: 36px;
    left: 20px;
    width: 100%; }
    #header #tabnav li {
      float: left;
      margin-right: 2px;
      padding-left: 5px;
      background-image: url(../img/sprite-tabs.png);
      background-position: left 0px;
      background-repeat: no-repeat; }
      #header #tabnav li a {
        display: block;
        padding: 8px 10px 7px 5px; }
        #header #tabnav li a:link, #header #tabnav li a:visited {
          color: #fff;
          background-image: url(../img/sprite-tabs.png);
          background-position: right 0px;
          background-repeat: no-repeat; }
        #header #tabnav li a:hover, #header #tabnav li a:active {
          color: #303030; }
      #header #tabnav li.hover, #header #tabnav li:hover {
        background-image: url(../img/sprite-tabs.png);
        background-position: left -40px;
        background-repeat: no-repeat; }
        #header #tabnav li.hover a:link, #header #tabnav li.hover a:visited, #header #tabnav li:hover a:link, #header #tabnav li:hover a:visited {
          color: #303030;
          background-image: url(../img/sprite-tabs.png);
          background-position: right -40px;
          background-repeat: no-repeat; }
        #header #tabnav li.hover a:hover, #header #tabnav li.hover a:active, #header #tabnav li:hover a:hover, #header #tabnav li:hover a:active {
          color: #303030;
          text-shadow: #77c2d5 0px 1px 0px, #5296a9 0px -1px 0px; }
      #header #tabnav li.selected {
        background-image: url(../img/sprite-tabs.png);
        background-position: left -80px;
        background-repeat: no-repeat; }
        #header #tabnav li.selected a:link, #header #tabnav li.selected a:visited {
          background-image: url(../img/sprite-tabs.png);
          background-position: right -80px;
          background-repeat: no-repeat;
          color: #ae3f2e;
          text-shadow: #000 0px -1px 0px; }
        #header #tabnav li.selected a:hover, #header #tabnav li.selected a:active {
          cursor: text; }
        #header #tabnav li.selected ul.submenu {
          background-color: #303030;
          position: absolute;
          display: block;
          font-size: 11px;
          z-index: 1; }
          #header #tabnav li.selected ul.submenu li {
            display: inline;
            margin-right: 10px; }
            #header #tabnav li.selected ul.submenu li a {
              cursor: pointer; }
              #header #tabnav li.selected ul.submenu li a:link, #header #tabnav li.selected ul.submenu li a:visited {
                background-image: none;
                background-color: #303030;
                color: #fff; }
              #header #tabnav li.selected ul.submenu li a:hover, #header #tabnav li.selected ul.submenu li a:active {
                color: red; }
            #header #tabnav li.selected ul.submenu li.selected a:link, #header #tabnav li.selected ul.submenu li.selected a:visited {
              background-image: none;
              background-color: #303030;
              color: #ae3f2e; }
            #header #tabnav li.selected ul.submenu li.selected a:hover, #header #tabnav li.selected ul.submenu li.selected a:active {
              color: red; }
      #header #tabnav li ul.submenu {
        text-transform: none;
        position: absolute;
        display: none;
        background: #6eaec0;
        border-top-left-radius: 3px;
        -moz-border-radius-topleft: 3px;
        -webkit-border-top-left-radius: 3px;
        border-top-right-radius: 3px;
        -moz-border-radius-topright: 3px;
        -webkit-border-top-right-radius: 3px;
        z-index: 2;
        left: -20px;
        width: 920px;
        font-size: 11px;
        height: 12px;
        padding: 12px 20px 12px 20px; }
        #header #tabnav li ul.submenu li {
          display: inline;
          margin-right: 10px;
          background-image: none;
          padding: 0; }
          #header #tabnav li ul.submenu li a {
            padding: 0; }
            #header #tabnav li ul.submenu li a:link, #header #tabnav li ul.submenu li a:visited {
              background-image: none;
              color: #fff; }
            #header #tabnav li ul.submenu li a:hover, #header #tabnav li ul.submenu li a:active {
              color: #303030; }
  #header #listnav {
    float: right; }

#subnav {
  background-color: #303030;
  position: absolute;
  bottom: 0;
  width: 920px;
  height: 12px;
  padding: 7px 20px 12px 20px;
  border-bottom: 1px solid #232323;
  font-size: 11px;
  z-index: 1; }
  #subnav li {
    display: inline;
    margin-right: 10px; }
    #subnav li a:link, #subnav li a:visited {
      background-image: none;
      background-color: #303030;
      color: #fff; }
    #subnav li a:hover, #subnav li a:active {
      color: red; }
    #subnav li.selected a:link, #subnav li.selected a:visited {
      background-image: none;
      background-color: #303030;
      color: #ae3f2e; }
    #subnav li.selected a:hover, #subnav li.selected a:active {
      color: red; }

#top-subnav {
  display: block;
  height: 5px;
  width: 960px;
  position: absolute;
  bottom: 31px;
  background-image: url(../img/background-subnav.png);
  background-position: top;
  background-repeat: no-repeat; }

ul.menu {
  font-size: 1.3em;
  padding: .6em 0 .4em .8em;
  background: #ebebeb;
  border-bottom-right-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  -webkit-border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  -webkit-border-bottom-left-radius: 6px;
  display: inline-block;
  *display: inline;
  zoom: 1;
  margin-top: 0;
  margin-bottom: 40px; }
  ul.menu li {
    display: inline;
    margin-right: .8em; }
    ul.menu li.selected a {
      color: #000; }

#period {
  position: absolute;
  z-index: 3;
  top: 10px;
  right: 25px;
  color: #303030;
  padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
  background: #fff;
  width: 240px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px; }
  #period .date {
    font-size: 1.7em; }
  #period .lastWeek {
    margin-top: 10px;
    text-align: right;
    color: #303030;
    font-size: 2em;
    font-weight: bold; }
  #period .description {
    font-size: .8em; }
  #period .arrow {
    padding: 3px;
    font-size: .8em;
    vertical-align: text-top; }
  #period .cancel {
    font-size: .8em;
    float: right;
    display: none; }
  #period:hover {
    cursor: pointer;
    color: red; }
  #period.inactive:hover {
    cursor: default;
    color: #303030; }

#time_picker {
  padding-top: 10px;
  padding-bottom: 10px;
  background: #fff;
  display: none;
  text-align: left; }

#top-content {
  width: 960px;
  height: 25px;
  background-image: url(../img/background-top-down.png);
  background-position: top;
  background-repeat: no-repeat; }

#content-wrapper {
  width: 960px;
  position: relative;
  padding: 0 10px 0 10px;
  background-image: url(../img/background-content.png);
  background-repeat: repeat-y; }

#content {
  background: #fff;
  position: relative;
  padding: 20px;
    padding-top: 18px;
    padding-bottom: 40px; }
  #content div.news {
    padding: 16px;
      padding-top: 14px;
      padding-bottom: 23px;
    position: relative;
    display: none;
    background-color: #ffd162;
    margin: 50px 100px 15px 100px;
    clear: both;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px; }
    #content div.news a.dismiss {
      position: absolute;
      right: 8px;
      bottom: 8px;
      font-size: .8em; }
  #content div.info {
    display: none;
    position: relative;
    background-color: #faffbd;
    background-image: url(../img/ico-help-large.png);
    background-position: 20px 50%;
    background-repeat: no-repeat;
    width: 880px;
    margin-left: -20px;
    padding: 15px 20px 15px 60px;
    font-size: .9em; }
    #content div.info img {
      position: absolute;
      top: 10px;
      left: 20px; }
  #content hr {
    position: absolute;
    width: 960px;
    margin: 0;
    left: 0;
    background-color: #ebebeb;
    color: #ebebeb; }
    #content hr.small {
      width: 100%; }
    #content hr.separator {
      position: relative;
      margin-top: 25px;
      margin-bottom: 25px; }
  #content div.text-content {
    padding: 0 80px 0 80px; }
    #content div.text-content ul {
      list-style: disc;
      margin: 20px 0 20px 20px;
      line-height: 1.6em; }
    #content div.text-content dl {
      line-height: 1.4em; }
      #content div.text-content dl dt {
        font-size: 1.2em; }
      #content div.text-content dl dd {
        margin: 10px 0 30px 20px; }
    #content div.text-content ol {
      margin-bottom: 40px; }
      #content div.text-content ol li {
        margin-bottom: 5px; }
        #content div.text-content ol li h5 {
          margin-top: 20px; }
  #content div.filters-block {
    display: none;
    background-image: url(../img/background-filters.png);
    background-color: #f3f6f8;
    background-position: bottom;
    background-repeat: repeat-x;
    width: 920px;
    margin-left: -20px;
    padding: 10px 20px 10px 20px;
    border-top: 1px solid;
      border-top-color: #ebebeb; }
    #content div.filters-block ul.combos {
      display: none; }
      #content div.filters-block ul.combos li {
        display: inline-block;
        *display: inline;
        zoom: 1;
        margin-right: 3px;
        vertical-align: middle; }
        #content div.filters-block ul.combos li li {
          display: block;
          margin: 0; }
        #content div.filters-block ul.combos li h4 {
          display: inline-block;
          text-transform: uppercase;
          vertical-align: middle;
          margin-top: -3px;
          margin: 0;
          padding: 0;
          font-size: 1em;
          font-weight: normal; }
        #content div.filters-block ul.combos li .button {
          vertical-align: middle;
          display: inline-block;
          background: #93a2a5;
          margin-top: -3px;
          color: #fff;
          border: 0;
          padding: .3em .8em .3em .8em;
          border-radius: 4px;
          -moz-border-radius: 4px;
          -webkit-border-radius: 4px;
          padding: 4px 10px 4px 10px;
          text-shadow: #7f8789 0px -1px 0px; }
          #content div.filters-block ul.combos li .button:hover {
            cursor: pointer; }
          #content div.filters-block ul.combos li .button:hover {
            background: #303030;
            text-shadow: #000 0px -1px 0px; }
  #content ul.options {
    display: none;
    font-size: 11px;
    margin: 15px 0 5px 0;
    display: block;
    text-align: right; }
    #content ul.options li {
      display: inline-block;
      *display: inline;
      zoom: 1;
      margin-right: .5em; }
      #content ul.options li a {
        display: block; }
        #content ul.options li a:link, #content ul.options li a:visited {
          padding: 3px 8px 3px 6px;
          background-color: #ebebeb;
          border-radius: 3px;
          -moz-border-radius: 3px;
          -webkit-border-radius: 3px; }
        #content ul.options li a:hover, #content ul.options li a:active {
          background-color: #dcdfe0; }
      #content ul.options li.selected a {
        display: block; }
        #content ul.options li.selected a:link, #content ul.options li.selected a:visited, #content ul.options li.selected a:hover, #content ul.options li.selected a:active {
          padding: 3px 8px 3px 6px;
          background-color: #dcdfe0;
          color: #93a2a5;
          border-radius: 3px;
          -moz-border-radius: 3px;
          -webkit-border-radius: 3px;
          cursor: default; }
      #content ul.options li span {
        display: inline-block;
        *display: inline;
        zoom: 1;
        padding-right: 4px; }
      #content ul.options li.chart span {
        background-image: url(../img/sprite-icons.png);
        background-repeat: no-repeat;
        background-position: 0 0px;
        width: 10px;
        height: 10px; }
      #content ul.options li.table span {
        background-image: url(../img/sprite-icons.png);
        background-repeat: no-repeat;
        background-position: 0 -10px;
        width: 10px;
        height: 10px; }
      #content ul.options li.csv span {
        background-image: url(../img/sprite-icons.png);
        background-repeat: no-repeat;
        background-position: 0 -20px;
        width: 10px;
        height: 10px; }
      #content ul.options li.inactive a {
        white-space: no-wrap; }
        #content ul.options li.inactive a:link, #content ul.options li.inactive a:visited {
          color: #93a2a5;
          text-decoration: line-through; }
        #content ul.options li.inactive a:hover, #content ul.options li.inactive a:active {
          color: #93a2a5;
          text-decoration: line-through; }

#filtros.disabled h4 {
  filter: alpha(opacity= {!opacity*100});
  -moz-opacity: 0.4;
  -khtml-opacity: 0.4;
  opacity: 0.4; }
#filtros.disabled #update {
  filter: alpha(opacity= {!opacity*100});
  -moz-opacity: 0.4;
  -khtml-opacity: 0.4;
  opacity: 0.4; }
  #filtros.disabled #update:link, #filtros.disabled #update:visited {
    cursor: default; }
  #filtros.disabled #update:hover {
    background: #93a2a5;
    text-shadow: none; }

#footer-wrapper {
  height: 100px;
  width: 960px;
  padding: 0 10px 10px 10px;
  background-image: url(../img/background-footer.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-color: #a8d9f4; }
  #footer-wrapper #footer {
    text-align: center;
    padding: 10px;
      padding-top: 15px;
    margin: auto;
    height: 70px;
    width: 940px;
    border-top: 1px dotted;
      border-top-color: #93a2a5; }
    #footer-wrapper #footer img {
      margin: 0 20px 5px 20px; }

ul.tagcloud {
  padding: 40px; }
  ul.tagcloud li {
    display: inline;
    margin-right: 15px; }

#main_container {
  position: relative;
  height: 550px; }

label.changeColors {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 4px 8px 4px 4px;
  margin-left: 20px;
  font-size: .9em;
  vertical-align: middle;
  background-color: #dcdfe0;
  color: #303030;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px; }

#chart_container {
  position: relative;
  height: 550px; }
  #chart_container h4 {
    margin: 0; }
  #chart_container .chart {
    height: 520px; }
    #chart_container .chart .highcharts-legend-horizontal ul li {
      font-size: 9px;
      width: 170px;
      overflow: hidden; }

#table_container {
  height: 520px;
  margin: 30px 0 20px 0;
  overflow: auto;
  display: none; }

div.loader {
  display: none;
  background: url('../img/loader.gif') no-repeat center; }

#main_container div.loader {
  position: absolute;
  top: 0;
  height: 350px;
  width: 100%;
  background-color: #fff;
  z-index: 5; }

#error_nodata {
  display: none;
  text-align: center;
  width: 50%;
  margin: auto;
  margin-top: 2em;
  padding: 2em;
  font-size: 1.4em;
  background: #6db7ca;
  color: #fff;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px; }

#comments_loader {
  margin-top: 80px;
  height: 250px; }

#searchTrends {
  font-size: 1.3em;
  padding: 2em;
  text-align: center; }
  #searchTrends button {
    border: 0;
    padding: .3em .8em .3em .8em;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    text-shadow: #822e21 0px -1px 0px;
    background: #ae3f2e;
    color: #fff; }
    #searchTrends button:hover {
      cursor: pointer; }
    #searchTrends button:hover {
      background: #303030;
      text-shadow: #000 0px -1px 0px; }
    #searchTrends button:active {
      color: red;
      text-shadow: #000 0px -1px 0px; }
  #searchTrends input.textfield {
    width: 300px; }
