/* ================================
    CSS STYLES FOR ONDEMAND
   ================================
*/   

/* text style for the selected tab */

        

/* Menu-Styles */
/* Module Title Menu */
.ModuleTitle_MenuContainer {
/*
	border-bottom: blue 0px solid; 
	border-left: blue 0px solid; 
	border-top: blue 0px solid; 
	border-right: blue 0px solid; 
*/
}

.ModuleTitle_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height:16;
	background-color: Transparent;
}

.ModuleTitle_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	color: #666666; 
	font-family: Verdana; 
	font-size: 8pt; 
	border-left: white 0px solid; 
	border-bottom: white 0px solid; 
	border-top: white 0px solid; 
	border-right: white 0px solid;
	background-color: Transparent;
}

.ModuleTitle_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: #BFEF84; 
	border-left: #BFEF84 1px solid; 
	border-bottom: #BFEF84 1px solid; 
	border-top: #BFEF84 1px solid; 
	text-align: center; 
	width: 15; 
	height: 21;
}

.ModuleTitle_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color: #FDFEFD; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3); 
	border-bottom: #BFEF84 1px solid; 
	border-left: #FDFEFD 1px solid; 
	border-top: #FDFEFD 1px solid; 
	border-right: #BFEF84 1px solid;
}

.ModuleTitle_MenuBreak {
	border-bottom: #FDFEFD 1px solid; 
	border-left: #FDFEFD 0px solid; 
	border-top: #FDFEFD 1px solid;  
	border-right: #BFEF84 0px solid; 
	background-color: white; 
	height: 1px;
}

.ModuleTitle_MenuItemSel {

	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Verdana; 
	font-size: 8pt; 
	font-weight: bold; 
	background-color: #C0C0FF;
}

.ModuleTitle_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
	border-right: #FDFEFD 1px solid; 
	border-bottom: #FDFEFD 1px solid; 
	border-top: #FDFEFD 0px solid;
}

.ModuleTitle_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}

/* Main Menu */

.MainMenu_MenuContainer {
	/*border-bottom: gray 1px solid; 
	border-left: white 1px solid; 
	border-top: white 1px solid; 
	border-right: gray 1px solid; */ 
	background-color: Transparent;
}

.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand; 
	height:32px;
}

.MainMenu_TabRootMenuItem TD
{
	background-image: url('images/button_middlebg.gif');	
	height: 32px
}

.MainMenu_TabRootMenuItemSel TD
{
	background-image: url('images/button_middlebg.gif');	
	height: 32px
}

.MainMenu_TabMenuItemHover TD
{
	background-image: url('images/button_middlebg.gif');	
	color: #3D8306;
	height: 32px;
	/*background-color: silver;*/
}

.MainMenu_TabMenuItemSelHover TD
{
	background-image: url('images/button_middlebg.gif');	
	color: #666666;
	height: 32px;
}


.MainMenu_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	color: Black; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 8pt; 
	font-weight: normal; 
	font-style: normal; 
	border-left: #FDFEFD 0px solid; 
	border-bottom: #FDFEFD 1px solid; 
	/*border-top: #FDFEFD 1px solid; */
	border-right: #FDFEFD 0px solid;
	height: 32;
}

.MainMenu_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: #BFEF84; 
	border-left: #BFEF84 1px solid; 
	border-bottom: #BFEF84 1px solid; 
	border-top: #BFEF84 1px solid; 
	text-align: center; 
	width: 15; 
	height: 28;
}

.MainMenu_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color: #E3F3E3; 
	COLOR:#5D9B06;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#FDFEFD, Direction=135, Strength=3) ; 
/*
	border-bottom: #404040 0px solid; 
	border-left: #FF8080 0px solid; 
	border-top: #FF8080 0px solid; 
	border-right: #404040 0px solid;
*/
}

.MainMenu_MenuBreak {
	border-bottom: transparent 0px solid; 
	border-left: transparent 0px solid; 
	border-top: transparent 0px solid;  
	border-right: transparent 0px solid; 
	background-color: transparent; 
	height: 1px;
}

.MainMenu_MenuItemSel {
	background-color: #5D9B06;
	color:#FDFEFD;
	cursor: pointer; 
	cursor: hand; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 8pt; 
	font-weight: normal; 
	font-style: normal;
	height:28px;
}

.MainMenu_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
	border-right: #FDFEFD 1px solid; 
	border-bottom: #FDFEFD 1px solid; 
	border-top: #FDFEFD 1px solid;
	height:28px;
}

.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}

.PageTitle 
{
	color: white; 
	color:White; 
	font-family: Arial; 
	font-size: 14pt; 
	font-weight: bold;
}


/* Styles for text */

	text-decoration: none;
	font-weight: bold;
}
