/* 
================================
DotNetNuke Skin styles for MSE
================================
*/   

/* background color for the content part of the pages */
Body
{
     background-color: #E0F2FC;
}


/* Main Menu */

/* Menu-Styles */


/* Main Menu */

.MainMenu_MenuContainer {
	border: #666666 2px solid;
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3) ; 
}

.MainMenu_MenuBar {
	background-color: Transparent;

	cursor: pointer; 
	cursor: hand; 
	/*
	height:21px;
	*/
}

.MainMenu_TabRootMenuItem TD
{
    /*
	height: 21px;
	*/
}

.MainMenu_TabRootMenuItemSel TD
{
    /*
	height: 21px;
	*/
}

.MainMenu_TabMenuItemHover TD
{
/*	background-image: url(TabCWhite.jpg);	*/

	color: Red;
	/*
	height: 21px;
	*/
	/*background-color: silver;*/
}
/*
.MainMenu_TabMenuItemSelHover TD
{
	background-image: url(TabCRed.jpg);	
	color: White;
	height: 25px;
}
*/


/* Root-Men Separators */
.MainMenu_MenuBreak {
	border-bottom: teal 0px solid;
	border-left: teal 00px solid;
	border-top: teal 0px solid;
	border-right: 1px solid Gray;
	background-color: #00FF66;
	color: Gray;
	width: 120px;
	height: 1px;
}

.MainMenu_MenuItem {
	cursor: hand; 
	cursor: hand; 
	font-family: Arial,sans-serif;
	border-left: Teal 0px solid; 
	border-bottom: Teal 0px solid; 
	border-top: Teal 0px solid; 
	border-right: Teal 0px solid;
	cursor: pointer;
	cursor: hand;
	color: #333333;
	font-size: 9pt;
	font-weight: normal;
	font-style: normal;
	background-color: #FFFFFF;
	font-family: Arial,sans-serif;
	/* border: 0px solid Teal; */
	border-color: #FF6600;
	height:21px;

}

.MainMenu_MenuIcon {
	cursor: hand; 
	cursor: hand; 
	display:none;
	background-color: #E0F2FC; 
	border-left: transparent 0px solid; 
	border-bottom: DarkGray 0px solid; 
	border-top: DarkGray 0px solid; 
	text-align: center; 
	width: 0; 
	height: 0px;
}

.MainMenu_SubMenu {
	z-index: 1000; 
	cursor: hand; 
	cursor: hand; 
	background-color: transparent; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3) ; 
	
	border-left: #FF6600 2px solid;
	border-bottom: 2px solid #FF6600;
	border-top: 2px solid #FF6600;
	border-right: 2px solid #FF6600;
	cursor: pointer;
	cursor: hand;
	color: #FFFF99;
	font-size: 9pt;
	font-weight: normal;
	font-style: normal;
	background-color: transparent;
	font-family: Arial,sans-serif;
	border-color: FF6600;
	
	
/*
	border-bottom: #404040 0px solid; 
	border-left: #FF8080 0px solid; 
	border-top: #FF8080 0px solid; 
	border-right: #404040 0px solid;
*/
}


.MainMenu_MenuItemSel {
	background-color: #FF6600;
	cursor: hand; 
	cursor: hand; 
	height:21px;
	
	border-color: #333333;
	border-left: teal 0px solid;
	border-bottom: teal 0px solid;
	border-top: teal 0px solid;
	cursor: pointer;
	cursor: hand;
	color: #000000;
	font-family: Arial,sans-serif;
	font-size: 9pt;
	font-weight: normal;
	font-style: normal;
}

.MainMenu_MenuArrow {
	font-family: webdings;
	font-size: 9pt;
	cursor: pointer;
	cursor: hand;
	border-right: silver 0px solid;
	border-bottom: silver 0px solid;
	border-top: silver 0px solid;
	width: 10px;
	padding: 0px 5px 0px 5px;
	background-image: url(menu_right.gif);
}

.MainMenu_RootMenuArrow {
	font-family: webdings;
	font-size: 9pt;
	cursor: pointer;
	cursor: hand;
	width: 10px;
	padding: 0px 5px 0px 5px;
	background-image: url(menu_down.gif);
}

.RootMenuItemBreadcrumb {
	background-color:#FF6600;
	color:#000000;
	border-left: #FF6600 0px solid;
	border-bottom: 0px solid #FF6600;
	border-top: 0px solid #FF6600;
	border-right: 0px solid #FF6600;
}
