#pgsPartSearch
{
	position:absolute;
	top: 100px;
	left: 235px;
	background-color:white;
	border:solid 1px black;
	height:75px;
	width:225px;
	text-align:center;
	padding-top:10px;
	font-size:large;
	font-weight:bold;
	color:red;
	z-index:10000;
}
body,tbody,td
{
	font-family: Arial,Helvetica,sans-serif;
	font-size: 10pt;
	font-weight: normal
}
td
{
	padding-right: 5px;
}
td.cls_summary
{
	width: 150px;
}
td.cls_pager
{
	width: 35px;
}
th
{
	border-bottom:solid 1pt black;
	vertical-align:bottom;
	background-color:#909090;
	color:#FFFFFF;
}
#tblDocList
{
	width:700px;
}
th.cls_docid
{
	width: 75px;
}
th.cls_pname
{
	width: 290px;
}
th.cls_vendor
{
	width: 260px;
}
th.cls_date
{
	width: 75px;
}
tr.even
{
	background-color:#D0D0D0;
}
a
{
	font-weight:bold;
	text-decoration:none;
}
a:hover
{
	text-decoration:underline
}
p
{
	margin-top:0;
	margin-bottom:3pt;
}
select
{
	width:220px;
}
.cls_error 
{
	font-weight:bold;
	color:Red;
}
