/*
Rod Anderson

*/

.tab-content {
	border: 1px solid #333;
	clear: both;
	background: white; /*#FFF3B3;*/
	padding: 0.5em;
	
}


#tab-header {
	position: relative;
	width: 100%;
	height: 3em;
	width: 45em; /* a width is required for Opera, older Mozilla browsers, and Konqueror browsers */
	margin-bottom: 0px;
	padding-bottom: 0px;
}

#tab-header ul#tab-list {
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: -1px;
	width: 45em; /* 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-header ul#tab-list a,#tab-header ul#tab-list span,#tab-header ul#tab-list a.tab-active {
	width: 8em;
	display: block;
	float: left;
	padding: 4px 0;
	margin: 1px 2px 0 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 88%;
	text-decoration: none;
	color: #000000; /* color of tab text */
}

#tab-header ul#tab-list span,#tab-header ul#tab-list a.tab-active,#tab-header ul#tab-list a.tab-active:hover {
	border: 1px solid #333;
	border-bottom: none;
	background: white;
	padding-bottom: 6px;
	margin-top: 0px;
}

/* a link in a background tab */
#tab-header ul#tab-list a {
	background: #CCCCCC;
	border: 1px solid #333;
	border-bottom: none;
}

/* hover on a background tab */
#tab-header ul#tab-list a:hover {
	margin-top: 0;
	border: 1px solid #333;
	background: #CCCCCC; /* background tab on hover */
	padding-bottom: 5px;
}

.tab  /* the heading that became the li */
{
	display: none;
}

