/* ------------------
 styling for the tables 
   ------------------   */


body
{
	line-height: 1.6em;
}

#results_table
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 45px;
	width: 480px;
	text-align: center;
	border-collapse: collapse;
	border: 1px solid #69c;
}

#results_table th
{
	padding: 12px 17px 12px 17px;
	font-weight: normal;
	font-size: 14px;
	color: #039;
	border-bottom: 1px dashed #69c;
}
#results_table th a:link
{
	text-decoration: none;
}
#results_table th a:hover
{
	text-decoration: underline;
}
#results_table th a:visited
{
	color: #039;
}
#results_table td
{
	padding: 7px 17px 7px 17px;
	color: #669;
}
#results_table tbody tr:hover td
{
	color: #339;
	background: #d0dafd;
}
#results_table tbody tr:hover a:link
{
	color: #339;
	background: #d0dafd;
}
#results_table tbody td:first-child
{
	font-size: 14px;
	font-style: italic;
	border-right: 1px dashed #69c;
}
#results_table tbody a:link
{
	text-decoration: none;
	color: #669;
}
#results_table tbody a:hover
{
	text-decoration: underline;;
}


#input_table
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 45px;
	width: 480px;
	text-align: center;
	border-collapse: collapse;
	border: 1px solid #69c;
}

#input_table th
{
	padding: 12px 17px 12px 17px;
	font-weight: normal;
	font-size: 14px;
	color: #039;
	border-bottom: 1px dashed #69c;
}
#input_table th a:link
{
	text-decoration: none;
}
#input_table th a:hover
{
	text-decoration: underline;
}
#input_table th a:visited
{
	color: #039;
}
#input_table td
{
	padding: 7px 17px 7px 17px;
	color: #669;
}
#input_table tbody tr:hover td
{
	color: #339;
	background: #d0dafd;
}
#input_table tbody tr:hover a:link
{
	color: #339;
	background: #d0dafd;
}
#input_table tbody td
{
	font-size: 14px;
	font-style: italic;
	border-right: 1px dashed #69c;
}
#input_table tbody td:last-child
{
}
#input_table tbody a:link
{
	text-decoration: none;
	color: #669;
}
#input_table tbody a:hover
{
	text-decoration: underline;;
}
#input_table_error a:link
{
	color: red;
}