/* NOTE: we do not default anything since this css is ment*/
/*			to be included for menus along with any other css */
/* -----------------------------------------------------*/
/* generic entries across all elements									*/
/* -----------------------------------------------------*/
td.mbr_button,
td.menubar_main a.mbr_button,
td.menubar_discipline,
td.menubar_discipline a.mbr_button,
td.menubar_left,
td.mbr_button_left,
td.menubar_left a.mbr_button,
div.menu,
div.menu a.mnu_item
{
	font-family:arial,helvetica;
	font-size:x-small;
	color:black;
  font-style: normal;
  font-weight: normal;
}

table.menubar				{width:100%; background:transparent; vertical-align:top; border-width:0}
table.mbr						{width:100%; background:transparent; vertical-align:top; border-width:0}
table.menubar_left	{background:transparent; margin:0; padding:0; vertical-align:top; text-align:left; border-width:0}

/* -----------------------------------------------------*/
/* menubar and menubutton entries	(main)								*/
/* -----------------------------------------------------*/
td.mbr_button			 	
{
	color:#003366; 
	font-weight:bold; 
	background-color:#CCCCCC;
	border-color:#003366; 
	text-align:center;
	cursor: normal;
}

td.mbr_button:hover
{
  background-color: #999999;
  border-color: #003366;
  color: #003366;
	cursor: pointer;
}

td.mbr_button mbr_activebutton,
td.mbr_button mbr_activebutton:hover
{
  background-color: #999999;
  border-color: black;
  color: #ffffff;
  /* left: 1px; */
  top: 1px;
}

/* -----------------------------------------------------*/
/* menubar and menubutton entries	(discipline)					*/
/* -----------------------------------------------------*/
td.menubar_discipline			 	
{
	color:#FFFFFF; 
	font-weight:bold; 
	background-color:#003366; 
	border-color:#003366; 
	text-align:center;
	cursor:normal;
}

td.menubar_discipline:hover
{
  background-color: #999999;
  border-color: #003366;
  color: #FFFFFF;
	cursor:pointer;
}

td.menubar_discipline mbr_activebutton,
td.menubar_discipline mbr_activebutton:hover
{
  background-color: #999999;
  border-color: black;
  color: #ffffff;
  top: 1px;
}

/* -----------------------------------------------------*/
/* menubar and menubutton entries	(meeting)								*/
/* -----------------------------------------------------*/
td.menubar_meeting			 	
{
	color:black; 
	font-weight:bold; 
	background-color:#CCCCCC;
	border-color:#003366; 
	text-align:center;
	cursor: normal;
}

td.menubar_meeting:hover
{
  background-color: #999999;
  border-color: #003366;
  color: black;
	cursor: pointer;
}

td.menubar_meeting mbr_activebutton,
td.menubar_meeting mbr_activebutton:hover
{
  background-color: #999999;
  border-color: black;
  color: #ffffff;
  /* left: 1px; */
  top: 1px;
}

/* -----------------------------------------------------*/
/* menubar and menubutton entries	(left_meeting)					*/
/* -----------------------------------------------------*/
td.menubar_left_meeting			 	
{
	color:#003366; 
	font-weight:bold; 
	background-color:transparent;
	vertical-align:top; 
	text-align:left; 
	padding-left:8px; 
	padding-bottom:2px; 
	padding-top:2px;
	cursor:normal;
}

td.menubar_left_meeting:hover
{
  background-color: #999999;
  border-color: #003366;
  color: #003366;
	cursor:pointer;
}

td.menubar_left_meeting mbr_activebutton,
td.menubar_left_meeting mbr_activebutton:hover
{
  background-color: #999999;
  border-color: black;
  color: #ffffff;
  top: 1px;
}

/* -----------------------------------------------------*/
/* menubar and menubutton entries	(left)								*/
/* -----------------------------------------------------*/
td.mbr_button_left				
{
	color:#003366; 
	font-weight:bold; 
	background-color:transparent; 
	vertical-align:top; 
	text-align:left; 
	padding-left:8px; 
	padding-bottom:2px; 
	padding-top:2px;
	cursor:normal;
}

td.mbr_button_left:hover
{
  background-color: #999999;
  border-color: #003366;
  color: #003366;
	cursor:pointer;
}

td.mbr_button_left a.mbr_activebutton,
td.mbr_button_left a.mbr_activebutton:hover
{
  background-color: #999999;
  border-color: black;
  color: #ffffff;
  top: 1px;
}

/* -----------------------------------------------------*/
/* menubar and menubutton entries	(left)								*/
/* -----------------------------------------------------*/
td.menubar_left_sub		
{
	color:#003366; 
	font-weight:bold; 
	background-color:transparent;
	vertical-align:top; 
	text-align:left; 
	padding-left:8px; 
	padding-bottom:2px; 
	padding-top:2px;
	cursor:normal;
}

td.menubar_left_sub:hover
{
  background-color: #999999;
  border-color: #003366;
  color: #003366;
	cursor:pointer;
}

td.menubar_left				
{
	color:#003366; 
	font-weight:bold; 
	background-color:transparent; 
	vertical-align:top; 
	text-align:left; 
	padding-left:8px; 
	padding-bottom:2px; 
	padding-top:2px;
	cursor:normal;
}

td.menubar_left:hover
{
  background-color: #999999;
  border-color: #003366;
  color: #003366;
	cursor:pointer;
}

td.menubar_left a.mbr_activebutton,
td.menubar_left a.mbr_activebutton:hover
{
  background-color: #999999;
  border-color: black;
  color: #ffffff;
  top: 1px;
}

/* -----------------------------------------------------*/
/* menu, menuitem and menuseparator entries							*/
/* -----------------------------------------------------*/
div.menu
{
  background-color: white;
  border: 1px solid black;
  left: 0px;
  padding: 0px 1px 1px 0px;
  position: absolute;
  top: 0px;
  visibility: hidden;
  z-index: 99;
}

div.menu a.mnu_item
{
  color: #003366;
	border-style: solid;
	border-color: #CCCCCC;
	border-top-width: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
  cursor: default;
  display: block;
  padding: 3px 1em;
  text-decoration: none;
	font-weight:bold;
  white-space: nowrap;
}

div.menu a.mnu_item:hover, div.menu a.mnu_activeitem {background-color: #CCCCCC;}

div.menu a.mnu_item span.mnu_label {}
div.menu a.mnu_item span.mnu_arrow {margin-right: -.75em;}

div.menu div.mnu_separator
{
	border-top: 1px dashed black;
	/*
  border-top: 1px solid #909090;
  border-bottom: 1px solid #f0f0f0;
	*/
  margin: 4px 2px;
}
iframe.blocker
{
	z-index: 98;
	background: transparent;
	visibility: hidden;
	position: absolute;
	/* border: 0px solid black; */
}