.MenuAuthoring
{ 
	display: none; 
	background: white; 
	border-color: black; 
	border-style:solid; 
	border-width:1px; 
	cursor: hand; 
	width: 200px; 
	position: absolute 
}

.MenuItemIcon
{ 
	width:22px;
	height:18px; 
	background-image: url(../images/console/BackIcon.jpg); 
	text-align: center; 
}

.MenuItemText
{ 
	font-size:12px; 
	font-family: Arial, Verdana 
}

.Statusdiv
{
   background-color:#ffffff;
   color:red;
   
   
   /* Pour IE, il faut absolument mettre une largeur, alors soit width=100%,
      soit c'est un div positionné et dimensionné comme dans cet exemple.*/
   filter:alpha(opacity=75);
   -moz-opacity:0.75;
   opacity: 0.75;
   
	PADDING-RIGHT: 0px; 
	PADDING-LEFT: 0px; 
	Z-INDEX: 10; 
	LEFT: 200px; 
	PADDING-BOTTOM: 0px; 
	height:85px;
	PADDING-TOP: 0px; 
	POSITION: absolute; 
	TOP: 13px; 
	width:300px; 
	TEXT-ALIGN: left;
}
