
.MenuGroup
{
	background-color: #F0F2F4;
	border-right:0px solid #C2C2C2;
	border-bottom:0px solid #C2C2C2;
	width:100%;
}
.MainGroup
{
	cursor: pointer;
	cursor: hand;
}

/*radgrid classes */


.RadGrid_Default a:link
{
	color:Black;
		
}
.RadGrid_Default a:hover
{
	color:Black;
		
}
.RadGrid_Default a:active
{
	color:Black;
		
}
.RadGrid_Default a:visited 
{
	color:Black;
		
}

.MenuItem
{
	
	font-family: Arial, Verdana;
	width:130px;
	font-size:12px;
	cursor: pointer;
	cursor: hand;
	height: 23px;
	color:#ffffff;
	font-weight:bold;
	background-repeat: repeat-x;
	background-position: center;
	text-align: center;
	position:relative;
}
.MenuItemOver
{
	
	font-family: Arial, Verdana;
	width:130px;
	font-size:12px;
	cursor: pointer;
	cursor: hand;
	height: 23px;
	background-image: url(../Img/menuItemBgOver.gif);
	background-repeat: repeat-x;
	background-position: center;
	font-weight:bold;
	text-align: center;
	color:#606060;
}
.MainItemClicked
{
	font-family: Arial, Verdana;
	width:130px;
	font-size:12px;
	cursor: pointer;
	cursor: hand;
	height: 23px;
	background-image: url(../Img/menuItemBgOver.gif);
	background-repeat: repeat-x;
	background-position: center;
	text-align: center;
	font-weight:bold;
	color:#606060;
}
.ChildItemClicked
{
	border-left: 1px solid #BDC1C4;
	border-right: 1px solid #BDC1C4;
	border-bottom: 1px solid #BDC1C4;
	width:130px;
	font-family: Arial, Verdana;
	font-size:11px;
	cursor: hand;
	height: 23px;
	background-color:White;
	background-repeat: repeat-x;
	background-position: center;
	text-align: left;
	color:#808080;
	padding-left:4px;
}
.ChildItem
{
	border-left: 1px solid #BDC1C4;
	border-right: 1px solid #BDC1C4;
	border-bottom: 1px solid #BDC1C4;
	width:130px;
	font-family: Arial, Verdana;
	font-size:11px;
	cursor: hand;
	height: 23px;
	background-color:#e0e0e0;
	background-repeat: repeat-x;
	background-position: center;
	text-align: left;
	padding-left:4px;	
}
.ChildItemOver
{
	border-left: 1px solid #BDC1C4;
	border-right: 1px solid #BDC1C4;
	border-bottom: 1px solid #BDC1C4;
	width:130px;
	font-family: Arial, Verdana;
	font-size:11px;
	cursor: hand;
	height: 23px;
	background-color:White;
	background-repeat: repeat-x;
	background-position: center;
	text-align: left;
	color:#808080;
	padding-left:4px;
}
.MenuItemToolTip
{
	background-color: #fffacd;
	border-style:solid;
	border-width:1px;
	border-color: black; 
	font-family: Arial;	
	padding: 3px;
	font-size:8pt;
	text-align: left;
}

.Separator 
{
	cursor: pointer;
	cursor: hand;
}

/*======================== Classic Blue Panel ===========================================*/
.panelbarHeader 
{                   
	font-size: 11px; 
	color: #000000;
	font-family: Arial,Verdana;
	font-weight: bold;
	cursor: hand;
	cursor: pointer;
	padding: 4px;
	background-color: #F7F7F7;
	border: 1px solid #BBBBBB;
	height: 25px;
}

.panelbarHeaderHover 
{                   
	font-size: 11px; 
	color: #000000;
	font-family: Arial,Verdana;
	font-weight: bold;
	cursor: hand;
	cursor: pointer;
	padding: 4px;
	background-color: #E9E9E9;
	border: 1px solid #BBBBBB;
	height: 25px;
}

.panelbarHeaderExpand
{
	font-size: 11px; 
	color: #000000;
	font-family: Arial,Verdana;
	height: 25px;
	font-weight: bold;
	cursor: hand;
	cursor: pointer;
	padding: 4px;
	background-color: #E9E9E9;
	border: 1px solid #BBBBBB;
	border-bottom: 0px;
}

.panelbarItem 
{
	font-size: 11px; 
	color: #000000;
	font-family: Arial,Verdana;
	width: 100%;
	cursor: hand;
	cursor: pointer;
	padding: 3px;
	padding-left: 16px;
	background-color: #F0F0F0;
	border: 1px solid #C1D9E5;
	border-top: 0px;
	text-decoration: none;
	display: block;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.panelbarItemSelected
{
	font-size: 11px; 
	color: #000000;
	font-family: Arial,Verdana;
	width: 100%;
	cursor: hand;
	cursor: pointer;
	padding: 3px;
	padding-left: 16px;
	background-color: #ffffff;
	border: 1px solid #C1D9E5;
	border-top: 0px;
	text-decoration: underline;
	display: block;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
