.TabbedPanels {
  overflow: hidden;
  margin: 0px;
  padding: 0px;
  clear: none;
  width: 100%;
  position: relative;
}

.TabbedPanels .GGTitle {
  width: 190px;
  text-indent: 50px;
  color: #333;
  height: 50px;
  line-height: 55px;
  font-size: 16px;
  position: absolute;
  left: 0;
  top: 0;
  font-weight: bold;
}

.TabbedPanelsTabGroup {
  margin: 0px;
  padding: 0px;
  border: 1px solid #E5E5E5;
  border-top: none;
  border-bottom: none;
  color: #777;
  height: 65px;
  padding-left: 0px;
}

.TabbedPanelsTab {
  position: relative;
  float: left;
  margin: 20px 0px 0px 20px;
  list-style: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  cursor: pointer;
  text-align: center;
  height: 35px;
  line-height: 35px;
  font-size: 14px;
  padding: 0 20px;
  outline: none;
  border: 1px solid #035496;
  color: #035496;
}

.TabbedPanelsTab a {
  white-space: nowrap;
}

.TabbedPanelsTabGroup li:nth-last-child(2) {}

.TabbedPanelsTabHover {
  background-color: #CCC;
}

.TabbedPanelsTabSelected {
  background: #fff;
  border: 1px solid #035496;
  height: 35px;
  color: #fff;
  background: linear-gradient(to right, #035294, #4085be);
  background: linear-gradient(to right, #035294, #4085be);
  background: -moz-linear-gradient(90deg, #035294, #4085be);
  background: -ms-linear-gradient(90deg, #035294, #4085be);
  background: -o-linear-gradient(90deg, #035294, #4085be);
  background: linear-gradient(90deg, #035294, #4085be);
  filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#035294', endColorStr='#4085be', gradientType='0');
  -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(startColorStr='#035294',endColorStr='#4085be',gradientType='0')";
  border-radius: 1px;
}

.TabbedPanelsTab a {
  color: black;
  text-decoration: none;
}

.TabbedPanelsContentGroup {
  clear: both;
  /* border: 1px solid #E5E5E5; */
  border-top: none;
  /* background: #fff; */
  min-height: 220px;
}

.TabbedPanelsContent {
  overflow: hidden;
}

.TabbedPanelsContent li:last-child {
  border-bottom: none;
}

.TabbedPanelsContentVisible {}

.VTabbedPanels {
  overflow: hidden;
  zoom: 1;
  margin-top: -1px;
}

.VTabbedPanels .TabbedPanelsTabGroup {
  float: left;
  width: 200px;
  height: 235px;
  position: relative;
  padding-left: 0;
  border-bottom: none;
  background: none;
}

.VTabbedPanels .TabbedPanelsTab {
  float: none;
  margin: 0px;
  height: 75px;
  width: 199px;
  background: none;
  border: 1px solid #E2E2E2;
  border-top: 1px solid #fff;
  border-right: none;
  line-height: 75px;
}

.VTabbedPanels .TabbedPanelsTabSelected {
  border: #F0B501 1px solid;
  border-right: 1px solid #fff;
}

.VTabbedPanels .TabbedPanelsContentGroup {
  clear: none;
  float: left;
  padding: 0px;
  width: 778px;
  border: 1px solid #F0B500;
  border-top: none;
  height: 210px;
  padding: 10px;
}

/* Styles for Printing */
@media print {
  .TabbedPanels {
    overflow: visible !important;
  }

  .TabbedPanelsContentGroup {
    display: block !important;
    overflow: visible !important;
    height: auto !important;
  }

  .TabbedPanelsContent {
    overflow: visible !important;
    display: block !important;
    clear: both !important;
  }

  .TabbedPanelsTab {
    overflow: visible !important;
    display: block !important;
    clear: both !important;
  }
}