.RadPanelBar_StudentLife
{
	background: #fff;
}

.RadPanelBar_StudentLife .rpRootGroup
{
	border-color: #fbbd64; /*#002d96;*/
}

.RadPanelBar_StudentLife .rpLink,
.RadPanelBar_StudentLife .rpTemplate
{
	color: #970f00;
	font: normal 12px/24px Arial, Helvetica, sans-serif;
}

.RadPanelBar_StudentLife .rpLink
{
	background-color: #ff7f00; /*#7da5e0;*/
	border-color: #ff7f00; /*#89AEE5;*/
	background-image: url('PanelBar/RootItemBg.gif');
}

.RadPanelBar_StudentLife .rpOut
{
	border-color: #ff7f00; /*#89AEE5;*/
}

.RadPanelBar_StudentLife .rpFocused,
.RadPanelBar_StudentLife .rpLink:hover
{
	color: #970f00;
	border-color: #f9c47a;
	background-color: #f9c47a;
}

.RadPanelBar_StudentLife .rpFocused .rpOut,
.RadPanelBar_StudentLife .rpLink:hover .rpOut
{
	border-color: #f9c47a;
}

.RadPanelBar_StudentLife .rpSelected,
.RadPanelBar_StudentLife .rpSelected:hover
{
	border-color: #f9c47a; /*#c3d8f1;*/
	background-color: #f9c47a; /*#c3d8f1;*/
}

.RadPanelBar_StudentLife .rpExpanded
{
	border-color: #ca6b1b; /*#002d96;*/
}

/* <disabled items> */
.RadPanelBar_StudentLife .rpDisabled,
.RadPanelBar_StudentLife .rpDisabled:hover
{
	color: #777;
}

.RadPanelBar_StudentLife .rpDisabled:hover
{
	border-color: #ca6b1b; /*#002d96;*/
}

.RadPanelBar_StudentLife .rpDisabled .rpOut,
.RadPanelBar_StudentLife .rpDisabled:hover .rpOut
{
	border-color: #ca6b1b; /*#89AEE5;*/
}

/* </disabled items> */

/* <expand arrows> */
.RadPanelBar_StudentLife .rpExpandable .rpText,
.RadPanelBar_StudentLife .rpExpanded .rpText
{
	background-color: transparent;
	background-image: url('PanelBar/Expandable.png');
}
/* </expand arrows> */

/* <subitems> */
.RadPanelBar_StudentLife .rpGroup
{
	background-color: #fff;
}

.RadPanelBar_StudentLife .rpGroup .rpLink,
.RadPanelBar_StudentLife .rpGroup .rpTemplate
{
	color: #000;
	background-color: transparent;
	background-image: none;
}

.RadPanelBar_StudentLife .rpGroup .rpLink
{
	background-color: transparent;
	background-repeat: no-repeat;	
	padding: 1px;
	margin: 0 1px;	
	line-height: 20px;
	min-height: 20px;
}
* html .RadPanelBar_Web20 .rpGroup .rpLink { height: 20px; }

.RadPanelBar_StudentLife .rpGroup .rpOut
{
	border-bottom: 0;
	margin-right: 3px;
}

.RadPanelBar_StudentLife .rpGroup .rpItem .rpLink:hover
{
	color: #000;
	border: 1px solid #ca6b1b; /*#002d96;*/
	background-position: 0 0;
	padding: 0;
}

.RadPanelBar_StudentLife .rpGroup .rpItem .rpSelected,
.RadPanelBar_StudentLife .rpGroup .rpItem .rpSelected:hover
{
	background-position: 0 -200px;
	border: 1px solid #ca6b1b; /*#002d96;*/
	padding: 0;
}


/* <subitems (disabled)> */
.RadPanelBar_StudentLife .rpGroup .rpItem .rpDisabled,
.RadPanelBar_StudentLife .rpGroup .rpItem .rpDisabled:hover,
.RadPanelBar_StudentLife .rpGroup .rpItem .rpDisabled:hover .rpOut
{
	background-image: none;
}

.RadPanelBar_StudentLife .rpGroup .rpItem .rpDisabled,
.RadPanelBar_StudentLife .rpGroup .rpItem .rpDisabled:hover
{
	color: #999;
	text-decoration: none;
	background-color: #fff;
	border: 0;
	padding: 1px;
}

.RadPanelBar_StudentLife .rpGroup .rpItem .rpDisabled:hover .rpOut
{
	border-bottom: 0;
}
/* </subitems (disabled)> */

/* <subitems> */

/* <background positioning> */
.RadPanelBar_StudentLife .rpLink,
.RadPanelBar_StudentLife .rpExpanded
{
	background-position: 0 0;
}

.RadPanelBar_StudentLife .rpFocused,
.RadPanelBar_StudentLife .rpLink:hover,
.RadPanelBar_StudentLife .rpExpanded:hover
{
	background-position: 0 -200px;
}

.RadPanelBar_StudentLife .rpSelected,
.RadPanelBar_StudentLife .rpSelected:hover
{
	background-position: 0 -400px;
}

.RadPanelBar_StudentLife .rpFirst .rpLink,
.RadPanelBar_StudentLife .rpFirst .rpExpanded
{
	background-position: 0 -1px;
}

.RadPanelBar_StudentLife .rpFirst .rpFocused,
.RadPanelBar_StudentLife .rpFirst .rpLink:hover
{
	background-position: 0 -201px;
}

.RadPanelBar_StudentLife .rpFirst .rpSelected,
.RadPanelBar_StudentLife .rpFirst .rpSelected:hover
{
	background-position: 0 -401px;
}

/* <root items (disabled)> */
.RadPanelBar_StudentLife .rpDisabled:hover
{
	cursor: default;
}

.RadPanelBar_StudentLife .rpDisabled,
.RadPanelBar_StudentLife .rpDisabled:hover,
.RadPanelBar_StudentLife .rpDisabled:hover .rpOut
{
	background-position: 0 0;
}
/* </root items (disabled)> */

/*      <expand arrows> */
.RadPanelBar_StudentLife .rpExpandable .rpText,
.RadPanelBar_StudentLife .rpExpanded .rpText
{
	padding-right: 20px;
	background-repeat: no-repeat;
}

.RadPanelBar_StudentLife_rtl .rpExpandable .rpText,
.RadPanelBar_StudentLife_rtl .rpExpanded .rpText
{
	padding-left: 20px;
}

.RadPanelBar_StudentLife_rtl .rpGroup .rpText
{
	padding: 0 10px;
}

.RadPanelBar_StudentLife .rpExpandable .rpText { background-position: 100% 0; }
.RadPanelBar_StudentLife .rpExpanded .rpText { background-position: 100% -176px; }
.RadPanelBar_StudentLife_rtl .rpExpandable .rpText { background-position: 0 0; }
.RadPanelBar_StudentLife_rtl .rpExpanded .rpText { background-position: 0 -176px; }

.RadPanelBar_StudentLife .rpExpandable.rpSelected .rpText,
.RadPanelBar_StudentLife .rpExpandable.rpSelected:hover .rpText
{
	background-position: 100% -337px;
}

.RadPanelBar_StudentLife .rpExpanded.rpSelected .rpText,
.RadPanelBar_StudentLife .rpExpanded.rpSelected:hover .rpText
{
	background-position: 100% -476px;
}

.RadPanelBar_StudentLife_rtl .rpExpandable.rpSelected .rpText,
.RadPanelBar_StudentLife_rtl .rpExpandable.rpSelected:hover .rpText
{
	background-position: 0 -337px;
}

.RadPanelBar_StudentLife_rtl .rpExpanded.rpSelected .rpText,
.RadPanelBar_StudentLife_rtl .rpExpanded.rpSelected:hover .rpText
{
	background-position: 0 -476px;
}

/*      </expand arrows> */

.RadPanelBar_StudentLife .rpGroup .rpLink,
.RadPanelBar_StudentLife .rpGroup .rpLink .rpOut { background-position: 0 200px; }

.RadPanelBar_StudentLife .rpGroup .rpLink:hover,
.RadPanelBar_StudentLife .rpGroup .rpFocused { background-position: 100% -22px; }
.RadPanelBar_StudentLife .rpGroup .rpLink:hover .rpOut,
.RadPanelBar_StudentLife .rpGroup .rpFocused .rpOut { background-position: 0 0; }

/*      <subitems (selected)> */
.RadPanelBar_StudentLife .rpGroup .rpSelected,
.RadPanelBar_StudentLife .rpGroup .rpSelected:hover { background-position: 100% -222px; background-color: transparent; }
.RadPanelBar_StudentLife .rpGroup .rpSelected .rpOut,
.RadPanelBar_StudentLife .rpGroup .rpSelected:hover .rpOut { background-position: 0 -200px; }
/*      </subitems (selected)> */

/*      <subitems (expand arrows)> */
.RadPanelBar_StudentLife .rpGroup .rpExpandable .rpText,
.RadPanelBar_StudentLife .rpGroup .rpExpandable:hover .rpText { background-position: 100% -938px; }
.RadPanelBar_StudentLife .rpGroup .rpExpanded .rpText,
.RadPanelBar_StudentLife .rpGroup .rpExpanded:hover .rpText { background-position: 100% -1078px; }
.RadPanelBar_StudentLife_rtl .rpGroup .rpExpandable .rpText,
.RadPanelBar_StudentLife_rtl .rpGroup .rpExpandable:hover .rpText { background-position: 0 -938px; }
.RadPanelBar_StudentLife_rtl .rpGroup .rpExpanded .rpText,
.RadPanelBar_StudentLife_rtl .rpGroup .rpExpanded:hover .rpText { background-position: 0 -1078px; }
/*      </subitems (expand arrows)> */
/* </background positioning> */