/* menuitems box */
div.box 
{
  width:100%;
  margin-bottom:4px;
}

div.uedge 
{
  background-image: url(/i/layout/tedge.gif);
  background-repeat: repeat-x;
}
div.redge 
{
  background-image: url(/i/layout/redge.gif);
  background-position: top right;
  background-repeat: repeat-y;
}
div.bedge 
{
  background-image: url(/i/layout/bedge.gif);
  background-position: bottom left;
  background-repeat: repeat-x;
}
div.ledge 
{
  background-image: url(/i/layout/ledge.gif);
  background-position: top left;
  background-repeat: repeat-y;    
}
div.ulcorner 
{
  background-image: url(/i/layout/tlcorner.gif);
  background-position: top left;
  background-repeat: no-repeat;
}
div.urcorner 
{
  background-image: url(/i/layout/trcorner.gif);
  background-position: top right;
  background-repeat: no-repeat;
}
div.blcorner 
{
  background-image: url(/i/layout/blcorner.gif);
  background-position: bottom left;
  background-repeat: no-repeat;
}
div.brcorner 
{
  background-image: url(/i/layout/brcorner.gif);
  background-position: bottom right;
  background-repeat: no-repeat;
  padding: 4px 4px 6px 4px;
}
div.innercontent 
{
  margin-left:-2px;
  margin-right:-2px;
}

div.boxheader
{
  background-color:#728bc1;
  font-size:11px;    
  font-weight:bold;
  padding-left:4px;
  color:#000;
}

div #boxcontent 
{
  background-color:#92b1f4;
  font-size:12px;
  margin:0px;
  /* padding-left:4px; */
}
   
