/* --------- Static classes -------- */

.ContextMenu_TopGroup
{
  background-color:#D9D9E6; 
  border:solid 1px #666666; 
  cursor:default; 
}

.ContextMenu_MenuGroup
{
  background-image:url(../Images/DocLib2_Menu_Pattern.gif);
  background-color:white;
  border:solid 1px #666666; 
  cursor:default; 
}

.ContextMenu_MenuItem
{
  color:black; 
  font-family:tahoma; 
  font-size:11px; 
  margin:1px; 
  cursor:default; 
}

.ContextMenu_MenuItemHover 
{
  background-color:#F0F0EC; 
  color:black; 
  font-family:tahoma; 
  font-size:11px; 
  border:solid 1px #666666; 
  cursor:default; 
}

.ContextMenu_MenuBreak
{
  background-image:url(../Images/DocLib2_Menu_Pattern2.gif);
  width:100%;
  height:1px;
}

.ContextMenu_DisabledMenuItem
{
   color:gray; 
 font-family:tahoma; 
  font-size:11px; 
  margin:1px; 
  cursor:default; 
}

.ContextMenu_DisabledMenuItemHover 
{
  color:gray; 
 font-family:tahoma; 
  font-size:11px; 
  margin:1px; 
  cursor:default; 
}

.Explorer_ScrollBar
{
  background-image: url(../images/scroller/scroller_bg.gif); 
}

.Explorer_ScrollGrip
{
  background-image: url(../images/scroller/scroll_gripBg.gif); 
}