/* r.a.d.panelbar WebBlue skin */

.panelbarHeaderCollapsed{ 		
	background: #bac5d2 url('../Img/BGMenuhover.gif') repeat-x;
	
	font-family: verdana;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	padding-left: 10px;
	height: 21px;
	border-top: solid 1px #bebdbd;
	border-bottom: solid 1px #bebdbd;
	cursor: hand;
	cursor: pointer;
}

.panelbarHeaderExpand{ 		
	background: #787878 url('../Img/BGMenu.gif') repeat-x;
	font-family: verdana;
	font-size: 10px;
	font-weight: bold;
	color: White;
	padding-left: 10px;
	height: 21px;
	border-top: solid 1px #dfa60b;
	border-bottom: solid 1px #dfa60b;
	cursor: hand;
	cursor: pointer;
}

.panelbarHeaderHover
{ 		
	background: #bac5d2 url('../Img/BGMenu.gif') repeat-x;
	font-family: verdana;
	font-size: 10px;
	font-weight: bold;
	color: white;
	padding-left: 10px;
	height: 21px;
	border-top: solid 1px #dfa60b;
	border-bottom: solid 1px #dfa60b;
	cursor: hand;
	cursor: pointer;
}

.panelbarText
{
	padding-left: 10;
	color: White;
	
}

.panelbarItem 
{
	font: normal 11px Arial,Verdana;
	color: black;
	width: 100%;
	cursor: hand;
	cursor: pointer; /* Mozilla */
	text-decoration: none;
	padding-left: 14px;
	height: 22px;
	border-bottom: solid 1px #dde1e4;
	background: white;
	
}	

.panelbarItemHover
{
	font: normal 11px Arial,Verdana;
	color: black;
	width: 100%;
	cursor: hand;
	cursor: pointer;
	text-decoration: none;
	padding-left: 14px;
	height: 22px;
	border-bottom: solid 1px #dde1e4;
	background: #f0f2f4;
}

.panelbar 
{
	border: solid 1px #69798c;
	background: #fafbfc;
	
}

.panelbar div
{
	/* IE scrollbars-related start */
	scrollbar-face-color: #a7a988; 
	scrollbar-highlight-color: #332c00; 
	scrollbar-shadow-color: #332c00; 
	scrollbar-3dlight-color: #a7a988; 
	scrollbar-arrow-color: #332c00; 
	scrollbar-track-color: #a7a988;
	scrollbar-darkshadow-color: #a7a988; 
	/* IE scrollbars-related end */
}
