﻿input[type=text]::-ms-clear {
    display: none;
    height: 0px;
    width: 0px;
}

@media print {
    #Content {
        position: relative;
    }
}

@media screen {
    #Content {
        position: relative;
        top: 0;
        left: 183px;
        margin-left: 0;
        width: 75%;
        min-height: 600px;
    }
}

#pageMenu {
    position: absolute;
    font-size: 85%;
    top: 0;
    width: 165px;
    height: 600px;
    border-right: solid 1px #dddddd;
}

    #pageMenu a {
        color: #2C5787;
        display: block;
        width: 165px;
        text-decoration: none;
    }

        #pageMenu a.admin {
            color: red;
            display: block;
            width: 165px;
            text-decoration: none;
        }


        #pageMenu a:hover {
            background-position: right bottom;
            color: #2C5787;
            display: block;
            text-decoration: underline;
            background-color: #dddddd;
            background-image: url('../../images/PageMenuHover.png');
            background-repeat: no-repeat;
        }

    #pageMenu ul {
        display: block;
        list-style: none;
        margin: 4px 0 20px 0;
        padding: 4px 0 0 0;
    }

    #pageMenu li {
        display: block;
        margin-left: 0;
        padding-right: 18px;
        margin-top: 5px;
    }

    #pageMenu .divider {
        color: #000000;
        text-align: right;
        width: 100%;
        background-color: #dddddd;
    }

    #pageMenu .mTitle {
        color: #888888;
        font-weight: 600;
        vertical-align: top;
        border-bottom: #dedede 1px solid;
        margin-bottom: 15px;
    }

/* DropShadow */

#master_content .dropShadowPanel span {
    color: white;
    text-decoration: underline;
}

    #master_content .dropShadowPanel span:hover {
        text-decoration: none;
    }


.dropShadowPanel {
    width: 100%;
    background-color: #dddddd;
    color: #444444;
    font-weight: bold; /*border:solid 1px #444444;*/
}


#inputDescriptionControl {
    background-color: #dddddd;
}
