.tabPane
{
	width:		711px;
	height:		480px;
	border:		0px solid #CC0000;
	margin:		5px 0px 5px 0px;
	position:	relative;
	z-index:	1;
}
.tabPage
{
	width:		700px;
	height:		440px;
	position:	relative;
	left:		0px;
	top:		3px;
	display:	none;
	border:		1px solid #CCCCCC;
	padding:	5px 5px 5px 5px;
	z-index:	2;
	background-color: #FFFFFF;
}
.tabSelectorBar
{
	font-family:	Tahoma;
	font-size:		11px;
	font-weight:	bold;
	padding:		0px 0px 0px 1px;
	margin:			0px 0px 0px 0px;
	border:			0px solid #F7941D;
	width:			100%;
	height:			20px;
	color:			#333333;
	z-index:		3;
}
.tabSelector
{
	margin:			0px 2px 0px 0px;
	padding:		4px 5px 5px 5px;
	border:			1px solid #CCCCCC;
	border-bottom:	1px solid #CCCCCC;
	white-space:	nowrap;
	float:			left;
	cursor:			hand;
	cursor:			pointer;
	position:		relative;
	top:			0px;
	color:			#777777;
	background-color: #FFFFFF;
	
}
.tabSelectorHover
{
	color:			#F7941D;
	margin:			0px 2px 0px 0px;
	padding:		4px 5px 5px 5px;
	border:			1px solid #CCCCCC;
	border-top:		1px solid #F7941D;
	border-bottom:	1px solid #CCCCCC;
	white-space:	nowrap;
	float:			left;
	cursor:			hand;
	cursor:			pointer;
	position:		relative;
	top:			0px;
	z-index:		3;
	background-color: #FFFFFF;
}

.tabSelectorSelected
{
	color:			#333333;
	margin:			0px 2px 0px 0px;
	padding:		3px 5px 5px 5px;
	border:			1px solid #CCCCCC;
	border-top:		2px solid #F7941D;
	border-bottom:	1px solid #FFFFFF;
	white-space:	nowrap;
	float:			left;
	cursor:			default;
	position:		relative;
	top:			0px;
	z-index:		4;
	background-color: #FFFFFF;
}



