#Left_Pane {
    float: left;
    height: 100%;
    width: 15%;
}

#Right_Pane {
    float: left;
    height: 99%;
    width: 85%;
}

#Who_Div {
    width: 100%;
    height: 10%;
}

#Menu_Div {
    width: 100%;
    height: 90%;
}



ul.menu, ul.menu ul {
    list-style-type:     none;
    padding:             0;
    cursor:              pointer;
    font-family:         Arial, Helvetica, sans-serif;
    font-size:           14px;
    font-weight:         bold;
    -webkit-user-select: none;
    -moz-user-select:    none;
    -ms-user-select:     none;
    user-select:         none;
}



ul.menu span:hover {
    background-color: #0000ff;
    color:            #ffffff; 
}



ul.menu {
    padding-left: 1ex;
}



ul.menu > li {
    padding-top: 0.5ex;
}



ul.menu > li > ul {
    display:      none;
    padding-left: 2ex;
    font-weight:  normal;
}


@media screen and (max-width: 500px) {
    #Left_Pane {
        min-width: 100px;
        height: auto;
    }
    
    ul.menu, ul.menu ul  {
        font-size: 16px;
    }
    
    ul.menu > li > ul {
        list-style-type: disc;
        display:      none;
        padding-left: 4em;
        font-weight:  normal;
    }

    ul.menu > li {
        padding-top: 2em;
        padding-left: 2em;
    }
    
    ul.menu > li > ul > li {
        padding-top: 1em;
        padding-bottom: 1em;
    }
}



#Content_Div {
    width: 100%;
    height: 100%;
}

#Logon_Form {
    display: table;
    margin: 0 auto;
    font-weight: bold;
}

#Logon_Form > div {
    display: table-row;
}

#Logon_Form > div > div {
    display: table-cell;
    padding: 0 1em 0.5em 1em;
}

#Logon_Form input {
    font-weight: bold;
    padding: 0.5ex 1ex;
}

#Logon_Form input[type=submit] {
    padding: 1ex 3ex;
}

#News_Div {
    overflow: hidden;
}

#News_Div > div {
    max-width: 900px;
    max-height: 500px;
    margin-top: 100px;
    overflow: auto;
}

#News_Div ul {
    padding-left: 3em;
    font-size: 13px;
}

.mp-news-day {
    font-size: 14px;
    font-weight: bold;
}

.mp-news-name {
    font-weight: bold;
}

.mp-news-name li {
    white-space: pre-wrap;
}

#News_Div div > ul > li > ul
{
    margin-top: 1em;
    margin-bottom: 3em;
}

#News_Div div > ul > li > ul > li > ul
{
    margin-top: 0.3em;
    margin-bottom: 1.3em;
}

#News_Div li {
    white-space: pre-wrap;
}
