﻿.ShipmentSection
{
	padding-top: 5px;
	padding-bottom: 5px;
	clear: left;
}

.ShippingInformationUCPanel
{
	background-color: #ffffff;
}

.ShippingAddressHeader
{
	background-color: #A6D2EB;
	color: #FFFFFF;
	text-align: left;
	padding-top: 1px;
	padding-bottom: 3px;
	padding-left: 3px;
	padding-right: 3px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
	font-weight: bold;
	font-size: 10pt;
	clear:left;
}

.ShippingArrangementDynamicButton,
.ShippingArrangementDynamicButton:link,
.ShippingArrangementDynamicButton:visited,
.ShippingArrangementDynamicButton:active,
.ShippingArrangementDynamicButton:hover
{
	color: #FFFFFF;
	
	margin: 2px 1px 0 1px;
	padding: 1px 3px 2px 3px;
	
	background-color: #B8BABD;
	font-weight: bold;
	text-decoration: none;
	display: block;
	clear: none;
	float: left;
	border-right: #808080 1px solid;
	border-left: medium none;
	border-top: medium none;
	border-bottom: medium none;
	white-space: nowrap;
}

.ShippingArrangementDynamicButtonCurrent,
.ShippingArrangementDynamicButtonCurrent:link,
.ShippingArrangementDynamicButtonCurrent:visited,
.ShippingArrangementDynamicButtonCurrent:active,
.ShippingArrangementDynamicButtonCurrent:hover
{
	color: #FFFFFF;
	
	margin: 0px 1px 0 1px;
	padding: 2px 8px 3px 8px;
	
	background-color: #A6D2EB;
	font-weight: bold;
	text-decoration: none;
	display: block;
	clear: none;
	float: left;
	border-right: #0099ff 1px solid;
	border-left: medium none;
	border-top: medium none;
	border-bottom: medium none;
	white-space: nowrap;
}

.ShippingArrangementPanel
{
	background-color:#ffffff;
}

.ShippingArrangementButton
{
	padding-top:1px;
	padding-bottom:1px;
}

.ShippingArrangementGrid
{
	background-color:#ffffff;
	border: solid 1px #636466;
}

.ShippingArrangementGridHeader
{
	background-color: #5587AC;
	color: #6CCFF6;
	text-align: left;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	padding-right: 3px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}

.ShippingArrangementGridRowProduct
{
	background-color: #ffffff;
	color: #636466;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	padding-right: 3px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}

.ShippingArrangementGridRowQuantity
{
	background-color: #A6D2EB;
	color: #636466;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	padding-right: 3px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
	font-weight: bold;
	font-size: 10pt;
}

