/* 170-39-4 (for a little extra) */
/* 170 -6 that select takes away for border, +6 to put it back and +16 for the left/right padding */
/* line 3, ../sass/main.scss */
html {
  background: url(../img/header_bg.png) repeat-x;
  background-color: #fff;
  overflow-y: scroll; }

/* line 8, ../sass/main.scss */
body {
  font-family: tahoma,arial,Sans-Serif;
  font-size: 14px;
  line-height: 16px;
  margin: 0px; }

/* line 14, ../sass/main.scss */
a:focus {
  text-decoration: underline; }

/* line 16, ../sass/main.scss */
.fl {
  position: relative;
  float: left; }

/* line 17, ../sass/main.scss */
.fr {
  position: relative;
  float: right; }

/* line 18, ../sass/main.scss */
.fl5 {
  position: relative;
  float: left;
  margin-right: 5px; }

/* line 19, ../sass/main.scss */
.fr5 {
  position: relative;
  float: right;
  margin-left: 5px; }

/* line 20, ../sass/main.scss */
.fl10 {
  position: relative;
  float: left;
  margin-right: 10px; }

/* line 21, ../sass/main.scss */
.fr10 {
  position: relative;
  float: right;
  margin-left: 10px; }

/* line 22, ../sass/main.scss */
.fl15 {
  position: relative;
  float: left;
  margin-right: 15px; }

/* line 23, ../sass/main.scss */
.fr15 {
  position: relative;
  float: right;
  margin-left: 15px; }

/* line 24, ../sass/main.scss */
.fl20 {
  position: relative;
  float: left;
  margin-right: 20px; }

/* line 25, ../sass/main.scss */
.fr20 {
  position: relative;
  float: right;
  margin-left: 20px; }

/* line 26, ../sass/main.scss */
.clr {
  clear: both; }

/* line 29, ../sass/main.scss */
#results td.highlight, #results #pcd td.highlight {
  background-color: #eee; }
/* line 30, ../sass/main.scss */
#results td.ind1, #results #pcd td.ind1 {
  padding-left: 30px; }
/* line 31, ../sass/main.scss */
#results td.ind2, #results #pcd td.ind2 {
  padding-left: 60px; }
/* line 32, ../sass/main.scss */
#results tr.bld, #results #pcd tr.bld {
  font-weight: bold; }
/* line 33, ../sass/main.scss */
#results td.note, #results #pcd td.note {
  font-size: 11px;
  color: #666;
  padding-top: 10px;
  padding-bottom: 10px; }

/* line 35, ../sass/main.scss */
.left {
  margin: 17px 0px 0px 40px; }

/* line 36, ../sass/main.scss */
.right {
  margin: 17px 0px 0px -10px; }

/* downloaded from fontsquirrel.com */
@font-face {
  font-family: 'ospdin';
  src: url("../fonts/OSP-DIN-webfont.eot");
  src: url("../fonts/OSP-DIN-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/OSP-DIN-webfont.woff") format("woff"), url("../fonts/OSP-DIN-webfont.ttf") format("truetype"), url("../fonts/OSP-DIN-webfont.svg#OSPDIN") format("svg");
  font-weight: normal;
  font-style: normal; }
/* line 50, ../sass/main.scss */
sup {
  font-size: 1.0em;
  line-height: 0.5em;
  vertical-align: top; }

/* line 55, ../sass/main.scss */
h1 sup, h2 sup, h3 sup, h4 sup {
  font-size: 0.4em; }

/* line 58, ../sass/main.scss */
.ui-dialog .ui-dialog-title {
  color: #ffffff; }

/*-------------- HEADER --------------------------------------------------*/
/* line 62, ../sass/main.scss */
#appheader {
  position: relative;
  text-align: right;
  width: 1000px;
  height: 64px;
  margin: 0px auto;
  z-index: 50; }

/* line 70, ../sass/main.scss */
#header {
  position: relative;
  display: block;
  overflow: hidden;
  width: 1000px;
  height: 86px;
  margin: 0px auto; }
  /* line 78, ../sass/main.scss */
  #header #beta {
    position: absolute;
    top: 29px;
    left: 545px;
    color: #80c8ff;
    font-size: 11px; }
    /* line 85, ../sass/main.scss */
    #header #beta:hover {
      color: FF5400; }
    /* line 88, ../sass/main.scss */
    #header #beta a {
      color: #fff;
      font-weight: bold;
      text-decoration: none; }
      /* line 93, ../sass/main.scss */
      #header #beta a:hover {
        color: FF5400; }
  /* line 98, ../sass/main.scss */
  #header #topnav {
    float: right;
    height: 78px;
    margin-right: 170px; }
    /* line 103, ../sass/main.scss */
    #header #topnav li {
      float: right; }
    /* line 106, ../sass/main.scss */
    #header #topnav a {
      display: block;
      height: 78px;
      font-family: 'ospdin',Tahoma,Sans-Serif;
      font-size: 24px;
      color: #fff;
      line-height: 76px;
      text-decoration: none;
      padding: 0px 15px;
      margin-left: -1px;
      border-left: 1px solid #3389cb;
      border-right: 1px solid #3389cb; }
      /* line 119, ../sass/main.scss */
      #header #topnav a:hover, #header #topnav a:focus {
        border-left: 1px solid #fff;
        background: url("../img/header_nav_bg.jpg") repeat-x; }
  /* line 125, ../sass/main.scss */
  #header #mylocationCell {
    margin-top: 7px; }
    /* line 128, ../sass/main.scss */
    #header #mylocationCell #getstarted {
      display: inline-block;
      vertical-align: middle;
      padding: 0px;
      margin: 0px 10px 0px 0px;
      font-family: 'ospdin',Tahoma,Sans-Serif;
      font-size: 28px;
      color: #fff;
      line-height: 60px;
      text-shadow: 0px 0px 5px #003A68; }
    /* line 139, ../sass/main.scss */
    #header #mylocationCell #myloc {
      display: inline-block;
      vertical-align: middle;
      padding: 7px;
      margin: 0px 3px 0px 0px; }
    /* line 145, ../sass/main.scss */
    #header #mylocationCell #go {
      display: inline-block;
      vertical-align: middle;
      margin: 0px;
      padding-top: 7px;
      cursor: pointer; }
    /* line 152, ../sass/main.scss */
    #header #mylocationCell #mylocload {
      display: none;
      vertical-align: middle;
      padding: 0px;
      margin: 0px; }
  /* line 159, ../sass/main.scss */
  #header #mysetlocationCell {
    display: table-row;
    margin-left: 15px;
    width: 500px;
    font-family: 'arial',Sans-Serif;
    font-size: 16px;
    color: #fff; }
    /* line 167, ../sass/main.scss */
    #header #mysetlocationCell #mylocationtxt {
      display: table-cell;
      vertical-align: middle;
      text-align: right;
      width: 110px;
      height: 75px;
      padding-right: 10px;
      font-size: 18px;
      color: #fff;
      font-family: 'Arial Narrow','arial',Sans-Serif;
      text-shadow: 0px 0px 5px #003A68;
      border-right: 1px solid #3389cb; }
    /* line 180, ../sass/main.scss */
    #header #mysetlocationCell #mylocationblock {
      display: table-cell;
      vertical-align: middle;
      padding-left: 10px;
      width: 370px;
      height: 75px; }
    /* line 187, ../sass/main.scss */
    #header #mysetlocationCell div #mylocationdisplay {
      font-style: italic;
      width: 370px;
      height: 25px;
      max-height: 50px;
      padding-bottom: 5px;
      display: table-cell;
      vertical-align: bottom;
      overflow: hidden;
      line-height: 1.2em; }
    /* line 198, ../sass/main.scss */
    #header #mysetlocationCell div .chglink {
      display: table-row;
      width: 370px;
      font-family: 'arial',Sans-Serif;
      font-size: 12px;
      color: #80c8ff;
      font-weight: bold;
      text-decoration: none;
      line-height: 16px;
      cursor: pointer; }
      /* line 209, ../sass/main.scss */
      #header #mysetlocationCell div .chglink:hover, #header #mysetlocationCell div .chglink:focus {
        color: #fff; }

/* line 216, ../sass/main.scss */
#header #mylocationCell #myloc, #content div input#myloc2 {
  display: inline-block;
  width: 220px;
  font-family: 'Arial Narrow','arial',Sans-Serif;
  font-size: 14px;
  color: #ccc;
  border: 3px solid #DBDBDB;
  border-radius: 5px; }

/* line 226, ../sass/main.scss */
#content div input#myloc2 {
  margin-left: 50px;
  width: 450px;
  padding: 7px;
  vertical-align: 5px;
  margin-top: 10px; }
/* line 233, ../sass/main.scss */
#content div a#go2 {
  float: none;
  display: inline-block;
  margin-top: 8px;
  cursor: pointer; }

/*-------------- Main Container --------------------------------------------------*/
/* line 242, ../sass/main.scss */
#maincontainer {
  position: relative;
  padding-top: -10px;
  /*background-color:#fff;*/ }

/*-------------- Mainbody --------------------------------------------------*/
/* line 249, ../sass/main.scss */
#mainbody {
  position: relative;
  width: 1000px;
  margin: -8px auto 1px auto;
  z-index: 1; }
  /* line 255, ../sass/main.scss */
  #mainbody #shadowleft {
    position: absolute;
    top: -8px;
    left: -152px; }
  /* line 260, ../sass/main.scss */
  #mainbody #shadowright {
    position: absolute;
    top: -8px;
    right: -152px; }

/*-------------- LS --------------------------------------------------*/
/* line 267, ../sass/main.scss */
#ls {
  position: relative;
  display: block;
  text-align: right;
  float: left;
  width: 110px;
  min-height: 200px; }
  /* line 275, ../sass/main.scss */
  #ls #lnav {
    padding-top: 30px; }
    /* line 278, ../sass/main.scss */
    #ls #lnav li a {
      display: block;
      font-family: 'ospdin',Tahoma,Sans-Serif;
      font-size: 18px;
      color: #003A68;
      text-decoration: none;
      margin-bottom: 15px; }
      /* line 286, ../sass/main.scss */
      #ls #lnav li a:hover, #ls #lnav li a:focus {
        color: #0090FF; }

/*-------------- MID --------------------------------------------------*/
/* line 293, ../sass/main.scss */
#mid {
  position: relative;
  float: left;
  width: 710px;
  min-height: 300px;
  height: auto !important;
  height: 300px;
  padding: 0px 20px;
  margin-left: 10px;
  border-left: 2px solid #ccc;
  border-right: 2px solid #ccc; }
  /* line 305, ../sass/main.scss */
  #mid #subnav {
    text-align: center;
    height: 40px;
    margin: 0px -10px;
    background: url(../img/subnav_bg.png) no-repeat;
    border-bottom: 2px solid #ccc; }
    /* line 312, ../sass/main.scss */
    #mid #subnav li {
      position: relative;
      display: inline-block;
      list-style: none;
      background: transparent; }
    /* line 318, ../sass/main.scss */
    #mid #subnav li a {
      display: block;
      float: left;
      font-family: 'ospdin',Tahoma,Sans-Serif;
      font-size: 18px;
      color: #999;
      text-decoration: none;
      line-height: 35px;
      padding: 5px 15px 0px 15px; }
      /* line 328, ../sass/main.scss */
      #mid #subnav li a:hover, #mid #subnav li a:focus {
        color: #003A68; }
      /* line 331, ../sass/main.scss */
      #mid #subnav li a:focus {
        text-decoration: underline; }
    /* line 335, ../sass/main.scss */
    #mid #subnav li a.active {
      background: transparent url("../img/subnav_arrow.png") top center no-repeat;
      color: #003A68; }
  /* line 340, ../sass/main.scss */
  #mid #content {
    padding: 25px 0px 25px 0px; }
    /* line 343, ../sass/main.scss */
    #mid #content h1 {
      font-family: 'ospdin',Tahoma,Sans-Serif;
      font-size: 40px;
      font-weight: normal;
      color: #FF5400;
      line-height: 40px;
      margin-bottom: 10px; }
    /* line 351, ../sass/main.scss */
    #mid #content h1 .super {
      font-size: 10px;
      vertical-align: 20px;
      line-height: 8px; }
    /* line 356, ../sass/main.scss */
    #mid #content h2 {
      font-family: 'ospdin',Tahoma,Sans-Serif;
      font-size: 26px;
      font-weight: normal;
      color: #003A68;
      line-height: 32px;
      margin-bottom: 10px; }
    /* line 364, ../sass/main.scss */
    #mid #content h3 {
      font-family: 'Arial Narrow','arial', Tahoma, Sans-Serif;
      font-size: 18px;
      color: #333;
      margin-bottom: 10px; }
    /* line 370, ../sass/main.scss */
    #mid #content p, #mid #content ul, #mid #content ol, #mid #content .incent {
      font-family: 'arial',Sans-Serif;
      color: #333;
      line-height: 20px;
      margin-bottom: 15px; }
    /* line 376, ../sass/main.scss */
    #mid #content p a {
      font-weight: bold;
      color: #5395c9;
      text-decoration: none; }
      /* line 381, ../sass/main.scss */
      #mid #content p a:hover, #mid #content p a:focus {
        color: #005597;
        text-decoration: underline; }
    /* line 386, ../sass/main.scss */
    #mid #content ul, #mid #content ol {
      list-style: disc;
      padding-left: 30px; }
    /* line 390, ../sass/main.scss */
    #mid #content ul li, #mid #content ol li {
      margin-bottom: 10px; }

/*-------------- RS --------------------------------------------------*/
/* line 396, ../sass/main.scss */
#rs {
  position: relative;
  text-align: left;
  float: left;
  width: 110px;
  min-height: 200px;
  margin-left: 10px; }

/*-------------- LOCATION --------------------------------------------------*/
/* line 406, ../sass/main.scss */
#recRow {
  display: table-row;
  height: 110px; }

/* line 410, ../sass/main.scss */
#recommended {
  text-align: right;
  display: table-cell;
  vertical-align: middle;
  width: 140px;
  font-family: 'arial',Sans-Serif;
  font-size: 16px;
  font-weight: bold;
  color: #005597;
  line-height: 24px; }

/* line 421, ../sass/main.scss */
#recGreyGraphic {
  width: 40px;
  height: 100%;
  border-width: 10px 10px 10px 0px;
  border-style: solid;
  border-color: #a0a0a0;
  display: table-cell; }

/* line 429, ../sass/main.scss */
#recfield {
  display: table-cell;
  vertical-align: middle;
  height: 110px;
  background: #EDEDED url("../img/bracket_bar.png") left center no-repeat;
  padding-left: 20px;
  padding-right: 30px;
  border-radius: 0px 10px 10px 0px;
  margin: 0px; }

/* line 439, ../sass/main.scss */
#recfield #resourceselect {
  font-weight: bold;
  color: #333;
  line-height: 1.5em;
  width: 445px;
  padding: 8px 10px 10px 15px;
  background-color: #fff;
  border: 3px solid #d4d4d4;
  border-radius: 10px; }

/* line 449, ../sass/main.scss */
#recfield #resourceselect * {
  display: table-cell;
  vertical-align: middle; }

/* line 453, ../sass/main.scss */
#recfield #resourceselect #chgbutton {
  font-family: 'arial',Sans-Serif;
  color: #fff;
  text-decoration: none;
  padding: 10px;
  margin: 0px;
  border-radius: 10px;
  background-color: #0090FF; }

/* line 462, ../sass/main.scss */
#recfield #resourceselect #chgbutton:hover, #recfield #resourceselect #chgbutton:focus {
  background-color: #005597;
  box-shadow: 0 0 4px #0090FF; }

/* line 466, ../sass/main.scss */
#locationDefault h2 {
  margin-top: 40px; }

/* line 469, ../sass/main.scss */
.dataloc .locName, #datasettext .locName, .resultstable .locName {
  width: 400px;
  overflow: hidden; }

/* line 473, ../sass/main.scss */
#results1 td, #results2 td {
  vertical-align: middle; }

/* line 476, ../sass/main.scss */
#datasettext .india_short .locName {
  width: 300px;
  line-height: 1.4em; }

/* line 482, ../sass/main.scss */
.resultstable .locName {
  margin-right: 20px;
  width: auto; }

/* line 486, ../sass/main.scss */
.dataloc .locDistance, #datasettext .locDistance, .resultstable .locDistance {
  margin-left: 2px;
  text-align: right;
  width: 70px;
  height: 100%;
  overflow: hidden;
  text-align: right; }

/* line 494, ../sass/main.scss */
#disclaimer {
  font-family: 'arial',Sans-Serif;
  font-size: 12px; }

/* line 499, ../sass/main.scss */
#lightbox-locations-india .dataloc, #lightbox-perez-captcha .dataloc {
  display: block;
  color: #333;
  font-weight: bold;
  text-decoration: none;
  padding: 8px;
  margin-bottom: 10px;
  background-color: #f4f4f4;
  border-radius: 5px; }

/* line 509, ../sass/main.scss */
#lightbox-locations-india .dataloc:hover, #lightbox-locations-india .dataloc:focus,
#lightbox-perez-captcha .dataloc:hover, #lightbox-perez-captcha .dataloc:focus {
  background-color: #ccc; }

/* line 513, ../sass/main.scss */
#lightbox-locations-india .dataloc a, #lightbox-perez-captcha .dataloc a {
  display: block;
  text-decoration: none; }

/* line 517, ../sass/main.scss */
#lightbox-locations-india .dataloc .captchaText, #lightbox-perez-captcha .dataloc .captchaText {
  float: left;
  margin: 10px 0px 10px 20px;
  width: 40%;
  font-weight: normal;
  font-style: italic; }

/* line 524, ../sass/main.scss */
#lightbox-locations-india .dataloc .captchaContainer, #lightbox-perez-captcha .dataloc .captchaContainer {
  float: right;
  margin: 5px 10px 0px 0px; }

/* line 528, ../sass/main.scss */
#lightbox-locations-india .currentdata, #lightbox-perez-captcha .currentdata {
  color: #fff;
  background-color: #0090FF; }

/* line 532, ../sass/main.scss */
#lightbox-locations-india .currentdata:hover, #lightbox-locations-india .currentdata:focus,
#lightbox-perez-captcha .currentdata:hover, #lightbox-perez-captcha .currentdata:focus {
  color: #fff;
  background-color: #0090FF; }

/* line 537, ../sass/main.scss */
#lightbox-locations-india .currentdata .pvWattsCaptcha, #lightbox-perez-captcha .currentdata .pvWattsCaptcha {
  display: none; }

/* line 541, ../sass/main.scss */
#incentives .incenttype {
  font-size: 15px;
  font-weight: bold;
  color: #003A68;
  padding: 15px 18px;
  margin-top: 20px;
  margin-bottom: 8px;
  background-color: #eee;
  border-radius: 5px; }
/* line 551, ../sass/main.scss */
#incentives .incent {
  display: block;
  font-size: 12px;
  padding: 10px 10px 10px 40px;
  margin-bottom: 10px;
  border: 1px solid #ffffff;
  background: url(../img/check_on.png) no-repeat 8px 13px;
  border-radius: 5px;
  text-decoration: none; }
/* line 561, ../sass/main.scss */
#incentives .incentDivider {
  border: 1px solid #ccc;
  margin: 0px 8px 10px 8px;
  width: auto; }
/* line 566, ../sass/main.scss */
#incentives .incent:hover, #incentives .incent:focus {
  cursor: pointer;
  border: 1px solid #387AAD;
  text-decoration: none;
  /* box-shadow:0 1px 1px $lightBlue inset, 0 0 4px $lightBlue;
  */
  box-shadow: 0 0 4px #0090FF; }
/* line 574, ../sass/main.scss */
#incentives .unchecked {
  background: url(../img/check_off.png) no-repeat 8px 13px;
  color: #cccccc; }

/*-------------- System Info --------------------------------------------------*/
/* line 580, ../sass/main.scss */
#mainresultsm {
  display: block;
  font-family: 'ospdin',Tahoma,Sans-Serif;
  font-size: 60px;
  color: #003A68;
  line-height: 60px; }

/* line 587, ../sass/main.scss */
#maindescsm {
  font-family: 'ospdin',Tahoma,Sans-Serif;
  font-size: 20px;
  color: #a2a2a2;
  line-height: 20px; }

/* line 593, ../sass/main.scss */
#mid #content p#pvErrorRange {
  font-style: italic;
  color: #7777777;
  margin-right: 15px;
  text-align: right;
  float: right;
  margin-top: -40px;
  font-size: 0.9em;
  width: 75%; }

/*
 * Content
 */
/* line 606, ../sass/main.scss */
#content {
  /*
  .controls select {
  	border:3px solid #dbdbdb;
  	border-radius:10px;
  	color:$defaultFont;
  	font-family:"arial", "Sans-Serif";
  	font-size:14px;
  	font-weight:bold;
  	margin:0px;
  	padding:4px 0 0 4px;
  	width:190px;
  	float:left;
  	height:35px;
  	padding-left:4px;
  }
  */ }
  /* line 607, ../sass/main.scss */
  #content section {
    clear: both;
    width: auto;
    /* works out to be 670px; */
    margin-bottom: 25px; }
  /* line 612, ../sass/main.scss */
  #content .systemInputSection {
    width: 515px;
    float: left;
    overflow: hidden; }
  /* line 617, ../sass/main.scss */
  #content .control-group {
    margin: 0px;
    clear: both; }
  /* line 621, ../sass/main.scss */
  #content .control-group-separator {
    clear: both;
    height: 10px; }
  /* line 625, ../sass/main.scss */
  #content label {
    font-family: 'arial',Sans-Serif;
    font-size: 14px;
    font-weight: bold;
    color: #005597;
    line-height: 24px;
    padding: 8px 10px;
    margin-right: 10px;
    background-color: #e7e7e7; }
  /* line 635, ../sass/main.scss */
  #content .control-group label.controls {
    float: left;
    width: 170px;
    margin: 0px; }
  /* line 640, ../sass/main.scss */
  #content .control-group div.controls {
    float: left;
    width: auto;
    margin: 0px 0px 0px 10px; }
  /* line 645, ../sass/main.scss */
  #content input[type=text], #content #content textarea {
    float: left;
    width: 180px;
    font-family: 'arial',Sans-Serif;
    font-size: 14px;
    font-weight: bold;
    color: #333;
    padding: 8px;
    margin: 0px;
    border: 3px solid #DBDBDB;
    border-radius: 10px; }
  /* line 657, ../sass/main.scss */
  #content input[type=text]:focus, #content textarea:focus {
    /*
    border-color:#387AAD; 
    box-shadow:0 1px 1px $lightBlue inset, 0 0 4px $lightBlue;
    */
    box-shadow: 0 0 4px #0090FF; }
  /* line 665, ../sass/main.scss */
  #content textarea {
    width: 500px;
    height: 150px; }
  /* line 685, ../sass/main.scss */
  #content .controls select option {
    line-height: 16px;
    padding: 6px;
    font-weight: normal;
    font-size: 14px; }
  /* line 691, ../sass/main.scss */
  #content .dropdown {
    cursor: pointer;
    background: url(../img/dropdown_arrow.gif) no-repeat top right; }
  /* line 695, ../sass/main.scss */
  #content .ddlist {
    display: none;
    position: absolute;
    top: 36px;
    left: 220px;
    width: 180px;
    background-color: #f1f1f1;
    border: 3px solid #DBDBDB; }
  /* line 704, ../sass/main.scss */
  #content .ddlist a {
    display: block;
    font-size: 14px;
    font-weight: normal;
    color: #333;
    text-decoration: none;
    line-height: 16px;
    padding: 6px; }
  /* line 713, ../sass/main.scss */
  #content .ddlist a:hover, #content .ddlist a:focus {
    color: #fff;
    background-color: #0090FF;
    /* box-shadow:0 1px 1px $lightBlue inset, 0 0 4px $lightBlue;
    */
    box-shadow: 0 0 4px #0090FF; }
  /* line 720, ../sass/main.scss */
  #content .info {
    float: left;
    color: transparent;
    width: 25px;
    height: 25px;
    background: transparent url("../img/info.png") bottom center no-repeat;
    margin-left: 6px;
    margin-top: 5px; }
  /* line 729, ../sass/main.scss */
  #content .info:hover, #content .info:focus {
    background-position: top center; }
  /* line 732, ../sass/main.scss */
  #content .calc {
    float: left;
    width: 73px;
    height: 25px;
    background: transparent url("../img/calculator.png") top center no-repeat;
    color: transparent;
    margin-left: 6px;
    margin-top: 4px; }
  /* line 741, ../sass/main.scss */
  #content .calc:hover, #content .calc:focus {
    background-position: bottom center;
    /* box-shadow:0 1px 1px $lightBlue inset, 0 0 4px $lightBlue;
    */
    box-shadow: 0 0 4px #0090FF; }
  /* line 747, ../sass/main.scss */
  #content .info img, #content .calc img {
    display: block; }
  /* line 750, ../sass/main.scss */
  #content .saved {
    display: none;
    float: left;
    width: 25px;
    height: 25px;
    margin-left: -34px;
    margin-top: 6px; }
  /* line 758, ../sass/main.scss */
  #content #drawsection {
    position: relative;
    float: right;
    width: 150px;
    padding-left: 30px;
    border-left: 2px solid #ccc;
    margin-right: 10px; }
  /* line 766, ../sass/main.scss */
  #content #userComments textarea {
    margin-left: 9%;
    width: 80%;
    height: auto; }

/* line 774, ../sass/main.scss */
#rescom {
  height: 30px;
  padding-left: 160px;
  margin-bottom: 15px; }
  /* line 779, ../sass/main.scss */
  #rescom a {
    display: block;
    float: left;
    color: #fff;
    text-decoration: none;
    background-color: #005597;
    padding: 7px 13px;
    margin-right: 10px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px; }

/* line 793, ../sass/main.scss */
#lightbox-sysLossCalc #dResults {
  float: right;
  text-align: center;
  width: 280px; }
/* line 798, ../sass/main.scss */
#lightbox-sysLossCalc #dtotal {
  text-align: center;
  padding: 10px;
  margin: 10px auto;
  background-color: #f4f4f4;
  border: 1px solid #ccc; }
/* line 805, ../sass/main.scss */
#lightbox-sysLossCalc #sysLossTotal {
  display: block;
  font-family: 'ospdin',Tahoma,Sans-Serif;
  font-size: 40px;
  color: #0090FF;
  margin: 15px; }
/* line 812, ../sass/main.scss */
#lightbox-sysLossCalc #dHelp {
  clear: right;
  border: 1px solid #cccccc;
  text-align: left;
  margin-top: 20px;
  padding: 5px; }
  /* line 819, ../sass/main.scss */
  #lightbox-sysLossCalc #dHelp dt {
    color: #003A68;
    font-family: 'ospdin',Tahoma,Sans-Serif;
    font-size: 1.3em;
    font-weight: normal;
    margin-bottom: 10px; }
  /* line 826, ../sass/main.scss */
  #lightbox-sysLossCalc #dHelp dd a {
    color: #5395C9;
    font-weight: bold;
    text-decoration: none; }
    /* line 831, ../sass/main.scss */
    #lightbox-sysLossCalc #dHelp dd a:hover, #lightbox-sysLossCalc #dHelp dd a:focus {
      color: #005597;
      font-weight: bold;
      text-decoration: underline; }
/* line 838, ../sass/main.scss */
#lightbox-sysLossCalc #dparams {
  width: 320px;
  display: block;
  float: left; }
  /* line 843, ../sass/main.scss */
  #lightbox-sysLossCalc #dparams .dParamContainer {
    margin-bottom: 3px;
    vertical-align: center; }
    /* line 847, ../sass/main.scss */
    #lightbox-sysLossCalc #dparams .dParamContainer label, #lightbox-sysLossCalc #dparams .dParamContainer input, #lightbox-sysLossCalc #dparams .dParamContainer .info {
      float: none;
      display: inline-block;
      margin-bottom: 0px; }
    /* line 852, ../sass/main.scss */
    #lightbox-sysLossCalc #dparams .dParamContainer label {
      margin-right: 0px;
      width: 180px; }
    /* line 856, ../sass/main.scss */
    #lightbox-sysLossCalc #dparams .dParamContainer .info {
      margin: 5px 0px 0px 2px;
      background: #387AAD;
      width: 15px;
      height: 15px;
      display: inline-block; }
      /* line 863, ../sass/main.scss */
      #lightbox-sysLossCalc #dparams .dParamContainer .info:hover, #lightbox-sysLossCalc #dparams .dParamContainer .info:focus {
        background: #b2cce0;
        /* box-shadow:0 1px 1px $lightBlue inset, 0 0 4px $lightBlue;
        */
        box-shadow: 0 0 4px #0090FF; }

/* line 874, ../sass/main.scss */
#lightbox-draw #size_text {
  font-family: 'ospdin',Tahoma,Sans-Serif;
  font-size: 24px; }
/* line 878, ../sass/main.scss */
#lightbox-draw #example {
  position: absolute;
  top: 200px;
  left: 200px;
  border: 20px solid #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 20px;
  /* box-shadow:0 1px 1px $lightBlue inset, 0 0 4px $lightBlue;
  */
  box-shadow: 0 0 4px #0090FF;
  z-index: 100; }

/*-------------- Results --------------------------------------------------*/
/* line 894, ../sass/main.scss */
#mainresult {
  font-family: 'ospdin',Tahoma,Sans-Serif;
  font-size: 60px;
  color: #003A68;
  line-height: 80px; }

/* line 900, ../sass/main.scss */
#maindesc {
  font-family: 'ospdin',Tahoma,Sans-Serif;
  font-size: 40px;
  color: #a2a2a2;
  line-height: 40px; }

/* line 906, ../sass/main.scss */
.resultstable {
  width: 100%;
  margin-bottom: 20px;
  border-bottom: 1px solid #a0a0a0; }
  /* line 911, ../sass/main.scss */
  .resultstable th {
    font-family: 'arial',Sans-Serif;
    font-size: 16px;
    font-weight: bold;
    color: #005597;
    line-height: 20px;
    padding: 5px; }
  /* line 919, ../sass/main.scss */
  .resultstable .headerRow th {
    border-top: 1px solid #a0a0a0;
    border-bottom: 1px solid #a0a0a0; }
  /* line 923, ../sass/main.scss */
  .resultstable th div {
    font-size: 12px;
    color: #818181; }
  /* line 927, ../sass/main.scss */
  .resultstable td {
    font-family: 'arial',Sans-Serif;
    font-weight: bold;
    color: #333;
    padding: 8px; }

/* line 934, ../sass/main.scss */
#userComments th {
  text-align: left; }

/* line 937, ../sass/main.scss */
.resultstable .c1on, .resultstable .c3on, .resultstable .c2, .resultstable .c4 {
  background-color: #f2f2f2; }

/* line 940, ../sass/main.scss */
.resultstable .c2on, .resultstable .c4on {
  background-color: #e6e6e6; }

/* line 943, ../sass/main.scss */
#results1 .c2, #results1 .c2on, #results1 .c3, #results1 .c3on, #results1 .c4, #results1 .c4on, #results1 .tf {
  text-align: center; }

/* line 946, ../sass/main.scss */
#results1 .tf {
  font-family: 'arial',Sans-Serif;
  font-size: 18px;
  font-weight: bold;
  color: #FF5400;
  line-height: 20px;
  padding: 10px 5px;
  border-top: 1px solid #a0a0a0;
  border-bottom: 1px solid #a0a0a0; }

/* line 956, ../sass/main.scss */
#results2 th {
  text-align: left;
  padding: 10px 5px; }

/* line 960, ../sass/main.scss */
#results2 .c1, #results2 .c1on {
  width: 300px; }

/*-------------- Common --------------------------------------------------*/
/* line 966, ../sass/main.scss */
#directleft.fixed, #directright.fixed {
  position: fixed;
  top: 150px; }

/* line 970, ../sass/main.scss */
#ls .direct, #rs .direct {
  font-family: 'ospdin',Tahoma,Sans-Serif;
  font-size: 18px;
  color: #999;
  line-height: 1.2em;
  width: auto;
  padding-top: 140px; }

/* line 978, ../sass/main.scss */
#ls .direct {
  padding-right: 12px; }

/* line 981, ../sass/main.scss */
#rs .direct {
  padding-left: 12px; }

/* line 985, ../sass/main.scss */
#arrowright, #arrowleft {
  display: block;
  width: 79px;
  height: 135px;
  border: 0px transparent none;
  text-decoration: none;
  padding: 0px; }

/* line 993, ../sass/main.scss */
.right {
  background: #ffffff url("../img/orange_arrows.png") no-repeat 80px 0px; }

/* line 996, ../sass/main.scss */
.right p {
  padding-left: 12px; }

/* line 999, ../sass/main.scss */
.left {
  background: #ffffff url("../img/orange_arrows.png") no-repeat 0px 0px; }

/* line 1002, ../sass/main.scss */
.leftoff {
  background-position: 0px 0px; }

/* line 1005, ../sass/main.scss */
.rightoff {
  background-position: -80px 0px; }

/* line 1008, ../sass/main.scss */
.lefton {
  background-position: 0px -136px; }

/* line 1011, ../sass/main.scss */
.righton {
  background-position: -80px -136px; }

/* line 1014, ../sass/main.scss */
.lefton:hover, .lefton:focus {
  background-position: 0px -271px;
  text-decoration: none; }

/* line 1018, ../sass/main.scss */
.righton:hover, .righton:focus {
  background-position: -80px -271px;
  text-decoration: none; }

/* line 1022, ../sass/main.scss */
.lefton:hover p, .lefton:focus p, .righton:hover p, .righton:focus p {
  text-decoration: underline; }

/* line 1025, ../sass/main.scss */
#arrowleft.fixed, #arrowright.fixed {
  position: fixed;
  top: 0px; }

/* line 1029, ../sass/main.scss */
#dsire img {
  border: 3px solid white;
  padding: 1px;
  margin: 5px 0px 5px 10px; }

/* line 1034, ../sass/main.scss */
#dsire img:hover, #dsire:focus img {
  border: 3px solid #387aad;
  /* box-shadow:0 1px 1px $lightBlue inset, 0 0 4px $lightBlue;
  */
  box-shadow: 0 0 4px #0090FF; }

/* line 1040, ../sass/main.scss */
.button, .ui-button, .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  display: inline-block;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  padding: 5px 15px;
  background-image: url(../img/button_bg.png);
  background-color: #0090FF;
  background-position: top;
  background-repeat: repeat-x;
  border: 3px solid #dadada;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px; }

/* line 1057, ../sass/main.scss */
.buttonlg {
  display: block;
  text-align: center;
  font-family: 'ospdin',Tahoma,Sans-Serif;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  line-height: 24px;
  text-decoration: none;
  padding: 5px 10px 4px 10px;
  background-image: url(../img/button_bg.png);
  background-color: #0090FF;
  background-position: top;
  background-repeat: repeat-x;
  border: 3px solid #dadada;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }

/* line 1076, ../sass/main.scss */
.btnoff {
  background-color: #c0c0c0;
  text-decoration: none; }

/* line 1080, ../sass/main.scss */
.button:hover, .ui-button:hover, .ui-state-default:hover, .ui-widget-content .ui-state-default:hover, .ui-widget-header .ui-state-default:hover {
  background-color: #FFB400;
  text-decoration: none;
  border-width: 3px; }

/* line 1085, ../sass/main.scss */
.button:focus, .ui-button:focus, .ui-state-default:focus, .ui-widget-content .ui-state-default:focus, .ui-widget-header .ui-state-default:focus,
.btnoff:hover {
  background-color: #FFB400;
  text-decoration: none;
  /* box-shadow:0 1px 1px $lightBlue inset, 0 0 4px $lightBlue;
  */
  border-width: 3px;
  box-shadow: 0 0 4px #0090FF; }

/* line 1094, ../sass/main.scss */
.buttonlg:hover, .buttonlg:focus {
  background-color: #0074cd;
  text-decoration: none;
  /* box-shadow:0 1px 1px $lightBlue inset, 0 0 4px $lightBlue;
  */
  box-shadow: 0 0 4px #0090FF; }

/* line 1101, ../sass/main.scss */
#show-panel {
  background: #ffffff url("../img/drawmap.png") no-repeat center top;
  width: 167px;
  height: 129px; }

/* line 1106, ../sass/main.scss */
#show-panel:hover, #show-panel:focus {
  background-position: center bottom; }

/* line 1109, ../sass/main.scss */
.ui-widget-overlay, #lightbox-loadingimage {
  cursor: wait; }

/* line 1112, ../sass/main.scss */
.ui-widget-header {
  background-image: url("../img/header_bg_titlebar.png");
  background-color: #003A68;
  border-color: #003A68; }

/* line 1117, ../sass/main.scss */
div.ui-dialog {
  padding: 4px; }

/* line 1120, ../sass/main.scss */
div.ui-dialog .ui-dialog-titlebar .ui-button, div.ui-dialog .ui-dialog-titlebar .ui-state-hover, div.ui-dialog .ui-dialog-titlebar .ui-state-focus {
  color: #003A68;
  background: url("vendor/ui-lightness/images/ui-bg_glass_100_f6f6f6_1x400.png") repeat-x scroll 50% 50% #F6F6F6;
  border: 1px solid #cccccc;
  border-radius: 4px;
  font-weight: bold;
  font-size: 1em;
  padding: 0px;
  display: inline-block; }

/* line 1130, ../sass/main.scss */
div.ui-dialog .ui-dialog-titlebar .ui-button .ui-icon, div.ui-dialog .ui-dialog-titlebar .ui-state-hover .ui-icon, div.ui-dialog .ui-dialog-titlebar .ui-state-focus .ui-icon {
  margin-left: -9px; }

/* line 1133, ../sass/main.scss */
div.ui-dialog .ui-dialog-titlebar .ui-state-hover, div.ui-dialog .ui-dialog-titlebar .ui-state-focus {
  background: #FFB400;
  font-weight: bold;
  border: 1px solid #003A68; }

/* line 1138, ../sass/main.scss */
.ui-dialog .ui-dialog-content {
  background: #ffffff; }

/* line 1143, ../sass/main.scss */
#lightbox-documentation #docnav {
  position: absolute;
  top: 15px;
  left: 12px;
  width: 200px;
  border-right: 1px solid #ccc; }
  /* line 1150, ../sass/main.scss */
  #lightbox-documentation #docnav a {
    display: block;
    font-family: 'Arial Narrow','arial',Sans-Serif;
    font-size: 14px;
    font-weight: bold;
    color: #FF5400;
    text-decoration: none;
    padding: 5px 5px;
    background-color: #fff;
    border-bottom: 1px solid #ccc; }
    /* line 1161, ../sass/main.scss */
    #lightbox-documentation #docnav a:hover, #lightbox-documentation #docnav a:focus {
      color: #999;
      background-color: #f4f4f4; }
  /* line 1166, ../sass/main.scss */
  #lightbox-documentation #docnav a.active {
    color: #999;
    background-color: #f4f4f4; }
  /* line 1170, ../sass/main.scss */
  #lightbox-documentation #docnav ul {
    display: none;
    background-color: e6e6e6;
    border-bottom: 1px solid #ccc; }
    /* line 1175, ../sass/main.scss */
    #lightbox-documentation #docnav ul a {
      font-family: 'arial',Sans-Serif;
      font-size: 11px;
      color: #333;
      font-weight: normal;
      padding: 3px 5px 3px 15px;
      border: none;
      background-color: none; }
      /* line 1184, ../sass/main.scss */
      #lightbox-documentation #docnav ul a:hover, #lightbox-documentation #docnav ul a:focus {
        color: #003A68;
        background-color: #eee; }
/* line 1191, ../sass/main.scss */
#lightbox-documentation #supportdocs {
  margin-left: 220px;
  padding-right: 15px;
  overflow: auto; }
  /* line 1196, ../sass/main.scss */
  #lightbox-documentation #supportdocs h3 {
    margin: 10px 0px; }
  /* line 1199, ../sass/main.scss */
  #lightbox-documentation #supportdocs p {
    font-size: 12px;
    line-height: 16px; }
  /* line 1203, ../sass/main.scss */
  #lightbox-documentation #supportdocs a {
    color: #0090FF; }
    /* line 1206, ../sass/main.scss */
    #lightbox-documentation #supportdocs a:hover, #lightbox-documentation #supportdocs a:focus {
      color: #666; }
  /* line 1210, ../sass/main.scss */
  #lightbox-documentation #supportdocs ul, #lightbox-documentation #supportdocs ol {
    color: #333;
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 10px;
    list-style: disc;
    padding-left: 30px; }
  /* line 1218, ../sass/main.scss */
  #lightbox-documentation #supportdocs dl {
    color: #333;
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 10px;
    list-style: disc; }
  /* line 1225, ../sass/main.scss */
  #lightbox-documentation #supportdocs dt {
    font-weight: bold;
    margin-bottom: 10px; }
  /* line 1229, ../sass/main.scss */
  #lightbox-documentation #supportdocs dd {
    margin-left: 20px;
    margin-bottom: 10px; }
  /* line 1233, ../sass/main.scss */
  #lightbox-documentation #supportdocs table {
    font-size: 12px;
    width: 100%;
    margin: 0px auto 10px auto; }
  /* line 1238, ../sass/main.scss */
  #lightbox-documentation #supportdocs caption {
    padding-bottom: 10px; }
  /* line 1241, ../sass/main.scss */
  #lightbox-documentation #supportdocs th {
    text-align: left;
    padding: 4px;
    color: #333;
    border: 1px solid #ccc; }
  /* line 1247, ../sass/main.scss */
  #lightbox-documentation #supportdocs td {
    padding: 4px;
    color: #333;
    border: 1px solid #ccc; }

/* line 1254, ../sass/main.scss */
#system_info select {
  width: 202px; }

/* line 1258, ../sass/main.scss */
.select2-container {
  float: left;
  border: 3px solid #dbdbdb;
  border-radius: 10px;
  padding: 0px;
  vertical-align: middle;
  display: inline-block;
  width: 180px;
  height: 39px; }
  /* line 1268, ../sass/main.scss */
  .select2-container .select2-choice {
    display: inline-block;
    border-radius: 10px;
    color: #333333;
    display: block;
    height: 30px;
    width: 180px;
    line-height: 26px;
    overflow: hidden;
    padding: 3px 0px 3px 8px;
    text-decoration: none;
    white-space: nowrap; }
  /* line 1282, ../sass/main.scss */
  .select2-container .select2-selection--single {
    width: 180px;
    display: block;
    border-radius: 10px;
    border: 0px none transparent;
    background: transparent; }
    /* line 1289, ../sass/main.scss */
    .select2-container .select2-selection--single .select2-selection__rendered {
      width: 137px;
      color: #333333;
      font-weight: bold;
      line-height: 32px;
      text-overflow: clip; }
    /* line 1296, ../sass/main.scss */
    .select2-container .select2-selection--single .select2-selection__arrow {
      border-width: 0px 0px 0px 3px;
      border-style: solid;
      border-color: #dbdbdb;
      width: 30px;
      margin-top: -1px;
      height: 100%;
      background-clip: padding-box;
      border-radius: 0px 10px 10px 0px; }
      /* line 1306, ../sass/main.scss */
      .select2-container .select2-selection--single .select2-selection__arrow b {
        background: transparent url("../img/dropdown_arrow.gif") no-repeat center center;
        display: block;
        height: 100%;
        width: 100%;
        margin: -1px 0px 0px 0px;
        padding: 0px;
        border: 0px none transparent;
        position: relative;
        top: 0px;
        left: 0px; }

/* line 1321, ../sass/main.scss */
.select2-container--focus {
  box-shadow: 0 0 4px #0090ff; }

/* line 1324, ../sass/main.scss */
.select2-container--open {
  border-radius: 10px 10px 0px 0px;
  box-shadow: 0 0 4px #0090ff;
  background: #e7e7e7; }
  /* line 1329, ../sass/main.scss */
  .select2-container--open .select2-selection__arrow {
    display: none; }
  /* line 1333, ../sass/main.scss */
  .select2-container--open .select2-dropdown--below {
    border-width: 0px 3px 3px 3px;
    border-style: solid;
    border-color: #dbdbdb;
    border-radius: 0px 0px 10px 10px;
    margin-top: -5px;
    margin-left: -3px;
    color: #333333;
    box-shadow: 0 0 4px #0090ff;
    padding-bottom: 2px;
    /* so option by curve does not have to curve to fit in selection box */ }
  /* line 1345, ../sass/main.scss */
  .select2-container--open .select2-dropdown--above {
    border-width: 3px 3px 0px 3px;
    border-style: solid;
    border-color: #dbdbdb;
    border-radius: 10px 10px 0px 0px;
    margin-bottom: -5px;
    color: #333333;
    box-shadow: 0 0 4px #0090ff;
    padding-top: 2px;
    /* so option by curve does not have to curve to fit in selection box */ }

/* line 1356, ../sass/main.scss */
.select2-container--below {
  border-width: 3px 3px 0px 3px; }

/* line 1359, ../sass/main.scss */
.select2-container--above {
  border-width: 0px 3px 3px 3px; }

/*-------------- Footer --------------------------------------------------*/
/* line 1363, ../sass/main.scss */
#footer {
  text-align: center;
  width: 1000px;
  margin: 0px auto 0px auto;
  padding: 25px 0px;
  border-top: 4px solid #005597; }
  /* line 1370, ../sass/main.scss */
  #footer img {
    margin-bottom: 0px; }
  /* line 1373, ../sass/main.scss */
  #footer p {
    font-size: 12px;
    margin-bottom: 20px; }
  /* line 1377, ../sass/main.scss */
  #footer p.trademark {
    font-size: 11px;
    font-family: arial;
    color: #555555; }
  /* line 1382, ../sass/main.scss */
  #footer p a {
    color: #27638c;
    text-decoration: none; }
    /* line 1386, ../sass/main.scss */
    #footer p a:hover, #footer p a:focus {
      color: #cc6600;
      text-decoration: underline; }

/*-------------- Message --------------------------------------------------*/
/* line 1393, ../sass/main.scss */
#message, #message10, #message12, #message15, #setLocationError {
  text-align: center;
  color: #fff;
  padding: 8px;
  margin-bottom: 15px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #00a4e4; }

/* line 1403, ../sass/main.scss */
#setLocationError {
  background: pink;
  border: 1px solid red; }

/*-------------- Solar Tools Navigator --------------------------------------------------*/
/* line 1409, ../sass/main.scss */
#stn_container {
  position: absolute;
  top: 83px;
  right: 15px;
  z-index: 1000; }

/* line 1415, ../sass/main.scss */
#stn_container #stNavigator {
  height: 40px; }

/*-------------- Print Results Explanation --------------------------------------------------*/
/* line 1419, ../sass/main.scss */
#printexplain {
  display: none;
  float: left;
  width: 180px; }

/* line 1424, ../sass/main.scss */
#printexplain p {
  font-size: 9px;
  line-height: 12px;
  color: #333;
  text-align: justify;
  margin-bottom: 10px; }

/*-------------- Message --------------------------------------------------*/
/* line 1433, ../sass/main.scss */
#message, #message10, #message12, #message15, #message16 {
  text-align: center;
  color: #fff;
  padding: 8px;
  margin: 15px 0px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #0090FF; }

/* line 1445, ../sass/main.scss */
.pvNote {
  padding: 15px;
  margin-top: 30px;
  background: #eeeeee;
  border: 1px solid grey;
  border-radius: 10px; }

/* line 1452, ../sass/main.scss */
.pvCriticalError {
  padding: 15px 15px 15px 84px;
  margin: -10px auto 20px;
  width: 600px;
  /*	background:#fcc000 url("../img/pvCriticalErrorIcon.png") 8px center no-repeat;
  */
  background: #FFE789 url("../img/pvCriticalErrorIcon.png") 8px center no-repeat;
  border: 2px solid #ffcccc;
  border-radius: 10px;
  min-height: 50px; }

/* line 1463, ../sass/main.scss */
.pvError {
  padding: 15px 15px 15px 84px;
  margin: -10px auto 20px;
  width: 600px;
  /*	background:#fcc000 url("../img/pvErrorIcon.png") 8px center no-repeat;
  */
  background: transparent url("../img/pvErrorIcon.png") 8px center no-repeat;
  border: 2px solid #ffcccc;
  border-radius: 10px;
  min-height: 50px; }

/* line 1474, ../sass/main.scss */
.pvWarn {
  padding: 15px 15px 15px 84px;
  margin: -10px auto 20px;
  width: 600px;
  /*	background:#cccccc url("../img/pvWarningIcon.png") 8px center no-repeat;
  */
  background: transparent url("../img/pvWarningIcon.png") 8px center no-repeat;
  border: 2px solid #ffeac4;
  border-radius: 10px;
  min-height: 50px; }

/* line 1485, ../sass/main.scss */
.pvInfo {
  padding: 15px 15px 15px 84px;
  margin: -10px auto 20px;
  width: 600px;
  background: transparent url("../img/pvInfoIcon.png") 8px center no-repeat;
  border: 2px solid #e4edf3;
  border-radius: 10px;
  min-height: 50px; }

/* line 1494, ../sass/main.scss */
#content input[type="text"].pvFieldError, #content textarea.pvFieldError {
  border-color: #ffaaaa; }

/* line 1497, ../sass/main.scss */
.collapseHidden, .collapseShown {
  border-radius: 10px;
  border: 3px solid #dbdbdb;
  color: #333333; }

/* line 1502, ../sass/main.scss */
#mid #content .collapseHidden h3, #mid #content .collapseShown h3 {
  color: #005597;
  cursor: pointer;
  padding-left: 32px;
  margin-bottom: 15px; }

/* line 1508, ../sass/main.scss */
#mid #content .collapseHidden h3 {
  background: url("/img/dropdown_plus.gif") no-repeat -8px -10px;
  margin-bottom: 2px; }

/* line 1512, ../sass/main.scss */
#mid #content .collapseShown h3 {
  background: url("/img/dropdown_minus.gif") no-repeat -8px -10px;
  margin-bottom: 2px; }

/* line 1516, ../sass/main.scss */
#mid #content .collapseHidden h3:hover, #mid #content .collapseShown h3:hover {
  color: #FF5400; }

/* line 1519, ../sass/main.scss */
.collapseHidden div {
  display: none; }

/* line 1522, ../sass/main.scss */
.collapseShown div {
  display: block; }

/* line 1525, ../sass/main.scss */
.collapseShown div hr {
  color: #DBDBDB; }

/* line 1529, ../sass/main.scss */
.hidden {
  display: none; }

/*-------------- IE Notice --------------------------------------------------*/
/* line 1533, ../sass/main.scss */
.buttonlg {
  margin-top: 0px;
  line-height: 30px;
  padding-top: 1px; }

/* line 1538, ../sass/main.scss */
#ie-notice {
  display: none; }

/*# sourceMappingURL=main.css.map */
