html,body      {height:100%;
                font-family: Tahoma, Verdana, Arial;
                font-size:12px;
                font-weight:normal;
                margin:0px;
                padding:0px;
                background-color: #ffffff;
                overflow:auto;      
                    scrollbar-3dlight-color:#404040;
                    scrollbar-arrow-color:#505050;
                    scrollbar-base-color:#e0e0d0;
                    scrollbar-darkshadow-color:#b0b090;
                    scrollbar-face-color:#e0e0d0;
                    scrollbar-highlight-color:#f0f0e0;
                    scrollbar-shadow-color:#c0c0a0}


iframe          {border:1px solid black;height:100%;width:100%}


.flip                   {border:1px outset #808080;
                         background-color:#ccffff;
                         cursor:pointer;
                         margin-left:3px}

.flap                   {border:1px solid #a0a0a0;
                         background-color:auto;
                         cursor:pointer;
                         margin-left:3px}


table.MainView  {border:1px solid #a0a0a0;
                 border-top:1px solid #e0e0e0;
                 background-color: #e0e0d0;
                 width:600px;
                 background-color: #e0e0d0;
                 margin-left:auto;
                 margin-right:auto}

/* TAB definition */

.tab-left-active        {width:100px;
                         text-align:center;
                         font-weight:bold;
                         border-top:1px solid #ffffff;
                         border-bottom:0px none;
                         border-left:1px none;
                         border-right:1px solid black;
                         font-size:11px;
                         height:19px;
                         cursor:default}

.tab-left-inactive      {width:100px;
                         background-color:#d0d0c0;
                         color:#707070;
                         text-align:center;
                         font-weight:bold;
                         border-top:1px solid #f0f0f0;
                         border-bottom:1px solid #a0a0a0;
                         border-right:1px solid #707070;
                         border-left:1px;                         
                         font-size:11px;
                         height:19px;
                         cursor:pointer}

.tab-active             {width:100px;
                         text-align:center;
                         font-weight:bold;
                         border-top:1px solid #ffffff;
                         border-bottom:0px none;
                         border-left:1px none;
                         border-right:1px solid black;
                         font-size:11px;
                         height:19px;
                         cursor:default}

.tab-inactive           {width:100px;
                         background-color:#d0d0c0;
                         color:#707070;
                         text-align:center;
                         font-weight:bold;
                         border-top:1px solid #f0f0f0;
                         border-bottom:1px solid #a0a0a0;
                         border-left:1px none;
                         border-right:1px solid #707070;
                         font-size:11px;
                         height:19px;
                         cursor:pointer}

.tab-right-active       {width:100px;
                         text-align:center;
                         font-weight:bold;
                         border-top:1px solid #ffffff;
                         border-bottom:0px none;
                         border-left:1px none;
                         border-right:1px none;
                         font-size:11px;
                         height:19px;
                         cursor:default}

.tab-right-inactive     {width:100px;
                         background-color:#d0d0c0;
                         color:#707070;
                         text-align:center;
                         font-weight:bold;
                         border-top:1px solid #ffffff;
                         border-bottom:1px solid #a0a0a0;
                         border-left:1px none;
                         border-right:1px none #707070;
                         font-size:11px;
                         height:19px;
                         cursor:pointer}

.tab-none               {width:100px;
                         border:0px none;
                         border-bottom:1px solid #a0a0a0;
                         background-color:#d0d0c0;
                         height:19px;
                         cursor:default;
                         font-size:11px;
                         padding-left:3px;
                         font-weight:bold}

.tab-content            {height:350px;
                         vertical-align:top;
                         padding:2px}

@media print {

    .body-zoom  {zoom:60%}

}