
.AGP_GUI_Contextmenu *
{
  font-family: Tahoma;
  font-size:11px;
}


.AGP_GUI_ContextmenuHideDiv
{
    visibility:hidden;
    position:absolute;
    top:0px;
    left:0px;

}

.AGP_GUI_Contextmenu
{
  
  position:absolute;
  font-family: Tahoma;
  font-size:11px;
  border:1px solid #9D9DA1;
  background-color:#E0DFE3;
  width:100px;
  heigth:100px;
}

.AGP_GUI_ContextOption
{
  padding:3px;
  background-color:#E0DFE3;
  border:2px solid #E0DFE3;
  cursor:hand;
}

.AGP_GUI_ContextStripe
{
  padding-left:3px;
  padding-right:3px;
  font-size:1px;
  heigth:0px;
  background-image: url(../image/gui/contextwittestreep.jpg);
  background-repeat: repeat-x;
  background-position: left -6px;
}

.AGP_GUI_ContextOption.default
{
  font-weight:bold;
}

.AGP_GUI_ContextOption.highlite *
{
  background-color:#FFFFFF;
}

