/*menu definations*/
#menu
{
   width:100%;
   border:1px solid #ccc;
   }

/* tool tip definations*/
.midas-tooltip{
      background-color: #FFFFCC;
      color: #000;
      padding:2px;
      border:1px #333 solid;
      font-Family: 'Arial';
      font-size: 11px;
      max-width:300px;
}
/* start right click menu definations*/
.midas-right-click-menu
{
   background-color: menu;
   color: #000;
   border:1px #ccc solid;
   font-Family: 'Arial';
   font-size: 11px;
   margin:0px;
}

#contextMenuMCDAenvironments
{
   width:175px;
   color:#000;
   margin:0px;
   border:0px;
   padding:0px;
   display:none;
   }
.menuSelector
{
   width:100%;
   height:20px;
   text-decoration:none;
   cursor:pointer;
   display:block; 
   }
.menuSeletorSpacer
{
   width:100px;
   height:5px;
   display:block;
   }
a.menuLink  
{
   color: #000; 
   text-decoration: none; 
   display: block;
   height:20px; 
   }
a.menuLink:hover  
{
   color: #000;
   background-color:#3366CC;
   text-decoration: none; 
   display: block;
   height:20px; 
   }
a.menuLink:visited  
{
   color: #000;
   text-decoration: none; 
   display: block;
   height:20px; 
   }

/* end right click definations*/

   
/*! Add shadows to your tooltips in: FF3+, Chrome 2+, Opera 10.6+, IE5.5+, Safari 2+ */
.ui-tooltip-shadow{
	-webkit-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
	box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
}
 
	.ui-tooltip-shadow .ui-tooltip-titlebar,
	.ui-tooltip-shadow .ui-tooltip-content{
		filter: progid:DXImageTransform.Microsoft.Shadow(Color='gray', Direction=135, Strength=3);
		-ms-filter:"progid:DXImageTransform.Microsoft.Shadow(Color='gray', Direction=135, Strength=3)";
 
		_margin-bottom: -3px; /* IE6 */
		.margin-bottom: -3px; /* IE7 */
	}
	