span.PodCaption {
  color: White;
  font-size: 11pt;
  font-weight: bold;
}

table.PodOutside {
  /*border-width:0px;*/
  background-color: #0089CF;
  border-spacing: 0px;
  border-collapse: collapse;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  margin-bottom: 0px;
}

table.PodInside {
  background-color: White;
  border-spacing: 0px;
  width: 100%;
  margin-top: 4px;
}

tr.PodRow {
  padding: 0px;
  margin: 0px;
}

td.PodCorner_otl, td.PodCorner_otr, td.PodCorner_oll, td.PodCorner_olr,
td.PodCorner_itl, td.PodCorner_itr, td.PodCorner_ill, td.PodCorner_ilr {
  width: 8px;
  height: 8px;
  padding: 0px;
  /*background-color: White;*/
  background-repeat: no-repeat;
}

td.PodCorner_otl {
  background-image: url("/Images/Pod/blue_ul.png");
}

td.PodCorner_otr {
  background-image: url("/Images/Pod/blue_ur.png");
}

td.PodCorner_oll {
  background-image: url("/Images/Pod/blue_ll.png");
}

td.PodCorner_olr {
  background-image: url("/Images/Pod/blue_lr.png");
}

td.PodCorner_itl {
  background-image: url("/Images/Pod/white_ul.png");
}

td.PodCorner_itr {
  background-image: url("/Images/Pod/white_ur.png");
}

td.PodCorner_ill {
  background-image: url("/Images/Pod/white_ll.png");
}

td.PodCorner_ilr {
  background-image: url("/Images/Pod/white_lr.png");
}

td.PodInsideContainer {
  text-align: center;
}.SignInData {
  height: 13px;
  margin: 0;
  width: 210px;
}

.SignInLocked {
  height: 22px;
  width: 210px;
  border-style: none;
}

tr.SignInIntro {
  background-color: White;
  padding: 0px;
}

td.SignInIntro {
  padding: 10px;
}

td.SignIn_SignUp {
  /*padding-left:10px;*/
  color: White;
  vertical-align: middle;
  height: 46px;
}

table.SignInCredentials {
  /*cellspacing ="6px" cellpadding="0px" */
  border-collapse: separate;
  border-spacing: 6px 0px;
  text-align: left;
  display: inline-block;
  padding: 2px;
}

tr.SignInCredentials {
  height: 26px;
  vertical-align: middle;
}

table.SignUpButton {
  border-collapse: separate;
  border-spacing: 8px 0px;
  text-align: center;
  width: 100%;
  vertical-align: bottom;
}

tr.SignInSection {
  height: 50px;
}

.RememberMeLabel {
  float: left;
  padding-top: 7px;
}

.RememberMeCheckbox {
  float: left;
  padding-top: 6px;
  margin-left: -4px;
}

.SignInButtonSection {
  float: right;
}

form.Chrome .RememberMeLabel {
  padding-top: 6px;
}

form.IE8 .RememberMeCheckbox {
  margin-left: -3px;
}

form.IE9 .RememberMeCheckbox {
  margin-left: -3px;
}

form.IE10 .RememberMeCheckbox {
  margin-left: -3px;
}

.SignInErrorMessage {
  width: 275px;
  margin-right: 5px;
  margin-bottom: 5px;
}

tr.FindUserName td {
  vertical-align: top;
}

div.PodButtonContainer {
  text-align: right;
  margin-top: 10px;
}

div.PodHeader {
  padding-bottom: 5px;
  margin-bottom: 20px;
}

label.UserNameLabel {
  font-weight: bold;
  margin-right: 5px;
}

.MatchTextBoxHeight {
  line-height: 19px;
}

.MercuryBlueText {
  color: #0089CF;
}

#forgot-password-link,
#msg-forgot-password-link {
  cursor: pointer;
}

#signup-link {
  width: 80px;
}body {
  text-align: center;
  padding-top: 30px;
  margin: 1px;
}

input[type=button], input[type=submit] {
  height: 26px;
  font-weight: bold;
  font-family: Verdana;
  font-size: 8pt;
  vertical-align: middle;
  color: #555555;
}

/* Mercury Network Dialogs  */
.DialogBox {
  background-color: #c7d6e9;
  border: solid 1px #8b9fc0;
  margin: 0 auto;
  top: 160px;
  position: relative;
  text-align: left;
}

.DialogHeader {
  font-weight: bold;
  color: DarkBlue;
}

.DialogContentPadding {
  padding: 12px 12px 12px 12px;
}

.DialogBanner {
  background-repeat: no-repeat;
  background-position: left;
  background-position-y: top;
  width: 100%;
  height: 60px;
}

.DialogBannerPadding {
  padding: 8px 8px 8px 8px;
}

.SignInDialog {
  display: none;
  z-index: 1002;
}

.CreateSubAccountDialog {
  width: 260px;
  display: none;
  z-index: 1002;
}

.pageheader {
  font-family: Verdana;
  font-size: 11pt;
  color: #666666;
  font-weight: bold;
}

.RedBox {
  border-style: solid;
  border-width: 2px;
  padding: 8px 8px 8px 8px;
  border-color: #C96C6C;
  background-color: #FFDDDD;
  text-align: left;
}

.MessageTitle {
  font-weight: bold;
  margin-bottom: 8px;
}

.GridHeader {
  background-color: #666666;
  color: White;
  height: 16px;
}

a.BlueLink, a.BlueLinkLight {
  color: #0089CF;
  cursor: pointer;
  text-decoration: none;
}

a.BlueLink:hover, a.BlueLinkLight:hover {
  text-decoration: underline;
}

a.BlueLink {
  font-weight: bold;
}

.small_grey {
  font-size: 8pt;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #666666;
}

a {
  font-family: Verdana;
  font-size: 11px;
}

.LargeBlueText {
  color: #0089CF;
  font-size: 12pt;
  font-weight: bold;
}

#PublicContainer {
  padding-bottom: 14px;
  background-color: White;
  padding-top: 30px;
}

#MarkingDomainContainer {
  margin-left: 28px;
  text-align: left;
}

#HeaderBarContainer {
  width: 100%;
  height: 35px;
  background-image: url(/Images/BlueHeaderBar.png);
  background-repeat: repeat-x;
  margin-top: 20px;
  margin-bottom: 14px;
}

#divPublicMainContent {
  text-align: left;
  width: 735px;
  margin: 0 auto;
  overflow-x: visible;
}

#TermsOfUseContainer {
  text-align: center;
  width: 100%;
  margin-top: 14px;
}#AlertDialog {
  border: 1px solid black;
  top: 160px;
  position: relative;
  background-color: #fff;
  text-align: left;
  z-index: 1002;
  width: 450px;
  margin: 15px 15px 0px 18px;
}
#AlertDialog td:nth-child(1) {
  padding-left: 8px;
  padding-right: 12px;
  vertical-align: top;
}
#AlertDialog td:nth-child(2) {
  padding-left: 6px;
  vertical-align: top;
}
#AlertDialog #AlertDialogTitle {
  font-weight: bold;
  line-height: 16px;
  color: White;
  border: solid 1px black;
  height: 20px;
  padding-left: 6px;
  padding-right: 6px;
  background-image: url(/Images/BlackBar.png);
  margin: 0;
}
#AlertDialog #AlertDialogContent {
  border: none;
  padding: 10px 6px 6px 6px;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #C3D7F1;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #C3D7F1;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #C3D7F1;
}
#AlertDialog #AlertDialogContent table {
  width: 100%;
}
#AlertDialog #AlertDialogButton {
  width: 80px;
}

#BusyPopUpDialog {
  border: 1px solid black;
  top: 160px;
  position: relative;
  background-color: #fff;
  text-align: left;
  z-index: 1002;
  width: 450px;
  z-index: 99999;
  /* The loading dialog should always show on top of everything else. */
  width: auto;
  padding: 0;
}
#BusyPopUpDialog img {
  vertical-align: middle;
  margin: 15px 6px 15px 14px;
}
#BusyPopUpDialog #BusyPopUpDialogText {
  vertical-align: middle;
  padding-right: 15px;
}

#PopUpDialog {
  border: 1px solid black;
  top: 160px;
  position: relative;
  background-color: #fff;
  text-align: left;
  z-index: 1002;
  width: 450px;
}
#PopUpDialog #PopUpDialogTitle {
  font-size: 18px;
  margin-top: 15px;
  margin-right: 15px;
  margin-bottom: 0px;
  margin-left: 19px;
  border-bottom: solid 1px #CDCDCD;
}
#PopUpDialog #PopUpDialogText {
  margin: 15px 15px 0px 18px;
  font-size: 12px;
  line-height: 18px;
}
#PopUpDialog #PopUpDialogFooter {
  text-align: right;
  margin: 0px 15px 0px 18px;
  height: 60px;
}

.DialogButton {
  min-width: 80px;
  margin: 15px 0px;
  text-align: center;
  margin-left: 1px;
  display: inline-block;
}

.DialogTitle {
  font-size: 16px;
  line-height: 36px;
  height: 36px;
  background-color: #000;
  color: #fff;
  padding-left: 10px;
  padding-right: 10px;
}

.DialogIntro {
  display: block;
  margin: 15px 15px 0px 15px;
  position: relative;
}

.DialogSection {
  margin: 15px 15px 0px 15px;
  position: relative;
}

.DialogFooter {
  text-align: right;
  height: 60px;
  margin: 0px 15px;
}

.DialogWidthCentered {
  position: absolute !important;
}

.dsContent {
  margin: 10px 15px;
}

.dsColor {
  background-color: #F0F0F0;
}

.dsBorder {
  border: solid 1px #DDDDDD;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}

body {
  margin: 0;
}/********************************************************************/
/*** BasePod.css
/***
/*** Provides the CSS for a POD that is displayed in a base
/*** Mercury screen such as New Order, Order Management and Order
/*** Details. Definitions for the overall container, the title,
/*** sections within the POD and the POD footer are provided
/***
/********************************************************************/
div.PodContainer, div.PodContainerStack {
  background: white;
  border: 1px solid #2D2D2D;
  margin: 0 0 10px 0;
  padding: 0;
}

div.PodContainer {
  height: 100%;
}

div.PodContainerStack:last-of-type {
  margin: 0;
}

div.PodTitle {
  font-size: 16px;
  line-height: 40px;
  height: 40px;
  background: #040404;
  /* Old browsers */
  background: -moz-linear-gradient(top, #252525 0%, #040404 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #252525), color-stop(100%, #040404));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #252525 0%, #040404 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #252525 0%, #040404 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #252525 0%, #040404 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #252525 0%, #040404 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#252525", endColorstr="#040404",GradientType=0 );
  /* IE6-9 */
  color: white;
  padding: 0px 10px;
  /* make padding inclusive*/
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  /* set relative so any "child" divs can be absolute */
  position: relative;
}

div.PodIntro {
  display: block;
  margin: 15px 15px 0px 15px;
  line-height: 16px;
  font-size: 12px;
  position: relative;
}

div.PodSection {
  margin: 15px 15px 0px 15px;
  padding: 0;
  position: relative;
}

.psBorder {
  border: solid 1px #DDDDDD;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}

.psColor {
  background-color: #F0F0F0;
}

img.psNumber {
  position: absolute;
  top: -5px;
  left: -5px;
}

.psCaption {
  display: block;
  margin: 10px 15px 0px 15px;
  line-height: 16px;
  font-size: 13px;
  position: relative;
}

.psSeparator {
  padding-bottom: 10px;
  border-bottom: solid 1px #A0A0A0;
}

.psBold {
  font-weight: bold;
}

.psItalic {
  font-style: italic;
}

div.PodContent, .psContent {
  margin: 15px;
  padding: 0;
}

.PodContent::after, .psContent::after {
  content: "";
  display: block;
  clear: both;
}

/* psLabel is used when the section starts with a bold label (one or two words)*/
div.psLabel {
  font-weight: bold;
  margin: 10px 0px 5px 0px;
}

.PodFullBox {
  background-color: #003F7B;
  color: white;
  padding: 9px 10px 13px 10px;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}

.PodFullBox .fbHeader {
  font-weight: bold;
  font-size: 18px;
  line-height: 25px;
}

.PodFullBox .fbDescription {
  font-size: 13px;
  line-height: 18px;
  margin-top: 10px;
}

/* used when we need to right align someting at the bottom*/
.psFooter {
  text-align: right;
}

div.PodFooter {
  text-align: right;
  height: 60px;
  margin: 0px 15px;
}

.pfContent {
  float: left;
  height: 59px;
  line-height: 59px;
  position: relative;
}

.pfButton {
  margin: 15px 0px;
  text-align: center;
  margin-left: 1px;
  display: inline-block;
}body {
  font-family: Verdana;
  font-size: 8pt;
  color: #666666;
  background-color: White;
}

.BlueBox, .BlueBoxNoSize {
  border: solid 1px #C3D7F1;
  padding: 0;
}

.BlueBox {
  height: auto;
  overflow: auto;
}

.GrayBox {
  border: solid 1px #F3F3F3;
  padding: 0;
  height: auto;
  overflow: auto;
}

.DarkerGrayBox {
  border: solid 1px #c0c0c0;
  padding: 0;
  height: auto;
  overflow: auto;
}

.BlackBar, .BlackBarNoMargin {
  font-weight: bold;
  line-height: 16px;
  color: White;
  border: solid 1px black;
  height: 20px;
  padding-left: 6px;
  padding-right: 6px;
  background-image: url(/Images/BlackBar.png);
}

.BlackBar {
  margin: 1px;
}

.BlackBarNoMargin {
  margin: 0;
}

.GrayBar {
  border: solid 1px #D0D0D0;
  background-color: #F3F3F3;
  vertical-align: middle;
  background-image: url(/Images/SectionBarBackgroundGradient.png);
  background-repeat: repeat-x;
  font-weight: bold;
  padding-left: 6px;
  padding-right: 6px;
  height: 18px;
  line-height: 18px;
}

.GrayBarOnly {
  height: 18px;
  line-height: 18px;
  background-color: #F2F2F2;
  padding-left: 3px;
  padding-right: 3px;
}

.DarkerGrayBox .GrayBar {
  border-width: 1px 0 1px 0;
}

.MsgBoxContent, .MsgBoxContentNoMargin, .MsgBoxContentNoHeader {
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #C3D7F1;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #C3D7F1;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #C3D7F1;
}

.MsgBoxContent, .MsgBoxContentNoHeader {
  padding: 10px 6px 6px 6px;
}

.MsgBoxContentNoHeader {
  border-top: solid 1px #C3D7F1;
}

.MsgBox, .MsgBoxIFrame, .MsgBoxAbs, .MsgBoxAbsNarrow {
  border: 1px solid black;
  display: none;
  z-index: 1002;
  background-color: White;
  text-align: left;
  margin: 0px auto;
}

.MsgBox {
  top: 160px;
  position: relative;
  width: 450px;
}

.MsgBoxIFrame {
  position: absolute;
  left: 0;
  right: 0;
}

.MsgBoxAbs {
  position: absolute;
  top: 5%;
  bottom: 5%;
  left: 25%;
  right: 25%;
  min-height: 250px;
}

.MsgBoxAbsMinWidth {
  min-width: 450px;
}

.MsgBoxAbsNarrow {
  position: absolute;
  top: 5%;
  bottom: 5%;
  left: 25%;
  right: 25%;
}

.MsgBoxAbsNarrow .MsgBoxContent {
  border: none;
}

.FieldHeader {
  font-weight: bold;
}

.overlaydisabled {
  position: fixed;
  visibility: hidden;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 1000;
  background-repeat: repeat;
  filter: alpha(opacity=50);
  background-color: #373737;
}

.overlaydisabled[class] {
  opacity: 0.5;
}

.overlay {
  position: fixed;
  visibility: hidden;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 1001;
}

.Button {
  font-size: 10pt;
  width: 75px;
}

input[type=text], input[type=password], select {
  font-family: Verdana;
  font-size: 8pt;
  color: #404040;
  overflow: hidden;
  *background-color: White;
  /* IE 7 or below */
  *border: solid 1px #7F9DB9;
  /* IE 7 or below */
}

input[type=text], input[type=password] {
  /*height:15px;*/
  /* IE 7 or below */
  cursor: text;
}

textarea {
  resize: none;
  *background-color: White;
  *border: solid 1px #7F9DB9;
}

input[type=button], input[type=submit] {
  /*this is needed for chrome*/
  height: 24px;
}

.tooltip, .tooltipwhite {
  font: 11px Arial, Helvetica, sans-serif;
  border: solid 1px #666666;
  max-width: 250px;
  padding: 1px;
  position: absolute;
  z-index: 1000;
  visibility: hidden;
  color: #333333;
  top: 20px;
  left: 90px;
  text-align: left;
  background-color: #ffffcc;
  layer-background-color: #ffffcc;
}

.tooltipwhite {
  font-family: Verdana;
  padding: 3px;
  background-color: #ffffff;
  layer-background-color: #ffffff;
  -webkit-box-shadow: 2px 2px 5px 0px #949494;
  -moz-box-shadow: 2px 2px 5px 0px #949494;
  box-shadow: 2px 2px 5px 0px #949494;
}

.GridHeader {
  background-image: url(/Images/GridHeaderBackground.png);
  background-repeat: repeat-x;
  height: 18px;
}

td.ClockDialogImage {
  text-align: center;
  width: 50px;
  height: 40px;
}

img.ClockDialogImage {
  border-style: none;
}

td.ClockDialogText {
  text-align: left;
  vertical-align: middle;
  padding-left: 6px;
}

#ClockDialogTitle.DialogTitle {
  font-size: 8pt;
  height: 20px;
  line-height: 19px;
}

div.MsgBoxContent.wrapText {
  white-space: normal;
}

.chkGrpPopup td {
  width: 45%;
}

.clearfix {
  content: ".";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
  zoom: 1;
}

.bold {
  font-weight: bold;
}

.nowrap {
  white-space: nowrap;
}

span.aspNetDisabled label {
  color: #999999;
}

/*
	HTML5 replacement of cellpadding, cellspacing, valign and align

	// cellpadding
	th, td { padding: 5px; }

	// cellspacing
	table { border-collapse: separate; border-spacing: 5px; } // cellspacing="5"
	table { border-collapse: collapse; border-spacing: 0; }   // cellspacing="0"

	// valign
	th, td { vertical-align: top; }

	// align (center)
	table { margin: 0 auto; }

*/
table {
  border-collapse: collapse;
  border-spacing: 0;
}

th, td {
  padding: 0px;
  border-style: none;
}

table.old {
  border-collapse: separate;
  border-spacing: 2px;
}

table.old > tr > th, table.old > tr > td table.old > tbody > tr > th,
table.old > tbody > tr > td {
  padding: 1px;
  border-style: none;
}

table.MNDialog {
  width: 100%;
}

img.iFrameCloseButton {
  position: absolute;
  top: 0px;
  right: 0px;
}

img.CloseButton, img.iFrameCloseButton {
  height: 22px;
  width: 23px;
}

td.DialogImage {
  padding-left: 8px;
  padding-right: 12px;
  vertical-align: top;
}

td.DialogMessage {
  padding-left: 6px;
  vertical-align: top;
}

td.DialogButtons {
  text-align: right;
}

div.DialogButtons {
  position: absolute;
  bottom: 0;
  right: 0;
}

.Unselectable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

img, a > img {
  border: none;
}

.imgInlineGear {
  bottom: -3px;
  position: relative;
}

.disabled {
  color: #999999;
  cursor: default;
}

.disabledCheckmarkOpacity {
  opacity: 0.45;
}

.MercuryDisabled {
  opacity: 0.5;
}

.PaymentFrame {
  border: 0px;
  width: 560px;
  height: 1213px;
}

.RemoveValidatorULPadding {
  padding-left: 15px;
}

/* This is used for old infragistics grids - MER-2545 - grids show empty when using Chrome V62+ */
.IG_GridMain, .IG_ClientMain, .IG_GridMain_Payment, .Statistics_IG_GridMain {
  visibility: visible !important;
}

/* vertically align checkboxes and radio buttons with the text */
input[type=checkbox], input[type=radio] {
  bottom: 0;
  position: relative;
  vertical-align: middle;
}

input[type=radio] {
  bottom: 1px;
}

span > input[type=checkbox], span > input[type=radio] {
  bottom: 2px;
}

/* make sure that their label's are centered too */
label.centered, span.centered label, table.centered label, ul.centered label {
  position: relative;
}

label.u1, span.u1 label, table.u1 label, ul.u1 label {
  top: -1px;
}

label.u2, span.u2 label, table.u2 label, ul.u2 label {
  top: -2px;
}

label.u3, span.u3 label, table.u3 label, ul.u3 label {
  top: -3px;
}

label.d1, span.d1 label, table.d1 label, ul.d1 label {
  top: 1px;
}

label.d2, span.d2 label, table.d2 label, ul.d2 label {
  top: 2px;
}

label.d3, span.d3 label, table.d3 label, ul.d3 label {
  top: 3px;
}

label > label {
  top: 0 !important;
}

ul.cbl {
  list-style: none;
  margin: 0 0 0 -38px;
}

ul.cbl li {
  clear: left;
  margin: 0 0 4px 0;
}

table.cbl td {
  padding: 0 0 4px 0;
  vertical-align: top;
}

.cbl input[type=checkbox] {
  display: block;
  float: left;
  width: 15px;
}

.cbl label {
  display: block;
  padding-left: 20px;
  margin: 0 4px 0 0;
}

/****** Begin New UI ******/
.header-major1 {
  font-size: 16px;
  line-height: 36px;
  height: 36px;
  background-color: #000000;
  color: White;
  padding-left: 10px;
  padding-right: 10px;
}

.header-major2 {
  background: -webkit-linear-gradient(#F0F0F0, #D8D8D8);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#F0F0F0, #D8D8D8);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#F0F0F0, #D8D8D8);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(#F0F0F0, #D8D8D8);
  /* Standard syntax */
  color: #2D2D2D;
  height: 36px;
  line-height: 36px;
  font-size: 16px;
  vertical-align: middle;
  padding-left: 10px;
  padding-right: 10px;
}

/****** End New UI ******/
#SnapABug_O {
  background-color: #373737 !important;
}

.menuBar {
  background-color: #D2D2D2;
  background: -webkit-gradient(linear, left top, left bottom, from(#E1E1E1), to(#C7C7C7));
  background: -moz-linear-gradient(top, #E1E1E1, #C7C7C7);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#E1E1E1", endColorstr="#C7C7C7");
  height: 28px;
}

.menuBar ul {
  display: inline-block;
}

.menuBar li {
  float: left;
  list-style: none;
  height: 26px;
  border: solid 1px #D0D0D0;
  vertical-align: middle;
  color: black;
  font-weight: normal;
  padding-left: 6px;
  padding-right: 6px;
}

.menuBar li div {
  height: 26px;
  display: table-cell;
  vertical-align: middle;
}

.menuBar li img {
  width: 16px;
  height: 16px;
  vertical-align: middle;
  padding-left: 2px;
}

.menuBar li span {
  padding: 0px 5px;
  font-weight: normal;
}

.menuBar_hover:hover {
  cursor: pointer;
  background: -webkit-gradient(linear, left top, left bottom, from(#0088CE), to(#006EA5));
  background: -moz-linear-gradient(top, #0088CE, #006EA5);
  background: linear-gradient(to bottom, #0088CE 0%, #006EA5 100%);
  color: white;
}

.menuBar_disabled span {
  color: #AAAAAA;
}

div.divDisabled {
  opacity: 0.5;
  pointer-events: none;
}

.paymentsIcon {
  background-image: url(/Images/Payments.png);
  width: 13px;
  height: 13px;
  display: inline-block;
  margin-left: 5px;
  margin-bottom: -1px;
}.MercuryInput {
  /* Apply the gradient background */
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f3f3f3));
  background: -webkit-linear-gradient(#ffffff, #f3f3f3);
  background: -moz-linear-gradient(#ffffff, #f3f3f3);
  background: -o-linear-gradient(#ffffff, #f3f3f3);
  background: linear-gradient(#ffffff, #f3f3f3);
  /* Round the corners */
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  /* Apply the border and drop shadow */
  border: 1px solid #cdcdcd;
  box-shadow: 1px 1px 3px #cdcdcd;
  /* make padding inclusive*/
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  /* Set common padding */
  padding: 0px 5px;
}

.MercuryInputRequired {
  color: red;
  padding-left: 5px;
  text-align: right;
  vertical-align: middle;
}

.MercuryBorder {
  /* Round the corners */
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  /* Apply the border and drop shadow */
  border: 1px solid #cdcdcd;
  box-shadow: 1px 1px 3px #cdcdcd;
  /* make padding inclusive*/
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}

/* set the height of the input */
input.MercuryInput {
  height: 22px;
}

/* set number input*/
input[type=number].MercuryInput {
  font-family: Verdana;
  font-size: 8pt;
  color: #404040;
  overflow: hidden;
  /*cursor:text;*/
  /* override this for number inputs */
  padding: 0px 3px;
}

/* Set the height for buttons */
input[type=submit].MercuryInput,
input[type=button].MercuryInput {
  height: 22px;
}

textarea.MercuryInput {
  color: #404040;
  font-size: 13px;
  font-family: Verdana;
}

/* **************************************** */
/* Common radio and check box definitions */
/* **************************************** */
/*
	force all browser to use the same padding and margin
	override the bottom in MercuryNetwor.css
*/
input[type=radio].MercuryRadio,
input[type=checkbox].MercuryCheck,
span.MercuryRadio > input[type=radio],
span.MercuryCheck > input[type=checkbox] {
  padding: 0px;
  margin: 0px 5px 0px 0px;
  bottom: 2px;
}

/*
	force all browser to use the same padding and margin
*/
label.MercuryRadio,
label.MercuryCheck,
span.MercuryRadio > label,
span.MercuryCheck > label {
  margin-right: 10px;
}

input[type=radio].MercuryRadio,
input[type=checkbox].MercuryCheck,
label.MercuryRadio,
label.MercuryCheck {
  height: 22px;
  position: relative;
  vertical-align: middle;
}

/* IE and general alignment */
input[type=radio].MercuryRadio,
input[type=checkbox].MercuryCheck,
label.MercuryRadio,
label.MercuryCheck {
  bottom: 2px;
}

/* Webkit (Chrome, Safari) specific alignment */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type=checkbox].MercuryCheck,
label.MercuryCheck {
    bottom: 1px;
  }
}
/* Mozilla (Firefox) specific alignment */
@-moz-document url-prefix() {
  input[type=radio].MercuryRadio,
label.MercuryRadio {
    bottom: 2px;
  }

  input[type=checkbox].MercuryCheck,
label.MercuryCheck {
    bottom: 0px;
  }
}
.MercurySelect {
  /* Layer the background; gradients first, arrows on top */
  background: url("/Images/ddl_arrows.png") no-repeat right center, -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f3f3f3));
  background: url("/Images/ddl_arrows.png") no-repeat right center, -webkit-linear-gradient(#ffffff, #f3f3f3);
  background: url("/Images/ddl_arrows.png") no-repeat right center, -moz-linear-gradient(#ffffff, #f3f3f3);
  background: url("/Images/ddl_arrows.png") no-repeat right center, -o-linear-gradient(#ffffff, #f3f3f3);
  background: url("/Images/ddl_arrows.png") no-repeat right center, linear-gradient(#ffffff, #f3f3f3);
  /* Round the corners */
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  /* Apply the border and box shadow */
  border: 1px solid #CDCDCD;
  box-shadow: 1px 1px 3px #CDCDCD;
  /* Pad the select box - 26px on right prevents overwriting the arrows */
  padding: 0 26px 0 5px;
  /* Set the standard height (driven by height of the arrows graphic */
  height: 22px;
  /* Remove the default arrows for Chrome, Safari (webkit) and Firefox (moz) */
  -webkit-appearance: none;
  -moz-appearance: none;
  /*fix for chrome*/
  overflow: initial;
}

/* Remove the default arrows for IE */
.MercurySelect::-ms-expand {
  display: none;
}

form.IE9 .MercurySelect {
  /* Remove the right padding so the default arrows do not indent */
  padding-right: 0;
  padding-left: 0;
}

/* set the disabled */
.MercuryInput:disabled,
.MercurySelect:disabled {
  opacity: 0.5;
}

/* set the readonly */
.MercuryInput:read-only {
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#E5E5E5), to(#D0D0D0));
  background: -webkit-linear-gradient(#E5E5E5, #D0D0D0);
  background: -moz-linear-gradient(#E5E5E5, #D0D0D0);
  background: -o-linear-gradient(#E5E5E5, #D0D0D0);
  background: linear-gradient(#E5E5E5, #D0D0D0);
}

/* For Firefox */
.MercuryInput:-moz-read-only {
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#E5E5E5), to(#D0D0D0));
  background: -webkit-linear-gradient(#E5E5E5, #D0D0D0);
  background: -moz-linear-gradient(#E5E5E5, #D0D0D0);
  background: -o-linear-gradient(#E5E5E5, #D0D0D0);
  background: linear-gradient(#E5E5E5, #D0D0D0);
}

/* Format placeholder text */
:-ms-input-placeholder {
  color: #C0C0C0 !important;
  font-style: italic !important;
}

::-webkit-input-placeholder {
  color: #C0C0C0;
  font-style: italic;
}

::-moz-placeholder {
  color: #C0C0C0;
  font-style: italic;
}

label.MercuryLabel {
  font-weight: bold;
  padding-right: 5px;
  display: inline-block;
  text-align: right;
}

/* used when setting up the input fields*/
.MercuryField {
  display: table;
  width: 100%;
  margin-bottom: 5px;
}

/* used when displaying read-only data (OrderDetails.aspx, ConfirmOrder.aspx)*/
.MercuryData {
  display: table;
  width: 100%;
  margin-bottom: 10px;
  /* make padding inclusive*/
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}

.MercuryFieldLabel {
  display: table-cell;
  font-weight: bold;
  padding-right: 5px;
  text-align: right;
  /*line-height: 22px;*/
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}

.MercuryFieldLabelDisabled {
  opacity: 0.5;
}

.MercuryFieldInput, .MercuryDataItem {
  display: table-cell;
}

.MercuryFieldInput .MercuryInput,
.MercuryFieldInput .MercurySelect {
  width: 100%;
}

.MercuryFieldDatePicker {
  display: table-cell;
  vertical-align: middle;
  width: 18px;
  height: 18px;
  padding: 2px 0 0 5px;
}

.MercuryFieldDatePicker > img {
  cursor: pointer;
}

.MercuryFieldRequired {
  background-image: url(/Images/asterik.png);
  background-repeat: no-repeat;
  background-position: calc(100% - 3px) 40%;
  padding-right: 12px !important;
}

.MercuryFieldComment {
  font-style: italic;
}

.MercuryFieldComment span {
  font-weight: bold;
}

/* this removes the blue border Chrome puts around the "active" td element */
a:focus, td:focus {
  outline: none;
}

/* this removes the X on IE10 text fields */
.MercuryInput::-ms-clear {
  display: none;
}

/* set the height of the input */
input.MercuryButton {
  height: 30px;
  width: 80px;
  font-size: 12px;
  cursor: pointer;
  position: relative;
  text-align: center;
  display: inline-block;
  text-decoration: none;
  margin-left: 1px;
  font-family: Verdana !important;
  /* Round the corners */
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  /* make padding inclusive*/
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  /* Set common padding */
  padding: 0px 5px;
  border: 0;
  /* Removes the standard button background so it doesn't show up around the edges of the button */
}

.MercuryButton.Blue {
  /* Apply the gradient background */
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#0089D2), to(#006EA7));
  background: -webkit-linear-gradient(#0089D2, #006EA7);
  background: -moz-linear-gradient(#0089D2, #006EA7);
  background: -o-linear-gradient(#0089D2, #006EA7);
  background: linear-gradient(#0089D2, #006EA7);
  color: white;
  font-weight: normal;
}

.MercuryButton.Blue:hover:enabled {
  /* Apply the gradient background */
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#1EA7F0), to(#1E8CC5));
  background: -webkit-linear-gradient(#1EA7F0, #1E8CC5);
  background: -moz-linear-gradient(#1EA7F0, #1E8CC5);
  background: -o-linear-gradient(#1EA7F0, #1E8CC5);
  background: linear-gradient(#1EA7F0, #1E8CC5);
}

.MercuryButton.Blue:active:enabled {
  /* Apply the gradient background */
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#1E8CC5), to(#1EA7F0));
  background: -webkit-linear-gradient(#1E8CC5, #1EA7F0);
  background: -moz-linear-gradient(#1E8CC5, #1EA7F0);
  background: -o-linear-gradient(#1E8CC5, #1EA7F0);
  background: linear-gradient(#1E8CC5, #1EA7F0);
}

.MercuryButton.Blue:disabled {
  opacity: 0.5;
  cursor: default;
  /* gradient background */
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#0089D2), to(#006EA7));
  background: -webkit-linear-gradient(#0089D2, #006EA7);
  background: -moz-linear-gradient(#0089D2, #006EA7);
  background: -o-linear-gradient(#0089D2, #006EA7);
  background: linear-gradient(#0089D2, #006EA7);
}

.MercuryButton.Gray {
  /* Apply the gradient background */
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#E2E2E2), to(#C7C7C7));
  background: -webkit-linear-gradient(#E2E2E2, #C7C7C7);
  background: -moz-linear-gradient(#E2E2E2, #C7C7C7);
  background: -o-linear-gradient(#E2E2E2, #C7C7C7);
  background: linear-gradient(#E2E2E2, #C7C7C7);
  color: black;
  font-weight: normal;
}

.MercuryButton.Gray:hover:enabled {
  /* Apply the gradient background */
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#ECECEC), to(#D1D1D1));
  background: -webkit-linear-gradient(#ECECEC, #D1D1D1);
  background: -moz-linear-gradient(#ECECEC, #D1D1D1);
  background: -o-linear-gradient(#ECECEC, #D1D1D1);
  background: linear-gradient(#ECECEC, #D1D1D1);
}

.MercuryButton.Gray:active:enabled {
  /* Apply the gradient background */
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#D1D1D1), to(#ECECEC));
  background: -webkit-linear-gradient(#D1D1D1, #ECECEC);
  background: -moz-linear-gradient(#D1D1D1, #ECECEC);
  background: -o-linear-gradient(#D1D1D1, #ECECEC);
  background: linear-gradient(#D1D1D1, #ECECEC);
}

.MercuryButton.Gray:disabled {
  opacity: 0.5;
  cursor: default;
  /* gradient background */
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#E2E2E2), to(#C7C7C7));
  background: -webkit-linear-gradient(#E2E2E2, #C7C7C7);
  background: -moz-linear-gradient(#E2E2E2, #C7C7C7);
  background: -o-linear-gradient(#E2E2E2, #C7C7C7);
  background: linear-gradient(#E2E2E2, #C7C7C7);
}