﻿ body
{
    font-family: Arial;
    background-color: white;
    text-align: left;
    text-decoration: none;
}
.custDIV
{
    background-image: none;
    visibility: visible;
    color: black;
    direction: ltr;
    line-height: normal;
    font-family: Arial;
    letter-spacing: normal;
    position: static;
    background-color: white;
    text-align: left;
}
.custBUTTON
{
    font-weight: bold;
    cursor: hand;
    text-transform: capitalize;
    color: black;
    font-family: Arial;
    border-top-style: ridge;
    border-right-style: ridge;
    border-left-style: ridge;
    border-bottom-style: ridge;
}
.custComboBox
{
    font-weight: normal;
    font-family: Arial;
    position: static;
    text-align: left;
    border-right: black thin solid;
    border-top: black thin solid;
    border-left: black thin solid;
    border-bottom: black thin solid;
}
 html
        {
            background-color:white;
        }
        .tabs
        {
            position:relative;
            top:1px;
            left:10px;
        }
        .tab
        {
            border:solid 1px black;
            background-color:#eeeeee;
            padding:2px 10px;
        }
        .selectedTab
        {
            background-color:white;
            border-bottom:solid 1px white;
        }
        .tabContents
        {
            border:solid 1px black;
            padding:10px;
            background-color:white;
        }
        .popupWindow
        {
        position:absolute;
        left:10px;
        top:40px;
        width:800px;
        border:solid 1px black;
        padding:10px;
        background-color:white;
        filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=5, OffY=5, Color=#cccccc); 
       }
       .formPanelCompany
       {
        position:absolute;
        left:10px;
        top:80px;
        width:800px;
        border:solid 1px black;
        padding:10px;
        background-color:white;
        filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=5, OffY=5, Color=#cccccc); 
       }
      .menuPanel
        {
        position:absolute;
        left:5px;
        top:5px;
        width:300px;
        padding:10px;
        background-color:white;
       }       
       .emptyPopupWindow
        {
        position:absolute;
        left:10px;
        top:100px;
        width:800px;
        border:solid 1px black;
        padding:10px;
        background-color:white;
        filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=5, OffY=5, Color=#cccccc); 
       }
       .readOnlyLabel
       {
        vertical-align: middle; 
        color: black; 
        border:solid 1px black;
        background-color: white; 
        text-align: left; 
        border-bottom-style: solid;
       }
    .staticMenuItem
        {
            color:black;
            border:solid 1px black;
            padding:2px 4px;
        }
        .menuHover
        {
            color:whitesmoke;
            background-color:LightGrey;

        }
        .dynamicMenuItem
        {
            color:black;
            padding:2px 4px; 
            border:solid 1px black; 

        }
        .dynamicMenu
        {
            border:Solid 1px black;
            filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=5, OffY=5, Color='gray', Positive='true')" 
        }       
