#tablist {
	padding: 3px 0;
	margin-left: 0;
	margin-bottom: 0;
	margin-top: 0.1em;
	font: bold 12px Verdana;
}

#tablist li {
	list-style: none;
	display: inline;
	margin: 0;
}

#tablist li a {
	padding: 3px 0.5em;
	margin-left: 3px;
	border: 1px solid #778;
	border-bottom: none;
	background: #61976b;
}

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

#tablist li a.current {
	background: white;
	color: #000;
}

#tabcontentcontainer{
/*  width: 400px; */
/* Insert Optional Height definition here to give all the content a unified height */
/* padding: 5px; */
}

.tabcontent{
	display:none;
	border-top: 1px solid #778;
	padding-top:10px;
	/* background: transparent url(../images/main.gif) repeat-y scroll 0 0; */
}