html, body {
  font-family: 'Roboto', Arial, helvetica, sans-serif;
  text-rendering: geometricprecision;
  font-size: 22px;
  font-weight: 300;
}
html {
  background-attachment: fixed;
  background-image: url("/images/hazylines.jpg");
  background-position: center center;
  background-size: 100% auto;
}
body {
  color: #444;
  background-color: rgba(255, 255, 255, 0);
}
.sudoclear {
  float: left;
  width: 99.9995%;
  height: 1px;
}
h1, h2, h3, h4, h5 {
  font-family: Roboto;
  font-weight: 300 !important;
}
p, li, td {
  font-family: 'Roboto', Arial, helvetica, sans-serif;
}
html.srtPage_100 body, html.srtPage_6 body {
  font-family: 'Merriweather', Arial, helvetica, sans-serif;
  text-rendering: geometricprecision;
  font-size: 22px;
}
html.srtPage_100 p, html.srtPage_100 li, html.srtPage_100 td, html.srtPage_6 p, html.srtPage_6 li, html.srtPage_6 td {
  font-family: 'Merriweather', Arial, helvetica, sans-serif;
}
html.srtPage_100 h1, html.srtPage_100 h2, html.srtPage_100 h3, html.srtPage_100 h4, html.srtPage_100 h5,
html.srtPage_6 h1, html.srtPage_6 h2, html.srtPage_6 h3, html.srtPage_6 h4, html.srtPage_6 h5 {
  font-family: Merriweather;
  font-weight: 300 !important;
}
.siteheader {
  border-bottom: 1px solid #eee;
  border-top: 1px solid #eee;
  padding: 0.5em 0;
}
.siteBody {
  padding: 1px 0 30px;
}
.siteBody .main {
  padding: 10px 30px 30px;
}
.siteBody .main a {
  color: #630;
}
#authdHeader {
  background: #fff;
  padding: 1px 0;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
#authdHeader ul {
  list-style: none outside none;
  margin: 0;
  padding: 0;
}
#authdHeader ul li a {
  color: #333;
  display: block;
  font-family: arial;
  font-size: 0.8em;
  font-weight: bold;
  min-height: 10px;
  padding: 5px;
  text-align: center;
  text-decoration: none;
}
#authdHeader ul li a:hover {
  background: #ddd;
  color: #000;
}
#authdHeader ul li.logo {
  padding: 3px 0 1px;
}
#authdHeader ul li.logo img {
  display: block;
  margin: 0 auto;
  height: 25px;
  cursor: pointer;
}
#reportcontrols {
  background-color: #777;
  padding: 2px;
}
#reportcontrols .control {
  background-color: #555;
  border-radius: 3px;
  box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.25);
  float: left;
  margin: 1px 10px;
  padding: 2px 5px 4px 10px;
}
#reportcontrols .control label {
  color: #ccc;
  font-size: 0.7em;
}
#reportcontrols .control input, #reportcontrols .control select {
  background-color: #000;
  border: 1px solid #777;
  border-radius: 3px;
  color: #fff;
  padding: 2px;
  text-align: center;
  width: 90px;
}
#reportcontrols .controlStats {
  background-color: #676767;
  display: block;
  margin: 3px 10px;
  min-height: 10px;
  padding: 2px;
}
#reportcontrols .controlStats p {
  color: #fff;
  font-size: 0.6em;
  margin: 2px 10px;
  text-align: center;
}
#refreshHelps, #refreshTrx {
  background: none repeat scroll 0 0 #f30;
  border: 1px solid #000;
  border-radius: 0;
  color: #000;
  font-size: 0.5em;
  font-weight: bold;
  margin: 2px 4px 1px 0;
}
#refreshHelps > span.working, #refreshTrx > span.working {
  background-image: url("/css/images/animated-overlay.gif");
}
#helpsPanel table {
  background-color: rgba(255, 255, 255, 0.75);
  border: 0 none;
  font-size: 0.55em;
  margin: 0;
  padding: 0;
}
#helpsPanel table tr th {
  background-color: #999;
  border-left: 2px solid #ccc;
  padding: 1px;
  text-align: left;
}
#helpsPanel table tr th[sortby], #helpsPanel table tr th[ptsortby] {
  cursor: pointer;
}
#helpsPanel table tr th.current {
  background: none repeat scroll 0 0 #fa3;
  color: #000;
}
#helpsPanel table tr th[sortby]:hover, #helpsPanel table tr th[ptsortby]:hover, #helpsPanel table tr th.current:hover {
  background: none repeat scroll 0 0 #000;
  color: #fff;
}
#helpsPanel table tr td {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #fff;
  padding: 1px;
  white-space: nowrap;
  font-size: 11px;
}
#helpsPanel table tr td a {
  font-weight: bold;
  text-decoration: none;
  color: #066;
  font-size: 0.9em;
}
#helpsPanel table tr td a:hover {
  text-decoration: underline;
}
#helpsPanel table tr.normal td {
  background-color: rgba(255, 255, 255, 0.75);
  color: #333;
}
#helpsPanel table tr.normal:nth-child(2n+1) td {
  background-color: rgba(255, 255, 255, 0.25);
  color: #333;
}
#helpsPanel table tr.ad td {
  background-color: #cec;
  color: #060;
}
#helpsPanel table tr.ad td a {
  color: #036;
}
#helpsPanel table tr.recmax td {
  background-color: #adf;
  color: #006;
}
#helpsPanel table tr.recmax td a {
  color: #063;
}
#helpsPanel table tr.ghost td {
  background-color: #fff;
  border-bottom: 1px solid #eee;
  color: #ddd;
  font-size: 0.75em;
  font-weight: normal;
}
#helpsPanel table tr.ghost td a {
  color: #bbb;
  text-decoration: none;
  font-weight: normal;
}
#helpsPanel table tr:hover td, #helpsPanel table tr.normal:hover td, #helpsPanel table tr.ad:hover td, #helpsPanel table tr.recmax:hover, #helpsPanel table tr.softGreen:hover {
  background-color: #333 !important;
  border-top: 1px solid #999;
  border-bottom: 1px solid #000;
  color: #fff !important;
}
#helpsPanel table tr.dateBridge td {
  background-color: #333;
  border-top: 1px solid #999;
  border-bottom: 1px solid #000;
  color: #fff;
}
#helpsPanel table tr:hover td a, #helpsPanel table tr.normal:hover td a, #helpsPanel table tr.ad:hover td a, #helpsPanel table tr.recmax:hover a, #helpsPanel table tr.softGreen:hover a, #helpsPanel table tr[grabbed=yes]:hover td a, #helpsPanel table tr[grabbed=yes].normal:hover td a, #helpsPanel table tr[grabbed=yes].ad:hover td a, #helpsPanel table tr[grabbed=yes].recmax:hover a, #helpsPanel table tr[grabbed=yes].softGreen:hover a {
  color: #fff !important;
}
#helpsPanel table tr[grabbed=yes] td, #helpsPanel table tr[grabbed=yes].normal td, #helpsPanel table tr[grabbed=yes].ad td, #helpsPanel table tr[grabbed=yes].recmax td, #helpsPanel table tr[grabbed=yes].softGreen td {
  background-color: #fc0 !important;
  color: #000 !important;
}
#helpsPanel table tr.softGreen td {
  background-color: rgba(128, 255, 128, 0.75) !important;
}
#helpsPanel table tr td a.showhideip {
  background: none repeat scroll 0 0 #f00;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 0.7em;
  font-weight: bold;
  margin: 0 2px;
  text-align: center;
  padding: 0 1px 1px;
  text-transform: lowercase;
}
#helpsPanel table tr.ghost td a.showhideip {
  background: none repeat scroll 0 0 #fff;
  color: #090;
  font-size: 1em;
  font-weight: bold;
}
#helpsPanel table tr td a.cleanip {
  background: none repeat scroll 0 0 #f00;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 0.7em;
  margin: 0 1px;
  padding: 0 2px;
}
#helpsPanel table tr td a.searchip {
  cursor: pointer;
}
#helpsPanel ul#mobileHelps {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
#helpsPanel ul#mobileHelps > li {
  background: -moz-linear-gradient(top, rgba(252, 255, 244, 0.9) 0%, rgba(223, 229, 215, 0.86) 40%, rgba(179, 190, 173, 0.8) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(252, 255, 244, 0.9)), color-stop(40%, rgba(223, 229, 215, 0.86)), color-stop(100%, rgba(179, 190, 173, 0.8)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(252, 255, 244, 0.9) 0%, rgba(223, 229, 215, 0.86) 40%, rgba(179, 190, 173, 0.8) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(252, 255, 244, 0.9) 0%, rgba(223, 229, 215, 0.86) 40%, rgba(179, 190, 173, 0.8) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(252, 255, 244, 0.9) 0%, rgba(223, 229, 215, 0.86) 40%, rgba(179, 190, 173, 0.8) 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(252, 255, 244, 0.9) 0%, rgba(223, 229, 215, 0.86) 40%, rgba(179, 190, 173, 0.8) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6fcfff4', endColorstr='#ccb3bead',GradientType=0);
  /* IE6-9 */
  display: block;
  margin: 3px 0;
  padding: 1px;
}
#helpsPanel ul#mobileHelps > li .preview {
  padding: 5px;
}
#helpsPanel ul#mobileHelps > li .preview.recmax {
  background-color: #adf;
  color: #006;
}
#helpsPanel ul#mobileHelps > li .preview.ghost {
  background-color: #eee;
  color: #bbb;
}
#helpsPanel ul#mobileHelps > li .preview.ad {
  background-color: #cec;
  color: #060;
}
#helpsPanel ul#mobileHelps > li .full {
  display: none;
}
#helpsPanel li .preview .rightP {
  font-size: 3vw;
  margin: 0;
  float: right;
  font-weight: bold;
  text-align: right;
}
#helpsPanel li .preview .rightP .miniLoc {
  font-size: 2vw;
}
#helpsPanel li .preview .leftP {
  font-size: 3vw;
  margin: 0;
}
#helpsPanel li .preview .leftP .cutoff {
  display: block;
  font-size: 2.5vw;
  font-style: italic;
  height: 1.1em;
  overflow: hidden;
}
#helpsPanel .full > ul {
  list-style: outside none none;
  margin: 0;
  padding: 15px;
}
#helpsPanel .full > ul li {
  border-top: 1px dotted #777;
  font-family: Arial;
  font-size: 2.75vw;
  padding: 5px;
}
#helpsPanel .full > ul li b {
  display: inline-block;
  min-width: 15%;
  padding: 0 10px 0 0;
}
ul.menulist {
  background: none repeat scroll 0 0 rgba(255, 255, 255, 0.75);
  margin: 10px;
  list-style: outside none none;
  padding: 5px;
}
ul.menulist li {
  background: none repeat scroll 0 0 rgba(255, 255, 255, 0.75);
  font-family: Cuprum;
  font-size: 0.7em;
  margin: 5px;
  padding: 5px;
}
ul.menulist li a {
  display: block;
  font-weight: bold;
  text-decoration: none;
}
ul.menulist li em {
  font-style: normal;
  text-transform: uppercase;
}
.srtPanelX {
  position: relative;
  background-color: rgba(255, 255, 255, 0.5);
  margin: 10px;
  padding: 10px;
}
fieldset {
  background: none repeat scroll 0 0 rgba(255, 255, 255, 0.5);
  border-radius: 7px;
}
fieldset label {
  display: inline-block;
  text-align: right;
  width: 35%;
}
fieldset input, fieldset select {
  width: 50%;
}
.srtPanelX table tr th {
  font-size: 12px;
  text-align: left;
}
.srtPanelX table tr td {
  font-size: 10px;
  background: none repeat scroll 0 0 rgba(255, 255, 255, 0.5);
}
.srtPanelX table tr:hover td {
  background: none repeat scroll 0 0 white;
}
.deleteBacklink {
  color: #c00;
  cursor: pointer;
  font-weight: bold;
}
.editableTableJunk td input, .editableTableJunk td select {
  background: none repeat scroll 0 0 rgba(255, 255, 255, 0.5);
  border: 0 none;
  padding: 1px 0;
  width: 100%;
}
a.dropJunk, a.dropFalse {
  font-weight: bold;
  color: #900;
  cursor: pointer;
}
#siteNav {
  list-style: outside none none;
  margin: 0;
  padding: 0;
  text-align: right;
  font-size: 1vw;
}
#siteNav > li {
  display: inline-block;
}
#siteNav > li a {
  color: #777;
  display: block;
  font-weight: 300;
  padding: 0.5em;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}
#siteNav > li a:hover {
  color: #c03;
}
.cat_102 #siteNav > li a:hover {
  color: #039;
}
.cat_104 #siteNav > li a:hover {
  color: #360;
}
.cat_3 #siteNav > li a:hover {
  color: #639;
}
#upperSiteNav {
  list-style: outside none none;
  margin: 0;
  padding: 0;
  text-align: right;
  font-size: 0.8vw;
}
#upperSiteNav > li {
  display: inline-block;
}
#upperSiteNav > li a {
  color: #ccc;
  cursor: pointer;
  display: block;
  font-weight: 500;
  padding: 0.5em;
  text-decoration: none;
  text-transform: uppercase;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
}
.goldTheme #upperSiteNav > li a {
  color: #fff;
}
#upperSiteNav > li a:hover {
  color: #fff;
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.25);
}
.whiteRight {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&amp;0+0,1+75 */
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 75%, white 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(75%, white), color-stop(100%, white));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 75%, white 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 75%, white 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 75%, white 100%);
  /* IE10+ */
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 75%, white 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1);
  /* IE6-9 */
}
.whiteLeft {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&amp;1+25,0+100 */
  background: -moz-linear-gradient(left, white 0%, white 25%, rgba(255, 255, 255, 0) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, white), color-stop(25%, white), color-stop(100%, rgba(255, 255, 255, 0)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, white 0%, white 25%, rgba(255, 255, 255, 0) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, white 0%, white 25%, rgba(255, 255, 255, 0) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, white 0%, white 25%, rgba(255, 255, 255, 0) 100%);
  /* IE10+ */
  background: linear-gradient(to right, white 0%, white 25%, rgba(255, 255, 255, 0) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1);
  /* IE6-9 */
}
.homeBanner {
  background: url("/images/lasers.jpg") no-repeat scroll center center/100% auto transparent;
  height: 0;
  margin: -1px 0 0;
  padding-bottom: 22%;
  position: relative;
}
.homeBanner .shell {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.homeBanner .wrapper {
  padding: 10px 0;
  position: relative;
}
.homeBanner .wrapper .inner {
  color: #fff;
  text-align: center;
  text-shadow: 0 2px 6px #000;
}
.homeBanner .wrapper .inner h1 {
  font-size: 4vw;
  margin: 2vh 0 1vh;
}
.homeBanner .wrapper .inner p {
  font-size: 1.5vw;
}
.wideBanner {
  background-position: center center;
  background-size: 100% auto;
  height: 0;
  padding-bottom: 30%;
}
.wideBanner .wrapper {
  padding: 1em 0;
}
.wideBanner .wrapper .darkoverlay {
  background: rgba(0, 0, 0, 0.75) none repeat scroll 0 0;
  box-shadow: 0 0 1em #000 inset;
  color: #fff;
  padding: 1em;
  width: 33%;
  text-shadow: 1px 1px 1px #000;
}
.wideMiniBanner {
  background-position: center center;
  background-size: 100% auto;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.5) inset;
  height: 0;
  padding-bottom: 8vw;
}
.wideMiniBanner .wrapper {
  padding: 0.5vw 0;
}
.wideMiniBanner .wrapper .darkoverlay h1 {
  text-shadow: 0 1px 5px #fff;
  margin: 2vw 0 0;
}
.srt5logo {
  max-height: 60px;
  margin: 0 10px;
}
.aboveHeader {
  position: relative;
  padding: 1px 0;
}
.loginbox {
  font-size: 0.75em;
  padding: 5px 0 7px;
  text-align: right;
  display: none;
}
.loginbox label, .loginbox p {
  color: #fff;
  display: inline-block;
  font-size: 0.7em;
  font-weight: 500;
  padding: 0 10px;
  text-transform: uppercase;
}
.loginbox a {
  color: #bb98bf;
}
.loginbox input {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1b1b1b+0,383838+13,4e4e4e+24,0a0a0a+47,010101+50,0d0d0d+54,959595+100&amp;0.9+0,0.75+100 */
  background: -moz-linear-gradient(top, rgba(27, 27, 27, 0.9) 0%, rgba(56, 56, 56, 0.88) 13%, rgba(78, 78, 78, 0.86) 24%, rgba(10, 10, 10, 0.83) 47%, rgba(1, 1, 1, 0.83) 50%, rgba(13, 13, 13, 0.82) 54%, rgba(149, 149, 149, 0.75) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(27, 27, 27, 0.9)), color-stop(13%, rgba(56, 56, 56, 0.88)), color-stop(24%, rgba(78, 78, 78, 0.86)), color-stop(47%, rgba(10, 10, 10, 0.83)), color-stop(50%, rgba(1, 1, 1, 0.83)), color-stop(54%, rgba(13, 13, 13, 0.82)), color-stop(100%, rgba(149, 149, 149, 0.75)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(27, 27, 27, 0.9) 0%, rgba(56, 56, 56, 0.88) 13%, rgba(78, 78, 78, 0.86) 24%, rgba(10, 10, 10, 0.83) 47%, rgba(1, 1, 1, 0.83) 50%, rgba(13, 13, 13, 0.82) 54%, rgba(149, 149, 149, 0.75) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(27, 27, 27, 0.9) 0%, rgba(56, 56, 56, 0.88) 13%, rgba(78, 78, 78, 0.86) 24%, rgba(10, 10, 10, 0.83) 47%, rgba(1, 1, 1, 0.83) 50%, rgba(13, 13, 13, 0.82) 54%, rgba(149, 149, 149, 0.75) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(27, 27, 27, 0.9) 0%, rgba(56, 56, 56, 0.88) 13%, rgba(78, 78, 78, 0.86) 24%, rgba(10, 10, 10, 0.83) 47%, rgba(1, 1, 1, 0.83) 50%, rgba(13, 13, 13, 0.82) 54%, rgba(149, 149, 149, 0.75) 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(27, 27, 27, 0.9) 0%, rgba(56, 56, 56, 0.88) 13%, rgba(78, 78, 78, 0.86) 24%, rgba(10, 10, 10, 0.83) 47%, rgba(1, 1, 1, 0.83) 50%, rgba(13, 13, 13, 0.82) 54%, rgba(149, 149, 149, 0.75) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e61b1b1b', endColorstr='#bf959595',GradientType=0);
  /* IE6-9 */
  border: 2px solid #fdc;
  border-radius: 50%;
  box-shadow: 2px 5px 7px rgba(128, 64, 0, 0.75);
  color: #fff;
  display: inline-block;
  margin: -5px 5px;
  padding: 6px 0;
  text-align: center;
  width: 11vw;
}
.loginbox button {
  background: none repeat scroll 0 0 transparent;
  border: 0 none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "Roboto", Arial, helvetica, sans-serif;
  font-size: 0.7em;
  font-weight: 500;
  padding: 0 10px;
  text-transform: uppercase;
}
.loginbox button:hover {
  background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
  color: #fff;
}
.footer {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.85);
  box-shadow: 0 0 2em rgba(0, 0, 0, 0.5) inset;
  color: #999;
  font-size: 0.8em;
  padding: 2em 0;
}
.footer a {
  color: #bbb;
}
p.disclaimer {
  text-align: center;
  font-size: 0.8em;
}
.uniSegment {
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1);
  margin: 1em;
  padding: 1em;
  text-align: center;
}
.uniSegment h2 {
  font-size: 2em;
  font-weight: 200 !important;
  margin: 0 0 0.5em;
  text-transform: uppercase;
}
.uniSegment h3 {
  font-weight: 500 !important;
  margin: 0;
  color: #999;
}
.uniSegment ul {
  font-size: 0.85em;
  padding: 0 0.5em;
  text-align: left;
}
.uniSegment ul li {
  margin: 0.5em 0;
}
.textSect {
  margin: 0.5em;
  padding: 0.5em;
}
.textSect h1, .textSect h2, .textSect h3 {
  color: #777;
}
.groverSegment {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.75);
  box-shadow: 0.25em 0.25em 1em rgba(0, 0, 0, 0.75) inset;
  color: #fff;
  margin: 0.25em;
  padding: 0.25em 0.75em 0.75em;
  text-align: center;
}
.groverSegment h2 {
  font-size: 2em;
  margin: 0.25em;
  text-shadow: 2px 3px 6px #000;
}
.groverSegment h3 {
  font-size: 1em;
  font-weight: 400 !important;
  text-shadow: 1px 2px 4px #000;
}
.groverSegment p {
  font-size: 0.75em;
}
.imgSect {
  margin: 0.5em;
  padding: 1em 0;
}
.imgSect img {
  width: 100%;
}
.fancyButton {
  background-color: #777;
  color: #fff;
  display: inline-block;
  padding: 0.25em 1.5em;
  text-decoration: none;
}
.cat_102 .fancyButton {
  background-color: #039;
}
.cat_104 .fancyButton {
  background-color: #360;
}
.cat_3 .fancyButton {
  background-color: #639;
}
a.fancyButton:hover {
  background-color: #222;
}
ul.sidebars {
  list-style: outside none none;
  margin: 0;
  padding: 0.5em 0;
}
ul.sidebars li {
  border: 4px solid #fff;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.1);
  margin: 0.5em 0;
}
ul.sidebars li a {
  background-position: right center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  display: block;
  padding: 0 1em;
  text-decoration: none;
}
ul.sidebars li a .top {
  color: #fff;
  display: block;
  font-size: 2em;
  padding: 0.25em 0 0;
  text-decoration: none;
}
ul.sidebars li a .bottom {
  color: #fff;
  display: block;
  font-size: 0.75em;
  padding: 0 25% 1em 0;
}
.compareSegment {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.8);
  box-shadow: 0.25em 0.25em 0.5em #000 inset;
  box-sizing: border-box;
  color: #fff;
  margin: 0.25em;
  padding: 0.25em 1em 1em;
  text-shadow: 0.1em 0.1em 0.2em rgba(0, 0, 0, 0.75);
}
.compareSegment h3 {
  font-weight: 500 !important;
}
.compareSegment .resultRow {
  font-size: 0.75em;
  padding: 0.5em 0;
}
.compareSegment .fa.superSticker {
  color: #777;
  float: right;
  font-size: 3em;
  margin: 0.25em 0.1em 0.25em 0.5em;
}
.compareSegment .resultRow .capt {
  box-sizing: border-box;
  color: #999;
  float: left;
  font-weight: 500;
  padding: 0 2em 0 0;
  width: 33%;
}
.compareSegment .resultRow .desc {
  width: 66%;
  float: left;
}
.footLead {
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 1em;
}
.footLead .field label {
  box-sizing: border-box;
  display: inline-block;
  font-size: 0.75em;
  padding-right: 1em;
  text-align: right;
  width: 33%;
}
.footLead .field select, .footLead .field input, .footLead .field textarea {
  background: none repeat scroll 0 0 rgba(255, 255, 255, 0.75);
  border: 1px solid #fff;
  font-family: Roboto, Arial, helvetica, sans-serif;
  font-size: 0.7em;
  margin: 0.25em;
  padding: 0.25em 0.5em;
  width: 50%;
  box-sizing: border-box;
}
.footLead .field textarea {
  height: 15vh;
}
#leadPaneSubmit {
  border: 0 none;
  box-sizing: border-box;
  color: #fff;
  font-family: Roboto, Arial, helvetica, sans-serif;
  font-size: 0.75em;
  margin: 0.25em;
  padding: 1em;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  width: 50%;
}
.preFootNav {
  background: none repeat scroll 0 0 #111;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  padding: 0.5em 0;
}
.preFootNav ul {
  list-style: outside none none;
  margin: 0;
  padding: 0.25em;
}
.preFootNav ul li {
  margin: 0.25em 0;
}
.preFootNav ul li a {
  color: #fff;
  display: block;
  font-size: 0.75em;
  padding: 0.25em 0.5em;
  text-align: right;
  text-decoration: none;
}
.preFootNav ul li a:hover {
  text-shadow: 0 0 4px #222;
}
.contactDetails {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.75);
  border: 4px solid #fff;
  color: #ccc;
  margin: 2em 0 0 2em;
  padding: 1em 2em;
}
.contactDetails h4 {
  font-weight: 400 !important;
}
.contactDetails p a {
  color: #fff;
  text-decoration: none;
}
.contactDetails .nikons {
  font-size: 1.5em;
}
div.admBox {
  background: none repeat scroll 0 0 #fff;
  border-radius: 0.5em;
  box-shadow: 0.1em 0.1em 0.5em rgba(0, 0, 0, 0.25);
  box-sizing: border-box;
  font-size: 0.75em;
  margin: 0.25em;
  padding: 1em;
}
table.admTab {
  width: 100%;
}
table.admTab tr.darker td {
  background-color: rgba(0, 0, 0, 0.1);
}
table.admTab th {
  font-size: 0.8em;
  font-weight: 400;
  background-color: rgba(0, 0, 0, 0.05);
  text-align: left;
  padding: 1px 3px;
}
table.admTab td {
  font-size: 0.8em;
  font-weight: 400;
  border-top: 1px solid #eee;
  padding: 3px;
}
table.admTab td.minibold {
  font-size: 0.7em;
  font-weight: 500;
  border-top: 0 none;
}
td button.interest {
  border: 0 none;
  background: none transparent;
  padding: 0;
  margin: 0;
  cursor: pointer;
}
td button.interest .fa {
  display: none;
  padding: 0 5px;
}
td button.interest.good .fa-check-square {
  display: block;
  color: #0c0;
}
td button.interest.bad .fa-times {
  display: block;
  color: #c00;
}
td button.interest.neutral .fa-question {
  display: block;
  color: #999;
}
td input.domnote {
  width: 90%;
  border: 1px solid #ccc;
  padding: 0;
  margin: 0;
  display: block;
}







#trxPanel table.trxTable {
    width:100%;
    background-color:rgba(255,255,255,0.75);
    border-collapse:collapse;
    font-size:11px;
    margin:0;
    padding:0;
}

#trxPanel table.trxTable th {
    background:#999;
    border-left:2px solid #ccc;
    padding:2px 3px;
    text-align:left;
    font-size:11px;
    white-space:nowrap;
}

#trxPanel table.trxTable th:first-child {
    border-left:0;
}

#trxPanel table.trxTable th.sortable {
    cursor:pointer;
}

#trxPanel table.trxTable th.current {
    background:#fa3;
    color:#000;
}

#trxPanel table.trxTable th.sortable:hover,
#trxPanel table.trxTable th.current:hover {
    background:#000;
    color:#fff;
}

#trxPanel table.trxTable td {
    border-bottom:1px solid #ddd;
    border-top:1px solid #fff;
    padding:1px 3px;
    white-space:nowrap;
    font-size:11px;
}

#trxPanel table.trxTable tr.normal td {
    background-color:rgba(255,255,255,0.75);
    color:#333;
}

#trxPanel table.trxTable tr.normal:nth-child(2n+1) td {
    background-color:rgba(255,255,255,0.25);
}

#trxPanel table.trxTable tr.ad td {
    background:#cec;
    color:#060;
}

#trxPanel table.trxTable tr.recmax td {
    background:#adf;
    color:#006;
}

#trxPanel table.trxTable tr.ghost td {
    background:#fff;
    border-bottom:1px solid #eee;
    color:#ddd;
    font-size:10px;
}

#trxPanel table.trxTable tr:hover td {
    background:#333 !important;
    border-top:1px solid #999;
    border-bottom:1px solid #000;
    color:#fff !important;
}

#trxPanel table.trxTable tr:hover td a {
    color:#fff !important;
}

#trxPanel table.trxTable tr.softGreen td {
    background:rgba(128,255,128,0.75) !important;
}

#trxPanel table.trxTable tr[grabbed=yes] td {
    background:#fc0 !important;
    color:#000 !important;
}

#trxPanel table.trxTable td.compact,
#trxPanel table.trxTable th.compact {
    width:1%;
    white-space:nowrap;
}

#trxPanel table.trxTable td.trimmed {
    overflow:hidden;
    text-overflow:ellipsis;
    max-width:300px;
}

#trxPanel table.trxTable td.ipcol {
    font-weight:bold;
}

#trxPanel table.trxTable td.timecol {
    font-weight:bold;
}












@media screen and (max-width: 1400px) {
  #upperSiteNav {
    font-size: 1vw;
  }
  #siteNav {
    font-size: 1.2vw;
  }
  .wideBanner {
    font-size: 1.4vw;
  }
}
@media screen and (max-width: 1280px) {
  #upperSiteNav {
    font-size: 1.2vw;
  }
  #siteNav {
    font-size: 1.4vw;
  }
}
@media screen and (max-width: 1024px) {
  #subfeatureImageUploader {
    max-width: inherit;
    min-width: inherit;
    width: 100%;
  }
  .wrapper {
    margin: 0 20px;
    max-width: inherit;
    min-width: inherit;
    width: auto;
  }
  html, body {
    font-size: 1.55vw;
  }
  #siteNav > li a {
    font-size: 2vw;
  }
  #upperSiteNav > li a {
    font-size: 1.35vw;
  }
  .topBanner .wrapper {
    margin: 0;
    min-height: 10vw;
  }
  .siteBody .wrapper {
    border-radius: 0;
    box-shadow: 0 0 0;
    margin: -10px 0 0;
  }
  .srtPage_1 .siteBody .greenLeadFormPanel {
    margin-top: -10vw;
  }
  .siteNav div > ul > li > a {
    font-size: 1.5vw;
    padding: 1vw 3vw;
  }
  ul.sidebars li {
    font-size: 1.25em;
  }
  ul.sidebars li a .bottom {
    padding-right: 33%;
  }
}
@media screen and (max-width: 920px) {
  #mobileNav {
    display: block;
  }
  #upNavMenu {
    display: none;
  }
  #headliner .headlinePane img.rightbit {
    height: auto;
    width: 50%;
  }
}
@media screen and (max-width: 740px) {
  html, body {
    font-size: 2.4vw;
  }
  .mobileOnly, .siteLogo.mobileOnly {
    display: block;
  }
  .desktopOnly, .siteLogo.desktopOnly {
    display: none;
  }
  #leftBlogContent {
    background-color: #fff;
    padding: 1px 0;
    width: 100%;
  }
  #rightBlogNav {
    display: none;
  }
  #blogLowerStuff {
    float: none;
    position: relative;
    width: auto;
  }
  #siteNav {
    margin: 1em 0;
    text-align: center;
  }
  #siteNav > li a {
    font-size: 3vw;
    font-weight: 400;
  }
  #upperSiteNav {
    text-align: center;
  }
  #upperSiteNav > li a {
    font-size: 2.5vw;
    padding: 0.75em 2em;
  }
  .wideBanner {
    background-size: auto 100%;
    height: auto;
    padding-bottom: 1em;
  }
  .wideBanner .wrapper .darkoverlay {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    box-shadow: 0 0 1em #000 inset;
    font-size: 2em;
    padding: 2em;
    text-align: center;
    text-shadow: 1px 1px 3px #000;
    width: auto;
  }
  .srt5logo {
    margin: 1em 0;
    max-height: inherit;
    width: 100%;
  }
  .siteNav {
    padding: 10px;
  }
  .quarter, .perc10, .perc15, .perc20 {
    float: none;
    width: 65%;
    margin-right: auto;
    margin-left: auto;
  }
  .half, .halves {
    float: none;
    width: 85%;
    margin-right: auto;
    margin-left: auto;
  }
  .third, .perc30, .perc35, .perc40 {
    float: none;
    width: 75%;
    margin-right: auto;
    margin-left: auto;
  }
  .twothird, .perc60, .perc70 {
    float: none;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }
  .threequarter, .perc80, .perc85, .perc90 {
    float: none;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }
  .triBoxen.left {
    margin: 0;
  }
  .triBoxen {
    margin: 0;
  }
  .triBoxen.right {
    margin: 0;
  }
  #callLink2 {
    float: none;
    margin: 0 auto;
    width: 75%;
  }
  .lgLeadFormPanel {
    margin: 0 auto;
    min-height: inherit;
    width: 85%;
  }
  img.testaGraphic {
    width: 50%;
  }
  .lgPaneHolder {
    height: auto;
  }
  #pane1, #pane2 {
    height: auto;
    left: inherit;
    position: relative;
    top: inherit;
    width: inherit;
    display: block;
  }
  #logoLink2 {
    margin: 10px auto;
    width: 70%;
  }
  #leftFlip, #rightFlip {
    display: none;
  }
  #christianDifference .textOverlay {
    font-size: 2.8vw;
    top: 10vw;
  }
  .lowerBanner {
    clear: both;
    margin: 10px -7px;
  }
  .lgDisclaimers {
    font-size: 2vw;
  }
  #mobileNav {
    float: none;
    margin: 20px auto;
    font-size: 4vw;
  }
  .borderedge .thirds {
    clear: both;
  }
  .callLine {
    font-size: 3vw;
    text-align: center;
  }
  .starLine {
    float: none;
    text-align: center;
  }
  .starLine p {
    font-size: 2.5vw;
    text-align: right;
  }
  #headliner .headlinePane img.leftbit {
    height: 6vw;
  }
  #bannerFeature .bannerSlide {
    display: block;
    height: auto;
    left: auto;
    margin: 10px 0;
    position: relative;
    top: auto;
  }
  #banArrows, #bannerFeature img.blankpane, .bannerOverlay, .bannershadow img, #bannerSwitcher {
    display: none;
  }
  .wrapper {
    margin: 0 10px;
  }
  .featuredon .wrapper img {
    width: 100%;
  }
  .footerMenu > li > a {
    text-align: center;
  }
  .siteLogo {
    display: block;
    margin: 10px auto;
    width: 80%;
  }
  #phoneCTA {
    font-size: 4vw;
    margin: 3vw auto;
    text-align: center;
    padding: 10px;
  }
  #phoneCTA a {
    border-radius: 4vw;
    font-size: 10vw;
    line-height: 10vw;
    padding: 3vw;
  }
  .srtPage_1 .siteBody .greenLeadFormPanel {
    margin-top: 40px;
  }
  .srtPage_1 .siteBody #socialShareBox, #socialShareBox {
    display: none;
  }
  .topBanner h1 {
    bottom: 2vw;
    font-size: 3.3vw;
    left: 2vw;
    margin: 0;
    text-align: center;
  }
  .crumbs {
    display: none;
  }
  .widther {
    border-radius: 3vw;
    margin: 0;
    overflow: hidden;
  }
  .topBanner {
    background: none repeat scroll 0 center transparent;
  }
  .topBanner .wrapper {
    background-image: none;
    padding: 3vw;
    text-align: center;
    min-height: inherit;
  }
  .topBanner h1 {
    bottom: inherit;
    font-size: 6.3vw;
    left: inherit;
    margin: 0;
    position: relative;
    text-align: center;
  }
  .loginbox {
    font-size: 2em;
    padding: 1em 0;
    text-align: center;
  }
  .loginbox label, .loginbox p {
    display: block;
  }
  .loginbox input {
    display: block;
    font-size: 1em;
    margin: 10px auto;
    width: 90%;
  }
  .loginbox button {
    display: block;
    margin: 0 auto;
    padding: 1em;
    width: 90%;
  }
  .groverSegment {
    font-size: 5vw;
  }
}
@media screen and (max-width: 690px) {
  .quarter, .perc10, .perc15, .perc20 {
    float: none;
    width: 95%;
    margin-right: auto;
    margin-left: auto;
  }
  .half {
    float: none;
    width: 95%;
    margin-right: auto;
    margin-left: auto;
  }
  .third, .perc30, .perc35, .perc40 {
    float: none;
    width: 95%;
    margin-right: auto;
    margin-left: auto;
  }
  .twothird, .perc60, .perc70 {
    float: none;
    width: 95%;
    margin-right: auto;
    margin-left: auto;
  }
  .threequarter, .perc80, .perc85, .perc90 {
    float: none;
    width: 95%;
    margin-right: auto;
    margin-left: auto;
  }
  #segArrowLeft, #segArrowRight, #segBar, #segments .segment .hotslash img, #segments .segment h3 {
    display: none;
  }
  #segments .segment {
    float: none;
    height: auto;
    margin: 0 auto;
    width: 90%;
  }
  #segments .segment div.flyout {
    display: block;
    left: inherit;
    min-height: 170px;
    padding: 1px;
    position: relative;
    top: inherit;
    width: auto;
  }
  #segments .segment div.flyout h2 {
    font-size: 4vw;
  }
  html, body {
    font-size: 2.75vw;
  }
  .starLine p {
    font-size: 3.5vw;
  }
  .callLine {
    font-size: 3.5vw;
  }
  .fullWidthArticulatedHeadliner .innerHeadband img.leftbit {
    float: none;
    height: 10vw;
  }
  .fullWidthArticulatedHeadliner .innerHeadband img.rightbit {
    float: none;
    height: auto;
    margin: 20px 0;
    padding: 0 10%;
    width: 70%;
  }
  .fullWidthArticulatedHeadliner .innerHeadband {
    height: auto;
    text-align: center;
  }
  #headliner .headlinePane {
    height: auto;
    left: auto;
    padding: 20px 0;
    position: relative;
    text-align: center;
    top: auto;
    width: 100%;
  }
  #headliner .headliners .headlinePane img.leftbit {
    display: inline-block;
    float: none;
    height: 10vw;
  }
  #headliner .headliners .headlinePane img.rightbit {
    float: none;
    height: auto;
    margin: 20px auto;
    padding: 0 10%;
    width: 70%;
  }
}
@media screen and (max-width: 650px) {
  html, body {
    font-size: 4.25vw;
  }
  .quarter, .perc10, .perc15, .perc20, .half, .third, .perc30, .perc35, .perc40, .twothird, .perc60, .perc70, .threequarter, .perc80, .perc85, .perc90 {
    width: 100%;
  }
  #callLink2 {
    width: 90%;
  }
  #segments {
    width: 100%;
  }
  #segments .segment {
    width: 100%;
  }
  .lgLeadFormPanel {
    width: 95%;
  }
  .leadpane .field input, .leadpane .field select, .leadpane .field textarea, .superContactPane .field input, .superContactPane .field select, .superContactPane .field textarea {
    font-size: 6vw;
    width: 95%;
  }
  .leadpane .field button, .superContactPane .field button {
    width: 100%;
  }
  .twothirds {
    width: 100%;
  }
  img.testaGraphic {
    width: 60%;
  }
  .inWrap {
    margin: 15px 0;
  }
  .lgDisclaimers {
    font-size: 3vw;
  }
  div.nudgeRight, .standardBody div.nudgeRight, div.nudgeLeft, .standardBody div.nudgeLeft {
    margin-right: 0;
    margin-left: 0;
  }
  .widther {
    border-radius: 0;
  }
  .greenLeadFormPanel .leadpane .field {
    float: none;
    margin: 2vw auto;
    width: 95%;
  }
  .greenLeadFormPanel .leadpane .field input {
    border-radius: 1vw;
    padding: 3vw;
    width: 90%;
  }
  #primaryContent p img, #primaryContent h1 img, #primaryContent h2 img, #primaryContent h3 img, #primaryContent h4 img, #primaryContent h5 img {
    display: block;
    float: none !important;
    height: auto !important;
    margin-left: auto !important;
    margin-right: auto !important;
    width: 80% !important;
  }
}
@media screen and (max-width: 520px) {
  #upperSiteNav > li {
    display: block;
  }
  #upperSiteNav > li a {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 2vw #000 inset;
    color: #fff;
    font-size: 3.5vw;
    margin: 3px;
    padding: 0.5em 2em;
  }
  #siteNav > li {
    display: block;
  }
  #siteNav > li a {
    background: none repeat scroll 0 0 #fff;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
    font-size: 3.5vw;
    font-weight: 400;
    margin: 5px;
    padding: 0.75em;
  }
}

#helps4Panel {
	display: table;
	background-color: rgba(255,255,255,.75);
    border: 0 none;
    font-size: .55em;
    margin: 0;
    padding: 0;
}
#helps4Panel .dtr {
	display: table-row;
}
#helps4Panel .dtr .dth {
	display: table-cell;
	background-color: #999;
    border-left: 2px solid #ccc;
    padding: 1px;
    text-align: left;
	font-weight: bold;
}
#helps4Panel .dtr .dth[sortby]:hover {
    cursor: pointer;
	background-color: #333;
}
#helps4Panel .dtr .dtd {
	display: table-cell;
	background-color: rgba(255,255,255,.75);
    color: #333;
	border-bottom: 1px solid #ddd;
    border-top: 1px solid #fff;
    padding: 1px;
    white-space: nowrap;
    font-size: 11px;
}
#helps4Panel .dtr .dtd a {
	font-weight: 700;
    text-decoration: none;
    color: #066;
    font-size: .9em;
	cursor: pointer;
}

#helps4Panel .dtr.recmax .dtd {
  background-color: #adf;
  color: #006;
}
#helps4Panel .dtr.recmax .dtd a {
  color: #063;
}
#helps4Panel .dtr.ghost .dtd {
  background-color: #fff;
  border-bottom: 1px solid #eee;
  color: #ddd;
  font-size: 0.75em;
  font-weight: normal;
}
#helps4Panel .dtr.ghost .dtd a {
  color: #bbb;
  text-decoration: none;
  font-weight: normal;
}
#helps4Panel .dtr:hover .dtd, 
#helps4Panel .dtr.normal:hover .dtd, 
#helps4Panel .dtr.ad:hover .dtd, 
#helps4Panel .dtr.recmax:hover, 
#helps4Panel .dtr.softGreen:hover {
  background-color: #333 !important;
  border-top: 1px solid #999;
  border-bottom: 1px solid #000;
  color: #fff !important;
}
#helps4Panel .dtr.dateBridge .dtd {
  background-color: #333;
  border-top: 1px solid #999;
  border-bottom: 1px solid #000;
  color: #fff;
}
#helps4Panel .dtr:hover .dtd a, 
#helps4Panel .dtr.normal:hover .dtd a, 
#helps4Panel .dtr.ad:hover .dtd a, 
#helps4Panel .dtr.recmax:hover a, 
#helps4Panel .dtr.softGreen:hover a, 
#helps4Panel .dtr[grabbed=yes]:hover .dtd a, 
#helps4Panel .dtr[grabbed=yes].normal:hover .dtd a, 
#helps4Panel .dtr[grabbed=yes].ad:hover .dtd a, 
#helps4Panel .dtr[grabbed=yes].recmax:hover a, 
#helps4Panel .dtr[grabbed=yes].softGreen:hover a {
  color: #fff !important;
}
#helps4Panel .dtr[grabbed=yes] .dtd, 
#helps4Panel .dtr[grabbed=yes].normal .dtd, 
#helps4Panel .dtr[grabbed=yes].ad .dtd, 
#helps4Panel .dtr[grabbed=yes].recmax .dtd, 
#helps4Panel .dtr[grabbed=yes].softGreen .dtd {
  background-color: #fc0 !important;
  color: #000 !important;
}

#helps4Panel .dtr .dtd a.showhideip {
  background: none repeat scroll 0 0 #f00;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 0.7em;
  font-weight: bold;
  margin: 0 2px;
  text-align: center;
  padding: 0 1px 1px;
  text-transform: lowercase;
}
#helps4Panel .dtr.ghost .dtd a.showhideip {
  background: none repeat scroll 0 0 #fff;
  color: #090;
  font-size: 1em;
  font-weight: bold;
}
#helps4Panel .dtr .dtd a.cleanip {
  background: none repeat scroll 0 0 #f00;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 0.7em;
  margin: 0 1px;
  padding: 0 2px;
}
#helps4Panel .dtr.softGreen .dtd {
  background-color: rgba(128, 255, 128, 0.75) !important;
}
#helps4Panel .dtr .dth.current {
    background: none repeat scroll 0 0 #fa3;
    color: #000;
}
#reportcontrols .control.withForce {
	white-space: nowrap;
}
#reportcontrols .control.withForce input {
	padding: 0;
    margin: 0;
    width: auto;
}
#reportcontrols .control.withForce label {
	text-transform: uppercase;
    font-size: 0.5em;
}

#helpsPanel table tr.ghost td, #helpsPanel table tr.ghost td a, #helpsPanel table tr.ghost td em, #helpsPanel table tr.ghost td b {
    color: #f66 !important;
}

#helpsPanel table tr td.murple {
	background-color: rgba(120,0,120,0.2);
}


table.linedrawn th {
	text-align: left;
	font-size: 0.7em;
}
table.linedrawn td {
	border-top: 1px solid #ccc;
    font-size: 0.8em;
    padding: 0.25em;
}

fieldset.stack label {
	display: block;
    text-align: left;
    width: auto;
}
fieldset.stack input, fieldset.stack select {
    width: 100%;
}

#helpsPanel, #helpsPanel table tr td  {
	font-family: sans-serif;
}


#helpsPanel table .locationSumm {
	position: relative;
}
#helpsPanel table .locationSumm > span {
	display: block;
    font-weight: bold;
    color: #070;
}
#helpsPanel table .locationSumm ul.locationlookups {
	list-style: none;
    margin: -1px 1px 0;
    padding: 0;
    background: #333;
    position: absolute;
    color: #ccc;
	display: none;
	z-index: 99;
}
#helpsPanel table .locationSumm ul.locationlookups li {
	padding: 2px 5px;
}
#helpsPanel table .locationSumm ul.locationlookups li a {
	color: #fc0 !important;
    display: block;
}
#helpsPanel table .locationSumm ul.locationlookups li a:hover {
	background: #3f0202 !important;
	color: #ff0 !important;
}
#helpsPanel table .locationSumm:hover ul.locationlookups {
	display: block;
}



