.list_table table
{
	font-family:arial,helvetica,verdana;
  background: #ffffff;
  border-collapse: collapse;
 	font-weight:none;
	width: 660px;
	font-size: 0.8em;
}

.list_table td
{
	padding: 0.8em 0em 0.7em 0.6em;
	border: 0;
	vertical-align:top;
}

.list_table th
{
  background: #ffffff;
	color: #777;
 	font-weight:bold;
	padding: 0.2em 0em 0.3em 0.6em;
	border: 0;
}

.special_tr
{
  background: #eeeeee;
	border-bottom: 1px solid #ffffff;
}
