﻿@charset "utf-8";

*{
    text-shadow:none;
}

p {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

table{
    margin:auto;
}

body {
    width:100%;
	margin-top:0;
    margin-left:0;
	margin-bottom:0;
	margin-right:0;

	/*font-family: sans-serif;*/

    font-family:SimHei;
}

div{
    background-color:rgb(255, 255, 255);
}

/* menu */
.menu_div
{
	position:fixed;
    left:0; 
    top:0; 
    width:100%;

    z-index:1000;

    background-color:rgba(255, 255, 255, 0.8);
}

#menuID
{
    background-color:rgba(255, 255, 255, 0.00);
    margin-top:5px;
    margin-right:5px;

    padding-left:0;
    padding-right:0;
    padding-top:0;
    padding-bottom:0;

    cursor:pointer;
}

/*pop menus*/
#pop_menu
{
	background:rgba(255,255,255,0.8);

    max-width:100%;
    min-width:10em;
    max-height:77%;
	
    position: fixed;  
	top: 40px;  
	right: 0;  
	
	border-size:0;
	
	z-index:1002;

    overflow:auto;
	
	display:none;

    overflow-x:hidden;
    overflow-y:auto;
}

.context_div
{
    /*text-align:center;*/

    margin-bottom:50px;
    margin-top:42px;
    margin-left:0;
    margin-right:0;

    background-color:#e6e6e6;

    padding-left:0;
    padding-right:0;
    padding-top:0;
    padding-bottom:0;

    overflow:hidden;
}

.state_div
{
    height:50px;
    align-content:center;
    background-color:rgba(255, 255, 255, 0.50);
    position:fixed; 
    right:0; 
    bottom:0; 
    width:100%;
}
/* to top */
#top
{
	background-size:cover;
	background-image:url(../../images/top.png);
    background-color:rgba(255, 255, 255, 0.00);

    width:50px;
    height:50px;

    position:fixed; 
    bottom:66px;
    right:0;
}

#top:hover
{
    cursor:pointer;
}

/* img */
.img_div
{
    width:100%;
    vertical-align:middle;
}

/* midle menu */
.middle_menu {
    margin: 0 0 0 0;
    background-image: url('../images/middle_menu.png');
    width:100% /*640px*/;
    height: 42px;
}

.middle_menu a
{
    text-decoration:none;
}

/* back div */
.back_div {
    padding:0 0 0 0;
    width: 100%;
    /*height: 600px;*/
    /*background-image: url('../images/back_div.png');*/
    margin: 0 0 0 0;
}

.inner_div{
    padding:10px 0 10px 0;
    width:100%;
    height:100px;

    border-bottom:5px outset rgba(255, 255, 255, 0.12);
}

.inner_div a{
    text-decoration:none;
}

/* zhuanjia */
.zhuanjiaDiv
{
    /*background-image: url('../images/back_div.png');*/
}




/* grade_get */
.grade_get_div{
    /*background-image: url('../images/back_div.png');*/
}

.grade_tb{
    border:1px solid rgb(185, 185, 185);
}

.grade_tb td{
    border:1px solid rgb(185, 185, 185);
}