.breaker {
  display: block;
  height: 0;
  content: " ";
  font-size: 0; }

.hide {
  display: none;
  visibility: hidden; }

html {
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-family: Segoe UI, Arial, Geneva, Helvetica, sans-serif;
  background-color: #0078EF; }
  html body {
    margin: 0;
    padding: 0;
    background-image: url(../_header.png);
    background-position: -160px -65px;
    background-color: #007CD0; }
  html .notphone.netiq body {
    font-family: Segoe UI, Arial, Geneva, Helvetica, sans-serif; }
  html .show {
    display: block !important; }
  html #srch_help {
    margin-left: 10px; }
  html .nowrap {
    white-space: nowrap; }
  html div.mi {
    margin: 0;
    padding: 0; }
    div html div.mi div.mi.mi {
      padding-left: 12px; }
  html span.mitem {
    display: inline-block;
    margin: 0 8px 0 36px;
    text-indent: -36px; }
  html .micon {
    border: none;
    margin: 0;
    padding: 0;
    vertical-align: middle; }
  html img.micon {
    vertical-align: top;
    padding-right: 5px; }
  html a {
    color: white;
    text-decoration: none;
    font-weight: normal; }
  html a:hover {
    color: #999; }
  html a.blank {
    outline: none;
    cursor: default; }
  html a.micon {
    height: 18px;
    width: 18px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center center; }
  html a.minus {
    background-image: url("images/ui/n_minus.png"); }
  html a.plus {
    background-image: url("images/ui/n_plus.png"); }
  html #header {
    white-space: nowrap;
    background-color: #F5F5F5;
    width: 100%; }
  html .overthrow-enabled #header {
    position: fixed; }
  html .desktop #header {
    padding-bottom: 7px;
    height: 92px;
    border-bottom: 1px solid #E8EAE9; }
  html .desktop #menu {
    padding-left: 5px;
    min-width: 200px;
    padding-top: 5px; }
  html .desktop.overthrow-enabled #menu {
    top: 105px;
    padding: 0 5px 0 5px; }
  html .suse.desktop.overthrow-enabled div#menu {
    background: url("images/ui/gray_dotted_bg.png") repeat-x scroll left top transparent; }
  html #tabs {
    margin: 0 10px 0 10px;
    padding-top: 8px; }
    html #tabs a {
      display: inline-block;
      padding: 6px 15px 2px 15px;
      line-height: 22px;
      border-bottom: solid 4px #2C3D45;
      font-size: 1.1em;
      margin: 0 10px 0 0; }
      html #tabs a:hover {
        background-color: #2C3D45;
        color: #29CEFF;
        cursor: pointer; }
      html #tabs a.selected {
        cursor: default;
        color: #29CEFF;
        color: #ffffff;
        background-color: #2C3D45; }
      html #tabs a.unselected {
        cursor: default; }
        html #tabs a.unselected:hover {
          color: #ffffff;
          cursor: pointer; }
  html.mobile #tabs a {
    font-size: 17px; }
    html.mobile #tabs a.selected {
      color: #01A9E7; }
  html.phone #tabs a #menuTop {
    margin: 10px 0 0 25px; }
  html #search {
    padding: 15px; }
