﻿@media (min-width: 1200px) {

    @charset "utf-8";
    /* CSS Document */
    .MenuMember {
        width: 134px;
        height: 21px;
        text-align: left;
        margin-top: 12px;
        margin-right: auto;
        margin-bottom: auto;
        margin-left: 16px;
        color: #000000;
        text-decoration: none;
        font-weight: bold;
    }

        .MenuMember a:link {
            color: #000000;
            text-decoration: none;
        }

        .MenuMember a:visited {
            text-decoration: none;
            color: #000000;
        }

        .MenuMember a:hover {
            text-decoration: underline;
            color: #0000ff;
        }

        .MenuMember a:active {
            color: #0000ff;
        }

    #Menu {
        width: 175px;
        height: 380px;
        float: left;
        /*	background-image:url(../images/left02.jpg);
	background-repeat:no-repeat;
	background-color: #E8E8C4;  */
    }

    #MenuPanel {
        width: 175px;
    }

    #MenuTop {
        width: 134px;
        height: 40px;
    }

    #MenuBottom {
    }

    #Content {
        width: 650px;
        float: left;
    }

        #Content iframe {
            width: 650px;
            height: 680px;
        }

    #Statistics {
        width: 175px;
        height: 50px;
        font-size: 15px;
    }

        #Statistics div {
            margin-left: 5px;
        }


        #Statistics input {
            font-size: 15px;
            border-width: 0;
            font-family: Arial, Helvetica, sans-serif;
        }
}
@media (max-width: 1199px) {
    @charset "utf-8";
    /* CSS Document */
    .MenuMember {
        width: 134px;
        height: 21px;
        text-align: left;
        margin-top: 12px;
        margin-right: auto;
        margin-bottom: auto;
        margin-left: 16px;
        color: #000000;
        text-decoration: none;
        font-weight: bold;
    }

        .MenuMember a:link {
            color: #000000;
            text-decoration: none;
        }

        .MenuMember a:visited {
            text-decoration: none;
            color: #000000;
        }

        .MenuMember a:hover {
            text-decoration: underline;
            color: #0000ff;
        }

        .MenuMember a:active {
            color: #0000ff;
        }

    #Menu {
        width: 175px;
        height: 380px;
        float: left;
        /*	background-image:url(../images/left02.jpg);
	background-repeat:no-repeat;
	background-color: #E8E8C4;  */
    }

    #MenuPanel {
        width: 175px;
    }

    #MenuTop {
        width: 134px;
        height: 40px;
    }

    #MenuBottom {
    }

    #Content {
        width: 100%;
        float: left;
    }

        #Content iframe {
            width: 100%;
            height: 680px;
        }

    #Statistics {
        width: 175px;
        height: 50px;
        font-size: 15px;
    }

        #Statistics div {
            margin-left: 5px;
        }


        #Statistics input {
            font-size: 15px;
            border-width: 0;
            font-family: Arial, Helvetica, sans-serif;
        }
}