#tablist
{
	color:#fff;
	margin:0px auto;
	width:100%;
	height:35px;
	background:#0a3487 url("../../_images/bgtbtop.gif");
}
#tablist ul
{
	color:#fff;
	list-style-type:none;
	width:100%;
	margin:0px auto;
	padding:5px 10px 0px 10px;
}
#tablist ul li
{
	display:inline;
	border-right:solid 1px #fff;
	color:#fff;
}
#tablist ul li.end
{
	display:inline;
	border-right:solid 0px #fff;
	color:#fff;
}
#tablist ul li a:link, #tablist ul li a:visited
{
	color:#fff;
}
#tablist ul li a:hover
{
	color:#83d4f7;
}

#tablist{
	padding: 2px 0px 4px 0px;
}
#tablist td a{
	padding: 10px;
	border-bottom: none;
	background: transparent;
}
#tablist td a:link, #tablist li a:visited{
	color: navy;
}
#tablist td a:hover{
	color: #cc0000;
	text-decoration: none;
}
#tablist td a.current{
	background: lightyellow;
}
#tabsContainer{
	background: white;
	height: 100%;
	vertical-align: top;
}
.tabContent{
	display: none;
	vertical-align: top;
	width: 100%;
	height: 100%;
	background-color: #ffffff;
	border: 2px 8735cr 3nsolid #ffffff;
}
