/* Tab bar */

div.component_tabbar {
  overflow: hidden;
}

.iostopmenunavcaption {
  display: none;
}
  
ul.iostopmenunav  {
  margin: 5px 0 0;
  padding: 0;
}

ul.iostopmenunav li {
  display: inline;
}

div.component_tabbar a {
  color: #B4C1C8;
  font-family: GandhiSans-Regular,GandhiSans,"Gandhi Sans";
  font-size: 22px;
  height: 36px;
  line-height: 36px;
  margin: 0;
  padding: 0;
  text-align: left;
}


div.component_tabbar a.tabbar_tab {
  margin-left: 0;
  margin-right: 40px;
  padding-bottom: 7px;  
  color: #B4C1C8;  
  display: inline-block;
}

div.component_tabbar a.tabbar_activetab {
  margin-left: 0px;
  margin-right: 40px;
  padding-bottom: 7px;  
  color: #FFFFFF;
  text-shadow: 0 0 3px rgba(255, 255, 255, 0.3); 
  display: inline-block;
}

div.component_tabbar li.tabbar_activetab a, div.component_tabbar li.tabbar_tab a:hover {  
  background: url("/resources/custom/images/biopageindicator.gif") no-repeat scroll center bottom transparent;

}

div.component_tabbar li.tabbar_tab a:hover {  
    color: #FFFFFF;
    text-shadow: 0 0 3px rgba(255, 255, 255, 0.3);
}


/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 960px) {
  
  ul.iostopmenunav {
    width: 100%;
    text-align: center;
  }

  div.component_tabbar a.tabbar_tab, div.component_tabbar a.tabbar_activetab {
    margin-right: 30px;
  }

  div.component_tabbar a {
    font-size: 18px;
  }

}

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 810px) {

  div.component_tabbar a {
    font-size: 17px;
  }

}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {

  div.component_tabbar a.tabbar_tab, div.component_tabbar a.tabbar_activetab {
    margin-right: 22px;
  }

  .iostopmenunav li:last-child a {
    margin-right: 0;
  }

  div.component_tabbar a {
    font-size: 15px;
  }

}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 640px) {

  div.component_tabbar {
    overflow: visible;
  }

  .iostopmenunavcaption {
    display: block;
  }

  .iostopmenunavwrapper { background: none; height: 30px; }
  .iostopmenunavwrapper li { float: left; height: 20px; }
  .iostopmenunavwrapper li a { padding: 0; display: block; font-size: 14px; font-weight: normal; margin: 3px 0 0 5px; }
  .iostopmenunavwrapper li:hover a { text-decoration: none; }

  .iostopmenunav {
    position: absolute;
    left: -9999px;
    top: -9999px;
    z-index: 9000;
  }

  .iostopmenunavwrapper li:hover { position: relative; }
  .iostopmenunavwrapper li:hover ul { left: 0; top: 20px; background: #FFFFFF; padding: 3px 0; border: 1px solid grey; width: 160px; }
  .iostopmenunavwrapper li:hover ul li { height: 22px; border: none; }
  .iostopmenunavwrapper li:hover ul li a { height: 22px; padding: 0; display: block; font-size: 14px; width: 160px; line-height: 18px; text-indent: 5px; color: #444; background-color: #FFFFFF; text-decoration: none; border: 0 solid transparent; }
  .iostopmenunavwrapper li:hover ul li a:hover { height: 22px; background: #557687; color: #000; border: solid 0 #444; }
  .iostopmenunavwrapper li:hover ul li a.tabbar_activetab { font-weight: bold; }

  div.component_tabbar li.tabbar_activetab a, div.component_tabbar li.tabbar_tab a:hover {
    background: none;
  }

  div.component_tabbar a {
    font-size: 16px;
  }

}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 540px) {

}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 500px) {

}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {


}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {

}
