/* RadPanelBar TV1 skin */

.RadPanelBar_TV1
{
	background: #fff;
	white-space: nowrap;
	line-height: 21px;
	
}
.RadPanelBar_TV1 .rpRootGroup
{
	text-align:left;
	/*border: solid 1px #1E1E1E;*/
}
/* global text properties */
.RadPanelBar_TV1 .rpText
{
	padding: 0px 10px;
	background-repeat:no-repeat;
	background-image: url('PanelBar/seta.png');
	background-position:2px;
	/*font: menu;*/
}

/* global link styles */
.RadPanelBar_TV1 .rpLink
{
	color: #000;
	text-transform:uppercase;
	font-family:Arial;
	/*border-bottom: solid 1px #1E1E1E;*/
}

/* panelbar item icon [if any] */
.RadPanelBar_TV1 .rpImage
{
	margin:4px 0px;
}

/* panelbar root items style */
.RadPanelBar_TV1 .rpRootGroup .rpText
{
	background-color:#fff;
	font-weight: bold;
}

/* root items <li> style */
.RadPanelBar_TV1 .rpRootGroup .rpItem
{
	/*border-top: solid 1px #1E1E1E;*/
}

/* li.first style */
.RadPanelBar_TV1 .rpRootGroup .rpFirst
{
	/*border-top: 0px;	*/
}

/* child items global style */
.RadPanelBar_TV1 .rpGroup .rpText
{
	/*border: 0;*/
	background: transparent;
	font-weight:normal;
	padding: 0px 20px;	
}

/* child items <li> style */
.RadPanelBar_TV1 .rpGroup .rpItem
{
	border-bottom: dotted 2px #1E1E1E;
	border-top: 0px;
}

/* child items li.last */
.RadPanelBar_TV1 .rpGroup .rpLast
{
	border-bottom: 0px;
}

/* selected child item */
.RadPanelBar_TV1 .rpGroup .rpSelected .rpText
{	
	background: #f0f2f4;
	border-bottom: solid 1px #1E1E1E;
}

/* child items link style */
.RadPanelBar_TV1 .rpGroup .rpLink
{
	color: #333;
}

/* child items link:hover style */
.RadPanelBar_TV1 .rpGroup .rpLink:hover
{
	/*background: #f0f2f4;*/
	padding-left:5px;	
	background-image: url('PanelBar/hover.png');
	background-repeat:no-repeat;
	color:#fff;
	background-position:5px;
	font-weight: bold;
	overflow:inherit;
	
}

.RadPanelBar_TV1 .rpRootGroup .rpDisabled:hover,
.RadPanelBar_TV1 .rpRootGroup .rpDisabled .rpText
{
	background-color:#fff;
	color: #ccc;
	cursor: default;		
	overflow:inherit;
}

.RadPanelBar_TV1 .rpRootGroup .rpGroup .rpDisabled:hover,
.RadPanelBar_TV1 .rpRootGroup .rpGroup .rpDisabled .rpText
{
	text-decoration: none;
	background: none;
	color: #ccc;
	cursor: default;
	overflow:inherit;
}
