table.primary {
	font-size: 13px;
	font-family: arial, sans-serif;
	width: 55em;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 25px;
	table-layout: auto;
	border-style: solid;
	border-collapse: collapse;
	border-color: #777777;
	border-width: 5px;
	border-style: double;
	}

table.primary th {
	border-width: 1px;
	padding: 1px;
	border-style: solid;
	border-color: #777777;
	height: 2em;
	width: 20%;
	text-align: left;
	text-indent: 0.2cm;
	}

table.primary th.title {
	border-width: 1px;
	padding: 1px;
	border-style: solid;
	border-color: #777777;
	background-color: black;
	color: white;
	height: 2em;
	padding: 2px;
	text-align: center;
	font-weight: bold;
	}

table.primary td {
	border-style:solid;
	border-width: 1px;
	border-color: #777777;
	padding: 2px;
	height: 2em;
	width: 20%;
	text-align: center;
	color: #707580;
	}

/* Alternate colors used for order tracking table to differentiate between RIs, RAs, Parts Orders & misc. */
table.primary tr.alt {
	background-color: #C0C0C0;
	}
	
table.primary tr.alt2 {
	background-color: #D0D0D3;
	}
	
table.primary tr.alt3 {
	background-color: #E0E0EA;
	}
	
table.primary tr.alt4 {
	background-color: #DCDCDC;
	}