table.tabContainer
{
	width:100%;
	border-spacing:0px 0px;
}

td.genericTab
{
	background-color:#fbfbfb;
	border-top:3px solid #ffffff;
	border-bottom:1px solid black;
	font-family:verdana;
	font-size:12px;
	width:30em;
	text-align:center;
}

td.currentTab
{
	font-weight:bold;
	border:1px solid black;
	border-bottom:1px solid white;
	background-color:white;
	height:22px;
}

td.tabFiller
{
	background-color:#fbfbfb;
	border-top:3px solid #fbfbfb;
	border-bottom:1px solid black;
	font-family:verdana;
	font-size:12px;
	text-align:right;
	width:2000px;
}

td.genericTab,
td.currentTab,
td.tabFiller
{
	vertical-align:middle;
}

td.genericTab a,
td.currentTab a,
td.tabFiller a
{
	text-decoration:none;
}
