﻿/* telerik RadPanelBar 4 Telerik skin */

/* panelbae wrapper */
.RadPanelBar_WebRed
{
	background: #fff;
	white-space: normal;
	/*border: 1px solid #828282;*/
}

.RadPanelBar_WebRed .rpLink
{
	/*
	font-family: Arial; font-size: 9pt; font-weight: bold;
	color: #c01f17;
	line-height: 27px;
	text-overflow: ellipsys;
	overflow: hidden;
	*/
	font-family: Arial; font-size: 9pt; /*font: normal 9pt Verdana, Sans-serif;*/
	line-height: 27px;
	color: #333;
	text-overflow: ellipsys;
	overflow: hidden;
	background: #fff url('PanelBar/RootItemBg.gif') repeat-x 0 100%;
	
}

.RadPanelBar_WebRed .rpImage
{
	margin: 4px 2px;
}

.RadPanelBar_WebRed .rpLink:hover
{
	/*text-decoration: underline; */
	color:#C01F17;
	/*background: #e4e4e4 url('PanelBar/RootItemBgHover.gif') repeat-x 0 100%;*/
}

.RadPanelBar_WebRed .rpSelected,
.RadPanelBar_WebRed .rpSelected:hover,
.RadPanelBar_WebRed .rpExpanded,
.RadPanelBar_WebRed .rpExpanded:hover
{
	/*text-decoration: underline; */
	background: #e4e4e4 url('PanelBar/RootItemBgSelected.gif') repeat-x 0 100%;
	/*color: #666;*/
}

.RadPanelBar_WebRed .rpText
{
	padding: 0px 8px;
}

.RadPanelBar_WebRed .rpExpandable .rpText
{
	background: transparent url('PanelBar/Expandable.gif') no-repeat 100% -28px;
}

.RadPanelBar_WebRed .rpExpanded .rpText
{
	background: transparent url('PanelBar/Expandable.gif') no-repeat 100% 0;
}

.RadPanelBar_WebRed .rpGroup .rpLink
{
	/*color: #666;*/
	background: none;
	font: normal 11px/16px Arial, Verdana, Sans-serif;
}

.RadPanelBar_WebRed .rpItem .rpGroup
{
	/*background: #fff url('PanelBar/RootItemBgHover.gif') repeat-x 0 100%;*/
	padding: 5px 0;
}

.RadPanelBar_WebRed .rpGroup .rpText /* this is the child items */
{
	padding: 0px 17px;
	font-family: Arial; font-size: 9pt; /*font-weight: bold; color: #686868;*/
}

.RadPanelBar_WebRed .rpGroup .rpSelected
{
	text-decoration: underline;
	color:#C01F17;
}

.RadPanelBar_WebRed .rpDisabled,
.RadPanelBar_WebRed .rpDisabled:hover
{
	/*color: #ccc;
	background: #fff url('PanelBar/RootItemBg.gif') repeat-x 0 100%;*/
}

.RadPanelBar_WebRed .rpDisabled .rpText
{
	cursor: default;
}

.RadPanelBar_WebRed .rpGroup .rpDisabled,
.RadPanelBar_WebRed .rpGroup .rpDisabled:hover
{
	/*color: #ccc;*/
	background: none;
}

.RadPanelBar .rpRootGroup {
	border-style:none !important;
}

.RadPanelBar .rpLink {
background-repeat:repeat-x !important;
border-bottom-style:none !important;
border-bottom-width:0px !important;
cursor:pointer !important;
overflow:hidden !important;
text-decoration:none !important;
}