/* Style Sheet for Parts */
/* $Id: parts.css 44 2006-01-15 14:46:28Z peadar $ */

/* Overall Table Layout */
table.partstable
{
	border: thin solid black;
}

/* Heading Layout */
td.pth
{
	font-family: verdana, arial, sans-serif;
	font-weight: bold;
	font-size: 10pt;
	background: #999999;
	color: #000000;
	border: 1px;
	border-color: #000000;
}

/* Name Style */
td.ptdn
{
	font-size: 10pt;
	font-family: verdana, arial, sans-serif;
	background: #ffffff;
	color: #000000;
	border: thin solid gray;
}

/* Quantity Style */
td.ptdq
{
	font-size: 10pt;
	font-family: verdana, arial, sans-serif;
	background: #ffffff;
	color: #000000;
	border: thin solid gray;
	text-align: center;
}

/* Picture Style */
td.ptdp
{
	font-size: 10pt;
	font-family: verdana, arial, sans-serif;
	background: #ffffff;
	color: #000000;
	border: thin solid gray;
	text-align: center;
}

/* Location Style */
td.ptdl
{
	font-size: 10pt;
	font-family: verdana, arial, sans-serif;
	background: #ffffff;
	color: #000000;
	border: thin solid gray;
	text-align: center;
}

/* Comment Style */
td.ptdc
{
	font-size: 10pt;
	font-family: verdana, arial, sans-serif;
	background: #ffffff;
	color: #000000;
	border: thin solid gray;
}

