/*	
================================
CSS by the XD Design team - http://www.xd.com.au
================================
*/

/* for customised menu colours */
.main_dnnmenu_container
{
	background: transparent;
	width: auto;
}
.main_dnnmenu_itemhoverroot td
{
	color: #333333;/*dark gray*/

}
.main_dnnmenu_item td
{
	/* Add TD if yes for tables option for menu */
	cursor: auto;
	color: #ffffff;/* white*/
	font-size: 10pt;
	font-weight: bold;
	font-style: normal;
	background: Transparent;
	white-space: nowrap;
	height: 25px;
}

.main_dnnmenu_itemhover
{
	/*color: inherit;*/
	color: #ffffff;
	background: transparent; /*padding: 0px 12px 0px 5px;*/
	height: 25px;
}
.main_dnnmenu_itemhover td
{
	color: #333333;
	height: 25px;
}

/* changing padding here to give more space on sub menu text - check browsers for behaviour */
.main_dnnmenu_submenu
{
	background-color: #ffbe71;
	z-index: 1000;
	cursor: crosshair;
	padding: 2px 3px 2px 3px; /* creates spacing between sub-menu items */
}
.MainMenu_MenuBreak
{
	background: transparent;
	color: #333333;
	font-size: 10pt;
	font-weight: bold;
	font-style: normal;
}
.Normal
{
}

.MainMenu_MenuBar TD
{
	cursor: pointer;
	cursor: hand;
	height: 16;
}
.MainMenu_MenuItem
{
	color: #666666;/*gray*/
	font-size: 10pt;
	font-weight: bold;
	font-style: normal;
	color: white;
	background: transparent;
	height: 25px;
	padding: 1px;
}

/* Menu */
.ActiveRootTab TD
{
	/*width: 150px;*/
	color: green;
	font-size: 10pt;
	font-weight: bold;
	background: transparent;
	text-align: center;
}
/* Top level item */
.RootTab TD
{
	/*width: 150px;*/
	height: 25px;
	font-size: 10pt;
	font-weight: bold;
	color: #ffffff;
	background: transparent;
	text-align: center;
}
/* Top level Hover item */
.SelectedRootTab TD
{
	/*width: 150px;*/
	color: #cccccc;
	height: 25px;
	font-size: 10pt;
	font-weight: bold;
	background: transparent;
	text-align: center;
}

.BreadcrumbRootTab TD
{
	/*width: 150px;*/
	font-size: 10pt;
	font-weight: bold;
	color: #efefef;
	height: 25px;
	text-align: center;
}
.ActiveSubTab
{
	background-color: #FEA203;
	color: red;
	font-size: 10pt;
	font-weight: bold;
	padding: 2px;
}
.SubTab
{
	background: #ffffff;
	color: #000000;
	font-size: 10pt;
	font-weight: bold;
	padding: 2px;
}
.SelectedSubTab
{
	background: #C14337;
	color: #000000;
	font-size: 10pt;
	font-weight: bold;
	padding: 2px;
	height: 25px;
}
.BreadcrumbSubTab
{
	background: transparent;
	color: green;
	font-size: 10pt;
	font-weight: bold;
	padding: 2px;
}

/* this is the colour in the dropdown menu */
.MainMenu_SubMenu td
{
	width: 140px;
	z-index: 1000;
	cursor: pointer;
	cursor: hand;
	background: #404040;
	font-size: 10pt;
	font-weight: bold;
	font-style: normal;
	color: #ffffff;
	height: 25px;
	padding: 2px;
}
.MainMenu_MenuItemSel
{
	background: transparent;
	color: #FEA203;
	font-size: 10pt;
	font-weight: bold;
	font-style: normal;
	height: 25px;
	padding: 2px;
}
.MainMenu_RootMenuArrow, .MainMenu_MenuIcon, .MainMenu_MenuArrow
{
	display: none;
}




