html {
    overflow-y: scroll;
}

body, input {
	background-color: #FFFFFF;
	font-family: 'Inconsolata', cursive;
}

input {
  padding: 3px; }

input.search {
    background-color: #E6E6E6;
    width: 150px;
}

textarea {
  width: 600px;
  height: 150px; }

#container {
    width: auto;
    margin-left: auto;
    margin-right: auto;
    padding-right: 50px;
}

#header, #content, #links {
  width: auto;
  padding: 5px;
  margin: 15px;
  padding-left: 5px;
}

#header {
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 0;
    //background-color: #FFCC33;
}

#links {
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 0;
    margin-bottom: 0;
    background-color: #E0E0E0;
}

#rfloat {
    width: 450px;
    display: none;
    position: absolute;
    right: 200px;
    border: 0;
    border-left: 1px solid #000000;
    padding-left: 10px;
}

.arow {
    width: 725px;
    height: 25px;
    clear: both; 
}

.arow:nth-child(odd) {
    background-color: #e0e0e0;
}
.arow:nth-child(even) {
    background-color: #fff;
}

.aclr {
    font-size: 0px;
    line-height: 0px;
    clear: both; 
}

.acol {
    text-align: center;
    float: left;
    padding-top: 5px;
    padding-bottom: 5px;
}

.acol_id, .acol_up {
    width: 50px;
}
.acol_status {
    width: 150px;
}
.acol_date {
    width: 200px;
}
.acol_ip {
    width: 250px;
}

.lcol {
    text-align: left;
}

.quotehead {
    background-color: #E0E0E0;
    float:left;
    height:24px;
}

.quote {
	margin: 0px;
}

.hquote {
  margin: 0px;
}

a {
  text-decoration: none; }

a:hover {
  text-decoration: underline; }

a:visited {
  color: #00f; }

.huge {
  font-size: xx-large;
  font-weight: bold; }

a.black {
  text-decoration: none;
  color: #000000;
  font-family: 'Kameron', serif;
  }

a.up {
  color: green;
  font-weight: bold;
  font-size: 14pt; }

.hide {
  display: none; }

input.qid {
  width: 50px; }

p.np {
  /* LOL */
  padding: 0;
  margin: 0; }
