.tabControl,
.tabControl .tabItem,
.tabControl .tabItemFlash,
.tabControl .tabItemActive,
.tabControl .tabItemDisabled
{
	font-family: helvetica, arial, verdana;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}

.tabControl
{
	background-color: #b0b0ff;
	border: 0;
	padding: 2px 0px 2px 0px;
	text-align: left;
}

.tabControl .tabItemDisabled
{
	display: inline;
}

.tabControl .tabItem,
.tabControl .tabItemFlash,
.tabControl .tabItemActive
{
	border-left-width: 1px;
	border-left-color: #909090;
	border-left-style: solid;
	left: 0px;
	margin: 0px;
	padding: 2px 10px 2px 10px;
	text-decoration: none;
	top: 0px;
	display: inline;
}

.tabControl .tabItem
{
	background-color: #b0b0ff;
	color: #000000;
	cursor: pointer;
}

.tabControl .tabItem:hover,
.tabControl .tabItemFlash
{
	background-color: #ffffff;
	color: #000000;
	cursor: pointer;
	cursor: hand;
}

.tabControl .tabItemActive
{
	background-color: #e8e8ff;
	color: #000000;
}

.window .titleTabControl
{
	padding: 5px 0px 5px 0px;
	font-size: 12px;
	left: 0px;
	color: white;
	top: 0px;
	height: 19px;
	font-weight: bold;
	text-align: left;
}

.window .titleTabControl .tabItem,
.window .titleTabControl .tabItemActive
{
	left: 0px;
	top: 0px;
	height: 19px;
	font-weight: bold;
	
	border-left-width: 1px;
	border-left-color: #909090;
	border-left-style: solid;
	margin: 0px;
	padding: 5px 10px 10px 10px;
	position: relative;
	text-decoration: none;
	display: inline;
}

.window .titleTabControl .tabItem:hover
{	
	cursor: pointer;
	cursor: hand;
}