#tablist {
	margin-top: 2px;
	margin-bottom: 0;
	margin-left: 0;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding: 5 0 5 0;
}

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

#tablist li a {
	text-decoration: none;
	padding: 5 7 5 7;
	margin-left: 0px;
	border: 2px solid #cccccc;
	border-bottom: none;
	background: #cccccc;
}

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

#tablist li a:hover {
	background: #ffffff;
}

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

#tabcontentcontainer {
	width: 100%;
	/* height: 150px; */
	/* margin-left: 1; */
	background: #ffffff;
	border: 2px solid #cccccc;
	border-top: none;
	padding: 10 10 15 10;
}

.tabcontent {
	display: none;
}

