div.Tab{
	height: 20px;
	overflow: hidden;
	position: absolute;
	vertical-align: top;
}
table.Tab{
	vertical-align: top;
	border-collapse: collapse;
	padding: 0;
	margin: 0;
	width: 400px;
}
tr.Tab{
	height: 16px;
	/*font-size:8px;*/
	color:black;
	/*background: lightblue;*/
	background-color: #CFCFF6;
	white-space: nowrap;
	border: none black Thin;
	text-align: center;
}
tr.TabNormal{
	/*width: 100%;*/
	/*font-size:8px;*/
	color:black;
	background-color: #bbbbdd;
	white-space: nowrap;
	border: none black thin;
	text-align: center;
	
}
tr.TabHighlighted{
	/*width: 100%;*/
	/*font-size:8px;*/
	color:black;
	background: #9999bb;
	white-space: nowrap;
	border: none black thin ;
}
td.Tab{
	/*font-size:12px;*/
	/*width: 100%;*/
	border: none black thin ;
	text-align: center;
	height: 22px;
}

