
div#info
{
  background-color: #f0f0f0;
  border: 1px dotted #bbb;
  color: #666;
  min-width: 770px;
  margin-bottom: 25px;
  padding: 15px;
}

div#info ul
{
  margin: 0px;
  *margin-left: 40px;
}

div#info .lighter
{
  color: #888;
}

div#showInfo
{
  font-size: 10px;
}

.lighter
{
  color: #868686;
  font-size: 8px;
}

#Container
{
  margin: 0px auto;
  width: 99%;
}

table
{
  margin: 0px auto;
  width: 100%;
  min-width: 800px;
  border-collapse: collapse;
}

table#nav
{
  margin-top: 10px;
}

table#nav tr
{
  border: 0px;
}

table#list th
{
  font-size: 11px;
  text-align: left;
  padding: 2px 6px 2px 6px;
}
table#list tr
{
}
table#list tr.headline
{
  border-bottom: 2px solid #cecfd1;
  background-color: #e9eaea;
}

table#list td
{
  font-size: 11px;
  border-right: 1px solid #ebebeb;
  padding: 3px 6px 3px 6px;
  border-bottom: 1px dotted #e9eaea;
}

table#list td .mainField a
{
  color: #000000;
}

table#list tr.normal
{
  background-color: #fafafa;
}
table#list tr.normal:hover
{
  background-color: #ffffff;
}

table#list tr.alternating
{
  background-color: #f6f6f6;
}
table#list tr.alternating:hover
{
  background-color: #ffffff;
}

table#list tr.first
{
  border-bottom: 3px solid #dac133;
}
table#list tr.first a
{
  color: #000000;
}
table#list tr.first:hover
{
  background-color: #ffffff;
}

table#list tr.second
{
  background-color: #f1f1ed;
}
table#list tr.second a
{
  color: #000000;
}
table#list tr.second:hover
{
  background-color: #ffffff;
}

table#list tr.third
{
  background-color: #f3e3d4;
}
table#list tr.third a
{
  color: #000000;
}
table#list tr.third:hover
{
  background-color: #ffffff;
}

table#list th.nuid
{
  width: 10px;
}
table#list td.nuid
{
  *width: 10px;
}

table#list th.posts
{
  width: 60px;
}
table#list th.picnum
{
  width: 80px;
}
table#list th.size
{
  width: 110px;
}
table#list th.views
{
  width: 100px;
}
table#list th.clicks
{
  width: 50px;
}
table#list th.lastUploaded
{
  width: 115px;
}
table#list th.rank
{
  width: 40px;
}

table td.alignRight
{
  text-align: right;
}

table td.alignCenter
{
  text-align: center;
}

