* {
  padding: 0;
  margin: 0;
}
html, body {
  text-align: center;
  margin: 5px;
  font-family: Arial, Helvetica, sans-serif; font-size: 14px;
}
table {
  margin: 0px;
  border: 0px;
  padding: 0px;
  empty-cells: show;
  background-color: transparent;
}
input {
  /*vertical-align:top;*/
}
.decInput {
  text-align: right;
}
.intInput {
  text-align: right;
}
div {
  margin: 0px;
  border: 0px;
  padding: 0px;
  background-color: transparent;
}
img {
  vertical-align: middle;
}
input.disabled {
  /*background-color: #ECE9D8;*/
}
#DivPage {
  margin: 0 auto;
  width: 980px;
  height: 580px;
}
#DivOuter {
  /*position: relative;
  top: -30px;*/
  height: 450px;
  /*padding-top: 0px;
  margin-top: 0px;
  border-top: 0px;*/
  /*background-color: pink;*/
  text-align: center;
}
#DivLogoTop { 
  position: relative;
  margin: 0px;
  padding: 0px;
  border: 0px;
  height: 90px;
  text-align: right;
  background-color: #2D6788;
}
#DivNavBar {
  position: absolute;
  left: 0px;
  bottom: 0px;
  padding-left: 20px;
  text-align: left;
  background-color: transparent;
}
#DivLogoImage {
  float:right;
}
#DivLogoEnd {
  position: relative;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #FFFFFF;
  height: 30px;
  background-color: #2d6788;
  text-align: center;
  padding-right: 5px;
  padding-top: 5px;
}
#DivLogoEnd a {
  color: #FFFFFF; 
}
#DivLogoEnd-L {
  position: relative;
  float: left;
  left: 15px;
  width: 10%;
  text-align: left;
}
#DivLogoEnd-C {
  position: relative;
  float: left;
  width: 80%;
  text-align: center;
}
#DivLogoEnd-R {
  position: relative;
  float: right;
  
  top:0px;
  text-align: right;
}
#SpanBasketLink {
  vertical-align: middle;
}
#DivDebug {
  height: 95%;
  overflow: auto;
}
#DivMain {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  
/*top: 0px;
  right: 0px;
  padding-top: 0px;
  margin-top: 0px;
  background-color: transparent;

*/

}
#DivMainTop {
  position: relative;
  height: 40px;
  top: 0px;
  padding-top: 5px;
  padding-left: 20px;
  color: #2D6788;
  background-color: #D8E8FF;
}
#DivMainTop.blue {
  text-align: left;
  color: #2D6788;
  background-color: #D8E8FF;
}
#DivMainTopContent {
  position: relative;
  top:10px;
  text-align: left;
  font-size: 20px;
  height:20px;
}
/*#DivMainTopContent input {
  height:20px;
  vertical-align:middle;  
}*/
#BgImage {
  position: absolute;
  left: 15px;
  right: 15px;
  top: 95px;
  bottom: 40px;
  z-index: -1;
  /* FF 
  opacity:0.3;*/
  /* IE 
  filter:alpha(opacity=30);*/
}
/* Bottom of page... */
#DivPageBottom {
  height: 65px;
  background-image: url('/weborder/images/small_flower_row.jpg');
  background-position: bottom;
  background-repeat: no-repeat;
}
#EmailLink {
  text-align: center; font-family: Arial, Helvetica, sans-serif;
  font-size:14px;
}
/* Numeric Input Fields */
.integerInput {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  text-align: right;
  color: #505050;
  padding-right: 3px;
  background-color: #FFFFFF;
  border: 1px solid #AAAAAA;
}
.decimalInput {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  text-align: right;
  color: #505050;
  background-color: #FFFFFF;
  border: 1px solid #AAAAAA;
}
.integerInput.disabled {
  background-color: #ECE9D8;
}
.decimalInput.disabled {
  background-color: #ECE9D8;
}
.imagePath {
  display: none;
}
.noDisplay {
  display: none;
}
.decimalValue {
  text-align: right;
}
.integerValue {
  text-align: right;
}
.instructions {
  text-align: left;
  margin-left: 2%;
  margin-right: 2%;  
  margin-top: 10px;
  margin-bottom: 10px;
}
.divImage {
  margin-top: 20px;
  margin-bottom: 20px;
}
a {
cursor: pointer;
}
a:link {
  color: #2d6788;
  text-decoration:underline;
  cursor: auto;
  
}
a:hover {
  color: #FF0000;
  text-decoration:underline;
  cursor: pointer;
  
}
/*.instrText {
}*/
span.navButton {
  font-size: 15px;
  color: #FFFFFF;

}
span.navButton:hover {
  color: #FF0000;
  cursor: pointer;
}
span.navButton.disabled {
  color: #FF0000;
}
span.navButton.disabled:hover {
  cursor: auto;
}
div.navButton {
  float: left;
  text-align:center;
  background-image: url(/mcs-test/images/blue-tab-back.jpg); 
  background-color: transparent;
  width: 100px;
  height: 20px;
}
div.navButton.disabled {
  background-image: url(/mcs-test/images/blue-tab-front.jpg); 
}
span.navButtonDebug {
  font-size: 15px;
  color: #00FF00;
}
div.navButtonDebug {
  float: left;
  text-align:center;
  font-size: 15px;
  color: #00FF00;
  width: 100px;
}
.pageButton {
  background-color: #2d6788;
  color: white;
  font-family:Arial, Helvetica, sans-serif;
  font-size:14px;
  vertical-align:text-bottom;
}
.pageButtonDisabled {
  margin-top: 10px;
  background-color: #2d6788;
  color: white;
  font-family:Arial, Helvetica, sans-serif;
  font-size:14px;
  vertical-align:text-bottom;
}
.mainTable {
  width: 100%;
  height: 100%;
}
.mainRow {
  height: 100%;
}
.divButton {
  height: 40px; 
  background-color: #2d6788;
}
.divButton div {
  border: none;
  position: relative;
  top: 12px;
  text-align: center;
  color: #FFFFFF;
  font-family:Arial, Helvetica, sans-serif;
  font-size: 15px;
}
.divButton div:hover {
  color: #FF0000;
  cursor: pointer;
}
#DivDatePicker {
  left: 5%;
  right: 5%;  
  /*border: 1px solid black;*/
}
#DivDatePicker td {
  text-align: center;
  font-family:Arial, Helvetica, sans-serif;
  font-size: 12px;
}
.dialogBox {
  overflow:  hidden;
  border: 2px solid #2D6788;
  background-color: #C2D7EE;
  /*background-color: pink;*/
  font-family:Arial, Helvetica, sans-serif;
  font-size: 12px;
  text-align: left;
}
.dialogBoxTitle {
  position: relative;
  left: 0px;
  right: 0px;
  background-color: #2D6788;
  text-align: center; 
}
.dialogBoxTitle span {
  font-size: 14px;
  font-weight: bold;
  color: #FFFFFF;
}
.dialogBoxTitle a {
  position: absolute;
  right: 2px;
  font-size: 14px;
  font-weight: bold;
  color: #FFFFFF;
}
.dialogBoxContent {
  position: absolute;
  top: 20px;
  padding-left: 10px;
}
.dialogBoxContent table {
  border-collapse: collapse;
}
.dialogBoxContent table td {
  border: 0px;
  margin: 0px;
}
.dialogBoxButtons {
  position: absolute;
  bottom: 0px;
  height: 25px;
  width: 100%;
  text-align: center;
}
.dialogBoxButtons input {
  width: 110;
}
/*a:hover {
  cursor: pointer;
}*/
.leftAlign {
  text-align: left;
}
.rightAlign {
  text-align: right;
}
.centerAlign {
	text-align: center;
}
.errorMsg {
  color:#FF0000;
}