﻿.panelHeader
{
	font-size: 11px;
	color: #666666;
	font-weight: bold;
	font-family: Arial,Verdana;
	height: 25px;
	cursor: hand;
	cursor: pointer;
	background-color: #ead28a;
	background-position: right bottom;
	padding-left: 20px;
	margin-top: 10px;
}

.headerSelected
{
	font-size: 11px;
	color: #333333;
	font-family: Arial,Verdana;
	font-weight: bold;
	height: 25px;
	cursor: hand;
	cursor: pointer;
	background-color: #ead28a;
	background-repeat: repeat-x;
	padding-left: 20px;
	padding-bottom: 7px;
	padding-top: 5px;
	margin-top: 10px;
}

.panelbarItemGroup
{
	border-bottom: 1px solid #F0F0F0;
	margin-top: 10px;
}

.navigation_item
{
	font-size: 11px;
	color: #000000;
	font-family: Arial,Verdana;
	padding-left: 20px;
	cursor: pointer;
	text-decoration: underline;
	height: 20px;
}
.navigation_item_Hover
{
	font-size: 11px;
	color: #cc0000;
	font-family: Arial,Verdana;
	padding-left: 20px;
	cursor: pointer;
	text-decoration: underline;
	height: 20px;
}

.navigation_item_selected
{
	font-size: 11px;
	color: #cc0000;
	font-family: Arial,Verdana;
	padding-left: 20px;
	cursor: pointer;
	text-decoration: underline;
	height: 20px;
}

.RadPanelbar
{
	width: 100%;
}
