.tab_header ul {
	float: left;
	width: 100%;
	padding: 0;
	padding-left: 1em;
	margin: 0;
	list-style:none;
	line-height: 1em;
}

.tab_header li {
	float: left;
	margin: 0;
	padding: 0;
}


.tab_header li a {
	text-decoration: none;
	display: block;
	background: #eeeeee;
	padding: 0.24em 1em;
	color: #00c;
	width: 6em;
	text-align: center;
	border-top:1px solid #dddddd;
	border-left:1px solid #aaaaaa;
	border-right:1px solid #aaaaaa;
}

.tab_header li a:hover,
.tab_header li a:active,
.tab_header li a.here:link,
.tab_header li a.here:visited
 {
	background: #ddf;
	background:#bbb;
}

.tab_header li a.here:link,
.tab_header li a.here:visited {
	position:relative;
	z-index:5;
}

	
.tab_header .selected {
	border-color: black;
}
	
.tab_header .selected a {
	/*position: relative;*/ /* this give an z-index problem on ie7 */
	top: 1px;
	background: white;
	color: black;
	font-weight: bold;
}

.tab_subheader {
	display: block;
	height: 40px;
}

.tab_title {
	float: left;
	font-size: 25px;
	font-weight: bold;	
}

.tab_close {
	float: right;
}

.tab_close img {
	width: 25px;
	height: 25px;
}

.tab_content_frame {
	border: 1px solid;
	padding: 5px;
	padding-top: 10px;
	clear: both;
}

.tab_hidden {
	display: none;
}

