/* Locations RadPanelBar 4 Locations skin */

/* panelbar wrapper */
.RadPanelbar_Locations
{
	width: 180px !important;
}



/* Parent rows */
.RadPanelbar_Locations .rootGroup .text
{
	background: transparent;
	font-weight: normal;
	font-size: 11px;
	color: White;
	font-family: tahoma;
	font-weight: normal;
	line-height: 12px;
	margin-top: 1px;
	margin-bottom: 1px;
	margin-right: 25px;
}

.RadPanelbar_Locations .rootGroup .text:hover
{
	text-decoration: underline;
	color: #5f5f5f;
}

/* 1st child rows */
.RadPanelbar_Locations .group .text
{
	background: transparent;
	font-weight: normal;
	font-size: 11px;
	color: #5f5f5f;
	font-family: tahoma;
	font-weight: normal;
	line-height: 18px;
	margin-top: 1px;
	margin-bottom: 1px;
	margin-right: 25px;
}

.RadPanelbar_Locations .group .text:hover
{
	color: #B70024;
	text-decoration: underline;
}

/* 2nd child rows */
.RadPanelbar_Locations .group .group .text
{
	background: transparent;
	font-weight: normal;
	font-size: 11px;
	color: #B70024;
	font-family: tahoma;
	font-weight: normal;
	line-height: 18px;
	margin-top: 1px;
	margin-bottom: 1px;
	margin-left: 20px;
	margin-right: 25px;
	
}

.RadPanelbar_Locations .group .group .text:hover
{
	text-decoration: underline;
	color: #B70024;
}

/* Parent rows selected */
.RadPanelbar_Locations .rootGroup .selected .text
{
	color: #B70024;
	text-decoration: underline;
}

/* 1st child rows selected */
.RadPanelbar_Locations .group .expanded .text,
.RadPanelbar_Locations .group .selected .text
{
	background: transparent;
	font-weight: normal;
    line-height: 18px;
	font-size: 11px;
	color: #B70024;
	font-family: tahoma, verdana, Helvetica, sans-serif;
	padding: 0px 10px;
	font-weight: normal;
	line-height: 18px;
	margin-top: 1px;
	margin-bottom: 1px;
	margin-right: 25px;
}

/* 2nd child rows selected */
.RadPanelbar_Locations .group .group .expanded .text,
.RadPanelbar_Locations .group .group .selected .text
{
	text-decoration: underline;
	background: transparent;
	font-weight: normal;
    line-height: 18px;
	font-size: 11px;
	color: #B70024;
	font-family: tahoma, verdana, Helvetica, sans-serif;
	padding: 0px 10px;
	font-weight: normal;
	line-height: 18px;
	margin-top: 1px;
	margin-bottom: 1px;
	margin-left: 20px;
	margin-right: 25px;
}

.RadPanelbar_Locations .rootGroup .disabled .text
{
	font-family: tahoma;
    margin-top: 5px;
	margin-bottom: 5px; 
	color: #666666;
	font-weight: bold;
	font-size: 12px;
	line-height: 12px;
	margin-left: 0px;
	text-decoration: underline;
	margin-right: 25px;
}

.RadPanelbar_Locations .group .disabled:hover,
.RadPanelbar_Locations .group .disabled .text
{
	background: transparent;
	padding: 0px 22px;
	color: #666666;
	font-weight: normal;
	line-height: 22px;
	margin-top: 3px;
	margin-bottom: 3px;
	margin-right: 25px;
}

.RadPanelbar_Locations .group .group .disabled:hover,
.RadPanelbar_Locations .group .group .disabled .text
{
	background: transparent;
	margin-left: 20px;
    margin-bottom: 0px;
    margin-top: 0px;
	color: #BB041A;
	font-weight: normal;
	line-height: 12px;
	margin-right: 25px;
}

