.formtable, .formtable th, .formtable td, .formtable tr {
	border: 0px; margin-top: 10px; margin-bottom: 10px;
	background-color: #ffffff;
}

.pcbgrid { border-collapse: collapse; border: 1px solid #CCB; width: 100%; }
.pcbgrid th { padding: 5px; border: 1px solid #CCB; vertical-align: top; background: #E5E5E5; text-align: left; }
.pcbgrid td { padding: 5px; border: 0px; vertical-align: top; }
.pcbgrid tr, .pcbgrid td { border-bottom: 0px; border-top: 1px solid #CCB;}
.pcbgrid .subrow {border-top: 0px;}
.pcbgrid .subrowCell {border-top: 0px;}
.priceoptions, .priceoptions tr, .priceoptions td { border: 0; padding: 0; margin:0; background-color: transparent;}
/* EditableGrid styles */
td.number {text-align: right; padding-right: 5px; white-space: nowrap;}
td.boolean {text-align: center;}
th.boolean {text-align: center;}

.pcbgrid * {font-size: 12px;}

.orderBtn, .orderBtn:link, .orderBtn:visited
{
  display: inline-block;
  color: #ffffff;
  background-color: #00cc00;
  font-weight: bold;
  font-size: 14px;
  text-align: center;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 4px;
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-width: 1px;
  border-style: solid;
  border-color: #8ac007;
  border-radius: 15px;
}
.orderBtn:hover, .orderBtn:active
{
  background-color: #008000;
  cursor: pointer;
}

.smartOrderBtn, .smartOrderBtn:link, .smartOrderBtn:visited
{
  display: inline-block;
  color: black; /*#005000;*/
  text-shadow: 0px 1px 0px rgba(255,255,255,.5);
  background-color: darkgreen;
  background: linear-gradient(to bottom right, lime, #007000);
  font-weight: bold;
  font-size: 14px;
  text-align: center;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 4px;
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-width: 1px;
  border-style: solid;
  border-color: darkgreen;
  border-radius: 15px;
}
.smartOrderBtn:hover, .smartOrderBtn:active
{
  background-color: #009000;
  background: linear-gradient(to top left, lime, #007000);
  text-shadow: 0px -1px 0px rgba(255,255,255,.5);
  cursor: pointer;
}

.yellowTagLabel
{
	 background-color: #DFB429;
	 border-radius: 2px;
	 color: #FFF;
	 display: inline-block;
	 font-size: 12px;
	 padding: 0px 2px;
	 line-height: 14px;
	 vertical-align: baseline;
}

button:disabled {background: #cccccc; border-color: #cccccc}

.helpicon
{
	width: 16px;
	height: 16px;
	display: inline-block;
	vertical-align: top;
	margin-left: 5px !important;
	cursor: pointer;
}

.nohelpicon
{
	width: 16px;
	height: 16px;
	display: inline-block;
	vertical-align: top;
	margin-left: 5px !important;
}

.estimate
{
	font-size: 75%;
	cursor: pointer;
}

.priceListAd > td
{
	background: lightgray;
	padding-top: 20px;
}

.priceListAd > td:first-child
{
	background-image: url('../images/priceadlabel.png');
	background-repeat: no-repeat;
	background-position: left top;
}

.priceListAda > td
{
	background: lightgray;
}

.pcbgrid .pcbShippingColumn
{
   padding-right: 0px;
}

.priceoptions
{
   width: 100%;
}

.priceoptions tr
{
   border-bottom: 1px dotted black;
}


.pcbgrid .pcbDaysColumn
{
   padding-left: 2px;
}
