
.body
{
	background-image: url(../Img/pageBg1.gif);
	background-repeat:repeat-x;
}
.MenuGroup
{
	cursor: pointer;
	cursor: hand;
	border-right:2px solid #C2C2C2;
	border-bottom:2px solid #C2C2C2;
}
.MainGroup
{
	cursor: pointer;
	cursor: hand;
}
.MainItem
{
	height:29px;
	cursor: pointer;
	cursor: hand;
	font-size: 12px;
	font-family: Arial, Verdana;
	color: #000000;
	width: 120px;
	text-align: center; 
	background-image: url(../Img/MY_EIS.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	vertical-align:top;
}
.MainItemOver
{
	height:29px;
	cursor: pointer;
	cursor: hand;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Verdana;
	color: #000000;
	width: 120px;
	text-align: center; 
	background-image: url(../Img/MY_EIS.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	vertical-align:top;
}
.MainItemGreen 
{
	height:29px;
	cursor: pointer;
	cursor: hand;
	font-size: 12px;
	font-family: Arial, Verdana;
	color: #000000;
	width: 120px;
	text-align: center; 
	background-image: url(../Img/green.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	vertical-align:top;
}
.MainItemGreenOver
{
	height:29px;
	cursor: pointer;
	cursor: hand;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Verdana;
	color: #000000;
	width: 120px;
	text-align: center; 
	background-image: url(../Img/green.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	vertical-align:top;
}
.MainItemBlue 
{
	height:29px;
	cursor: pointer;
	cursor: hand;
	font-size: 12px;
	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:29px;
	cursor: pointer;
	cursor: hand;
	font-size: 12px;
	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;
}



.MainItemOrange 
{
	height:29px;
	cursor: pointer;
	cursor: hand;
	font-size: 12px;
	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:29px;
	cursor: pointer;
	cursor: hand;
	font-size: 12px;
	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;
}

.MainItemRed 
{
	height:29px;
	cursor: pointer;
	cursor: hand;
	font-size: 12px;
	font-family: Arial, Verdana;
	color: #000000;
	width: 120px;
	text-align: center; 
	background-image: url(../Img/red.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	vertical-align:top;
}
.MainItemRedOver
{
	height:29px;
	cursor: pointer;
	cursor: hand;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Verdana;
	color: #000000;
	width: 120px;
	text-align: center; 
	background-image: url(../Img/red.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	vertical-align:top;
}
.MenuItem
{
	font-family: Arial, Verdana;
	width:160px;
	font-size:12px;
	cursor: pointer;
	cursor: hand;
	height: 26px;
	padding: 6px 0px 6px 7px;
	background-image: url(../Img/menuitmbg.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;
}
.MenuItemOver
{
	font-family: Arial, Verdana;
	font-size:12px;
	cursor: pointer;
	cursor: hand;
	height: 26px;
	padding: 6px 0px 6px 7px;
	background-image: url(../Img/menuitmbgover.gif);
	background-repeat: repeat-x;
	background-position: center;
	border-bottom: 1px solid #BDBDBD;
	border-top: 1px solid white;
	border-left: 1px solid #FE9D56;
	border-right: 1px solid #BABABA;
	text-align: left;
}

.MenuItemClicked
{
	font-family: Arial, Verdana;
	font-size:12px;
	cursor: pointer;
	cursor: hand;
	height: 26px;
	padding: 6px 0px 6px 7px;
	background-image: url(../Img/menuitmbgover.gif);
	background-repeat: repeat-x;
	background-position: center;
	border-bottom: 1px solid #BDBDBD;
	border-top: 1px solid white;
	border-left: 1px solid #FE9D56;
	border-right: 1px solid #BABABA;
	text-align: left;
}
.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;
}

.panelbarHeaderCollapsed
{ 		
	FONT-SIZE: 12px; 
	COLOR: #35609A;
	FONT-FAMILY: Arial,Verdana;
	font-weight: bold;
	cursor: hand;
	cursor: pointer;
	background-image: url('../Img/HeaderCollapsedBg.gif');
	background-repeat: no-repeat;
	height: 25px;
	padding-left: 7px;
	margin-top: 5px
}

.panelbarHeaderHover 
{ 		
	FONT-SIZE: 12px; 
	COLOR: #373737;
	FONT-FAMILY: Arial,Verdana;
	font-weight: bold;
	cursor: hand;
	cursor: pointer;
	background-image: url('../Img/HeaderCollapsedBg.gif');
	background-repeat: no-repeat;
	height: 25px;
	padding-left: 7px;
	margin-top: 5px
}

.panelbarHeaderExpand
{
	FONT-SIZE: 12px; 
	COLOR: #ffffff;
	FONT-FAMILY: Arial,Verdana;
	font-weight: bold;
	cursor: hand;
	cursor: pointer;
	background-image: url('../Img/expandBgblue.gif');
	background-repeat: no-repeat;
	height: 25px;
	padding-left: 7px;
	margin-top: 5px
}

.panelbarItem, .panelbarItemLast, .panelbarItemDisabled
{
	FONT-SIZE: 12px; 
	COLOR: #35609A;
	FONT-FAMILY: Arial,Verdana;
	cursor: hand;
	cursor: pointer;
	background-color: white;
	text-decoration: none;
	border-left: 1px solid #00619B;
	border-right: 1px solid #00619B;
	border-bottom: 1px solid #E8F0D9;
	padding-left: 7px;
	height: 19px;
}
.panelbarItemHover, .panelbarItemHoverLast, .panelbarItemHoverDisabled
{
	border-right: #00619b 1px solid;
	padding-left: 7px;
	font-weight: bold;
	font-size: 12px;
	border-left: #00619b 1px solid;
	cursor: pointer;
	color: #78bb82;
	border-bottom: #e8f0d9 1px solid;
	font-family: Arial,Verdana;
	height: 19px;
	background-color: white;
	text-decoration: none;
}
.panelbarItemLast, .panelbarItemHoverLast
{
	border-bottom: 1px solid #00619B;
}

.panelbarItemDisabled, .panelbarItemHoverDisabled
{
	color: pink;
	cursor:default;
}

.outerPanelbar
{
	background-color: #6487DC;
	padding-left: 20px;
	padding-bottom: 20px;
	border: 1px solid #2151B2;
}


.mm_panelbarHeaderExpand
{
	FONT-SIZE: 12px; 
	COLOR: #153D7D;
	FONT-FAMILY: Arial,Verdana;
	font-weight: bold;
	cursor: hand;
	cursor: pointer;
	cursor: help;
	background-image: url('../App_Themes/Environment/RadPanelbar/Img/mm_expandBg.gif');
	background-repeat: no-repeat;
	height: 25px;
	width: 189px;
	padding-left: 21px;
	margin-top: 5px
}

.mm_panelbarItem, .mm_panelbarItemLast, .mm_panelbarItemDisabled
{
	FONT-SIZE: 12px; 
	COLOR: #215DC6;
	width: 188px;
	FONT-FAMILY: Arial,Verdana;
	cursor: hand;
	cursor: pointer;
	background-color: white;
	text-decoration: none;
	border-bottom: 1px solid #E8F0D9;
	padding-left: 21px;
	height: 19px;
}
.mm_panelbarItemHover, .mm_panelbarItemHoverLast, .mm_panelbarItemHoverDisabled
{
	FONT-SIZE: 12px; 
	COLOR: #373737;
	color:blue;
	width: 188px;
	FONT-FAMILY: Arial,Verdana;
	cursor: hand;
	cursor: pointer;
	background-color: white;
	text-decoration: none;
	border-bottom: 1px solid #E8F0D9;
	padding-left: 21px;
	height: 19px;
}
.mm_panelbarItemLast, .mm_panelbarItemHoverLast
{
	border-bottom: 1px solid #E8F0D9;
}

.mm_panelbarItemDisabled, .mm_panelbarItemHoverDisabled
{
	color: pink;
	cursor:default;
}

.mm_cellModuleMap
{
	border-right: 1px solid #E8F0D9;
}
.mm_tableModuleMap
{
	border-left: 1px solid #E8F0D9;
	border-bottom: 1px solid #E8F0D9;
}