/* TO DO: move generic declarastions to a common css file, leave Compass-specirfic declarations here */
body, p, a, table, div, span, ul {
  font: 12px  Arial, Verdana, Helvetica, sans-serif;
}

body {
  margin-left: 2px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  background-color: white;
}

A {
  color: #0033cc;
  text-decoration: none
}

A:hover {
  color: #0033cc;
  text-decoration: underline
}

A.popup {
  background: url(../images/NewWindowIcon.gif) right bottom no-repeat; 
  padding-right: 16px;
}

A.popin { 
  background: url(../images/InnerWindowIcon.gif) right bottom no-repeat; 
  padding-right: 16px;
}

/* CSS Hack for IE bug when text wraps */
* HTML A.popupleft {
  background: url(../images/NewWindowIcon.gif) left bottom no-repeat; 
  display: inline-block; 
  padding-right: 0px;
}

* HTML A.popinleft { 
  background: url(../images/InnerWindowIcon.gif) left bottom no-repeat; 
  display: inline-block; 
  padding-right: 0px;
}


LABEL {
  cursor: pointer;
}

/*Area 1 -- TopNav elements */

.TopNav {
  font: 12px Verdana, Arial, Helvetica, sans-serif;
  padding-top: 4px;
  padding-bottom: 4px;
}

.tabSection {
  background-color: #ffffff;
  
}

/*Area 2 -- LeftNav elements */

.LeftNav { 
  font: 12px Verdana, Arial, Helvetica, sans-serif;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 5px;
}

A.LeftNav:link {
  color: #000000;
  text-decoration: underline
}

A.LeftNav:active {
  color: #000000;
  text-decoration: underline
}

A.LeftNav:visited {
  color: #000000;
  text-decoration: underline
}

A.LeftNav:hover {
  color: #000000;
  text-decoration: underline
}

.LeftSubLink {
  font: 12px Verdana, Arial, Helvetica, sans-serif;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 18px;
}

A.LeftSubLink:link {
  color: #000000;
  text-decoration: underline
}

A.LeftSubLink:active {
  color: #000000;
  text-decoration: underline
}

A.LeftSubLink:visited {
  color: #000000;
  text-decoration: underline
}

A.LeftSubLink:hover {
  color: #000000;
  text-decoration: underline
}

UL.ApplyNowList {
  margin-bottom: 0px; 
}

UL.ApplyNowList LI {
  margin-left: -24px; 
}

.DisplayArea {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

/* IE 5.5 hack to fix rendering bug */
.IE5Hack1 { 
  position: relative;
  right: 40px;
}
.IE5\Hack1 {
  position: static;
  right: 0px;
}

.DisplayValue {
  font-family:  Arial, Verdana, Helvetica, sans-serif;
  font-size: 19px;
  font-weight: bold;
  color: #003399;
  text-align: center
}

.DisplayValueEquity {
  font-family:  Arial, Verdana, Helvetica, sans-serif;
  font-size: 19px;
  font-weight: bold;
  color: #003399
}

.ErrorMessage {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: red;
}


/*Area 6 -- Footer elements */

.FooterText {
  font-family:  Arial, Verdana, Helvetica, sans-serif; 
  font-size: 10px; 
}

.TrailerText {
  font-family:  Arial, Verdana, Helvetica, sans-serif; 
  font-size: 12px; 
  margin-top: 2px;
  padding-top: 2px;
}

.BottomBorder {
  border-bottom: 1px solid #cccccc;
}

.HintBelow TD {
  padding-top: 0px;
}

/*Other page elements */

.HeaderText {
  font-family:  Arial, Verdana, Helvetica, sans-serif; 
  font-size: 12px; 
}

.HVBtext {
  font-family:  Arial, Verdana, Helvetica, sans-serif; 
  font-size: 12px;
}

.FormLabel {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
}

.ButtonCopy {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  padding: 5px 10px 5px 10px; border: none;
  color:#ffffff;
background-color:#003399;
font-weight:bold
}

.FormExplain {
  font-family:  Arial, Verdana, Helvetica, sans-serif;
  font-size: 11px;
}

.ReportHeader {
  font-family:  Arial, Verdana, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: bold;
}

.ReportTable {
  font-family:  Arial, Verdana, Helvetica, sans-serif;
  font-size: 15px
}

.ReportCopy {
  font-family:  Arial, Verdana, Helvetica, sans-serif;
  font-size: 15px;
  margin-top: 0px;
}

.ORstyle {
  color: #FFFFFF;
  font-weight: bold;
  background-color: #009900;
  padding-top: 2px;
  padding-bottom: 2px;  
}

.TableText {
  font-family:  Arial, Verdana, Helvetica, sans-serif;
  font-size: 11px;
}

.GrayRow {
  background-color: #eeeeee;
}

.GrayLine {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #cccccc;
}

.ProductName {
	color: #3366cc;
	font-weight: bold;
}

.ValueRange {
  color: #999999;
  font-weight: bold;
}
/* Top Menu Images */

MAP, AREA, IMG {
  border: 0px;
}
  
#imageCHVStep1, #imageCHVStep1A, #imageCHVStep1B, #imageCHVStep2, #imageCHVStep2A, #imageCHVStep3, #imageCHVStep4 {
  display: none;
}
#imageCHVStep1 {
  display: block;
}

/* Dynamic elements */

#SaleInfoArea {
  display: none;
}

#sectionGetEquity, #sectionGetLoanType, #sectionGetPayments {
	display: none;
}

#sectionGetEquity, #sectionGetHV {
}

#sectionShowHV, #sectionShowEquity {
  visibility: hidden;
  position: relative;
  top: 0px;
}

#containerShowHV, #containerShowEquity {
  position: relative;
  top: 0px;
  overflow: hidden;
  height: 95px;
}

#sectionShowHV, #containerShowHV {
  height: 95px;
}

#sectionShowEquity, #containerShowEquity {
  height: 145px;
}

#sectionEquityAmount {
}

#sectionEquityError {
  display: none;
  text-align: center;
  width: 100%;
}

#sectionProductDescriptions {
  height: 120px;
  overflow: auto;
}

#sectionShowLoanTypes {
}

#sectionShowLoanTypesError {
  display: none;
  text-align: center;
  width: 100%;
}


/* Slider */

#sliderContainer, #sliderDontWork, #sliderTitle, #sliderRates, #sliderMain, #sliderAxisLabel, #sliderFooter, #sliderBackground {
  width: 500px;
  height: auto;
  text-align: center;
  overflow: visible;
  position: absolute;
  top: 0px;
  left: 0px;
}

#sliderContainer, #sliderDontWork {
  position: relative;
  top: 0px;
  height: 116px;
  margin-bottom: 4px;
  /* Non-IE 5.x attributes go here \*/
  height: 116px; /* = height - border */
}

#sliderTitle {
  top: 0px;
  height: 16px;
}

#sliderAxisLabel {
  top: 0px;
  height: 16px;
  left: 25px;
  width: 450px;
}

#sliderMain {
  top: 24px;
  height: 54px;
  left: 25px;
  width: 450px;
  z-index: 1000;
}

#sliderBackground {
  top: 24px;
  height: 54px;
  z-index: 990;
}

#sliderRates {
  top: 8px;
  left: 25px;
  height: 18px;
  z-index: 1002;
  width: 450px;
  text-align: center;
}

#sliderFooter {
  top: 88px;
  height: 16px;
}

.sliderRate {
  font-weight: bold;
  font-size: 9px;
  color: #333333;
  position: absolute;
  top: 18px;
  text-align: center;
  height:14px;
}

.sliderRatesTitle {
  color: #3366CC;
  font-weight: bold;
}

.sliderSection {
  height: 42px;
  position: absolute;
  top: 0px;
  z-index: 900;
  /*background-image: url(../images/Slider_overflow.gif);
  background-repeat: repeat-x;*/
}

.sliderSectionEnd {
}

.sliderBar {
  width: 2px;
  height: 50px;
  border-left: 2px solid #666666;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1020;
}

.sliderBarEnd {
  border-left: 3px solid red;
  width: 3px;
}

.sliderBarStart {
  border-left: 3px solid #666666;
  width: 3px;
}

.sliderLabel {
  top: 66px;
  width: 70px;
  text-align: center;
  position: absolute;
  font-weight: normal;
  font-size: 10px;
  overflow: hidden;
}

.sliderArrow {
  position: absolute;
  border: 0px;
  top: 14px;
  left: 25px;
  height: 31px;
  width: 30px;
  z-index: 1010;
}

.sliderFooter {
  position: absolute;
}

@media print {
  #sliderContainer, .sliderArrow {
    /* display: none; */
  }
  .doNotPrint {
    display: none;
  }
}

/* Payments Grid */

.boxedResult {
  border: 1px solid #cccccc;
  padding: 2px 8px 2px 8px;
  display: inline-block;
  font-weight: bold;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
}

#tableResults TR.resultRow {
  display: none;
}

TR.resultRow {
  background-color: #fcfcfc;
}

TR.alternate {
  background-color: #eeeeee;
}

/* product descriptions */
.shortDescription TR {
  padding-top: 4px;
}

#descriptionsArea 
{
  margin-top: 4px;
  margin-bottom: 12px;
}

/* descriptionsPopupDialog */

#divDescriptionPopupDialog {
  position: absolute;
  top: 250px;
  left: 240px;
  visibility: hidden;
  z-index: 4500;
  height: 200px; 
  width: 400px;
  background-color: white;
  border: 1px solid #cccccc;
  /* Non-IE 5.x attributes go here \*/
  width: 398px;
  height: 198px;
}
#imgDescriptionPopupClose {
  position: absolute;
  top: 0px;
  right: 0px;
  cursor: hand;
  cursor: pointer;
}
#imgDescriptionPopupLoading {
  position: absolute;
  top: 84px;
  left: 127px;
  visibility: hidden;
}
#divDescriptionPopupTitle {
  width: 398px;
  height: 24px;
  font-size: 14px;
  font-weight: bold;
  cursor: move;
  color: white;
  background-color: #009a00;
  padding: 2px 0px 0px 2px;
  /* Non-IE 5.x attributes go here \*/
  width: 396px;
  height: 22px;
}
#divDescriptionPopupPlaceholder {
  position: absolute;
  top: 24px; 
  left: 1px;
  width: 398px;
  height: 174px;
  overflow: auto;
  display: block;
  background-color: White;
  border-top: 1px solid #cccccc;
  /* Non-IE 5.x attributes go here \*/
  width: 398px;
  height: 173px;
}
.descriptionPopupTitle {
  font-size: 100%;
  font-weight: bold;
  color: white;
  text-align: center;
}
#divDescriptionPopupShadow {
  position: absolute;
  top: 4px;
  left: 4px;
  width: 400px;
  height: 200px;
}
.popupDescription {
  padding: 0px 8px 0px 8px; 
}
.shadow {
  position: absolute;
  z-index: -10000;
  background-color: black;
  -moz-opacity: 0.3;
  opacity: 0.3;
  filter: Alpha(opacity=30);
}


/* PrintingPopupDialog */

#divPrintingPopupDialog {
  position: absolute;
  top: 250px;
  left: 240px;
  visibility: hidden;
  z-index: 4500;
  height: 220px; 
  width: 400px;
  background-color: white;
  border: 1px solid #cccccc;
  /* Non-IE 5.x attributes go here \*/
  width: 398px;
  height: 218px;
}
#imgPrintingPopupClose {
  position: absolute;
  top: 0px;
  right: 0px;
  cursor: hand;
  cursor: pointer;
}
#divPrintingPopupTitle {
  width: 398px;
  height: 24px;
  font-size: 14px;
  font-weight: bold;
  cursor: move;
  color: white;
  background-color: #009a00;
  padding: 2px 0px 0px 2px;
  /* Non-IE 5.x attributes go here \*/
  width: 396px;
  height: 22px;
}
#divPrintingPopupPlaceholder {
  position: absolute;
  top: 24px; 
  left: 1px;
  width: 398px;
  height: 194px;
  overflow: auto;
  display: block;
  background-color: White;
  border-top: 1px solid #cccccc;
  padding: 5px;
  /* Non-IE 5.x attributes go here \*/
  width: 388px;
  height: 183px;
}
#divPrintingPopupShadow {
  position: absolute;
  top: 4px;
  left: 4px;
  width: 400px;
  height: 220px;
}
.shadow {
  position: absolute;
  z-index: -10000;
  background-color: black;
  -moz-opacity: 0.3;
  opacity: 0.3;
  filter: Alpha(opacity=30);
}


/* Summary Area */

#SummaryArea {
}
.SummaryTitle {
  font-size: 11px;
  font-weight: bold;
  color: #003399;
  width: 200px;
  text-align: left;
  padding-left: 3px;
  padding-bottom: 8px;
}
.SummaryContainer {
}
.SummaryItem {
  font-size: 9px;
}
.SummaryItem TABLE {
  border-collapse: collapse;
  margin: 3px 0px 3px 0px;
  width: 200px;
}
.SummaryHeader {
  font-weight: bold;
  color: #3366cc;
}
.SummaryHeader TD {
  font-size: 11px;
  padding: 0px 4px 0px 4px;
  padding-top: 3px;
  border-top: dashed 1px #3366cc;
}
.TopSummaryHeader TD {
  border-top: none;
}
.SummaryHeader A, .SummaryHeader A:hover { /* IE needs hover */
  color: #3366cc;
}
.SummaryValue TD {
  text-align: left;
  font-size: 11px;
  padding: 0px 4px 0px 4px;
}


/* Compass-specific */

.LinksTable {
  border-collapse: collapse;
}
.LinksTable TD {
  border: 1px solid #999999;
}
.LinksTableLeftBorder {
  background-color: #cccccc;
  width: 5px;
  border: 1px solid #999999;
}
* html .LinksTableLeftBorder { /* IE only */
  border-right: none;
}
.ApplyNow {
  color: #cc0000;
  font-weight: bold;
  font-size: 11px;
  text-transform: uppercase;
  background-color: #efefef;
}

.SubmitButton {
color:#ffffff;
background-color:#003399;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight:bolder;
font-size:11px;
padding: 5px 10px 5px 10px; border: none;

}

.ClearButton {
color:#ffffff;
background-color:#999999;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight:bolder;
font-size:11px;
padding: 5px 10px 5px 10px; border: none;
}
