
#tablist {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	/*
	margin-left: 0;
	margin-bottom: 0;
	margin-top: 0.1em;
	*/
	font-size: smaller;
	display: inline;
	position: relative;
	top: 2px;
}

* html #tablist {
	top: 4px;
}

#tablist li {
	list-style: none;
	display: inline;
	margin: 0px;
}
#calc h2 {
	margin: 20px 0px 10px;
}
#tablist li a {
	padding: 3px 0.5em;
	margin-right: 3px;
	border: 1px solid #e0dbd8;
	border-bottom: none;
	background: white;
}

#tablist li a:link, #tablist li a:visited {
	color: navy;
}

#tablist li a.current {
	background: #f9f8f7;
}

#tabcontentcontainer {
	width: 400px;
	/* Insert Optional Height definition here to give all the content a unified height */
	border: 1px solid #e0dbd8;
	position: relative;
	top: 4px;
}

* html #tabcontentcontainer {
	top: 6px;
}
.tabcontent{
	display:none;
	background: #FFF;
	width: 390px;
	margin: 5px;
}


