/* =================================================
CSS STYLES FOR R.A.D. PanelBar OF ACC DPI
====================================================
*/ 

.RadPanelbar_Panelbar {background-image:url(panelbar-bg.jpg); background-repeat:repeat; width:180px;}

.RadPanelbar_Panelbar .rootGroup .item{
	background-image: url(panelbar-icon.gif);
	background-position:left top;
	background-repeat:no-repeat;
}

.RadPanelbar_Panelbar .rootGroup .item .text {font-size:12px; margin-left:5px;font-family:Tahoma, Arial;line-height:24px;}


.RadPanelbar_Panelbar a.link {cursor:pointer;display:block;color:white;font-weight: bold;}


.RadPanelbar_Panelbar a.link:hover {cursor: pointer;display:block;font-size:11px;color:white;text-decoration: underline;}


.RadPanelbar_Panelbar .group .item{}

.RadPanelbar_Panelbar .group .item .text {
background-image: url(panelbar-icon-small.gif);
background-position:left;
background-repeat:no-repeat;
font-size:11px;
margin-left:10px;
padding-left:15px;
font-family:Tahoma, Arial;
}