﻿.orderTable
{
  text-align: center;
}
/*Intestazione della tabella ordini*/
.tableHeader
{
  background: #8eb8c6;
  color: #165569;
  font-weight: bold;
  text-align: center;
}

.modelSetting
{
  width: 63px;
}

.descriptionSetting
{
  width: 276px;
}

.colorSetting
{
  width: 63px;
}

.qtySetting
{
  width: 62px;
}

.priceSetting
{
  width: 106px;
}

.totalPriceSetting
{
  width: 129px;
}

/*Corpo della tabella ordini*/
.tableBody
{
  color: #165569;
}

.modelSettingInternal
{
  background-color: #cfdee3;
  width: 63px;
  vertical-align: top;
  text-align: center;
  font-weight: bold;
  padding-top: 12px;
}

.descriptionSettingInternal
{
  background-color: #cfdee3;
  text-align: left;
  width: 167px;
  vertical-align: bottom;
  padding-bottom: 12px;
  padding-top: 6px;
  padding-left: 99px;
  padding-right: 10px;
}

.colorSettingInternal
{
  background-color: #cfdee3;
  width: 63px;
  text-align: center;
  vertical-align: bottom;
  padding-bottom: 12px;
  padding-top: 6px;
}
.qtySettingInternal
{
  background-color: #cfdee3;
  width: 62px;
  text-align: center;
  vertical-align: bottom;
  padding-bottom: 12px;
  padding-top: 6px;
}

.priceSettingInternal
{
  background-color: #cfdee3;
  width: 90px;
  text-align: right;
  vertical-align: bottom;
  padding-bottom: 12px;
  padding-top: 6px;
  padding-right: 16px;
}

.totalPriceSettingInternal
{
  background-color: #cfdee3;
  width: 115px;
  text-align: right;
  vertical-align: bottom;
  padding-bottom: 12px;
  padding-top: 6px;
  padding-right: 16px;
}




/*Totale ordine e sconto */

.totalSetting
{
  background: #8eb8c6;
  color: #165569;
  font-weight: bold;
  text-align: left;
  padding-left: 18px;
}

.discountSetting
{
  color: #165569;
  font-weight: bold;
  text-align: left;
  padding-left: 18px;
  padding-top: 6px;
  background: url(/images/pattern_sconto.jpg) repeat;
}

.finalTotalSetting
{
  background: #8eb8c6;
  color: #165569;
  font-weight: bold;
  text-align: left;
  padding-left: 18px;
  padding-top: 6px;
}

.totalSettingAmount
{
  background: #8eb8c6;
  color: #165569;
  font-weight: bold;
  text-align: right;
  padding-right: 15px;
  padding-top: 6px;
}

.discountSettingAmount
{
  color: #165569;
  font-weight: bold;
  text-align: right;
  padding-right: 15px;
  padding-top: 6px;
  background: url(/images/pattern_sconto.jpg) repeat;
}

.finalTotalSettingAmount
{
  background: #8eb8c6;
  color: #165569;
  font-weight: bold;
  text-align: right;
  padding-right: 15px;
  padding-top: 6px;
}




/*Riga bianca un po' più alta*/
.emptyRow 
{
  padding-top: 0px;
  background: #ffffff;
}


/*Riepilogo ordine nella richiesta di preventivo*/

.preemptionModelSettingInternal
{
  width: 65px;
  background-color: #cfdee3;
  vertical-align: top;
  text-align: center;
  font-weight: bold;
  padding-top: 12px;
}

.preemptionDescriptionSettingInternal
{
  width: 343px;
  background-color: #cfdee3;
  text-align: left;
  vertical-align: bottom;
  padding-bottom: 12px;
  padding-top: 6px;
  padding-left: 102px;
  padding-right: 10px;
}

.preemptionColorSettingInternal
{
  width: 102px;
  background-color: #cfdee3;
  text-align: center;
  vertical-align: bottom;
  padding-bottom: 12px;
  padding-top: 6px;
}

.preemptionQtySettingInternal
{
  width: 95px;
  text-align: center;
  background-color: #cfdee3;
  text-align: center;
  vertical-align: bottom;
  padding-bottom: 12px;
  padding-top: 6px;
}


tr.tableHeader
{
  margin:0px;
  padding:0px;
}

img.imgButtonFooterLeft
{
  margin:0px;
  padding:0px;
}
img.imgButtonFooterRight
{
  margin:0px;
  padding:0px;
}


