﻿body {
    background-color: #EEE;
    font-family: Arial;
    font-size: 10pt;
    color: #444;
}

#FDefault {
    height: 1091px;
    width: 785px;
}

#FLogin {
    height: 130px;
    width: 785px;
}

#FSearch {
    height: 330px;
    width: 700px;
}

#Master {
    height: 800px;
    width: 100%;
}
#myIframe {
    height: 800px;
    width: 100%;
}

    .ParentMenu, .ParentMenu:hover {
    width: 100px;
    background-color: #fff;
    color: #333;
    text-align: center;
    height: 30px;
    line-height: 30px;
    margin-right: 5px;
}

    .ParentMenu:hover {
        background-color: #ccc;
    }

.ChildMenu, .ChildMenu:hover {
    width: 110px;
    background-color: #fff;
    color: #333;
    text-align: center;
    height: 30px;
    line-height: 30px;
    margin-top: 5px;
}

    .ChildMenu:hover {
        background-color: #ccc;
    }

.selected, .selected:hover {
    background-color: #A6A6A6 !important;
    color: #fff;
}

.level2 {
    background-color: #fff;
}




.center {
    z-index: 1000;
    margin: 6px auto;
    padding: 10px;
    width: 190px;
    background-color: white;
    border-radius: 10px;
    filter: alpha(opacity=100);
    opacity: 1;
}

    .center img {
        height: 20px;
        width: 20px;
    }
