#tabContent {
	background-color: #FFFFFF;
	padding: 0px;
}

#tabIndex {
	margin: 0px;
	padding: 0px;
}

#tabIndex li {
	float:left;
	margin-right: 1px;
	padding: 0.5em;
	font-weight: bold;
	list-style-type: none;
	cursor: pointer;
	display: block;
}

#tabIndex .close {
  /* background-color: #dddddd; */
  text-decoration: underline;
  color:#0000FF;
  font-size:12px;
}

#tabIndex .open {
  font-size:12px;
  /* background-color: #ccddff; */
}

#tabIndex .open a:link{
  text-decoration: none;
  color: #000088;
}
#tabIndex .open a:visited{
  text-decoration: none;
  color: #000088;
}
#tabIndex .open a:hover{
  text-decoration: none;
  color: #000088;
}

#tabBoxIndex {
 /* background-color: #ffffff; */
 clear: both;
}

