/* UIPanelbar skin */

.UIPanelbar_Skin
{
	background: white;
	white-space: normal;
	line-height: 21px;
	
}
.UIPanelbar_Skin .rootGroup
{
	border: solid 1px #dde1e4;
}

.UIPanelbar_Skin .text
{
	padding: 0px 20px;
	font: menu;
}


.UIPanelbar_Skin .link
{
	color: White;
}


.UIPanelbar_Skin .image
{
	margin:4px 0px;
}


.UIPanelbar_Skin .rootGroup .text
{
	/*background: url('images/MenuItemNormal.gif') repeat-x;*/
	background-color:#FFCC00;
	font-weight: bold;
}


.UIPanelbar_Skin .rootGroup .tophdr
{
	border-bottom: solid 1px #dde1e4;
}


.UIPanelbar_Skin .rootGroup .item
{
	border-top: solid 1px #dde1e4;
	border-bottom: solid 1px white;
}


.UIPanelbar_Skin .rootGroup .first
{
	border-top: 0px;
}


.UIPanelbar_Skin .group .text
{
	border: 0;
	background: transparent;
	font-weight:normal;
	padding: 0px 20px;
}


.UIPanelbar_Skin .group .item
{
	border-bottom: solid 1px #dde1e4;
	border-top: 0px;
}


.UIPanelbar_Skin .group .last
{
	border-bottom: solid 1px #dde1e4;
}


.UIPanelbar_Skin .group .selected .text
{
	background: #f0f2f4;
}


.UIPanelbar_Skin .group .link
{
	color: #333;
}


.UIPanelbar_Skin .group .link:hover
{
	background: #f0f2f4;
}

.UIPanelbar_Skin .rootGroup .disabled:hover,
.UIPanelbar_Skin .rootGroup .disabled .text
{
	/*background: url('images/MenuItemNormal.gif') repeat-x;*/
	background-color:#FFCC00;
	color: #ccc;
	cursor: default;
}

.UIPanelbar_Skin .rootGroup .group .disabled:hover,
.UIPanelbar_Skin .rootGroup .group .disabled .text
{
	text-decoration: none;
	background: none;
	color: #ccc;
	cursor: default;
}
