.TabsTable{
	BORDER-RIGHT: 1px solid #dbdbdb;
    BORDER-TOP: 1px solid #dbdbdb;
	BORDER-BOTTOM: 1px solid #dbdbdb;
	border-left: 1px solid #dbdbdb;
}

#tablist{
	padding: 3px 0;
	margin-left: 0;
	margin-bottom: 0;
	margin-top: 0.1em;
	font: 12px Verdana;
}

#tablist li{
	list-style: none;
	display: inline;
	margin: -3;
}

#tablist li a{
	text-decoration: none;
	padding: 3px 0.5em;
	margin-left: 3px;
	border: 1px solid #dbdbdb;
	/* #9e9e9e */
	border-bottom: none;
	background: White;
}

#tablist li a:link, #tablist li a:visited{
	color: Black;
	font-size: 10px;
}

#tablist li a.current{
	background: WhiteSmoke;	
	background-image: url(../Images/bg7.gif);
}

#tabcontentcontainer{
/*	
	width:480px;
	height:40px;
	*/
}

.tabcontent{
	display:none;
}
