.RadPanelBar.RadPanelBar_2hippo_big .rpRootGroup
{
	position: relative;
	/*border: 1px solid #c1ccd0;*/
	border: 0;
	/*margin-bottom: 3px;*/
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;   
	border-radius: 5px;
	/*behavior: url(CSS3PIE.aspx);*/ /* Not use for telerik controls*/
}

.RadPanelBar_2hippo_big li .rpItem
{
    padding: 0 5px 0 5px;
}

.RadPanelBar_2hippo_big .rpRootGroup .rpExpandable .rpText,

.RadPanelBar_2hippo_big .rpRootGroup .rpExpanded .rpText
{
	background: url('./Img/collapsed.png') no-repeat 0 10px;	
	padding-left: 13px;
	font-size: 12px;
    height:25px;
    line-height:25px;	
}
    .RadPanelBar_2hippo_big .rpRootGroup .rpExpanded .rpText{
	    background-image: url('./Img/uncollapsed.png');
    }
    
.RadPanelBar_2hippo_big .rpRootGroup .rpLink  
{
    background: url('./Img/cat_bg_left.png') no-repeat !important;
}   

.RadPanelBar_2hippo_big .rpOut span.rpExpandHandle
{
    background: url('./Img/cat_bg_right.png') no-repeat right !important;
    margin: 0;
    height: 25px;
}

.RadPanelBar_2hippo_big span.rpOut
{
    background: url('./Img/cat_bg.png') repeat-x !important;
}
    
.RadPanelBar_2hippo_big .rpRootGroup .rpLink.rpExpandable{
	height: 28px;
	position: relative;
	color: #fff;
	margin: 1px;
	padding-left: 10px;
	height: 25px;
	border: 0;
	line-height: 25px;
	text-align: left;
	text-decoration: none;	
}
.RadPanelBar .rpSlide
{
    padding: 0;
}
.RadPanelBar.RadPanelBar_2hippo_big .rpGroup .rpLink, .RadPanelBar.RadPanelBar_2hippo_big .rpGroup .rpTemplate 
{
    border: 0px;
}
.RadPanelBar_2hippo_big .rpGroup .rpSelected .rpText
{    
	text-decoration: underline;
	font-weight: normal;
	border-bottom: 0;
	border-top: 0;
	background: none;
	color: black;
}
.RadPanelBar.RadPanelBar_2hippo_big .rpLevel1 .rpFirst 
{
    padding-top: 0;
}
.RadPanelBar_2hippo_big .rpGroup .rpExpanded .rpText
{
	border-top:0;
	color: #000;
	border-bottom: 0;
	background: none;
}
.RadPanelBar.RadPanelBar_2hippo_big .rpText {
    padding: 0 0 0 20px;
    font-size: 11px;
}

.RadPanelBar.RadPanelBar_2hippo_big a.rpLink 
{
    border-bottom-style:none;
    border-bottom-width:0px;
    text-decoration: underline;
}
.RadPanelBar.RadPanelBar_2hippo_big .RadInput_Default .riTextBox
{
    position: relative;			
	text-align: left;   	    
    margin: 0;
    border-color: #728E98;
    background: #F9FDFF;
    padding: 2px 0 2px 2px;
}

