body {
    padding-top: 60px;
    /* 60px to make the container go all the way to the bottom of the topbar */
    
}

.ad336x280 {
    margin-right: 10px;
    width: 336px;
    height: 280px;    
}


.thread-message {
  -ms-word-break: break-all;
  word-break: break-all;

  /* Non standard for webkit */
  word-break: break-word;

  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}


.inactive {
    opacity: 0.2;
}

.hand {
    cursor: pointer;
}

.vote-container
{
    font-weight: bold;
    color: #CA0000;
}

.vote-1 {
    color:#444;
}

.vote-2 {
    color:#666;
}

.vote-3 {
    color:#888;
}

.vote-4 {
    color:#999;
}

.vote-5 {
    color:#AAA;
}

.vote-6 {
    color:#BBB;
}

.vote-7 {
    color:#CCC;
}

.vote3 .vote4 {
    color:#222;
}

.vote5 {
    color:#111;
}

.vote6 {
    color: #000;
}

.dateCellMinWidth {
	min-width: 130px;
}

/*
.navbar {
  background-image: url("../images/nzgeek1.png");
  background-repeat: no-repeat;
  background-position: right top;
}

*/