﻿body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    background-color: white;
    font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
    font-size: 12px;
    z-index: 1;
    overflow: hidden;
}

html {
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

img {
    border: 0px;
    behavior: url(iepngfix.htc);
}

#mask-overlay {
    position: absolute;
    z-index: 9999;
    background-color: #ffffff;
    display: none;
    padding: 0px;
    border-width: 15px;
    border-color: #CCC;
    border-style: solid;
}

#mask {
    position: absolute;
    z-index: 9998;
    background-color: #000;
    display: none;
    cursor: pointer;
}

#contentRoot {
    margin-left: 00px;
}

div > #scrollPanel {
    position: absolute !important;
    top: 20px !important;
    left: 0px;
    bottom: 0 !important;
    right: 0 !important;
    overflow: auto !important;
}

#scrollPanel {
    _position: relative;
    _overflow: auto;
}

body > #leftColumn {
    background: #DCDCDC !important;
    width: 0px !important;
    height: auto !important;
    bottom: 0 !important;
    left: 0 !important;
    top: 0 !important;
    position: absolute !important;
    display: none;
}

#leftColumn {
    _float: left;
    _width: 0px;
    _margin-left: -100%;
    _background: #DCDCDC;
    _position: relative;
    _display: none;
}

#rightColumn {
    float: left;
    width: 100%;
    z-index: 2;
    overflow: hidden;
}


#headerDiv {
    background-color: black;
    height: 20px;
    overflow: hidden;
}

#headerImg {
    max-width: 400px;
    width: 100%;
    height: 20px;
    min-height: 20px;
}

#content {
    padding: 5px;
    height: auto;
}




#menu {
    list-style: none;
    margin-top: 20px;
    margin-left: -28px;
    *margin-left: 12px;
}

    #menu li {
        cursor: pointer;
        height: 50px;
    }

        #menu li.selected {
            background-color: #fff;
            margin-left: -8px;
        }

            #menu li.selected img {
                margin-left: 8px;
                background-color: #fff;
            }

        #menu li img {
            vertical-align: middle;
            margin-top: 15px;
        }
