/*---- ExploreTab_PreImage Style ----*/
.ExploreTab_PreImage {
  margin: 0;
  padding: 1px 0 0 0;
  background-image: url('/LeadershipGT/ApplicationAssets/images/spacer.gif');
  background-repeat: no-repeat;
  background-position: top left;
  background-color: #FFF;
  border-top: none;
  border-right: none;
  border-bottom: 2px solid #4EAEFA;
  border-left: none;
  border-collapse: collapse;
  width: 10px;
  float: left;
}

/*---- Indication Tab ----*/
.ExploreIndicationTab {
  margin: 0;
  padding: 2px 0 4px 20px;
  font-family: Arial, Verdana, sans-serif;
  font-size: 13px;
  font-weight: 900;
  line-height: 115%;
  background-image: url('/LeadershipGT/HomePage/resources/ExploreTab_Off.jpg');
  background-repeat: no-repeat;
  background-position: top left;
  background-color: #EFF8FF;
  border-top: none;
  border-right: none;
  border-bottom: 2px solid #4EAEFA;
  border-left: none;
  width: 127px;
  float: left;
}

.ExploreIndicationTab a {
  color: #009BD1;
  text-decoration: underline;
}

.ExploreIndicationTab a:link, .ExploreIndicationTab a:visited {
  color: #009BD1;
  text-decoration: underline;
} 

.ExploreIndicationTab a:hover, .ExploreIndicationTab a:active {
  color: #FE0000;
  text-decoration: underline;
}

.ExploreIndicationTab_On {
  margin: 0;
  padding: 2px 0 6px 20px;
  font-family: Arial, Verdana, sans-serif;
  font-size: 13px;
  font-weight: 900;
  line-height: 115%;
  background-image: url('/LeadershipGT/HomePage/resources/ExploreTab_On.jpg');
  background-repeat: no-repeat;
  background-position: top left;
  background-color: #EFF8FF;
  width: 127px;
  float: left;
}

.ExploreIndicationTab_On a {
  color: #FE0000;
  text-decoration: none;
}
/*---- Product Tab ----*/
.ExploreProductTab {
  margin: 0;
  padding: 2px 0 4px 20px;
  font-family: Arial, Verdana, sans-serif;
  font-size: 13px;
  font-weight: 900;
  line-height: 115%;
  background-image: url('/LeadershipGT/HomePage/resources/ExploreTab_Off.jpg');
  background-repeat: no-repeat;
  background-position: top left;
  background-color: #EFF8FF;
  border-top: none;
  border-right: none;
  border-bottom: 2px solid #4EAEFA;
  border-left: none;
  width: 127px;
  float: left;
}

.ExploreProductTab a {
  color: #009BD1;
  text-decoration: underline;
}

.ExploreProductTab a:link, .ExploreProductTab a:visited {
  color: #009BD1;
  text-decoration: underline;
}

.ExploreProductTab a:hover, .ExploreProductTab a:active {
  color: #FE0000;
  text-decoration: underline;
}

.ExploreProductTab_On {
  margin: 0;
  padding: 2px 0 6px 20px;
  font-family: Arial, Verdana, sans-serif;
  font-size: 13px;
  font-weight: 900;
  line-height: 115%;
  background-image: url('/LeadershipGT/HomePage/resources/ExploreTab_On.jpg');
  background-repeat: no-repeat;
  background-position: top left;
  background-color: #EFF8FF;
  width: 127px;
  float: left;
}

.ExploreProductTab_On a {
  color: #FE0000;
  text-decoration: none;
}

