a.trace:link,a.trace:active,a.trace:visited
{
	text-decoration: none;
	border-bottom: 1px dashed #126e3f;
}
a.trace:hover
{
	border: 0;
}

div.trace_container
{
	margin: 15px 0px 0px 10px;
}

table.trace_buttons
{
	width: 750px;
}
table.trace_buttons td
{
	padding-top: 10px;
}
table.trace_buttons td.trace_submit
{
	width: 150px;
}
table.trace_buttons td.trace_submit input
{
	width: 110px;

}
table.trace_buttons td.trace_xls input
{
	width: 110px;
} 
table.trace_buttons td.trace_clear
{
	width: 150px;
}
table.trace_buttons td.trace_clear input
{
	float: left;
	width: 110px;
}


table.trace_result
{
	background: white;
	border: 1px solid gray;
	margin: 15px 0px 0px 10px;
}
table.trace_result td,
table.trace_result th
{
	padding: 5px;
	border: 1px solid gray;
}
table.trace_result tr.trace_header
{
	font-weight: bold;
	color: black;
}
table.trace_result tr.trace_header th
{
	background: #f1f8f0;
}
table.trace_result tr.trace_first td
{
	border-top: 2px solid black;
}
table.trace_result td.wblnum
{
	font-weight: bold;
	color: #500000;
}
table.trace_result td.itemnum
{
	font-weight: bold;
	padding-left: 20px;
}

table.trace_visa_result
{
	background: white;
	border: 1px solid gray;
	margin: 5px 0px 0px 10px;
	width: 700px;
}
table.trace_visa_result td,
table.trace_visa_result th
{
	text-align: left;
	border: 1px solid gray;
	font-weight: normal;
	padding-bottom: 5px;
}
table.trace_visa_result th
{
	background: #f1f8f0;
}