.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-family: Verdana;
	font-size: 11px;
	line-height: 12px;
	color: #18426B;
	text-decoration: none;
}
#tablist a:link, #tablist a:visited{
	color: #18426B;
	font-size: 11px;
}
#tablist a:hover{color: #A11818; TEXT-DECORATION: none; font-weight: normal }
#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: #18426B;
	font-size: 11px;
}

#tablist li a.current{
	background: WhiteSmoke;	
	background-image: url(../Images/bg7.gif);
}

#tabcontentcontainer{
/*	
	width:480px;
	height:40px;
	*/
}

.tabcontent{
	display:none;
}