/*
* CSS for forms
*/
form
{
  margin: 0px;
  padding: 0px;
}

.formLabel
{
  text-align: left;
  font-weight: bold;
  vertical-align: top;
}

.formDataLabel
{
  background-color: #eeeeee;
  border: solid 1px #cccccc;
  padding: 2px;
}


.textBox4
{
  width: 50px;
}

.textBox3 { width: 100px; }

.textBox1, .ddList1, .label1
{
  width: 190px;
  z-index: 0;
}

.textBox0
{
  width: 95%;
}

.ddList3
{
  width: 100px;
}

.ddList2
{
  width: 150px;
}

.ddList0
{
  width: 100%;
  font-family: Courier New;
}

.requiredField
{
  color: Red;
}

.lbSuppliers
{
  width: 200px;
  height:400px;
}

.lbGroupPrice, .lbSubCategory
{
  width: 205px;
  height: 140px;
}

.listBox0
{
  width: 100%;
  height: 140px;
  overflow: auto;
}

.dateLabel
{
  margin: 8px;
  padding: 8px;
  border: solid 1px #eeeeee;
}

.onSpecialList, .addOrderList
{
  padding-top: 5px;
  background-color: #eeeeee;
}

.block 
{
  padding: 5px;
  background-color: #eeeeee;
}
.buttonBlock
{
  padding: 5px;
  background-color: aliceblue;
}


.divErrorMessage
{
  background-color: Red;
  color: White;
  font-weight: bold;
  text-align: center;
}
.spanConfirmMessage
{
  background-color: #f79421;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  padding-left: 3px;
  padding-right: 3px;
  margin-bottom: 10px;
}

.wrapperTable
{
  width: 700px;
}

.divAddOrderPList, .divCart
{
  border: 1px solid aliceblue;
  width: 100%;
  height: 150px;
  overflow: auto;
  font-family: Courier New;
  background-color: White;
}

.tblAddOrderPList, .lbProduct, .tblCart
{
  width: 100%;
  font-family: Courier New;
}

.invisible { visibility: hidden; }
.lbProduct { font-family: Courier New; }
.tdCartItem { font-family: Courier New; }
.tdCheckCustomer { background-color: aliceblue; }
.tdAddSaveOrder { background-color: aliceblue; }
.imageButton { cursor: pointer; }

/* include and exclude items when product is pack order */
.includedItems { color: Blue; }
.excludedItems { color: Red; }
