﻿/* Allocations */
/********************************************************/
.fieldSetCRMAAllocations, .fieldSetPOAllocations, .fieldSetSOAllocations, .fieldSetSRMAAllocations, .fieldSetGIAllocations {
	border-color: #81dcd1;
}
/* Received Lines */
/********************************************************/
.fieldSetCRMAReceived {
	border-color: #f4d165;
}
/* Shipped Lines */
/********************************************************/
.fieldSetSOShipped, .fieldSetSOShippingLines, .fieldSetInvoiceShipped, .fieldSetGIShippingLines {
	border-color: #d5cc91;
}

/* Invoices */
/********************************************************/
.fieldSetInvoiceLineDeletions {
	border-color: #000000;
}

/* Stock */
/********************************************************/
.fieldSetSourcingStock {
	border-color: #cc6666;
	background-color: #db9494;
}
.fieldSetSourcingStock table.dataTable th, .fieldSetSourcingStock table.dataTable th div.doubleHeaderTop {
	background-color: #cc6666;
	border-color: #db9494;
	border-bottom-color: #ae5757;
	color: #703838;
}
.fieldSetSourcingStock table.dataTable tr:hover td {
	background-color:#e6b4b4;
}
.fieldSetSourcingStock .noData {
	color: #ae5757;
}
.fieldSetSourcingStock table.dataTable td {
	border-color: #ae5757;
}
.fieldSetSourcingStock .fieldSetButtons {
	border-color: #cc6666;
}
.fieldSetSourcingStock .fieldSetLegend {
	border-color: #cc6666;
}
.fieldSetSourcingStock .dataTableHeader {
	background-color: #cc6666;
}
.fieldSetSourcingStock .dataTableOuter {
	border-style: none;
	background-color: transparent;
}
.fieldSetSourcingStock .fieldSetContentLoading {
	color: #703838;
	background-image: url(images/sourcing/loading/stock.gif);
}
.fieldSetSourcingStock .nubButton {
	background-image: url(images/nubs/stock.gif);
}

/* Trusted */
/********************************************************/
.fieldSetSourcingTrusted {
	border-color: #e5b82e;
	background-color: #edcd6d;
}
.fieldSetSourcingTrusted table.dataTable th, .fieldSetSourcingTrusted table.dataTable th div.doubleHeaderTop {
	background-color: #e5b82e;
	border-color: #edcd6d;
	border-bottom-color: #c39d27;
	color: #7e6519;
}
.fieldSetSourcingTrusted table.dataTable tr:hover td {
	background-color:#f2dc99;
}
.fieldSetSourcingTrusted table.dataTable tr.selected td {
	background-color:#000066;
}
.fieldSetSourcingTrusted .noData {
	color: #c39d27;
}
.fieldSetSourcingTrusted table.dataTable td {
	border-color: #c39d27;
}
.fieldSetSourcingTrusted .fieldSetButtons {
	border-color: #e5b82e;
}
.fieldSetSourcingTrusted .fieldSetLegend {
	border-color: #e5b82e;
}
.fieldSetSourcingTrusted .dataTableHeader {
	background-color: #e5b82e;
}
.fieldSetSourcingTrusted .dataTableOuter {
	border-style: none;
	background-color: transparent;
}
.fieldSetSourcingTrusted .fieldSetContentLoading {
	color: #7e6519;
	background-image: url(images/sourcing/loading/trusted.gif);
}
.fieldSetSourcingTrusted .nubButton {
	background-image: url(images/nubs/trusted.gif);
}
.fieldSetSourcingTrusted .fieldSetButtons .iconButton {
	color: #7e6519;
}
.fieldSetSourcingTrusted .fieldSetButtons .iconButton_Nugget_Disabled {
	color: #c39d27;
}
.fieldSetSourcingTrusted .iconButton_Nugget_EditOffer {
	background-image: url(images/buttons/sourcing/trusted_edit.gif);
}
.fieldSetSourcingTrusted .iconButton_Nugget_EditOffer_Disabled {
	background-image: url(images/buttons/sourcing/trusted_edit_x.gif);
}
.fieldSetSourcingTrusted .iconButton_Nugget_AddToRequirement {
	background-image: url(images/buttons/sourcing/trusted_add.gif);
}
.fieldSetSourcingTrusted .iconButton_Nugget_AddToRequirement_Disabled {
	background-image: url(images/buttons/sourcing/trusted_add_x.gif);
}
.fieldSetSourcingTrusted .iconButton_Nugget_RequestForQuote {
	background-image: url(images/buttons/sourcing/trusted_rfq.gif);
}
.fieldSetSourcingTrusted .iconButton_Nugget_RequestForQuote_Disabled {
	background-image: url(images/buttons/sourcing/trusted_rfq_x.gif);
}

/* Offers */
/********************************************************/
.fieldSetSourcingOffers {
	border-color: #739fe5;
	background-color: #9dbced;
}
.fieldSetSourcingOffers table.dataTable th, .fieldSetSourcingOffers table.dataTable th div.doubleHeaderTop {
	background-color: #739fe5;
	border-color: #9dbced;
	border-bottom-color: #6287c3;
	color: #3f577e;
}
.fieldSetSourcingOffers table.dataTable tr:hover td {
	background-color:#bbd0f2;
}
.fieldSetSourcingOffers table.dataTable tr.selected td {
	background-color:#000066;
}
.fieldSetSourcingOffers .noData {
	color: #6287c3;
}
.fieldSetSourcingOffers table.dataTable td {
	border-color: #6287c3;
}
.fieldSetSourcingOffers .fieldSetButtons {
	border-color: #739fe5;
}
.fieldSetSourcingOffers .fieldSetLegend {
	border-color: #739fe5;
}
.fieldSetSourcingOffers .dataTableHeader {
	background-color: #739fe5;
}
.fieldSetSourcingOffers .dataTableOuter {
	border-style: none;
	background-color: transparent;
}
.fieldSetSourcingOffers .fieldSetContentLoading {
	color: #3f577e;
	background-image: url(images/sourcing/loading/offers.gif);
}
.fieldSetSourcingOffers .nubButton {
	background-image: url(images/nubs/offers.gif);
}
.fieldSetSourcingOffers .fieldSetButtons .iconButton {
	color: #3f577e;
}
.fieldSetSourcingOffers .fieldSetButtons .iconButton_Nugget_Disabled {
	color: #6287c3;
}
.fieldSetSourcingOffers .iconButton_Nugget_EditOffer {
	background-image: url(images/buttons/sourcing/offers_edit.gif);
}
.fieldSetSourcingOffers .iconButton_Nugget_EditOffer_Disabled {
	background-image: url(images/buttons/sourcing/offers_edit_x.gif);
}
.fieldSetSourcingOffers .iconButton_Nugget_AddToRequirement {
	background-image: url(images/buttons/sourcing/offers_add.gif);
}
.fieldSetSourcingOffers .iconButton_Nugget_AddToRequirement_Disabled {
	background-image: url(images/buttons/sourcing/offers_add_x.gif);
}
.fieldSetSourcingOffers .iconButton_Nugget_RequestForQuote {
	background-image: url(images/buttons/sourcing/offers_rfq.gif);
}
.fieldSetSourcingOffers .iconButton_Nugget_RequestForQuote_Disabled {
	background-image: url(images/buttons/sourcing/offers_rfq_x.gif);
}

/* History */
/********************************************************/
.fieldSetSourcingHistory {
	border-color: #bfacac;
	background-color: #d2c5c5;
}
.fieldSetSourcingHistory table.dataTable th, .fieldSetSourcingHistory table.dataTable th div.doubleHeaderTop {
	background-color: #bfacac;
	border-color: #d2c5c5;
	border-bottom-color: #a39292;
	color: #695e5e;
}
.fieldSetSourcingHistory table.dataTable tr:hover td {
	background-color:#e0d7d7;
}
.fieldSetSourcingHistory table.dataTable tr.selected td {
	background-color:#000066;
}
.fieldSetSourcingHistory .noData {
	color: #a39292;
}
.fieldSetSourcingHistory table.dataTable td {
	border-color: #a39292;
}
.fieldSetSourcingHistory .fieldSetButtons {
	border-color: #bfacac;
}
.fieldSetSourcingHistory .fieldSetLegend {
	border-color: #bfacac;
}
.fieldSetSourcingHistory .dataTableHeader {
	background-color: #bfacac;
}
.fieldSetSourcingHistory .dataTableOuter {
	border-style: none;
	background-color: transparent;
}
.fieldSetSourcingHistory .fieldSetContentLoading {
	color: #695e5e;
	background-image: url(images/sourcing/loading/history.gif);
}
.fieldSetSourcingHistory .nubButton {
	background-image: url(images/nubs/history.gif);
}
.fieldSetSourcingHistory .fieldSetButtons .iconButton {
	color: #695e5e;
}
.fieldSetSourcingHistory .fieldSetButtons .iconButton_Nugget_Disabled {
	color: #a39292;
}
.fieldSetSourcingHistory .iconButton_Nugget_EditOffer {
	background-image: url(images/buttons/sourcing/history_edit.gif);
}
.fieldSetSourcingHistory .iconButton_Nugget_EditOffer_Disabled {
	background-image: url(images/buttons/sourcing/history_edit_x.gif);
}
.fieldSetSourcingHistory .iconButton_Nugget_AddToRequirement {
	background-image: url(images/buttons/sourcing/history_add.gif);
}
.fieldSetSourcingHistory .iconButton_Nugget_AddToRequirement_Disabled {
	background-image: url(images/buttons/sourcing/history_add_x.gif);
}
.fieldSetSourcingHistory .iconButton_Nugget_RequestForQuote {
	background-image: url(images/buttons/sourcing/history_rfq.gif);
}
.fieldSetSourcingHistory .iconButton_Nugget_RequestForQuote_Disabled {
	background-image: url(images/buttons/sourcing/history_rfq_x.gif);
}

/* CustomerRequirements */
/********************************************************/
.fieldSetSourcingCustomerRequirements {
	border-color: #37daae;
	background-color: #73e5c6;
}
.fieldSetSourcingCustomerRequirements table.dataTable th, .fieldSetSourcingCustomerRequirements table.dataTable th div.doubleHeaderTop {
	background-color: #37daae;
	border-color: #73e5c6;
	border-bottom-color: #2fba94;
	color: #1e7860;
}
.fieldSetSourcingCustomerRequirements table.dataTable tr:hover td {
	background-color:#9dedd7;
}
.fieldSetSourcingCustomerRequirements .noData {
	color: #2fba94;
}
.fieldSetSourcingCustomerRequirements table.dataTable td {
	border-color: #2fba94;
}
.fieldSetSourcingCustomerRequirements .fieldSetButtons {
	border-color: #37daae;
}
.fieldSetSourcingCustomerRequirements .fieldSetLegend {
	border-color: #37daae;
}
.fieldSetSourcingCustomerRequirements .dataTableHeader {
	background-color: #37daae;
}
.fieldSetSourcingCustomerRequirements .dataTableOuter {
	border-style: none;
	background-color: transparent;
}
.fieldSetSourcingCustomerRequirements .fieldSetContentLoading {
	color: #1e7860;
	background-image: url(images/sourcing/loading/creqs.gif);
}
.fieldSetSourcingCustomerRequirements .nubButton {
	background-image: url(images/nubs/creqs.gif);
}

/* Quotes */
/********************************************************/
.fieldSetSourcingQuotes {
	border-color: #66bbcc;
	background-color: #94d0db;
}
.fieldSetSourcingQuotes table.dataTable th, .fieldSetSourcingQuotes table.dataTable th div.doubleHeaderTop {
	background-color: #66bbcc;
	border-color: #94d0db;
	border-bottom-color: #579fae;
	color: #386770;
}
.fieldSetSourcingQuotes table.dataTable tr:hover td {
	background-color:#b4dee6;
}
.fieldSetSourcingQuotes .noData {
	color: #579fae;
}
.fieldSetSourcingQuotes table.dataTable td {
	border-color: #579fae;
}
.fieldSetSourcingQuotes .fieldSetButtons {
	border-color: #66bbcc;
}
.fieldSetSourcingQuotes .fieldSetLegend {
	border-color: #66bbcc;
}
.fieldSetSourcingQuotes .dataTableHeader {
	background-color: #66bbcc;
}
.fieldSetSourcingQuotes .dataTableOuter {
	border-style: none;
	background-color: transparent;
}
.fieldSetSourcingQuotes .fieldSetContentLoading {
	color: #386770;
	background-image: url(images/sourcing/loading/quotes.gif);
}
.fieldSetSourcingQuotes .nubButton {
	background-image: url(images/nubs/quotes.gif);
}

/* Sales */
/********************************************************/
.fieldSetSourcingSales {
	border-color: #d5cc91;
	background-color: #e2dbb2;
}
.fieldSetSourcingSales table.dataTable th, .fieldSetSourcingSales table.dataTable th div.doubleHeaderTop {
	background-color: #d5cc91;
	border-color: #e2dbb2;
	border-bottom-color: #b5ae7b;
	color: #757050;
}
.fieldSetSourcingSales table.dataTable tr:hover td {
	background-color:#ebe6c9;
}
.fieldSetSourcingSales .noData {
	color: #b5ae7b;
}
.fieldSetSourcingSales table.dataTable td {
	border-color: #b5ae7b;
}
.fieldSetSourcingSales .fieldSetButtons {
	border-color: #d5cc91;
}
.fieldSetSourcingSales .fieldSetLegend {
	border-color: #d5cc91;
}
.fieldSetSourcingSales .dataTableHeader {
	background-color: #d5cc91;
}
.fieldSetSourcingSales .dataTableOuter {
	border-style: none;
	background-color: transparent;
}
.fieldSetSourcingSales .fieldSetContentLoading {
	color: #757050;
	background-image: url(images/sourcing/loading/sales.gif);
}
.fieldSetSourcingSales .nubButton {
	background-image: url(images/nubs/sales.gif);
}

/* Purchases */
/********************************************************/
.fieldSetSourcingPurchases {
	border-color: #b4ccbe;
	background-color: #cbdbd2;
}
.fieldSetSourcingPurchases table.dataTable th, .fieldSetSourcingPurchases table.dataTable th div.doubleHeaderTop {
	background-color: #b4ccbe;
	border-color: #cbdbd2;
	border-bottom-color: #99aea2;
	color: #637068;
}
.fieldSetSourcingPurchases table.dataTable tr:hover td {
	background-color:#dbe6e0;
}
.fieldSetSourcingPurchases .noData {
	color: #99aea2;
}
.fieldSetSourcingPurchases table.dataTable td {
	border-color: #99aea2;
}
.fieldSetSourcingPurchases .fieldSetButtons {
	border-color: #b4ccbe;
}
.fieldSetSourcingPurchases .fieldSetLegend {
	border-color: #b4ccbe;
}
.fieldSetSourcingPurchases .dataTableHeader {
	background-color: #b4ccbe;
}
.fieldSetSourcingPurchases .dataTableOuter {
	border-style: none;
	background-color: transparent;
}
.fieldSetSourcingPurchases .fieldSetContentLoading {
	color: #637068;
	background-image: url(images/sourcing/loading/purch.gif);
}
.fieldSetSourcingPurchases .nubButton {
	background-image: url(images/nubs/purch.gif);
}

/* Deallocate button */
/********************************************************/
.fieldSetButtons .iconButton_Nugget_Deallocate {
	color:#000000;
	background-image: url(images/buttons/nuggets/deallocate2.gif);
}
.fieldSetButtons .iconButton_Nugget_Deallocate_Disabled {
	color:#cccccc;
	background-image: url(images/buttons/nuggets/deallocate2_x.gif);
}
