
.MenuGroup
{
	background-image: url(../Img/pageBg.gif);
	border-right:0px solid #C2C2C2;
	border-bottom:0px solid #C2C2C2;
}
.MainGroup
{
	cursor: pointer;
	cursor: hand;
}

/*
.MainItemOrange 
{
	height:50px;
	cursor: pointer;
	cursor: hand;
	font-size: 11px;
	font-family: Arial, Verdana;
	color: #000000;
	width: 120px;
	text-align: center; 
	background-image: url(../Img/orange.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	vertical-align:top;
}
.MainItemOrangeOver
{
	height:50px;
	cursor: pointer;
	cursor: hand;
	font-size: 11px;
	font-weight: bold;
	font-family: Arial, Verdana;
	color: #000000;
	width: 120px;
	text-align: center; 
	background-image: url(../Img/orange.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	vertical-align:top;
}
.MainItemBlue 
{
	height:50px;
	cursor: pointer;
	cursor: hand;
	font-size: 11px;
	font-family: Arial, Verdana;
	color: #000000;
	width: 120px;
	text-align: center; 
	background-image: url(../Img/blue.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	vertical-align:top;
}
.MainItemBlueOver
{
	height:50px;
	cursor: pointer;
	cursor: hand;
	font-size: 11px;
	font-weight: bold;
	font-family: Arial, Verdana;
	color: #000000;
	width: 120px;
	text-align: center; 
	background-image: url(../Img/blue.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	vertical-align:top;
}*/
.MainItemGreen 
{	
	background-color:#b3b4b6;
	width:107px;
	cursor: pointer;
	cursor: hand;
	height:30px;
	font-size: 14px;
	font-family: Tahoma, Arial ;
	color: #FFFFFF;
	padding-right:0px;
	text-align: center; 
	background-repeat: repeat-x;
	background-position: bottom;
	vertical-align:Middle;
	
}
.MainItemGreenOver
{
	width:107px;
	cursor: pointer;
	cursor: hand;
	height:30px;
	font-size: 14px;
	font-family: Tahoma, Arial ;
	color: #333333;
	background-image: url(../Img/menuItemBgOver.gif);
	padding-right:0px;
	text-align: center; 
	background-repeat: repeat-x;
	background-position: bottom;
	vertical-align:Middle;
}
/*
.MainItemYellow 
{
	height:50px;
	cursor: pointer;
	cursor: hand;
	font-size: 14px;
	font-family: Tahoma, Arial;
	color: #000000;
	width: 120px;
	text-align: center; 
	background-image: url(../Img/yellow.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	vertical-align:top;
}
.MainItemYellowOver
{
	height:50px;
	cursor: pointer;
	cursor: hand;
	font-size: 11px;
	font-weight: bold;
	font-family: Arial, Verdana;
	color: #000000;
	width: 120px;
	text-align: center; 
	background-image: url(../Img/yellow.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	vertical-align:top;
}*/
.MenuItem
{
	font-family: Tahoma, Arial;
	width:107px;
	font-size:14px;
	color:#999999;
	cursor: pointer;
	cursor: hand;
	height: 24px;
	/*padding: 6px 0px 6px 7px;
	background-image: url(../Img/menuItemBg.gif);*/
	background-color:#efe8ef;
	background-repeat: repeat-x;
	background-position: center;
	border-bottom: 1px solid #BDBDBD;
	border-top: 1px solid white;
	border-left: 1px solid #D5D5D5;
	border-right: 1px solid #BABABA;
	text-align: left;
}
.MenuItemOver
{
	font-family: Tahoma, Arial;
	width:160px;
	font-size:14px;
	cursor: pointer;
	cursor: hand;
	height: 24px;
	/*padding: 6px 0px 6px 7px;*/
	background-image: url(../Img/menuItemBgOver.gif);
	background-repeat: repeat-x;
	/*
	background-color:#d3d3e1;	
	background-position: center;
	border-bottom: 1px solid #BDBDBD;
	border-top: 1px solid white;
	border-left: 1px solid #D5D5D5;
	border-right: 1px solid #BABABA;*/
	text-align: left;
}

.MainItemClicked
{
	width:107px;
	cursor: pointer;
	cursor: hand;
	height:30px;
	font-size: 14px;
	font-family: Tahoma, Arial ;
	color: #333333;
	background-image: url(../Img/menubg.gif);
	padding-right:0px;
	text-align: center; 
	background-repeat: repeat-x;
	background-position: bottom;
	vertical-align:Middle;
	
}
.MenuItemDisabled
{
	width:107px;
	cursor: pointer;
	cursor: hand;
	height:30px;
	font-size: 14px;
	font-family: Tahoma, Arial ;
	color: #333333;
	background-image: url(../Img/menubg.gif);
	padding-right:0px;
	text-align: center; 
	background-repeat: repeat-x;
	background-position: bottom;
	vertical-align:Middle;
	font-weight:bold;
}
.ChildItemClicked
{
	font-family: Tahoma, Arial;
	width:160px;
	font-size:14px;
	cursor: pointer;
	cursor: hand;
	height: 30px;
	padding: 6px 0px 6px 7px;
	background-image: url(../Img/menuItemBg.gif);
	background-repeat: repeat-x;
	background-position: center;
	border-bottom: 1px solid #BDBDBD;
	border-top: 1px solid white;
	border-left: 1px solid #D5D5D5;
	border-right: 1px solid #BABABA;
	text-align: left;
}
.MenuItemToolTip
{
	background-color: #fffacd;
	border-style:solid;
	border-width:1px;
	border-color: black; 
	font-family: Tahoma, 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: #FFFFFF;
	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: #EDF5FB;
	border: 1px solid #C1D9E5;
	border-top: 0px;
	text-decoration: underline;
	display: block;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}