/*	
================================
CSS by the XD Design team - http://www.xd.com.au
================================
*/ 

.panevright { width: 80px; padding: 6px; }


.MainMenu_MenuBar TD { cursor: pointer;  cursor: hand;  height:16; }
.MainMenu_MenuItem { color: #666666; font-family: Arial, Helvetica, sans-serif; font-size: 9pt;  font-weight: bold; font-style: normal; background: transparent; height: 20px; padding: 1px; }


/* Active Menu  */
.ActiveRootTab TD { width: 80px; color: #FFFFFF; font-family: Arial, Helvetica, sans-serif; font-size: 9pt;  font-weight: bold;  background:transparent!important; height: 20px;  }
.RootTab TD { width: 80px; height: 20px; font-family: Arial, Helvetica, sans-serif; font-size: 9pt;  font-weight: bold;  color: #ffffff; background:transparent!important;  }
.SelectedRootTab TD { width: 80px; color: #eaeaea; height: 20px; font-family: Arial, Helvetica, sans-serif; font-size: 9pt; font-weight: bold; background: #888888;  }
.BreadcrumbRootTab TD { width: 80px; font-family: Arial, Helvetica, sans-serif; font-size: 9pt;  font-weight: bold;  background:transparent; color: #ffffff; height: 20px;   }
.ActiveSubTab { background:transparent; color: #ffffff; font-family: Arial, Helvetica, sans-serif; font-size: 9pt; font-weight: bold;  padding: 2px;  }
.SubTab { background: #ffffff; color: #000000; font-family: Arial, Helvetica, sans-serif; font-size: 9pt;  font-weight: bold;  padding: 2px;  }
.SelectedSubTab { background: #888888; color: #000000; font-family: Arial, Helvetica, sans-serif; font-size: 9pt;  font-weight: bold;  padding: 2px; height: 20px;  }
.BreadcrumbSubTab { background: transparent; color: #ffffff; font-family: Arial, Helvetica, sans-serif; font-size: 9pt;  font-weight: bold; padding: 2px;  }

/* this is the colour in the dropdown menu */
.MainMenu_SubMenu { width:140px; z-index: 1000;  cursor: pointer;  cursor: hand;  font-family: Arial, Helvetica, sans-serif; font-size: 9pt; font-weight: bold;  font-style: normal;  color: #C14337; height: 20px; padding: 2px;  }
.MainMenu_MenuItemSel { color: #ffffff;  font-family: Arial, Helvetica, sans-serif; font-size: 9pt;  font-weight: bold;  font-style: normal;  height: 20px; padding: 2px;  }
.MainMenu_RootMenuArrow, .MainMenu_MenuArrow { display: none;  }




/* Menu */
.ActiveRootTab TD {
	width: 80px;
	color: #006600;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	background: transparent;
	text-align: center;
}
/* Top level item */
.RootTab TD {
	width: 80px;
	height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color:#000000;
	background: transparent;
	text-align: center;
}
/* Top level Hover item */
.SelectedRootTab TD {
	width: 80px;
	color: #666666;
	height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	background: transparent;
	text-align: center;
}

.BreadcrumbRootTab TD {
	width: 80px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color:#333333;
	height: 20px;
	text-align: center;
}
.ActiveSubTab {
	background-color: #FEA203;
	color: #FF0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	padding: 2px;
}
.SubTab { background: #ffffff; color: #000000; font-family: Arial, Helvetica, sans-serif; font-size: 9pt;  font-weight: bold;  padding: 2px; }

.SelectedSubTab {
	background: #C14337;
	color: #FEA203;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	padding: 2px;
	height: 20px;
}
.BreadcrumbSubTab {
	background: transparent;
	color:#006600;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	padding: 2px;
}

.MainMenu_MenuItem IMG, .SelectedRootTab TD IMG

{
	display: block;
	margin:0px;
	padding:0px;
} 


/* this is the colour in the dropdown menu */
.MainMenu_SubMenu td {
	width:140px;
	z-index: 1000;
	cursor: pointer;
	cursor: hand;
	background: #404040;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	color:#ffffff;
	height: 20px;
	padding: 2px;
}
.MainMenu_MenuItemSel {
	background: transparent;
	color: #FEA203;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	height: 20px;
	padding: 2px;
}
.MainMenu_RootMenuArrow, .MainMenu_MenuArrow {
	display: none;
}
