body, a, td {
    font-weight: normal;
    font-size: 14px;
    font-family: arial;
}

.page_frame, .page_frame_mobile {
    background-repeat:no-repeat;
    margin: auto;
    position: absolute;
    left: 0px;
    right: 0px;
    z-index: 1;
}

.page_frame {
    top: 0px;
    bottom: 0px;
}

.page_frame_mobile {

}

.screen_block {
    background: rgba(0, 0, 0, 0.4);

    display: none;

    margin: auto;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;

    z-index: 100; //this needs to be on top.
}

.page_loading {
    position:absolute; 
    top:0; 
    left:0; 
    width:100%; 
    height:100%; 
    //background:url(/images/common/jquery/loading.gif) no-repeat 50% 50%; 
    z-index:10; 
    display:none;
}

.logo_frame {
    position: absolute;
    
    background-image: url(/images/parts/logo.png);
    background-repeat:no-repeat;

    z-index: 6;
}

.menu_frame {
    background-color: #242424;
    position: absolute;
    z-index: 6;
}

.view_frame {
    background-repeat:no-repeat;

    position: absolute;
    background-color: white;
    z-index: 2;
}

.classroom_frame {
    position: absolute;
    background-color: white;
    z-index: 3;
}

.info_frame {
    position: absolute;
    background-color: white;
    border: 2px solid black;
    border-radius: 10px;
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 4px;
    padding-bottom: 2px;
    overflow: hidden;
    font-size: 14px;
    font-weight: 700;
    z-index: 5;
}

.cc_frame {
    position: absolute;
    background-color: white;
    border: 2px solid black;
    border-radius: 10px;
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 4px;
    padding-bottom: 2px;
    z-index: 4;
    overflow: hidden;
}

.cc_text {
    background-color: white;
    font-size: 14px;
    font-weight: 700;
    overflow-x: hidden;
    overflow-y: auto;
    width: 100%;
}

.VMenu {
    background-color: #242424;
    color: #FFFFFF;
    vertical-align: top;
    width: 150px;
}

.VMenuItem {
    color: #FFFFFF;
    text-align: left;
    padding-left: 5px;
    font-size: 12px;
    line-height: 18px;
}

.VMenuSub {
    padding-left: 20px;
}

.VMenuActive {
    background-color: #3f3f3f;
}

.VMenuSplit {
    border-bottom: 1px solid #3f3f3f;
    Height: 1px;
    overflow: hidden;
}

.VMenuItem {
    border-bottom: 1px solid #242424;
}

a.VMenuItem {
    padding-left: 0px;
    text-decoration: none;
}

a.VMenuItem {
    border-bottom: 0px;
}

.VMenuItem:hover, .VMenuItem_sub:hover {
    background-color: #313131;
}

.button {
    background-repeat:no-repeat;

    position: absolute;
    cursor: pointer;

    border: 2px solid black;
    border-radius: 6px;

    width: 22px;
    height: 22px;

    font-size: 14px;
    font-weight: 900;
    line-height: 22px;
    text-align: center;

    background: rgba(255, 255, 255, 0.4);

    z-index: 4;
}

.next_button {
    background-image: url(/images/common/icons/next.png);
}

.previous_button {
    background-image: url(/images/common/icons/previous.png);
}

.home_button {
    background-image: url(/images/common/icons/home.png);
}

.menu_button {
    background-image: url(/images/common/icons/mobile_menu.png);
}

.cc_button {
    //background-image: url(/images/cc.png);
}

.info_button {
    //background-image: url(/images/info.png);
}

.mobile_button {
    background: transparent;
    border: 0px;
}

.play_button {
    background-image: url(/images/common/icons/play.png);
}

