#tablist {
	padding: 0px 0;
	margin-left: 0px;
	margin-right: 0;
	margin-bottom: -0.3em;
	margin-top: 1.1em;
	font: bold 12px Arial, Helvetica, sans-serif;
	white-space: nowrap;
}
#tablist li {
	list-style: none;
	display: inline;
	margin: 0;
}
#tablist li a {
	text-decoration: none;
	padding: 5px 2.0em 5px 20px;
	border-bottom: none;
	border-top: #EAE9E9 solid 1px;
	border-left: #EAE9E9 solid 1px;
	border-right: #EAE9E9 solid 1px;
	background: white;
	height: 31px;
	width: 125px;
	white-space: nowrap;
}
#tablist li a:link {
	background: #EEEEEE;
	color: #999999;
	font: bold 12px Arial, Helvetica, sans-serif;
	text-align: center;
	line-height: 31px;
	width: 125px;
	white-space: nowrap;
}
#tablist li a:hover {
	color: #999999;
	font: bold 12px Arial, Helvetica, sans-serif;
	text-align: center;
	line-height: 31px;
	width: 125px;
	white-space: nowrap;
}
#tablist li a:visited {
	background: #E8E8E8;
	color: #999999;
	font: bold 12px Arial, Helvetica, sans-serif;
	text-align: center;
	line-height: 31px;
	width: 125px;
	white-space: nowrap;
}
#tablist li a:visited:hover {
	color: #999999;
	font: bold 12px Arial, Helvetica, sans-serif;
	text-align: center;
	line-height: 31px;
	width: 125px;
	white-space: nowrap;
}
#tablist li a.current {
	background: #F9F8F8;
	color: #666666;
	font: bold 12px Arial, Helvetica, sans-serif;
	text-align: center;
	line-height: 31px;
	width: 125px;
	white-space: nowrap;
}
#tablist li a.current:visited {
	background: #F9F8F8;
	color: #666666;
	font: bold 12px Arial, Helvetica, sans-serif;
	text-align: center;
	line-height: 31px;
	width: 125px;
	white-space: nowrap;
}
.tabcontent {
	display:none;
	padding: 25px;
}
#tabcontentcontainer {
	width: auto;
	height: 420px;
	border: 1px solid #EAE9E9;
	background: #F9F8F8;
}
