/* RadPanelBar WebBlue skin */

.RadPanelbar_WebBlue
{
	background: white;
	white-space: normal;
	/*line-height: 21px;*/
	width: 520px;	
}
.RadPanelbar_WebBlue .rootGroup
{
	border: solid 1px #69798c;
}
/* global text properties */
.RadPanelbar_WebBlue .text
{
	padding: 3px 20px 5px 35px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #4c2a2c;
	
}

/* global link styles */
.RadPanelbar_WebBlue .link
{
	color: White;
}

/* global link styles */
.RadPanelbar_WebBlue .rootGroup .link:hover
{
	background: #ECE9D8 url('Img/faq_arrow_off_over.gif') no-repeat 5px 4px;
}

/* panelbar item icon [if any] */
.RadPanelbar_WebBlue .image
{
	margin:4px 0px;
}

/* panelbar root items style */
.RadPanelbar_WebBlue .rootGroup .link
{
	background: #ECE9D8 url('Img/faq_arrow_off2.gif') no-repeat 5px 4px;
}


/* root items <li> style */
.RadPanelbar_WebBlue .rootGroup .item
{
	border-top: solid 1px #869bb3;
}

/* li.first style */
.RadPanelbar_WebBlue .rootGroup .first
{
	border-top: 0px;
}

/* child items global style */
.RadPanelbar_WebBlue .group .text
{
	border: 0;
	background: transparent;
	font-weight:normal;
	padding: 3px 20px 5px 25px;
	
}


/* child items <li> style */
.RadPanelbar_WebBlue .group .item
{
	border-bottom: solid 1px #dde1e4;
	border-top: 0px;
}

/* child items li.last */
.RadPanelbar_WebBlue .group .last
{
	border-bottom: 0px;
}

/* selected child item */
.RadPanelbar_WebBlue .group .selected .text
{
	/*background: #f0f2f4;*/
}

/* child items link style */
.RadPanelbar_WebBlue .group .link
{
	background: #F7F7F7 url('Img/faq_a.gif') no-repeat 14px 4px;
	padding-left: 20px;
}

/* child items link:hover style */
.RadPanelbar_WebBlue .group .link:hover
{
	background: #F7F7F7 url('Img/faq_a.gif') no-repeat 14px 4px;
}

.RadPanelbar_WebBlue .rootGroup .disabled:hover,
.RadPanelbar_WebBlue .rootGroup .disabled .text
{
	background: url('Img/MainItemNormal.gif') repeat-x;
	color: #ccc;
	cursor: default;
}

.RadPanelbar_WebBlue .rootGroup .group .disabled:hover,
.RadPanelbar_WebBlue .rootGroup .group .disabled .text
{
	text-decoration: none;
	background: none;
	color: #ccc;
	cursor: default;
}
