/*Default settings for various elements*/
img {display: inline}
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	padding: 0px;
	margin: 3px 1px 3px 1px;
}
h1 {
	font-size: 22px;
}
h2 {
	font-size: 20px;
}
h3 {
	font-size: 18px;
}
h4 {
	font-size: 16px;
}
h5 {
	font-size: 14px;
}
h6 {
	font-size: 12px;
}
body, html, input {
 	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
sup {
	font-size: 11px;
}
p {
	padding: 0px;
	/* top right bottom left */
	margin: 3px 1px 3px 1px;
}
#sidebar p {
	/*indent lines other than the first*/
	text-indent: -.5em;
	margin-left: .5em;
}
#sidebar ul {
	margin: 0;
	padding: 0;
	/*text-indent: .5em;*/
	margin-left: 1em;
}
table {
	border-collapse: collapse;
	white-space: nowrap;
	width: 100%;
	margin: 5px;
	text-align: left;
	border-color: #999999;
	padding: 0px;
}
td, th{
	text-align: left;
	padding: 3px;
}
/* Custom classes */
.Error {
	font-weight: bold;
	color: #FF0000;
}
.currentNavPage {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

.CustDieTable {
	width: 99%;
}
.CustDieTable, .CustDieTable td, .CustDieTable th {
	border-width: 1px;
	border-color: black;
	border-style: solid;
	border-collapse: collapse;
}
.CustDieTable th {
	background: #dddddd;
	text-align: center;
}
.DieCatalog th {
	border-width: 1px;
	border-color: black;
	border-style: none none solid none;
}
/*The Cost Table Used for Aluminum Pricing*/
.CostTable {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
	width: 170px;
}
.CostTable td {
	border-width: 1px;
	border-color: #999999;
	border-style: dashed none;
}

.QuoteTable td {
	border-width: 1px;
	border-color: #999999;
	border-style: solid none;
}

.NoLines td {
	border-style: none;
}
.OverLine td {
	border-style: solid none none none;
}
.UnderLine td {
	border-style: none none solid none;
}
.UserInformationTable td {
	border-style: solid;
	border-width: 1px;
}
.LeadTimes td {
	padding: 0px;
	margin: 0px;
	border-width: 1px;
	border-color: #999999;
	border-style: solid;
	text-align: center;
}
.LeadTimes tr {
	margin: 3px 1px 3px 1px;
}
.LeadTimes th {
	border-width: 1px;
	border-color: #999999;
}
.LeadTimes {
	padding: 0px;
	margin: 0px;
	width: 35em;
}
.LeadTimesFinishHeader {
	border-style: solid none;
	text-align: right;
}
.LeadTimesPressHeader {
	border-style: none solid;
	text-align: center;
}

.CorrectiveActionTable td {
/*	border-style: solid;
	border-width: 1px;*/
	padding-left: 8em;
}

.banner {
	margin: 10px 0px 0px 0px;
}
/* -- SPECIFIC TAGS -- */
/* -- These tags will have this style w/o any mention of 'class=""' -- */
/* -- A -- */

/*A: LINK {
	color: #336666;
}

A: VISITED {
	color: #666666;
}
*/
.ReadOnly {
	background-color: #dcdcdc;
	color: #000000;
}

/*AutoSuggest Classes*/
.AutoSuggest {
	border-style: solid;
	border-color: #999999;
	border-width: 1px 0px 1px 0px;
	background: #FFFFFF;
	cursor: default;
}

.AutoSuggest div {
	border-style: solid;
	border-color: #999999;
	border-width: 0px 1px 0px 1px;
}

.AutoSuggestHighlight {
	background: #CCCCCC;
}

.InactivePart {
	color: #FF0000;
}

.InactiveDie {
	color: #FF00FF;
}

.RequiredField {
	font-weight: bold;
}

.PartDiff {
	color: #FF00FF;
}

#partCust {
	margin-left: 4em;
}
