/*
  $Id: red-epis.css 22360 2009-05-12 05:09:52Z litomm $
  Copyright 2005 Red Energy
  John Hurst (jbhurst@attglobal.net)
  2005-09-02 from Inge
*/

body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: normal;
  color: #47545D;
  background-color: #FFFFFF;
  letter-spacing: normal;
  word-spacing: normal;
  text-align: left;
  vertical-align: middle;

  background-image: url("./images/bg-grad.jpg");
  background-repeat: repeat-x;
  background-attachment: scroll;
  background-position: 0 0%;
}

.standardPage div {
  margin: 1em;
}

.headerWrapper {
  background-color: #FFFFFF;
  background-image: url("./images/header-edge-left.jpg");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: left top;
  margin: 0 auto;
  width: 930px;
}

.pageHeader {
  background-color: #FFFFFF;
  background-image: url("./images/header-edge-right.jpg");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: right top;
  margin-left: 1em;
}

h1 {
  padding: 0 0 1em 1em;
  font-family: Cooper Black, serif;
  font-size: 26px;
  line-height: normal;
  font-weight: bold; /*color: #B4E63C;*/
  color: #59A4BA;
}

.mainWrapper {
  margin-top: 2em;
}

.pageWrapper {
  background-color: #FFFFFF;
  background-image: url("./images/content-edge-left.jpg");
  background-repeat: repeat-y;
  background-attachment: scroll;
  background-position: left top;
  margin: -2em auto;
  width: 960px;
}

.pageBody {
  background-color: #FFFFFF;
  background-image: url("./images/content-edge-right.jpg");
  background-repeat: repeat-y;
  background-attachment: scroll;
  background-position: right top;
  margin: 0em 0em 0em 1em;
  padding: 2em 0 2em 2em;
}

.footerWrapper {
  background-color: #FFFFFF;
  background-image: url("./images/footer-edge-bot.jpg");
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-position: center bottom;
  padding: 0 0 1em 0;
}

.pageFooter {
  color: #404040;
  text-align: center;
  background-color: #FFFFFF;
  background-image: url("./images/footer-edge-top.jpg");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center;
  padding: 1em 0 0 0;
  margin: 0 auto;
  width: 960px;
}

.pageFooterCopyright {
  font-size: 10px;
  color: #404040;
  text-align: left;
  margin-left: 3em;
  padding: 5px;
}

.quoteSummaryTable td {
  text-align: left;
  vertical-align: middle;
  padding: 0.5em 2em 0.5em 0;
}

.qsCol1 {
  font-weight: bold;
}

#redHotline {
  position: relative;
  left: 530px;
}

.Error {
  color: #8A1F11;
  margin: 1em;
  display: block;
  font-weight: bold;
}

.InErrorLabel {
  color: #8a1f11;
  padding-right: 3px;
  background: #FBE3E4;
  border-color: #FBC2C4;
}

.InSuccessLabel {
  padding: .8em;
  margin-bottom: 1em;
  border: 2px solid #ddd;
  background: #E6EFC2;
  color: #264409;
  border-color: #C6D880;
  width: 51em;
}

.InNoticeLabel {
  background: #FFF6BF;
  color: #514721;
  border-color: #FFD324;
}

.QuestionnaireBoxText {
  font-size: 12px;
  font-weight: bold; /*background-color: #99A6CF;*/
}

/* Curved corners for QuestionnaireBox */
.curvy {
  position: relative;
  text-align: left;
  padding: 1em;
  width: 20em;
  background: #99A6CF;
  color: #000000;
  margin: 1em auto;
}

#ctl, #cbl, #ctr, #cbr {
  position: absolute;
  width: 20px;
  height: 20px;
  color: #99A6CF;
  background: #FFFFFF;
  overflow: hidden;
  z-index: 1;
}

#ctl {
  top: 0;
  left: 0;
}

#cbl {
  bottom: 0;
  left: 0;
}

#ctr {
  top: 0;
  right: 0;
}

#cbr {
  bottom: 0;
  right: 0;
}

.curvy em b {
  position: absolute;
  font-size: 150px;
  font-family: arial;
  color: #99A6CF;
  line-height: 40px;
  font-weight: normal;
}

#ctl b {
  left: -8px;
}

#ctr b {
  left: -25px;
}

#cbl b {
  left: -8px;
  top: -17px;
}

#cbr b {
  left: -25px;
  top: -17px;
}

.curvy p {
  position: relative;
  z-index: 100;
  padding: 5px 10px;
}

.Gridline_corner {
  border-top-width: thin;
  border-right-width: thin;
  border-bottom-width: thin;
  border-left-width: thin;
  border-top-style: none;
  border-top-color: #E9E9E9;
  border-right-color: #E9E9E9;
  border-bottom-color: #E9E9E9;
  border-left-color: #E9E9E9;
  border-bottom-style: dashed;
  background-color: #FFFFFF;
  border-right-style: dashed;
  border-left-style: none;
}

.Gridline_vert {
  border-right-width: thin;
  border-right-style: dashed;
  border-right-color: #E9E9E9;
  border-left-style: none;
  border-top-width: thin;
  border-bottom-width: thin;
  border-left-width: thin;
  border-top-color: #E9E9E9;
  border-bottom-color: #E9E9E9;
  border-left-color: #E9E9E9;
  background-color: #FFFFFF;
}

.PageEPIS {
  font-size: 20px;
  line-height: normal;
  font-weight: bold; /*color: #333C42;*/
  color: #8D9BA1;
}

.PageEntryHint {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: x-small;
  color: #808080;
  display: inline;
}

#FinalConfirmationDetails {
  position: relative;
  left: 11px;
  border: 1px solid gray;
}

#FinalConfirmationDetails td {
  padding: 2px 15px 3px 10px;
  font-size: small;
  vertical-align: top;
}

#FinalConfirmationDetails .label {
  width: 35%;
  padding-right: 10px;
  text-align: right;
  font-weight: bolder;
  color: #333;
}

#FinalConfirmationDetails tr.bottomBorder td {
  border-bottom: 1px solid gray;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

#FinalConfirmationDetails tr.topBorder td {
  padding-top: 15px;
  margin-top: 15px;
}

#FinalConfirmationDetails .importantInformation {
  text-align: left;
  border-bottom: 1px solid gray;
  font-weight: bold;
  text-transform: uppercase;
  padding: 15px 0 15px 10px;
}

#AccountHolderEntry .label {
  width: 25%;
}

#SecondAccountHolderEntry .label {
  width: 35%;
}

#LocationAddressEntry .label,
  #BillingAddressEntry .label,
  #PreviousAddressEntry .label {
  width: 25%;
}

div.tariffs th {
  font-weight: bold;
  text-align: left;
  color: #333;
}

div.tariffs .legalText {
  font-size: smaller;
  padding: 15px 5px 15px 15px;
}

div.legalText {
  font-size: smaller;
  padding: 0 5px 15px 15px;
}

.smallNote {
  font-size: smaller;
  margin: 2px;
  padding: 0;
}

.mandatoryNote {
  font-size: smaller;
  margin: 2px;
  padding: 0;
  color: #FF1001;
}

/* Mechanism to highlight Mandatory, MaybeMandatory and InError Fields. These are specified in ValidationDelegate */
span.ErrorLabel {
  color: red;
}

span.MandatoryLabel {
  color: #FF1001;
  padding-right: 3px;
}

span.MaybeMandatoryLabel {
  color: coral;
  font-size: larger;
  padding-right: 3px;
}

fieldset {
  padding: 1.4em;
  margin: 0 0 1.5em 0;
  border: 1px solid #ccc;
  width: 50em;
}

legend {
  font-weight: bold;
  font-size: 1.2em;
}

input[type="text"], input.text, input.title, input.value, textarea, select {
  margin: 0.5em 0;
  border: 1px solid #bbb;
}

input[type="text"]:focus, input.text:focus, input.title:focus, input.value:focus, textarea:focus, select:focus {
  border: 1px solid #666;
}

textarea {
  width: 300px;
  height: 150px;
  padding: 0.5em;
}

.labelledItem label {
  display: inline-block;
  width: 12em;
  font-weight: bold;
  margin: 1em 0 1em 0;
}

.inlinedItem {
  display: inline-block;
  margin: 0 0 0 10em;
}

.supplyTypeDisplay {
  font-weight: bold;
}

.supplyType {
  font-weight: normal;
  display: inline-block;
  margin: 0em 0 1em 6em;
}

.supplyType input {
  pa margin: 0 0 0 1em;
  vertical-align: middle;
}

.mgm input[type="submit"] {
  margin: 1em;
}

.paragraph {
  margin: 1em 0em 2em 0em;
  width: 50em;
}

DIV.t-error {
  border: 1px solid #8A1F11;
  padding: 0px;
  margin: 4px 0px;
  width: 53em;
}

DIV.t-error DIV {
  padding: 2px;
  display: block;
  margin: 0px;
  background-color: #8A1F11;
  color: white;
  font-weight: bold;
}

DIV.t-error UL {
  margin: 2px 0px;
  background-color: white;
  color: #8A1F11;
}

DIV.t-error LI {
  margin-left: 20px;
}

HTML>BODY DIV.t-error LI {
  margin-left: -20px;
}

.t-invisible {
  display: none;
}

LABEL.t-error {
  color: #8A1F11;
}

INPUT.t-error, TEXTAREA.t-error {
  border-color: #8A1F11;
  font-style: italic;
  color: #8A1F11;
}

IMG.t-error-icon {
  margin-left: 4px;
  width: 16px;
  height: 16px;
  background: url(field-error-marker.gif);
}

#hoverProductInfo {
  display: inline;
  cursor: pointer;
}

#hoverProductInfo div {
  width: 230px;
  padding: 5px;
}

#hoverProductInfo img {
  padding-left: 5px;
  vertical-align: middle;
}

#hoverProductInfo dt, #hoverProductInfo dd {
  display: none;
  position: absolute;
  top: 330px;
  left: -20px;
  background: #D5D4AB;
  width: 230px;
  height: 150px;
  padding: 10px;
  z-index: 2;
}

#hoverProductInfo dt {
  top: 300px;
  left: 20px;
  font-family: Cooper Black, serif;
  font-size: 16px;
  font-weight: bold;
  color: #DF2525;
}

/* display:block on hover */
#hoverProductInfo:hover dt, #hoverProductInfo:hover dd {
  display: block;
}

#hoverMeterInfo {
  display: inline;
  cursor: pointer;
}

#hoverMeterInfo div {
  width: 230px;
  padding: 5px;
}

#hoverMeterInfo img {
  padding-left: 5px;
  vertical-align: middle;
}

#hoverMeterInfo dt, #hoverMeterInfo dd {
  display: none;
  position: absolute;
  top: 330px;
  left: -20px;
  background: #D5D4AB;
  width: 230px;
  height: 270px;
  padding: 10px;
  z-index: 2;
}

#hoverMeterInfo dt {
  top: 300px;
  left: 20px;
  font-family: Cooper Black, serif;
  font-size: 16px;
  font-weight: bold;
  color: #DF2525;
}

/* display:block on hover */
#hoverMeterInfo:hover dt, #hoverMeterInfo:hover dd {
  display: block;
}
