html, html body {
  height: 100%;
}

body {
  background-color: #fff;
  color: #000000;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background: url( /images/header-horizontalSlice.gif ) repeat-y;
}

div {
  margin: 0;
  padding: 0;
}

th {
  font-weight: bold;
  text-align: left;
}

strong {
  font-weight: bold;
}

img {
  border: 0px;
  padding: 0px;
  margin: 0px;
}

.textInput {
  width: 98%;
}

a:visited {
  color: #0000FF;
}

h1 {
  font-size: 136%;
  font-weight: bold;
  text-align: left;
}

h2 {
  font-size: 107%;
  font-weight: bold;
  text-align: left;
}

.title {
  border: #000000 solid;
  border-width: 0px 0px 2px 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  margin-right: 150px;
}

.subtitle {
  border-bottom: #000000 2px;
  margin: 10px 40px 10px 10px;
}

#outerDiv {
  height: 100%;
  width: 100%;
  vertical-align: top;
}

#header {
  background: url( /images/header-verticalSlice.gif ) repeat-x;
  height: 89px;
  margin-bottom: 2px;
}

#headerLogoDivHorizontal {
  position: absolute;
  left: 0;
  top: 0;
  width: 609px;
  height: 83px;
  background: url( /images/header-usedisbetter.gif ) no-repeat;
}

#headerLogoDivVertical {
  position: absolute;
  left: 0;
  top: 0;
  width: 230px;
  height: 227px;
  background: url( /images/header-usedisbetter.gif ) no-repeat;
}

#sidebar {
  width: 233px;
  vertical-align: top;
  position: absolute;
  left: 0;
  top: 227px;
}

#sidebarLinks {
  padding-left: 20px;
}

#sidebarLinks a:link {
  color: #FFC425;
  font-weight: bold;
}

#sidebarLinks a:visited {
  color: #FFC425;
  font-weight: bold;
}

#mainContent {
  vertical-align: top;
  text-align: left;
  padding-left: 233px; /* LC width */
}

*#mainContent {
  padding-right: 10px;
}

#footer {
  clear: both;
  position: absolute;
  width: 100%;
  bottom: 0px;
  left: 0px;
  height: 2em;
  border-top: 1px solid #000000;
  text-align: center;
  padding-top: 0.66em;
}

#footerAddThis {
  float: left;
  text-align: center;
  width: 233px;
}

#footerLinks {
  text-align: center;
}

.white {
  color: #FFFFFF;
}

.yellow {
  color: #FFC425;
}

.yellowBackground {
  background-color: #FFC425;
  color: #015287;
}

.blue {
  color: #015287;
}

.blueBackground {
  background-color: #015287;
  color: #FFF;
}

.even {
  background-color: #EEEEEE;
}

.smallText {
  font-size: 85%;
}

#numOfCustomersDiv {
  position: absolute;
  top: 5px;
  right: 10px;
  color: #FFFFFF;
  font-size: 136%;
  width: 300px;
  z-index: 1;
  overflow: hidden;
  text-align: right;
}

#searchBar {
  position: absolute;
  right: 5px;
  top: 47px;
}

#searchBar input {
  vertical-align: middle;
}

#searchBar input#submit {
  padding-top: 5px;
}

#viewCartDiv {
  position: absolute;
  top: 81px;
  right: 0px;
}

#loginDiv {
  position: absolute;
  top: 116px;
  right: 0px;
}

#serverMsg {
  margin-right: 300px;
}

.updating {
  background-color: #F00;
  color: #FFF;
}

.warning {
  background-color: #FFC425;
  color: #015287;
  font-weight: bold;
}

.warningBlue {
  color: #015287;
  font-weight: bold;
}

#checkoutButtons {
  float:right;
}

.dataTable {
  border: 2px solid #005083;
  width: 100%;
}

.dataTable th, .dataTable .footer {
  border-bottom: 2px solid #005083;
  color: #015287;
  padding: 3px;
}

.dataTable td {
  text-align: left;
  border-bottom: 1px solid #005083;
  padding: 3px;
}

.dataTable .amount {
  text-align: right;
}

.dataTable .footerAmount {
  width: 60px;
}

.grandTotal {
  font-weight:bold;
}

/* In non-IE */
html>body .paragraphContent {
  overflow-y: scroll;
  overflow-x: auto;
  padding-right:3px;
}

/* In IE */
*.paragraphContent {
  overflow-y: scroll;
  margin-right: 8px;
}

.virtualButton {
  cursor: pointer;
}

/* Overrides so that tool tips match our color scheme */
.yui-tt {
  color:#015287;
	background-color:#FFFFFF;
	border:1px solid #FFC425;
}

.yellowBackgroundDiv {
  background-color: #FFC425;
  text-align: center;
  padding-bottom: 2px; /* For IE */
}

.yellowTable {
  background-color:#FFC425;
  color: #015287;
  margin-top: 0px;
  margin-bottom: 10px;
  width: 70%;
}

.yellowTable td {
  padding-top: 2px;
  vertical-align: top;
}

.yellowTable th {
  padding-left: 5px;
  padding-bottom: 10px;
  text-align: center;
  font-weight: bold;
}

.errorField {
  color: #FF0000;
  font-weight: bold;
  padding-bottom:5px;
}

.indent {
  padding-left: 20px;
}

.leftLabel {
  text-align: left;
  width: 40%;
}

.submitButtonCell {
  text-align:right;
  height: 50px;
}

.submitButtonCell img {
  vertical-align: middle;
  padding-top: 10px;
}

.submitButtonCell input {
  vertical-align: middle;
  padding-top: 10px;
}

#couponErrorText {
  border: 1px solid white;
}

#chartdiv {
  height: 550px;
}

#myChartId {
  height: 550px;
  width: 1100px;
}
