﻿/* telerik r.a.d.panelbar 4 Folders skin */

.RadPanelbar_Folders
{
	background-color: white;
	white-space:nowrap;
	width: 180px !important;/*218px*/
	text-align: center;
	line-height: 16px;
}


.RadPanelbar_Folders .rootGroup
{
	/*height:18px;*/
}

.RadPanelbar_Folders .rootGroup .text
{
	background: white url('Img/menuback.jpg') repeat;
	color: #006699;
	font: bold 13px Arial;
	height:18px;
}

.RadPanelbar_Folders .group .first
{
	background: url('Img/menuseparetor.gif');
	width: 180px;
	height: 15px;
	background-repeat: no-repeat;
	background-position: bottom;
}

.RadPanelbar_Folders .group .last
{
	margin-bottom:10px;
}

.RadPanelbar_Folders .group .text
{
	font-family: Arial;
	font-size: 10px;
	color: #333333 !important;
	width: 180px;
	height: 15px;
	background-repeat: no-repeat;
	background-position: bottom;
	text-align: center;
	font-weight: bold;

}


.RadPanelbar_Folders .rootGroup .selected .text
{
	background: url('Img/menuseparetor.gif');
	background-repeat: no-repeat;
	background-position: bottom;
	color: #FF9900 !important;

}

.RadPanelbar_Folders .group .first .selected .text
{
	background: url('Img/menuseparetor.gif');
	background-repeat: no-repeat;
	background-position: bottom;
	color: #FF9900 !important;

}

.RadPanelbar_Folders .group .selected .text,
{
	background: url('Img/menuseparetor.gif');
	background-repeat: no-repeat;
	background-position: bottom;
	color: #FF9900 !important;
}

.RadPanelbar_Folders .group .text
{
	background: url('Img/menuseparetor.gif');
	background-repeat: no-repeat;
	background-position: bottom;

}


