@CHARSET "UTF-8";

.tabbedPaneTabActive {
  padding: 3px; 
  border-top: 1px solid #444;
  border-left: 1px solid #444;
  border-right: 1px solid #444;
  background-color: #fff;
  margin-left: 4px;
  text-decoration: none;
  font-weight: bold;
  color: #000;
}

.tabbedPaneTabInactive {
  padding: 3px; 
  border-top: 1px solid #444;
  border-left: 1px solid #444;
  border-right: 1px solid #444;
  background-color: #eee;
  margin-left: 4px;
  text-decoration: none;
  font-weight: bold;
  color: #333;
}

.tabbedPane {
  margin: 5px 5px 5px 5px;
}

.tabbedPaneSpacer {
  border-bottom: 1px solid #aaa;
}

.tabbedPaneTab {
  background-color: #eee;
  border: 1px solid #aaa;
  padding: 5px;
  text-align: center;
  white-space: nowrap;
  font-size: 11px;
  font-weight: normal;
  
}

.tabbedPaneTab a {
  text-decoration: none;
  color: #333;
  white-space: nowrap;
}

.tabbedPaneTab a:visited {
  text-decoration: none;
  color: #333;
  white-space: nowrap;
}

.tabbedPaneActiveTab {
  background-color: #ebf4fa;
  padding: 5px;
  text-align: center;
  white-space: nowrap;
  border-top: 1px solid #aaa;
  border-left: 1px solid #aaa;
  border-right: 1px solid #aaa;
  font-size: 11px;
  font-weight: normal;
}

.tabbedPaneContent {
  background-color: #ebf4fa;
  border-right: 1px solid #aaa;
  border-left: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
  height: 100%;
  padding: 5px 5px 5px 5px;
  vertical-align: top;
}


