body a {
  text-decoration: none;
}
.clear {
  clear: both;
}
#main_layout {
  margin: auto;
}
#main_layout > tr > td {
  vertical-align: top;
}
td.leftnav {
  width: 170px;
  vertical-align: top;
}
.cell_display {
  margin: auto;
  display: inline-block;
  width: 734px;
}
.imagecell {
  width: 164px;
  height: 194px;
  position: relative;
  border: solid 1px black;
  margin: 5px 0px 5px 0px;
  padding: 5px;
  text-align: center;
  float: left;
  background-color: #FFFFFF;
}
.imagecell + .imagecell {
  margin-left: 10px;
}
.imagecell.tall {
  height: 210px;
  padding: 2px 5px;
}
.image_title {
  width: 164px;
  height: 184px;
  overflow: hidden;
}
#about_pbase .image_title img.thumbnail {
  border: solid 2px black;
  margin: 0px;
}
.timestamp {
  height: 14px;
  font-size: 10px;
  padding: 0px;
  margin: 0px;
}
.cell_title {
  font-size: 12px;
  line-height: $title_line_height\px;
  font-weight: bold;
  overflow: hidden;
  margin: 0px;
}
.artist {
  font-size: 12px;
  height: 14px;
  position: absolute;
  bottom: 1px;
  width: 164px;
  overflow: hidden;
}

#about_pbase {
  width: 776px;
}
#pbase_features {
  width: 776px;
}
.page {
  margin: auto;
  display: inline-block;
  padding: 0px 0px 10px 0px;
  position: relative;
}
.title {
  font-size: 24px;
  font-weight: bold;
}
.paging {
  width: 100%;
  position: relative;
}
.prev, .other_nav, .next {
  width: 33.3%;
  float: left;
}
.prev {
  text-align: left;
}
.other_nav {
  text-align: center;
}
.next {
  text-align: right;
}

#sidenav {
  display: inline-block;
  text-align: left;
  vertical-align: top;
  margin: 15px 5px 5px 5px;
  width: 160px;
}
#sidenav div.section {
  padding: 5px 0px;
  font-size: 12px;
  text-decoration: none;
}
#sidenav div.section.head {
  font-size: 16px;
  font-weight: bold;
}
#sidenav div.section * {
  text-decoration: none;
  vertical-align: middle
}
#sidenav div.section a:hover {
  text-decoration: underline;
  color: #4F628F;
}
#sidenav div.section .help {
  font-size: 10px;
  margin-left: 15px;
}
#sidenav div.section + div.section {
  border-top: solid 1px #CCCCCC;
}
#sidenav div.section p {
  margin: 0px;
  padding: 1px;
  padding-left: 15px;
}
#sidenav div.section p.selected {
  background: #CFD6E8;
  padding-top: 3px;
  padding-bottom: 3px;
}
#sidenav div.section input, #sidenav div.section select{
  margin-left: 15px;
  margin-top: 8px;
  border: 1px solid #A3A3A3;
}
#sidenav div.section p.l2 {
  background: none;
  padding-left: 30px;
}
#sidenav p.l2.selected {
  font-weight: bold;
}
#pb_loading {
  display: inline-block;
  height: 30px;
  width: 30px;
  background-image: url("https://ap1.pbase.com/site/pbloading_static.gif");
  background-repeat: no-repeat;
}
#pb_loading.loading {
  background-image: url("https://ap1.pbase.com/site/pbloading_on.gif");
}
#main_section {
  display: inline-block;
}
#about_pbase {
  display: inline-block;
}
#loading {
  display: block;
  position: absolute;
  background: #DDDDDD;
  opacity: 0.5;
  filter: alpha(opacity=50);
  width: 100%;
  height: 100%;
  text-align: center;
  vertical-align: middle;
  top: 0px;
  left: 0px;
  z-index: 3;
}
#loading.hide {
  display: none;
}

#allow_nsfw {
  float: right;
  font-size: 12px;
  line-height: 20px;
  vertical-align: bottom;
  cursor: pointer;
}

#expand_note {
  cursor: pointer;
}
#subnote {
  margin-top: 10px;
  padding: 0px 5px;
  text-align: left;
  font-size: 14px;
}
#subnote.hide {
  display: none;
}

#contextMenu {
  background: #FFFFFF;
  border: solid #000000 1px;
  color: #666666;
  width: 108px;
  padding: 2px;
  position: absolute;
  cursor: pointer;
}
#contextMenu.hide {
  display: none;
}
