/* Box styles */

/* bof_buttons_box */

.infoBoxButton {
  background: #cccccc;
  /*
  border-bottom: 1px solid #aaaaaa;
  border-right: 1px solid #aaaaaa;
  */
}

.infoBoxButtonContents {
  background: #f8f8f9;
}

/* eof_buttons_box

/* default style */

.infoBox {
  /*background: #FF7C19;*/
}

TD.infoBox, SPAN.infoBox {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

.infoBoxContents {
  background: #f8f8f9;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

.infoBoxBorder {
  /*border: 1px solid #DDE5F5;*/
}

TD.infoBoxHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  height: 20px;
  padding-left: 5px;
  background: #b6dff6;
  color: #000000;
}

A.infoBoxHeading {
  color: #000000;
}

A.infoBoxHeading:hover {
  color: #86A5D2;
}

TD.infoBoxFooting {
  height: 3px;
  background: #38478C;
}

/* style end */

/* custom left style*/
.infoBoxLeft {
  /*background: #38478C;*/
  border-top: 1px solid #38478C;
  border-left: 1px solid #38478C;
  border-right: 1px solid #38478C;
  border-bottom: 1px solid #38478C;
}

TD.infoBoxLeft, SPAN.infoBoxLeft {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

.infoBoxContentsLeft {
  background: #f8f8f9;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

.infoBoxBorderLeft {
/*  border: 1px solid #DDE5F5;*/
}

TD.infoBoxHeadingLeft {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  height: 22px;
  padding-left: 5px;
  background: #38478C;
  color: #FDB324;
}

A.infoBoxHeadingLeft {
  color: #FDB324;
}

A.infoBoxHeadingLeft:hover {
  color: #DDE5F5;
}

TD.infoBoxFootingLeft {
  height: 2px;
  background: #38478C;
}

/* style end */

/* custom right style*/
.infoBoxRight {
  /*background: #38478C;*/
  border-top: 1px solid #38478C;
  border-left: 1px solid #38478C;
  border-right: 1px solid #38478C;
  border-bottom: 1px solid #38478C;
}

TD.infoBoxRight, SPAN.infoBoxRight {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

.infoBoxContentsRight {
  background: #f8f8f9;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

.infoBoxBorderRight {
  /*border: 1px solid #DDE5F5;*/
}

TD.infoBoxHeadingRight {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  height: 22px;
  padding-left: 5px;
  background: #38478C;
  color: #fcfcfc;
}

A.infoBoxHeadingRight {
  color: #fcfcfc;
}

A.infoBoxHeadingRight:hover {
  color: #DDE5F5;
}

TD.infoBoxFootingRight {
  height: 3px;
  background: #38478C;
}

/* style end */
