  .panel {
    margin: 0 auto; /* center for now */
    width: 17em; /* ems so it will grow */
    background: url(images/box-r.gif) no-repeat bottom right;
    font-size: 100%;
    }
  .panelstatus {
    margin: 0 auto; /* center for now */
    width: 17em; /* ems so it will grow */
    background: url(images/boxstatus-r.gif) no-repeat bottom right;
    font-size: 100%;
    }
  .boxhead {
    background: url(images/header-r.gif) no-repeat top right;
    margin: 0;
    _margin: 0 -2px 0 0;
    padding: 0;
    text-align: center;
    height:24px;
    }
  .boxhead h2 {
    background: url(images/header-l.gif) no-repeat top left;
    margin: 0;
    padding: 7px 0 2px 15px;
    font-weight: bold;
    text-align: left;
    font-family: "Trebuchet MS", verdana, arial;
    font-size: 10px; color: #378080;
    }
  .boxbody {
    background: url(images/box-l.gif) no-repeat bottom left;
    padding:0;
    _padding:0 2px 0 0;
    margin: 0;
    }
  .boxfooter {
    height: 15px;
    background: url(images/footer-l.gif) no-repeat bottom left;
    margin: 0;
    padding: 5px 0 2px 15px;
    }
  .panelstatus .boxfooter {
    font-size: 9px;
    color: #999;
    height: 15px;
    background: url(images/footerstatus-l.gif) no-repeat bottom left;
    margin: 0;
    padding: 5px 0 8px 15px;
    
    }
  .content {
    overflow: auto;
    padding: 0;
	margin-right:0px;
	margin-right:3px;
	margin-left:2px;
    }

   .menubar_panel {
	background-image: url(/umbraco_client/tabView/images/background.gif);
	height:32px;
	border-bottom:1px solid #919B9C;
   }
 

  .guiDialogTinyMark {
    font-family: "Trebuchet MS", verdana, arial;
    font-size: 10px; color: #606057;
    }
