/* r.a.d.panelbar 4 Outlook skin */

.RadPanelbar_Outlook
{
	background: white;
	white-space: nowrap;
	
	border-top: 0px;
}

.RadPanelbar_Outlook .text
{
	padding: 0px 20px; /* vertical - horizontal */
	font: bold 11px Arial, Verdana, Sans-serif;
	line-height: 25px;
}

.RadPanelbar_Outlook .image
{
	margin: 4px; /* vertical - horizontal */
	
}


.RadPanelbar_Outlook .rootGroup .link
{
	
	background:url('Img/close.gif') no-repeat  ;
	
}

/* span class="text" */
.RadPanelbar_Outlook .rootGroup .text
{
	font-weight: bold;
}

.RadPanelbar_Outlook div.slide
{
	padding-bottom:15px;
	border-top-color:#E7DCC2;
	border-top-style:solid;
	border-top-width:1px;
}

.RadPanelbar_Outlook .rootGroup		
{
	background:url('Img/close.gif') no-repeat;
	
}


.RadPanelbar_Outlook .rootGroup
{
	
	background:url('Img/open.gif') no-repeat;
	
	
}

.RadPanelbar_Outlook .group .text
{
	background: url('Img/open.gif') no-repeat;
	border-top-color:#F5C95A;
	border-top-style:solid;
	border-top-width:2px;
	background: transparent;
	background-color:#F5F5F5;
	font-weight: normal;
	padding: 0px 20px; /* vertical-horizontal */
	border: 0px;
	color:Black;
	cursor:default;
}

.RadPanelbar_Outlook .level2 .text
{
	
	padding-left: 43px;
	line-height: 10px;
	
}

.RadPanelbar_Outlook .rootGroup .selected .text
{
	background: url('Img/open.gif') no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	
	color: rgb(126, 1, 0);
}

/* child item link */
.RadPanelbar_Outlook .group .link
{
	
	background: none;
	border: 0px;
	
}

/* child item link:hover */
.RadPanelbar_Outlook .group .selected .text
{
	background-image:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	
	color:Black;
	
}
