/***************************************************
  TABS
***************************************************/

/* new tabs */

.tabGroup {
  display: block;
	padding: 0px;
  background-color: #eeeeee;
	border-top:none;
	margin: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
}
#story .tabGroup h2 {
	font-size: .82em;
	color: #666666;
	padding: 5px;
	font-weight: bold;
	margin-bottom: 0px;
	text-transform: uppercase;
}
.tabGroup p {
	padding: 0;
	margin-left: 10px;
	margin-top: 5px;
	margin-bottom: 0;
	padding-bottom: 5px;
}
.tabGroup .tabTab {
  display: block;
	padding: 10px;
  background-color: #ffffff;
	margin: 0;
	padding-bottom: 1px;
}
.tabGroup .tabTab img {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.tabGroup .tabTab p {
	margin-bottom: 10px;
	margin-left: 0px;
	margin-top: 10px;
}
.tabGroup .tabTab h1 {
  font-size: 1.25em;
}
.tabGroup .tabHead {
	display: block;
	margin: 2px;
	margin-bottom: 0px;
	margin-right: 0px;
	padding: 0;
	font-weight: bold;
	float: left;
	padding: 2px;
	padding-left: 10px;
	padding-right: 18px;
	text-transform: uppercase;
}

.tabGroup .tabTab ul {
  font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0 0;
	padding: 0 0;
	margin-top: 4px;
	margin-left: 18px;
	margin-right: 0px;
	margin-bottom: 10px;
	font-size: 1em;
	line-height: 140%;
}
.tabGroup .tabTab li {
	margin-bottom: 4px;
	margin-right: 0px;
}
#content .tabGroup h2.tab {
  font-size: 1.1em;
  color: #000000;
	padding: 0px;
	padding-top: 15px;
	margin-left: 0px;
}
.tabGroup .tabTab h3 {
  font-size: 1em;
  color: #166D6D;
}
.tabGroup .tabTab h2.date {
  font-size: .9em;
	font-style: italic;
	font-weight: normal;
	padding: 0px;
}
.active {
	background: #ffffff url(/portal/assets/images/tab_head_arrow_down.gif) no-repeat right center;
	border-right: #ffffff 4px solid;
	margin: 0px;
	padding: 0px;
}
.inactive {
  color: #ffffff;
	background: #999999 url(/portal/assets/images/tab_head_arrow.white.gif) no-repeat right center;
	border-right: #999999 4px solid;
	margin: 0px;
	padding: 0px;
}
.active a, .active a:visited, .active a:hover {
  color: #000000;
  text-decoration: none;
	margin: 0px;
	padding: 0px;
}
.active a:hover {
  text-decoration: underline;
}
.inactive a, .inactive a:visited, .inactive a:hover {
  color: #ffffff;
  text-decoration: none;
}
.inactive a:hover {
  text-decoration: underline;
}

.hide { display: none; }
.show { display: block; }
.preloadHTML { display: none; }
