/* SCSS Document */
/* This document will recompile CSS using smart options after the initial compile for the site */
html, body {
  margin: 0;
  padding: 0;
  height: 100%;
  /*needed for wrapping min-height*/
  background-color: #FFFFFF;
  font-family: Arial, Helvetica, sans-serif;
  font-size: small;
  color: #000; }

a {
  cursor: pointer; }

body {
  -webkit-text-size-adjust: none; }

h1 {
  color: #181797;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  margin: 0; }

.black {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #000000;
  text-align: left;
  font-weight: normal; }
  .black a:hover {
    color: #181797; }
  .black.blackb {
    font-weight: bold; }
  .black.blackb10 {
    font-size: 10px;
    font-weight: bold; }
  .black.blackb13 {
    font-size: 13px;
    font-weight: bold; }
  .black.blackb14 {
    font-size: 14px;
    font-weight: bold; }
  .black.blackbc {
    text-align: center;
    font-weight: bold; }
  .black.blackc {
    text-align: center;
    font-weight: normal; }
  .black.blackbr {
    font-size: 12px;
    font-weight: bold;
    text-align: right; }

.blue {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #1a75ce; }
  .blue.bluec {
    text-align: center; }
  .blue.blueu {
    text-decoration: underline; }
  .blue.blue19 {
    font-size: 19px;
    text-align: left; }
  .blue.blueu12 {
    font-size: 12px;
    font-weight: normal;
    text-decoration: underline; }
  .blue .blueu17 {
    font-size: 17px;
    text-decoration: underline; }

a.blueborder {
  border: 2px solid #1a75ce;
  cursor: pointer;
  float: left; }

.imgborder {
  border: 1px solid #000;
  float: left;
  moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 2px 2px 2px;
  -moz-box-shadow: rgba(0, 0, 0, 0.5) 2px 2px 2px;
  /* FF 3.5+ */
  box-shadow: rgba(0, 0, 0, 0.5) 2px 2px 2px; }
  .imgborder a {
    cursor: pointer; }
    .imgborder a:hover {
      border-color: #181797; }

.crumbs {
  font-family: Arial, Helvetica, sans-serif;
  color: #1a75ce;
  font-size: 14px;
  text-decoration: none;
  font-weight: normal;
  text-align: left;
  position: relative;
  z-index: 2;
  padding: 2px 0 0 0;
  line-height: 14px;
  height: 20px; }

.mmred {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #9e311d; }
  .mmred.mmred16 {
    font-size: 16px; }

.red10 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #9e311d;
  text-align: left;
  text-decoration: none;
  font-weight: bold; }

.red10c {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #9e311d;
  font-weight: bold;
  text-align: center; }
  .red10c a {
    text-decoration: none; }
  .red10c a:hover {
    color: #181797; }

.red12 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #9e311d;
  text-align: left;
  text-decoration: none; }

.red12b, red12b a {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #9e311d;
  text-align: left;
  text-decoration: none;
  font-weight: bold; }

.red12bc {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #9e311d;
  text-align: left;
  text-decoration: none;
  font-weight: bold;
  text-align: center; }

/*# sourceMappingURL=meter_smart.css.map */
