<style type="text/css">
<!--
        /* <![CDATA[ */
            body {
                       height: 100%;
            }

                /*               LEGEND
                | .content    -- the content div             |
                | #tabs       -- the div that holds all tabs |
                | .tab        -- an inactive tab             |
                | .tabActive  -- an active tab               |
                | .tabHover  -- an inactive tab onMouseOver  |
                |___________________________________________*/

     .content {
         /*position: relative;
         #z-index: 1;
         #note, this makes the editor full screen not work
         */
         border: 1px solid #CECBCE;
         background-color: #EEEEEE;
     }
     div.tabs {
         padding: 8px 0px 0px 0px;
         font-size: 10px;
         line-height: 15px;
         white-space: nowrap;
         font-family: Arial, sans-serif;
         cursor: default !important;
         font-weight: 700 !important;
         white-space:nowrap;
         z-index: 10000;
        /* -Moz-User-Select: none;*/
      }
     .tab {
         border: 1px solid #CECBCE;
         padding: 2px 9px 1px 9px;
         background-color: #BBBBBB;
         color: #303036;
         z-index: 100;
         border-bottom-width: 0;
      }
      .tabHover {
         background-color: #46596f;
         color:#fff;
         z-index: 1200;
         border-bottom-width: 0;
      }
      .tabActive {
         padding: 4px 9px 3px 9px;
         color: #060610 ;
         background-color: #EEEEEE;
         background-image: url(/images/white.gif);
         z-index: 10000;
      }
      a.removeTab {
          font-size: smaller;
          text-decoration: none;
      }

        /* ]]> */
-->
</style>