body {
  font-family: sans-serif;
  font-size: 12px;
}

span.statement,
div.argument_for,
span.argument_for,
div.argument_against,
span.argument_against,
span.deletor,
div.conflicts {
  display: inline-block;
  border-style: ridge;
  border-width: 2px;
  font-style: normal;
  padding: 2px;
  margin: 2px;
  vertical-align: middle;
  font-size: 12px;
  font-weight: normal;
}

span.argument_for,
span.argument_against,
span.deletor,
div.conflicts {
  font-style: italic;
}

div.conflicts {
  border-color: #ffffc0;
  background-color: #ffffc0;
/*  clear: both; */
}

span.statement_id {
  font-size: 200%;
  vertical-align: middle;
}

img.led {
  vertical-align: middle;
}

a.user {
  font-weight: bold;
}

a.statement_id {
  text-decoration: none;
}

.main {
}

span.refuted {
  font-size: 50%;
  vertical-align: bottom;
  color: #ff0000;
}

span.corroborated {
  font-size: 50%;
  vertical-align: top;
  color: #00ff00;
}

span.refuted_text {
  color: #800000;
}

span.corroborated_text {
  color: #008000;
}

.statement {
  background-color: #ffffff;
  border-color: #ffffff;
}

.argument_for {
  background-color: #c0ffc0;
  border-color: #c0ffc0;
}

.argument_against {
  background-color: #ffc0c0;
  border-color: #ffc0c0;
}

.deletor {
  background-color: #c0c0ff;
  border-color: #c0c0ff;
}

body.faq {
}

body.home {
}

body.statistics {
}

a#site_title {
  font-size: 400%;
  text-decoration: none;
  color: #000000;
}

div#login_information {
  float: right;
  width: auto;
}

div#header {
}

div#main {
}

div#footer {
}

img.opinion_radio {
  border: none;
  vertical-align: middle;
}

.hidden {
  display: none;
}

a.opinion {
  text-decoration: none;
  color: #000000;
}

span.collapsed {
  display: inline-block;
  margin: 0px;
  border-width: 8px 0px 8px 8px;
  border-style: solid;
  border-color: transparent transparent transparent black;
  width: 0px;
  height: 0px;
  line-height: 0px;
  vertical-align: middle;
}

span.expanded {
  display: inline-block;
  margin: 0px;
  border-width: 8px 8px 8px 0px;
  border-style: solid;
  border-color: transparent black transparent transparent;
  width: 0px;
  height: 0px;
  line-height: 0px;
  vertical-align: middle;
}

div.darken {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url(darken.png);
}

div.popup {
  display: inline-block;
  font-style: normal;
  margin: 2px;
  vertical-align: middle;
  z-index: inherit;
  background: #ffffff;
  position: absolute;
  border-style: solid;
  border-width: 2px;
  border-left-color: #aaaaaa;
  border-top-color: #aaaaaa;
  border-bottom-color: #555555;
  border-right-color: #555555;
}

div.popup_title {
  border-style: solid;
  border-width: 2px;
  border-bottom-color: #aaaaaa;
  border-right-color: #aaaaaa;
  border-top-color: #555555;
  border-left-color: #555555;
  text-align: center;
  font-size: 150%;
  padding: 10px;
}

div.popup_text {
  border-style: solid;
  border-width: 2px;
  border-bottom-color: #aaaaaa;
  border-right-color: #aaaaaa;
  border-top-color: #555555;
  border-left-color: #555555;
  padding: 10px;
}

div#rc {
  clear: both;
}

.centered {
  text-align: center;
}

p.question {
  font-weight: bold;
}

div#faq {
  max-width: 500px;
}

img#opinion_map {
  position: absolute;
  left: 0px;
  top: 0px;
}

div#locations_map {
  position: relative;
  border-style: ridge;
  border-color: #c0c0c0;
  border-width: 4px;
  width: 360px;
  height: 180px;
}

img#locator {
  position: absolute;
}

div#opinion_radios,
div#pie_chart,
div#opinion_map,
div#opinion_history,
div#opinion_demographics {
  float: left;
}

.definition_link,
.definition_text,
.definition_floating_link,
.definition_floating_text {
  border-color: #000000;
  background: #e0e0e0;
  border-style: solid;
  border-width: 1px;
}

.definition_link {
  border-bottom-width: 0px;
  display: inline-block;
  position: relative;
  z-index: 5;
}

.definition_text {
  display: inline-block;
  position: relative;
  top: -1px;
  z-index: 4;
}

.definition_floating_link {
  position: absolute;
  border-bottom-width: 0px;
}

.definition_floating_text {
  position: absolute;
}

#key {
  float: right;
  border-style: ridge;
  border-color: #c0c0c0;
  border-width: 4px;
  padding: 0px 10px 10px 10px;
  margin: 0px 10px 10px 10px;
  width: auto;
}


