/* ================================
CSS STYLES FOR DotNetNuke Midnight Blue Skin by tandemsys.com - 
	 Modified for DotNetNuke 3.35& 4.35 by Nina Meiers - http://www.xd.com.au
	 All credits belong to tandemsys.com - thank you for providing this great skin for DotNetNuke
	 
	 Changes made by Nina include
	  - Set Icons to not display
	  - changed menu background colours to match skin
	  - set height in menu

 	 Changes made by Andy
	  - changed menu graphics to match Basic2 containers
   ================================
*/   

/* GENERAL */
/* style for module titles */
.Head {
	font-weight: bold;
	font-size: 12px;
	color: Black;
	font-family: Arial, Helvetica;
}

/* background color for the content part of the pages */
Body
{
	background-color: #4a6c93;
}
.LeftPane {
}
.ContentPane {
}
.RightPane {
}
/* text style for the selected tab */
.SelectedTab
{
	font-weight: bold;
	font-size: 11px;
	color: white;
	font-family: Arial, Helvetica;
}
/* hyperlink style for the selected tab */
	A.SelectedTab:link {
	text-decoration:none;
	color: white;
}
A.SelectedTab:visited  {
	text-decoration:none;
	color: white;
}
A.SelectedTab:active   {
	text-decoration:none;
	color: white;
}
A.SelectedTab:hover{
	text-decoration:none;
	color: white;
}
/* text style for the unselected tabs */
.OtherTabs {
	font-weight: bold;
	font-size: 10px;
	color:white;
	font-family: Arial, Helvetica;
	text-decoration: none;
}
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
	text-decoration:none;
	color:white;
}
A.OtherTabs:visited  {
	text-decoration:none;
	color:white;
}
A.OtherTabs:active   {
	text-decoration:none;
	color:white;
}
A.OtherTabs:hover{
	text-decoration:underline;
	color:white;
}
/* Main Menu */
.MainMenu_MenuContainer {
	background-color: transparent;
}
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand; 
	height:16;
}
.MainMenu_MenuItem {
	border-right: #3E5877 0px solid;
	border-top: #3E5877 0px solid;
	font-weight: bold;
	font-size: 13px;
	border-left: #3E5877 0px solid;
	cursor: hand;
	color: Black;
	border-bottom: #3E5877 0px solid;
	font-family: Arial;
	height: 18px;/* Nina Mod */
}
.MainMenu_MenuIcon {
	/*cursor: pointer; 
	cursor: hand; 
	background-color: #4A6C93;
	border-left: #000000 0px solid; 
	border-right: #000000 0px solid; 
	border-bottom: #000000 0px solid; 
	border-top: #000000 0px solid; 
	text-align: center; 
	width: 15; 
	height: 21;*/  /*nina mod*/
	display: none;
}
.MainMenu_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color: #D9E1E5; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#374E69', Direction=135, Strength=3) ; 
	border-bottom: #3E5877 0px solid; 
	border-left: #3E5877 0px solid; 
	border-top: #3E5877 0px solid; 
	border-right: #3E5877 0px solid;
}
.MainMenu_MenuBreak {
	border-bottom: #404040 1px solid; 
	border-left: #FF8080 1px solid; 
	border-top: #FF8080 1px solid;  
	border-right: #404040 1px solid; 
	background-color: #000000; 
	height: 0px;
}
.MainMenu_MenuItemSel {
	font-weight: bold;
	font-size: 13px;
	cursor: hand;
	color: white;
	font-style: normal;
	font-family: Arial, Helvetica;
	background-color:#4a6c93;
	height: 18px;/* Nina Mod */
}
.MainMenu_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	color: #E39701; 
	cursor: pointer; 
	cursor: hand; 
	border-right: #000000 0px solid; 
	border-bottom: #000000 0px solid; 
	border-top: #000000 0px solid;
}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}