.tabControl
{
  width:600px;
}

.lowTab, .highTab
{
	overflow: hidden;
	white-space: nowrap;
}
    
.lowTab
{
	background-color: white;
	cursor: pointer;
	border: solid #6c0000;
	border-width: 1px 1px 3px 1px;
}
.highTab
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	border-width:0px 0px 0px 0px;
	margin :3px;
	font-weight:bold;
	color:#000;
	background-color:#FFF;
} 
.highTabBottom
{
  border: solid #63adf0;      
  border-width:0px 1px 1px 1px;
  white-space: nowrap;
} 
.tabHolder
{
	width :528px;
	height:27px;
	top:0px;
	left:-200px;
	overflow:hidden;
	text-align:right;
}
#tab
{
	overflow:hidden;
	position:relative;
	z-index:999;
	top:0px;
}
#base_scroll
{
	overflow:auto;
	position:fixed;
	z-index:998;
	top:190px;
	height:20px;
	width:522;
	padding-right:123px;
	background-color:#00C;
}
#mainTabArea
{

}
