/* RadPanelBar ChildrenTodayLeftNav skin */

.RadPanelbar_ChildrenTodayLeftNav
{
	background: white;
	white-space: nowrap;
}

.RadPanelbar_ChildrenTodayLeftNav .rootGroup
{
	/*border: solid 1px #6788be;*/
	border-bottom: 0px;
}

.RadPanelbar_ChildrenTodayLeftNav .text
{
	color: #005FB4;
	padding-left:14px;
	font-weight:bold;
	font-size:12px;
	font-family:verdana, arial, helvetica, Sans-Serif;
}

.RadPanelbar_ChildrenTodayLeftNav .image
{
	margin: 4px 0px;
}

.RadPanelbar_ChildrenTodayLeftNav .rootGroup .text
{
	background: url('_Img/HeaderArrowCollapsed.gif') no-repeat 98% center;
	line-height: 28px;
	/*border-bottom: solid 1px #6788be;
	border-top: solid 1px #cfd8e4;*/
}

.RadPanelbar_ChildrenTodayLeftNav .rootGroup .link
{
	background: #95b6e0 url('Img/HeaderBg.gif') repeat-x;
}

.RadPanelbar_ChildrenTodayLeftNav .group .text
{
	border: 0px;
	background: none;
	color:#E95A27;
	font-weight: bold;
	font-size: 12px;
	padding-left:25px;
}

.RadPanelbar_ChildrenTodayLeftNav .group .link
{
	background: none;
	background: #95b6e0 url('Img/HeaderBg.gif') repeat-x;
}

.RadPanelbar_ChildrenTodayLeftNav .group .link:hover
{
	background: none;
	/*background: #e7f1ff;
	border-bottom: solid 1px #d8dde0;*/
}

.RadPanelbar_ChildrenTodayLeftNav .group .link .selected
{
	/**/
}

.RadPanelbar_ChildrenTodayLeftNav .rootGroup .selected
{
	background: #95b6e0 url('Img/HeaderBg.gif') repeat-x;
}

.RadPanelbar_ChildrenTodayLeftNav .group .selected, 
.RadPanelbar_ChildrenTodayLeftNav .group .selected:hover
{
	background: none;
	border-bottom: 0px;
}

.RadPanelbar_ChildrenTodayLeftNav .rootGroup .expanded .text
{
	background: url('_Img/ExpandedBg.gif') no-repeat 98% center;
	font-weight: bold;
}

.RadPanelbar_ChildrenTodayLeftNav .group .selected .text
{
	border: 0px;
	background:#EEF9FC;
	color: #005FB4;
}

.RadPanelbar_ChildrenTodayLeftNav .group .expanded .text
{
	color: #000;
	background: #dcfc5c;
	font-weight: normal !important;
	text-decoration: underline !important
}

.RadPanelbar_ChildrenTodayLeftNav .level2 .text
{
	padding-left: 36px;
	line-height: 28px;
}


.RadPanelbar_ChildrenTodayLeftNav .rootGroup .disabled:hover,
.RadPanelbar_ChildrenTodayLeftNav .rootGroup .disabled .text
{
	background: #95b6e0 url('Img/HeaderBg.gif') repeat-x;
	color: #ccc;
	cursor: default;
}

.RadPanelbar_ChildrenTodayLeftNav .rootGroup .group .disabled:hover,
.RadPanelbar_ChildrenTodayLeftNav .rootGroup .group .disabled .text
{
	text-decoration: none;
	border-bottom: solid 1px #f0f2f3;
	background: none;
	color: #ccc;
	cursor: default;
}
