html, body {
  font-family: Arial, sans-serif;
  font-size: 95%;
  background: #fff;
}

html, body, div, h1 {
  padding: 0;
  margin: 0;
}

.link,
a {
  color: blue;
  text-decoration: underline;
  cursor: pointer;
}

#header {
  margin: 0;
  border-bottom: solid 1px black;
  background: #eee;
  padding: 0.1em;
  background: url(logo.gif) no-repeat bottom right #eee;
  height: 65px;
  padding-right: 80px;
  position: relative;
}

#header h1 {
  font-size: 300%;
}

#header h1 a,
#header h1 a:link,
#header h1 a:visited {
  text-decoration: none;
  color: #000;
}

#header h1 a:hover {
  color: #666;
  text-decoration: underline;
}

#header h1 a img {
  border: 0;
  vertical-align: bottom;
}

#header .score,
.dijitMenu .score {
  background: #ccc;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  padding: 0 0.25em;
}

#header .score-positive,
.dijitMenu .score-positive {
  color: green;
}

#header .score-negative,
.dijitMenu .score-negative {
  color: red;
}

#header #timestamp {
  color: #999;
  font-style: italic;
  font-size: 85%;
  position: absolute;
  bottom: 0;
  left: 1em;
}

#header #search {
  position: absolute;
  bottom: 0.2em;
  right: 80px;
  padding-right: 1em;
  font-size: 85%;
}

#header #search #target-user-select {
  width: 13em;
}

#header #search #search-help {
  margin-top: 0.2em;
  margin-left: 0.2em;
  color: #999;
  font-size: 85%;
}

.dijitMenu .badge {
  width: 3em;
  float: left;
  text-align: right;
  padding-right: 0.2em;
}

.dijitMenu .score {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}

#header #feedback a {
  text-decoration: none;
}

#footer {
  font-size: 85%;
  text-align: center;
  color: #aaa;
  margin-top: 1em;
}

#footer a {
  color: #999;
}

td.column {
  padding: 0.5em 1em 0 1em;
  vertical-align: top;
}

td.score-table-column {
  width: 15em;
}

td#most-active-users-column {
  white-space: nowrap;
}

table.data-table {
  border-collapse: collapse;
  border-spacing: 0;
}

table.scores {
  width: 15em;
  table-layout: fixed;
}

table.scores .empty {
  color: #999;
  font-size: smaller;
  white-space: normal;
}

table.data-table caption,
div.data-list .caption {
  border-bottom: solid 1px #666;
  text-align: left;
  font-weight: bold;
}

table.data-table thead {
  display: none;
}

table.data-table td {
  padding: 1px 2px;
  vertical-align: top;
}

table.scores td {
  white-space: nowrap;
  overflow: hidden;
}

table.scores td.score {
  text-align: right;
  width: 2em;
}

table.op-table td {
  padding: 3px 2px;
}

table.op-table td.target {
  text-align: right;
  white-space: nowrap;
}

table.op-table .dupe {
  display: none;
}

table.op-table .crowd {
  font-size: smaller;
}

table.op-table .crowd .link {
  color: green;
  padding-left: 7em;
}

table.op-table .context {
  display: none;
}

table.op-table tr:hover {
  background: #f5f5f5;
}

table.op-table tr:hover .container {
  position: relative;
}

table.op-table tr.anonymous:hover {
  background: transparent;
}

table.op-table tr:hover td {
  position: relative;
}

table.op-table tr:hover .context {
  display: block;
  background: #ffa;
  border: solid 2px #333;
  padding: .3em;
  position: absolute;
  right: 2em;
}

table.op-table tr:hover .context .corner {
  position: absolute;
  width: 10px;
  height: 7px;
  top: -7px;
  right: 2em;
  background: url(context-corner.gif) no-repeat;
}

div.data-list ul {
  margin: 0;
  padding: 0;
}

div.data-list ul li {
  list-style-type: none;
  padding: 1px 2px;
  margin: 0;
}

.date {
  font-size: smaller;
}

span.date {
  color: #999;
}

span.sign {
  font-weight: bold;
  font-family: Courier;
}

.delta-1 {
  color: red;
}

.delta1 {
  color: green;
}

.user-image {
  text-decoration: none;
}

.user-image img {
  border: 0;
  vertical-align: bottom;
}

#intro-table,
#send-form {
  border-bottom: dotted 1px #ccc;
}

#send-form {
  padding: 1em;
  display: none;
}

#send-form h3 {
  margin-top: 0;
}

#send-form table {
  border-spacing: 0;
  border-collapse: collapse;
}

#send-form img {
  cursor: pointer;
}

#send-form td {
  padding: 0 0 0 0.25em;
  vertical-align: center;
}

#send-form #send-labels td {
  font-size: smaller;
  color: #999;
  padding-left: 0.5em;
}

#send-form #minusminus-cell {
  padding-left: 1px;
}

#send-form #send-plusplus.selected {
  background: green;
}

#send-form #send-minusminus.selected {
  background: red;
}

#intro-table .left-column {
  width: 30%;
}

#intro-table .right-column {
  width: 68%;
}

#home-columns {
  width: 98%;
}

#home-columns .op-table {
  width: 100%;
  margin-bottom: 1em;
}

.sentence {
  font-size: 120%;
  padding: 1em 1em 0.5em 1em;
}

.sentence .number {
  font-weight: bold;
}

.sentence p {
  margin: 0;
}

.sentence .user-image img {
  vertical-align: middle;
}

#friends-header {
  border-top: dotted 1px #ccc;
  margin: 0.5em 0 0 0;
  padding: 0em 1em 0 0;
  position: relative;
}

#friends-header h2 {
  margin: 0;
  background: #eee;
  padding: 0.25em;
  -moz-border-radius: 0 0 8px 0;
  -webkit-border-bottom-right-radius: 8px;
  float: left;
}

#friends-header .sentence {
  padding-top: 0;
  
  clear: both;
}

#friends-header .sentence a {
  color: #333;
}

.explanation {
  color: #999;
  font-size: 70%;
  font-weight: normal;
}

#friends-header a.user {
  display: none;
}

a.feed-link img {
  border: 0;
  vertical-align: bottom;
  padding-bottom: 1px;
}

