
.tab-content {
	border-left: 1px solid #b2bec7;
	border-right: 1px solid #b2bec7;
	border-bottom: 1px solid #b2bec7;
	border-top: 1px solid #b2bec7;
	background: white; /*#FFF3B3;*/
	color: #302e2e;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	height:235px;
}


.tab-header {
	position: relative;
	height: 1.5em;
	width: 430px; /* a width is required for Opera, older Mozilla browsers, and Konqueror browsers */
	margin-bottom: 0px;
	margin-top: 0px;
	/*line-height:20px;*/
}

.tab-header ul.tab-list {
	margin: 0;
	padding: 0;
	position: relative;
	bottom: -1px;
	width: 430px; /* a width is required for Opera, older Mozilla browsers, and Konqueror browsers */
}

.tab-header ul.tab-list li  {
	display: inline;
	list-style: none;
	margin: 0;
}

/*Tab Width*/
.tab-header ul.tab-list a,.tab-header ul.tab-list span,.tab-header ul.tab-list a.tab-active {
	width: 215px;
	display: block;
	float: left;
	padding: 0px 0;
	text-align: center;
	font-family: tahoma, verdana, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #18397c;
	margin-bottom: 0px;
	
}

.tab-header ul.tab-list span,.tab-header ul.tab-list a.tab-active,.tab-header ul.tab-list a.tab-active:hover {
	
	border-top: 1px solid #778a98;
	/*border-left: 1px solid #b2bec7;*/
	border-right: 1px solid #b2bec7;
	background:url(tab01.gif);
	background-repeat:repeat-x;
	border-right: 0px;
	margin-bottom: 0px;
	border-bottom: none;
	color: #d16530;
	font-weight:bold;
	margin-top: 0;
	
}

/* a link in a background tab */
.tab-header ul.tab-list a {
	border-top: 1px solid #b2bec7;
	/*
	border-left: 1px solid #b2bec7;
	border-right: 1px solid #b2bec7;
	*/
	background:url(tab02.gif);
	background-repeat:repeat-x;
	border-bottom: none;
	margin-bottom: 0px;
	margin-top: 0;
}

/* hover on a background tab */
.tab-header ul.tab-list a:hover {
	text-decoration:underline;
	color: black;
}

.tab  /* the heading that became the li */
{
	display: none;
}
