.shoutboxs
{
 width: 100%;
 margin: 0 auto;
}

.shoutboxs tr.even
{
  background-color: #f3fafc;
}

.shoutboxs tr.odd
{
}

.shoutboxs tr:hover
{
  background-color: #fff;
}

.shoutboxs td
{
  padding: 2px;
  border-bottom: 1px dotted #999;
}

.shoutboxs td.position,
.shoutboxs td.location
{
  border-right: 1px dotted #999;
}

.shoutboxs .position
{
  padding: 0;
  color: #524F46;
  width: 60%;
}

.shoutboxs .position a
{
  padding: 12px 15px;
  display: block;
  text-decoration: none;
}

.shoutboxs .position a:hover
{
  text-decoration: underline;
}

.pagination_desc
{
  margin-left: 15px;
  margin-top: 10px;
  font-style: italic;
  color: #828f95;
}

.pagination_desc strong
{
  color: #176f94;
}

.pagination
{
  margin-top: 10px;
  float: right;
  margin-right: 10px;
  color: #176f94;
  font-size: 110%;
  font-weight: bold;
}

.pagination a
{
  margin: 0 1px;
  text-decoration: none;
  color: #828f95;
  font-size: 75%;
  vertical-align: 1px;
  font-weight: normal;
}

.pagination a:hover
{
  text-decoration: underline;
}

.pagination img
{
  vertical-align: -2px;
}

input.needsfilled, textarea.needsfilled
{
	border: 1px dotted red;
}