div.tabControl {
	background: url('/images/controls/tabs/bg.gif') top no-repeat;
	float: left;
	min-height: 250px;
	width: 645px;
}

.tabs {
  height: 38px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}

.fourTabs {
  width: 336px;
}

.threeTabs {
  width: 252px;
}

.twoTabs {
  width: 168px;
}

.tab {
  background: url('/images/controls/tabs/inactive.gif') no-repeat;
  color: #000;
  cursor: pointer;
  display: inline;
  float: left;
  height: 33px;
  margin: 0 2px;
  padding-top: 8px;
  position: relative;
  text-align: center;
  top: 5px;
  width: 80px;
}

.tabHover {
  background: url('/images/controls/tabs/hover.gif') no-repeat;
}

.tabSelected {
  background: url('/images/controls/tabs/active.gif') no-repeat;
  color: #00f;
  cursor: pointer;
  float: left;
  height: 33px;
  margin: 0 2px;
  padding-top: 8px;
  position: relative;
  top: 5px;
  text-align: center;
  width: 80px;
}

.tab a {
  color: #000;
  text-decoration: none;
}

.tabSelected a
{
  color: #00f;
}

.panels {
	clear: both;
	margin-top: 10px;
	margin-left: 10px;
}

.panel {
}

.panelContent {
}

.panelContent h1 {
}

