
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: #6d6d6d;
  font-size: 8px;
}

#Container
{
  margin: 0px auto;
  width: 1260px;
  
}
#ContainerIn
{
    min-width: 1080px;
    float:left;
}

#toolbar
{
  float:right;
  text-align: center;
  min-width: 170px;
}

div.pagination
{
   font-size: 36px;
}

div.pagination a
{
   /*font-size: 36px;*/
}


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: center;
  padding: 2px 6px 2px 6px;
  color: #fff;
}

table#list th a
{
  color: #fff;
}

table#list tr
{
}
table#list tr.headline
{
  border-bottom: 3px double #dcc3c3;
  background-color: #a00004;
}

table#list td
{
  font-size: 11px;
  border-color: #ddd;
  border-right-width: 1px;
  border-right-style: solid;
  padding: 3px 6px 3px 6px;
  border-bottom: 1px solid #dcc3c3;
  text-align: right;
  color: #333;
}
table#list td:hover
{
  color: #000;
}

table#list td.percent
{
  color: #6d6d6d;
  font-size: 8px;
  width: 40px;
  text-align: center;
}

table#list td.mainField
{
  text-align: left;
}

table#list td.value
{
  border-left: 3px double #dcc3c3;
  width: 65px;
}

table#list td.valueSmall
{
  border-left: 3px double #dcc3c3;
  width: 50px;
}

/*table#list td.mainField a
{
  text-decoration: underline;
}*/

table#list tr.normal
{
  background-color: #f9f5f5;
}
table#list tr.normal:hover
{
  background-color: #ffffff;
  font-weight: bold;
}

table#list tr.alternating
{
  background-color: #efe5e5;
}
table#list tr.alternating:hover
{
  background-color: #ffffff;
  font-weight: bold;
}

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.title
{
  text-align: left;
}

table#list th.posts
{
  width: 40px;
  border-left: 3px double #dcc3c3;
}

table#list th.picnum
{
  width: 50px;
  border-left: 3px double #dcc3c3;
}
table#list th.size
{
  width: 70px;
  border-left: 3px double #dcc3c3;
}
table#list th.views
{
  width: 70px;
  border-left: 3px double #dcc3c3;
}
table#list th.clicks
{
  width: 70px;
  border-left: 3px double #dcc3c3;
}
table#list th.lastUploaded
{
  width: 125px;
  border-left: 3px double #dcc3c3;
}
table#list td.lastUploaded
{
  width: 90px;
  border-left: 3px double #dcc3c3;
}
table#list th.rank
{
  width: 45px;
  border-left: 3px double #dcc3c3;
}

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

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


