/* RadPanelBar Outlook skin */

.RadPanelbar_Outlook
{
	background: none;
	white-space: nowrap;
	border:0px;
	display:block;
	margin-left:0px;
}

.RadPanelbar_Outlook .rootGroup
{
	border: 0px;
	margin:0px;
	padding:px;
	width:200px;
	overflow:hidden;
	
}

.RadPanelbar_Outlook .text
{
	padding: 0px 0px 0px 30px; /* vertical - horizontal */
	margin:0px;
	border:0px solid #000;
	width:195px;
	
	

}

.RadPanelbar_Outlook .image
{
	margin: 0px; /* vertical - horizontal */
}


.RadPanelbar_Outlook .rootGroup .link
{
	border-top: solid 0px #002d96;
	background: #eeeeee url('/Radcontrols/Pannelbar/Skins/Outlook/Img/left_menu_link.gif') repeat-x;
	color: #10110f;
	margin:0px;
}

/* span class="text" */
.RadPanelbar_Outlook .rootGroup .text
{
	background: url('/Radcontrols/Pannelbar/Skins/Outlook/Img/left_menu_link.gif') repeat-x;
	color: #ffffff;
	height:24px;
	font-weight:bold;
	margin:0px;
	width:195px;
	
}

.RadPanelbar_Outlook .rootGroup .link:hover
{
	background: #transparent url('/Radcontrols/Pannelbar/Skins/Outlook/Img/left_menu_link_hover.gif') repeat-x;
	color: #ffffff;
	height:24px;
	font-weight:bold;	
}
.RadPanelbar_Outlook .level1
{
	background:#ffffff;
	width:180px;
	overflow:hidden;
	margin:3px;
	border:1px;
	border-width:1px;
	
}

.RadPanelbar_Outlook .level2 .text
{
	padding-left: 0px;
	line-height: 10px;
}

.RadPanelbar_Outlook .rootGroup .selected .text
{
	background: #transparent url('/Radcontrols/Pannelbar/Skins/Outlook/Img/left_menu_link_hover.gif') repeat-x;
	
	height:24px;
	font-weight:bold;	
}




