﻿/* telerik r.a.d.panelbar 4 AxiomSources skin */

/* panelbar wrapper */
.RadPanelbar_AxiomSources
{
	background-color: white;
	white-space: nowrap;
	width: 168px !important; /* this skin requires fixed width */
	border: solid 1px #ab5713;
	border-right: 0px;
	border-left: 0px;
}

/* global text class declaration */
.RadPanelbar_AxiomSources .text
{
	padding: 0px 10px; /* vertical - horizontal */
	font: bold 11px Arial, Verdana, Sans-serif;
	line-height: 28px;
}

/* panelbar icon [if any] */
.RadPanelbar_AxiomSources .image
{
	margin:4px 0px;
}

/* main item link */
.RadPanelbar_AxiomSources .rootGroup a.link
{
	background: url('Img/MainItemNormal.gif') no-repeat;
	color: #000;
}

/* main item link:hover */
.RadPanelbar_AxiomSources .rootGroup a.link:hover
{
	background: url('Img/MainItemSelected.gif') no-repeat;
	
}
/* child items enclosing parent element */
.RadPanelbar_AxiomSources .group
{
	background: url('Img/ChildItemNormal.gif') repeat-y;
	
}
/* child item link */

.RadPanelbar_AxiomSources .group a.link
{
	background:none;
	color: black;
}

/* child item link:hover */
.RadPanelbar_AxiomSources .group a.link:hover
{
	background: none;
	color: white;
}

/* child item .text declaration */
.RadPanelbar_AxiomSources .group .text
{
	padding: 0px 22px;
	line-height: 26px;
	font-weight: normal;
	background: url('Img/Bullet.gif') no-repeat 13px center;
}
.RadPanelbar_AxiomSources .slide
{
	background: #f6d101 url('Img/Level2Bg.gif') repeat-y;
}

.RadPanelbar_AxiomSources .group .level2 a.link,
.RadPanelbar_AxiomSources .group .level2 a.link:hover
{
	background: #f6d101 url('Img/Level2Bg.gif') repeat-y;
}

.RadPanelbar_AxiomSources .group .level2 .last a.link,
.RadPanelbar_AxiomSources .group .level2 .last a.link:hover
{
	background: url('Img/ChildItemNormal.gif') repeat-y;
	
}

.RadPanelbar_AxiomSources .level2 .text
{
	padding-left: 20px;
	line-height: 26px;
	background: url('Img/Bullet.gif') no-repeat 18px center;
}

/* selected main panelbar item */
.RadPanelbar_AxiomSources .rootGroup .selected .text
{
	background: url('Img/MainItemSelected.gif') no-repeat;
}

/* selected child panelbar item */
.RadPanelbar_AxiomSources .group .selected .text
{
	background: transparent;
background: url('Img/Bullet.gif') no-repeat 13px center;

	border-left:5px #A90000 solid;
	background-color:#282828;
	color: #fff;
	text-decoration:none;
	

	
}