


/* Existing CMP CSS overrrides */
  .bbHeaderText {
    color: #444444;
  }



/* tgUI interim stylesheet -- to be used until CMP's JavaScript can be updated to modern standards and a modern doctype can be used. At that time, the real tgUI framework can be implemented. */

  body {
    margin: 0;
    font-family: Helvetica, Arial, sans-sarif;
    font-size: 11px;
    line-height: 20px;
    color: #222222;
    background-color: white;

  }

  body.shell {
    background-color: #6091DC; /*#99b8ce;*/
  }

  * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  ::-moz-selection {
    background: #666666;
    color: white;
    text-shadow: none;
  }

  ::selection {
    background: #666666;
    color: white;
    text-shadow: none;
  }

  a:link,
  a:visited {
    text-decoration: none;
  }

  a:active,
  a:hover {
    text-decoration: underline;
  }


  .tgx-strong {
    font-weight: bold;
  }

  .tgx-emphasis {
    font-style: italic;
  }

  .tgx-warning {
    font-weight: bold;
    color: #ff0000;
  }


  .tgx-breadcrumbs {
    font-weight: normal;    
    font-size: 12px;
    color: #444444;    
  }

  .tgx-breadcrumbs .tgx-crumb {
    font-weight: lighter;
  }

  .tgx-pageTitle {
    font-size: 20px;
    font-weight: bold;
    color: black;
  }

  .tgx-pageSubTitle {
    font-size: 20px;
    font-weight: normal;
    color: darkGray;
  }
  .ie .tgx-pageSubTitle {
    padding-left: 5px;
  }

  .tgx-pageSubTitle::before {
    content: ":";
    padding-left: 5px;
    padding-right: 5px;
  }



  /* tangoe button styles */
  .tgx-tangoeBtn {
    display: inline-block;
    *zoom: 1;
    *display: inline;
    padding: 4px 12px;
    _padding: 1px 1px;
    margin-bottom: 0;
    font-size: 11px;
    font-weight: normal;
    line-height: 20px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    color: #333333;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    background-color: #ebebeb;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f0f0f0), color-stop(100%, #e3e3e3));
    background-image: -webkit-linear-gradient(top, #f0f0f0, #e3e3e3);
    background-image: -moz-linear-gradient(top, #f0f0f0, #e3e3e3);
    background-image: -o-linear-gradient(top, #f0f0f0, #e3e3e3);
    background-image: linear-gradient(top, #f0f0f0, #e3e3e3);
    background-repeat: repeat-x;
    *zoom: 1;
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFF0F0F0', endColorstr='#FFE3E3E3');
    border-color: #e3e3e3 #e3e3e3 #bdbdbd;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #e3e3e3;
    /* Darken IE7 buttons by default so they stand out more given they won't have borders */
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    border: 1px solid #bbbbbb;
    *border: outset 1px #bbbbbb;
    border-bottom-color: #888888;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    *margin-left: .3em;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  }
  .tgx-tangoeBtn:hover, .tgx-tangoeBtn:active, .tgx-tangoeBtn.active, .tgx-tangoeBtn.disabled, .tgx-tangoeBtn[disabled] {
    color: #333333;
    background-color: #e3e3e3;
    *background-color: #d6d6d6;
  }
  .tgx-tangoeBtn.disabled, .tgx-tangoeBtn[disabled] {
    color: black;
  }
  .tgx-tangoeBtn:active, .tgx-tangoeBtn.active {
    background-color: #cacaca \9;
  }
  .tgx-tangoeBtn:first-child {
    *margin-left: 0;
  }
  .tgx-tangoeBtn:hover {
    text-decoration: none;
    background-position: 0 -15px;
    -webkit-transition: background-position 0.1s linear;
    -moz-transition: background-position 0.1s linear;
    -o-transition: background-position 0.1s linear;
    transition: background-position 0.1s linear;
  }
  .tgx-tangoeBtn:focus {
    outline: thin dotted #333;
    outline: 5px auto rgba(82, 168, 236, 0.8);
    outline-offset: -2px;
  }
  .tgx-tangoeBtn.active, .tgx-tangoeBtn:active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  }
  .tgx-tangoeBtn.disabled, .tgx-tangoeBtn[disabled] {
    cursor: default;
    color: #666666;
    background-color: #d6d6d6;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=6500);
    opacity: 65;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }

  .tgx-tangoeBtn-large {
    padding: 8px 12px;
    font-size: 13px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
    border-radius: 7px;
  }

  .tgx-tangoeBtn-small {
    padding: 4px 5px;
    font-size: 11px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    line-height: 12px;
  }
  .lt-ie8 .tgx-tangoeBtn-small {
    padding-top: 3px;
    line-height: 11px;
  }

  .tgx-tangoeBtn-primary.active,
  .tgx-tangoeBtn-secondary.active {
    color: rgba(255, 255, 255, 0.75);
  }

  .tgx-tangoeBtn-primary-alt.active {
    color: white;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #1188cb;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #16a0ee), color-stop(100%, #0b6293));
    background-image: -webkit-linear-gradient(top, #16a0ee, #0b6293);
    background-image: -moz-linear-gradient(top, #16a0ee, #0b6293);
    background-image: -o-linear-gradient(top, #16a0ee, #0b6293);
    background-image: linear-gradient(top, #16a0ee, #0b6293);
    background-repeat: repeat-x;
    *zoom: 1;
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF16A0EE', endColorstr='#FF0B6293');
    border-color: #0b6293 #0b6293 #06334c;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #0b6293;
    /* Darken IE7 buttons by default so they stand out more given they won't have borders */
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  }
  .tgx-tangoeBtn-primary-alt.active:hover, .tgx-tangoeBtn-primary-alt.active:active, .tgx-tangoeBtn-primary-alt.active.active, .tgx-tangoeBtn-primary-alt.active.disabled, .tgx-tangoeBtn-primary-alt.active[disabled] {
    color: white;
    background-color: #0b6293;
    *background-color: #09527b;
  }
  .tgx-tangoeBtn-primary-alt.active.disabled, .tgx-tangoeBtn-primary-alt.active[disabled] {
    color: #cccccc;
  }
  .tgx-tangoeBtn-primary-alt.active:active, .tgx-tangoeBtn-primary-alt.active.active {
    background-color: #074264 \9;
  }

  .tgx-tangoeBtn {
    border-color: #c5c5c5;
    border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25);
  }

  .tgx-tangoeBtn-primary {
    color: white;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #1188cb;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #16a0ee), color-stop(100%, #0b6293));
    background-image: -webkit-linear-gradient(top, #16a0ee, #0b6293);
    background-image: -moz-linear-gradient(top, #16a0ee, #0b6293);
    background-image: -o-linear-gradient(top, #16a0ee, #0b6293);
    background-image: linear-gradient(top, #16a0ee, #0b6293);
    background-repeat: repeat-x;
    *zoom: 1;
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF16A0EE', endColorstr='#FF0B6293');
    border-color: #0b6293 #0b6293 #06334c;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #0b6293;
    /* Darken IE7 buttons by default so they stand out more given they won't have borders */
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  }
  .tgx-tangoeBtn-primary:hover, .tgx-tangoeBtn-primary:active, .tgx-tangoeBtn-primary.active, .tgx-tangoeBtn-primary.disabled, .tgx-tangoeBtn-primary[disabled] {
    color: white;
    background-color: #0b6293;
    *background-color: #09527b;
  }
  .tgx-tangoeBtn-primary.disabled, .tgx-tangoeBtn-primary[disabled] {
    color: #cccccc;
  }
  .tgx-tangoeBtn-primary:active, .tgx-tangoeBtn-primary.active {
    background-color: #074264 \9;
  }

  .tgx-tangoeBtn-primary-alt.active {
    color: rgba(255, 255, 255, 0.75);
  }

  .tgx-tangoeBtn-container {
    position: relative;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    *zoom: 1;
    *margin-left: 5px;
  }

  .tgx-tangoeBtn-container:before,
  .tgx-tangoeBtn-container:after {
    display: table;
    content: "";
  }

  .tgx-tangoeBtn-container:after {
    clear: both;
  }

  .tgx-tangoeBtn-container:first-child {
    *margin-left: 0;
  }

  .tgx-tangoeBtn-container + .tgx-tangoeBtn-container {
    margin-left: 5px;
  }

  .tgx-tangoeBtn-container .tgx-tangoeBtn {
    position: relative;
    float: left;
    margin-left: -1px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
  }
  .tgx-tangoeBtn-container .tgx-tangoeBtn:first-child {
    margin-left: 0;
    -moz-border-radius-topleft: 5px;
    -webkit-border-top-left-radius: 5px;
    border-top-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px;
  }
  .tgx-tangoeBtn-container .tgx-tangoeBtn:last-child {
    -moz-border-radius-topright: 5px;
    -webkit-border-top-right-radius: 5px;
    border-top-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-right-radius: 5px;
    border-bottom-right-radius: 5px;
  }


  .tgx-stackedControl {
    vertical-align: top;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    margin-right: 5px;
  }
  #loginPopup .tgx-stackedControl {
    display: block;
	margin-top: -15px;
  }

  .tgx-stackedControl label {
    display: block;
  }

  .tgx-stackedControl input {
    display: block;
  }

  .tgx-stackedControl label > input {
    display: inline-block;
    *zoom: 1;
    *display: inline;
  }

    
  #tgx-main-body {
    background: url('./common/images/shell-main-body-swoosh-bg.png') no-repeat top left;    
  }
  .lt-ie7 #tgx-main-body {
    background: url('./common/images/shell-main-body-swoosh-bg.gif') no-repeat top left;
  }

  #tgx-main-content-outer {
    position: relative;   
    height: 810px;
    margin: 0px 20px;
    padding-top: 0px;
    background-color: #ffffff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    border-left: 1px solid #eee;
  }
  @media (max-width: 1024px) {
    #tgx-main-content-outer {
      margin: 0px 0;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      -ms-border-radius: 0;
      -o-border-radius: 0;
      border-radius: 0;
      border-left: 0;
    }
  }

  .tgx-main-container-cap {
    height: 16px;
    clear: both;
    -moz-border-radius-topleft: 5px;
    -webkit-border-top-left-radius: 5px;
    border-top-left-radius: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-right-radius: 5px;
    border-top-right-radius: 5px;
    background-image: url('./common/images/mainNav/navBGBlue.png?v=100113');
    background-repeat: repeat-y;
    background-color: #f2f2f2;
    background-size: 100%;
    background-position-x: center;
  }
  
  @media (max-width: 1024px) {
    .tgx-main-container-cap {
      height: 32px;
      -moz-border-radius-topleft: 0;
      -webkit-border-top-left-radius: 0;
      border-top-left-radius: 0;
      -moz-border-radius-topright: 0;
      -webkit-border-top-right-radius: 0;
      border-top-right-radius: 0;
      background-image: url('./common/images/mainNav/tab_bg.png?v=100113');
      background-repeat: repeat-x;
    } 
  }

  .content-page-body {
    padding: 10px 15px;
  }





  .tangoe-tangoemenu {
    position: relative;
    font-size: 12px;
    font-weight: bold;
    cursor: pointer;
    white-space: nowrap;
  }
  @media (max-width: 1024px) {
    .tangoe-tangoemenu {
      font-size: 11px;
    }
  }
  .tangoe-tangoemenu a {
    line-height: 32px;
    padding: 7px 15px;
    text-decoration: none;
    color: white;
    white-space: nowrap;
  }
  .tangoe-tangoemenu a:hover {
    color: #404142;
    text-decoration:none;
  }
  .tangoe-tangoemenu ul {
    position: absolute;
    top: -16px;
    left: 180px;
    margin: 0px;
    clear: both;
    list-style: none;
    display: block;
  }
  @media (max-width: 1024px) {
    .tangoe-tangoemenu ul {
      position: relative;
      top: 0;
      left: 0;
      float: right;
      padding-left: 0;
      background-image: url('./common/images/clear.gif');
      background-repeat: repeat;
    }
  }
  .tangoe-tangoemenu li {
    display: inline-block;
    *zoom: 1;
    *display: inline;
    min-height: 32px;
    _height: 32px;
    -moz-border-radius-topleft: 4px;
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -moz-border-radius-topright: 4px;
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    background-image: url('./common/images/mainNav/tab_bg.png?v=100113');
    background-repeat: repeat-x;
    margin-right: 3px;
  }
  .tangoe-tangoemenu li a.image-link span {
    display: none;
  }
  .lt-ie8 .tangoe-tangoemenu li a.image-link span {
    display: inline-block;
    *zoom: 1;
    *display: inline;
    min-height: 32px;
    _height: 32px;
  }
  .lt-ie8 .tangoe-tangoemenu li img {
    display: none;
  }
  @media (max-width: 1024px) {
    .tangoe-tangoemenu li {
      -moz-border-radius-topleft: 0;
      -webkit-border-top-left-radius: 0;
      border-top-left-radius: 0;
      -moz-border-radius-topright: 0;
      -webkit-border-top-right-radius: 0;
      border-top-right-radius: 0;
      margin-right: 0;
      border-left: 1px solid #f4f4f4;
    }
  }
  .tangoe-tangoemenu li:hover, .no-svg
  .tangoe-tangoemenu li.linkOn {
    background-image: url('./common/images/mainNav/tab_bg_on.png?v=100113');
    background-repeat: repeat-x;
  }
  .tangoe-tangoemenu li:hover a,
  .tangoe-tangoemenu li.linkOn a {
    color: #404142;
  }
  .tangoe-tangoemenu li.linkOn a {
    color: #404142;
  }
  .tangoe-tangoemenu li.current {
    background-image: url('./common/images/mainNav/tab_bg_on.png?v=100113');
    background-repeat: repeat-x;
  }

  .tangoe-tangoemenu li.current a {
    color: #404142;
  }
  .tangoe-tangoemenu #subNav1,
  .tangoe-tangoemenu #subNav2 {
    position: absolute;
    /*min-width: 170px;*/
    /* width: 170px; */

    background-color: #FFFFFF;
    border-left: 1px #CCCCCC solid;
    border-right: 1px #CCCCCC solid;
    border-bottom: 1px #CCCCCC solid;
    -moz-border-radius-topright: 4px;
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
    display: none;
    z-Index: 11;
  }
  @media (max-width: 1024px) {
    .tangoe-tangoemenu #subNav1,
    .tangoe-tangoemenu #subNav2 {
      -moz-border-radius-topright: 0;
      -webkit-border-top-right-radius: 0;
      border-top-right-radius: 0;
    }
  }
  .tangoe-tangoemenu #subNav1 table,
  .tangoe-tangoemenu #subNav2 table {
    /* width: 100%; */
    /* width: 170px;  */
    z-Index: 12;
  }
  .lt-ie8 .tangoe-tangoemenu #subNav1 table, .lt-ie8
  .tangoe-tangoemenu #subNav2 table {
    width: 170px;
    z-Index: 12;
  }
  .tangoe-tangoemenu #subNav1.subNavOn,
  .tangoe-tangoemenu #subNav2.subNavOn {
    display: block;
    z-Index: 13;
  }
  .tangoe-tangoemenu .tangoe-menu-item {
    padding: 5px 15px;
   /* white-space: nowrap; */
    width: 170px;
  }
  .tangoe-tangoemenu .tangoe-menu-item:hover, .tangoe-tangoemenu .tangoe-menu-item.optionOn {
    color: black;
    background-color: #cccccc;
  }





  #tgx-main-header {
    position: relative;
    width: 100%;
    height: 100px;
    max-height: 100px;
    *zoom: 1;
  }
  @media (max-width: 1024px) {
    #tgx-main-header {
      max-height: 65px;
    }
  }
  #tgx-main-header:before, #tgx-main-header:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  #tgx-main-header:after {
    clear: both;
  }


  #tgx-branding {
    position: relative;    
    min-height: 100px;
    height: auto !important;
    height: 100px;
    float: left;
    display: block;
    background: url('./common/images/shell-branding-swoosh-bg.png?v=100113') no-repeat top right;
    min-width: 380px;
    width: auto !important;
    width: 380px;
  }
  .standards #tgx-branding {
    padding: 12px 200px 12px 20px;
  }
  .lt-ie7 #tgx-branding {
    background: url('./common/images/shell-branding-swoosh-bg.gif?v=100113') no-repeat top right;
    height: 70px;
  }
  @media (max-width: 1024px) {
    .lt-ie7 #tgx-branding {
      height: 55px;
    }
  }

  #tgx-branding img.tgx-companylogo {
    position: relative;
    top: 3px;
    left: 0px;
    max-height: 70px;
  }
  .lt-ie9 #tgx-branding img.tgx-companylogo {
    padding: 12px 200px 12px 20px;
  }
  .lt-ie7 #tgx-branding img.tgx-companylogo {
    height: 70px;    
  }
  @media (max-width: 1024px) {
    #tgx-branding img.tgx-companylogo {
      max-height: 55px;
    }
    .lt-ie9 #tgx-branding img.tgx-companylogo {
      padding: 2px 200px 2px 0;
    }
    .lt-ie7 #tgx-branding img.tgx-companylogo {
      height: 55px;
    }
  }
  @media (max-width: 1024px) {
    #tgx-branding {
      min-height: 65px;
      height: auto !important;
      height: 65px;
      min-width: 80px;
    }
    .standards #tgx-branding {
      padding: 2px 140px 2px 5px;
    }
  }


  #tgx-main-productName-container {
    position: absolute;
    bottom: 25px;
    right: 25px;
    font-family: Helvetica, Arial, sans-sarif;
    line-height: 28px;
  }
  @media (max-width: 1024px) {
    #tgx-main-productName-container {
      right: 5px;
    }
  }
  #tgx-main-productName-container .tgx-main-search {
    position: relative;
    bottom: 3px;
    color: #677583;
    padding-right: 20px;
    display: inline-block;
    *zoom: 1;
    *display: inline;
  }
  @media (max-width: 1024px) {
    #tgx-main-productName-container .tgx-main-search {
      bottom: -20px;
      padding-right: 0;
    }
  }
  #tgx-main-productName-container #tgx-main-productName {
    font-size: 24px;
    font-weight: bold;
    color: #e9f1f3;
    text-shadow: black -1px -1px 0;
    display: inline-block;
    *zoom: 1;
    *display: inline;
  }
  @media (max-width: 1024px) {
    #tgx-main-productName-container #tgx-main-productName {
      display: none;
    }
  }

/* Matrix Co-branding Logo */  
.tgx-shellHeader__cobrandingLogo {
  position: absolute;
  z-index: 5;
  top: 32px;
  right: 8px;
  width: 58px;
  height: 58px;
  background: url('images/tgIMG_matrixLogo.png') no-repeat top left;
  display: inline-block;
}
@media only screen and (max-width: 650px) {
  .tg-shellHeader__cobrandingLogo {
    display: none;
  }
}



/* utility nav */
  .tgx-utility-nav {
    position: absolute;
    top: 0px;
    right: 0px;

    line-height: 5px; /*normal;*/
    padding-right: 10px;
    padding-bottom: 5px;

    background-color: #ABC5ED;
    border-bottom: 1px solid #95A6B4;
    border-bottom-left-radius: 15px;
    border-left: 1px solid #95A6B4;
  }
  .tgx-utility-nav ul li {
    float: right;
    border-right: 1px solid #999999; /*#677583;*/
    font-size: 11px;
    color: #666666; /*#687684;*/
    padding: 0 10px 3px 10px;
    list-style-type: none;
  }
  .tgx-utility-nav ul li ul {
    position: relative;
    margin: 0;
    padding: 0;
    list-style-type: none;
    z-index: 99;
  }
  .tgx-utility-nav ul li ul li {
    position: relative;
    float: left;
    padding: 0;
    border-right: 0px;
    z-index: 1;
  }
  .tgx-utility-nav ul li ul li ul {
    position: absolute;
    top: 1.4em;
    left: -5px;
    z-index: 999;
    padding: 0;
    list-style: none;
    background-color: white;
    border-left: 1px #CCCCCC solid;
    border-right: 1px #CCCCCC solid;
    border-bottom: 1px #CCCCCC solid;
    display: none;
  }
  .lt-ie7 .tgx-utility-nav ul li ul li ul {
    width: 150px;
  }
  .tgx-utility-nav ul li ul li ul li {
    color: #687684;
    width: 100%;
    font-weight: normal;
  }
  .tgx-utility-nav ul li ul li ul li a {
    color: #687684;
    width: 100%;
    padding: 2px 5px;
    white-space: nowrap;
    display: block;
  }
  .lt-ie8 .tgx-utility-nav ul li ul li ul li a {
    width: 150px;
  }
  .tgx-utility-nav ul li ul li ul li a:hover,
  .tgx-utility-nav ul li ul li ul li a.over {
    color: #3b434b;
    text-decoration: none;
  }
  .tgx-utility-nav ul li ul li ul li:hover,
  .tgx-utility-nav ul li ul li ul li.over {
    background-color: #cccccc;
  }
  .tgx-utility-nav ul li ul li:hover ul,
  .tgx-utility-nav ul li ul li.over ul {
    display: block;
  }
  .tgx-utility-nav ul li:first-child {
    border-right: 0;
    padding-right: 0;
  }
  .tgx-utility-nav ul a,
  .tgx-utility-nav ul a:link,
  .tgx-utility-nav ul a:active {
    color: #677583;
  }
  .tgx-utility-nav ul a:hover {
    color: #3a424a;
    text-decoration: underline;
  }
  .tgx-utility-nav ul #userName {
    font-weight: bold;
  }
  @media (max-width: 1024px) {
    .tgx-utility-nav ul {
      margin: 0;
    }
  }
  @media (max-width: 1024px) {
    .tgx-utility-nav {
      top: 5px;
      right: 10px;
    }
  }



  #tgx-main-footer {
    position: relative;
    padding: 0px 20px;
    color: #C2C6FF;  /*#687684;*/
    font-size: 10px;
    text-align: right;
    display: block;
  }

  #tgx-main-footer-standard,
  #tgx-main-footer-additional {
    padding: 0px 5px 0px 5px;
  }

  #tgx-main-footer-standard #tgx-copyright {
    float: right;
  }

  #tgx-main-footer-standard #tgx-version {
    float: left;
  }

  .tgx-main-footer-links a,
  .tgx-main-footer-links a:link,
  .tgx-main-footer-links a:active {
    color: #677583;
    text-decoration: none;
  }
  .tgx-main-footer-links a:hover {
    color: #3a424a;
    text-decoration: underline;
  }






  .tgx-login-page {
    height: 435px;
    padding: 30px 0 0 0;
    background: url('./common/images/loginBG.png?v=100113') no-repeat center center;
    background-size: 100%;
    background-color: #cfe2ed;
    text-align: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
  }

  .tgx-logonBox {
    position: relative;
    min-height: 175px;
    /* height: auto !important; */
    height: 250px;
    color: #214567;
    border-style: solid;
    border-bottom-width: 5px;
    border-style: solid;
    border-color: #eee;
    border-opacity: 0.7;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    background: #F6FAFB; /* #c4d6e3 */
    /* The Fallback 
    background-color: #C4D6E3; */
    -webkit-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.5);
    text-align: left;
    float: center;
    clear: both;
    display: inline-block;
    *zoom: 1;
    *display: inline;
  }

  .tgx-cobranded-logo-container {
    float: left;
    display: inline-block;
    *zoom: 1;
    *display: inline;
  }

  .tgx-logonBox form {
    float: left;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    /* margin-left: 20px; */
  }

   .tgx-login-welcomeText {
    position: relative;
    top: 0;
    margin-bottom: 8px;
    font-size: 20px;
    text-align: center;
    display: block;
  }

  .tgx-loginControls {
    position: relative;
    clear: both;
    display: block;
    *zoom: 1;
    *display: inline;
  }
  .tgx-loginControls .tgx-stackedControl {
    float: left;
    margin-right: 10px;
  }
  .tgx-loginControls .tgx-stackedControl label {
    font-size: 11px;
    text-transform: uppercase;
    color: #000000;
  }
  .tgx-loginControls .tgx-stackedControl input {
    width: 180px;    
    font-size: 16px;
    color: #444444;
  }
  .tgx-loginControls .tgx-stackedControl a, .tgx-loginControls .tgx-stackedControl a:visited {
    color: #444444;
    font-size: 9px;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
  }
  .tgx-loginControls .tgx-stackedControl a:hover {
    color: #111111;
  }

  .tgx-loginErrorContainer {
    position: relative;
    left: 0;
    top: 0px;
    margin-bottom: 10px;
    clear: both;
    display: block;
  }

  .tgx-loginErrorContainer .tgx-messageText {
    font-size: 11px;
    color: #000;
    font-weight: normal;
    line-height: 11px;
  }

  .tgx-loginButtonContainer {
    position: relative;
    left: 0;
    /*top: 20px;*/
    /*margin-bottom: 20px;*/
    clear: both;
    display: block;
  }
