.panelBar
{
	line-height: 24px;
	font-family: Arial;
	font-size: 11px;
	font-weight: Bold;
	color: White;
	background-color: #666666;
	cursor: pointer;
	cursor: hand;
}

.panelBarOn
{
	line-height: 24px;
	font-family: Arial;
	font-size: 11px;
	font-weight: Bold;
	color: White;
	background-color: #666666;
	cursor: pointer;
	cursor: hand;
}

.panelBarOver
{
	line-height: 24px;
	font-family: Arial;
	font-size: 11px;
	font-weight: Bold;
	color: White;
	background-color: #666666;
	cursor: pointer;
	cursor: hand;
}

.panelBarItem1
{
	padding-left: 21px;
	line-height: 16px;
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: #999999;
	background-color: #E1E1E1;
	cursor: pointer;
	cursor: hand;
	border-right: 1px solid white;
}

.panelbarItem1On
{
	padding-left: 21px;
	line-height: 16px;
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: #00A2B2;
	background-color: #E1E1E1;
	cursor: pointer;
	cursor: hand;
	border-right: 1px solid white;
}

.panelbarItem1Over
{
	padding-left: 21px;
	line-height: 16px;
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: #00A2B2;
	background-color: #E1E1E1;
	cursor: pointer;
	cursor: hand;
	border-right: 1px solid white;
}

.panelBarItem2
{
	padding-left: 23px;
	line-height: 16px;
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: #999999;
	background-color: #E1E1E1;
	cursor: pointer;
	cursor: hand;
	border-right: 1px solid white;
}

.panelbarItem2On
{
	padding-left: 23px;
	line-height: 16px;
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: #00A2B2;
	background-color: #E1E1E1;
	cursor: pointer;
	cursor: hand;
	border-right: 1px solid white;
}

.panelbarItem2Over
{
	padding-left: 23px;
	line-height: 16px;
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: #00A2B2;
	background-color: #E1E1E1;
	cursor: pointer;
	cursor: hand;
	border-right: 1px solid white;
}

.panelBarItem3
{
	padding-left: 25px;
	line-height: 16px;
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: #999999;
	background-color: #E1E1E1;
	cursor: pointer;
	cursor: hand;
	border-right: 1px solid white;
}

.panelbarItem3On
{
	padding-left: 25px;
	line-height: 16px;
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: #00A2B2;
	background-color: #E1E1E1;
	cursor: pointer;
	cursor: hand;
	border-right: 1px solid white;
}

.panelbarItem3Over
{
	padding-left: 25px;
	line-height: 16px;
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: #00A2B2;
	background-color: #E1E1E1;
	cursor: pointer;
	cursor: hand;
	border-right: 1px solid white;
}

.divider
{
	height: 2px;
	line-height: 2px;
}