#tab_main {
	border: 1px solid #ebe8e4;
	clear: both;
	background: #FFF3B3;
	padding-top: 2em;
	font-family: tahoma, verdana, sans-serif;
	font-size:11px;
}

.tab_contents {
	padding: 5px 10px;
	display: none;
	background: #FFFDF3;
	height: 170px;
	overflow:auto;
	line-height:18px;
}



#tab_header {
	position: relative;
	width: 100%;
	height: 3em;
	/*width: 45em; /* a width is required for Opera, older Mozilla browsers, and Konqueror browsers */
}

#tab_header ul#tab_primary {
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: -1px;
	width: 50em; /* a width is required for Opera, older Mozilla browsers, and Konqueror browsers */
}

#tab_header ul#tab_primary li  {
	display: inline;
	list-style: none;
}

#tab_header ul#tab_primary a,
#tab_header ul#tab_primary span,
#tab_header ul#tab_primary a.current {
	width: 8em;
	display: block;
	float: left;
	padding: 4px 0;
	margin: 1px 2px 0 0;
	text-align: center;
	font-family: tahoma, verdana, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #333;
}

#tab_header 
ul#tab_primary span,
#tab_header ul#tab_primary a.current,
#tab_header ul#tab_primary a.current:hover
{
	border: 1px solid #ebe8e4;
	border-bottom: none;
	background: #FFF3B3;
	padding-bottom: 6px;
	margin-top: 0;
	font-weight:bold;
}

#tab_header ul#tab_primary a,
#tab_header ul#tab_primary a.nocurrent,
#tab_header ul#tab_primary a.nocurrent:hover
 {
	background: #FFFAE1;
	border: 1px solid #ebe8e4;
	border-bottom: none;
}

#tab_header ul#tab_primary a:hover {
	margin-top: 0;
	border-color: #ebe8e4;
	background: #FFF3B3;
	padding-bottom: 5px;
}

#tab_header ul#tab_primary a.TabSelected {
	margin-top: 0;
	border-color: #ebe8e4;
	background: #FFF3B3;
	padding-bottom: 5px;
}















