body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #000000;
    margin: 0px;
}

th{
    color: #000000;
    font-weight: bold;
    font-size: 12px;
    border-bottom: 1px solid gray;
    text-align: left;
}

#banner {
    background-image: url(images/topbg.gif);
    height: 55px;
    width: 100%;
    text-align: left;
}

#menu {
    font-size: 12px;
    font-weight: bold;
    color: #555555;
}

.style1 {
    color: #993300;
    font-weight: bold;
    font-size: 14px;
}

#button 
{
    color: #555555;
}


#button a{
    
    border: 1px solid #CCCCCC;
    margin: 3px;
    float: left;
    height: 120px;
    width: 100px;
    text-align: center;
    vertical-align: middle;
    color: #555555;
    text-decoration: none;        

}
#button a:hover {
    background-color: #E8E8E8;
}
#button a:visited {
    
    border: 1px solid #CCCCCC;
    margin: 3px;
    float: left;
    height: 120px;
    width: 100px;
    text-align: center;
    vertical-align: middle;
        color: #555555;
        text-decoration: none;    

    }

#footer {
    color: #CCCCCC;
    background-color: #F4F4F4;
    margin: 0px;
    padding: 4px;
    width: 100%;
    text-align: center;
    border-top-width: 1px;
    border-top-style: solid;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    border-top-color: #999999;
    bottom: auto;
}

.page_title
{
    font-size: 16px;
    font-weight: bold;
}

.tr_height
{
    height: 40px;
}

.table_class1
{
    padding: 10px;
}

.button_s
{
    padding-left: 10px;
    padding-right: 10px;
    border: 2px outset gray;
    background: #ffffff;
    font-weight: bolder;
}

.err_msg
{
    color: red;
}

.messagebox{
 position:absolute;
 width:100px;
 margin-left:10px;
 border:1px solid #c93;
 background:#ffc;
 padding:3px;
}
.messageboxok{
 position:absolute;
 width:auto;
 margin-left:10px;
 border:1px solid #349534;
 background:#C9FFCA;
 padding:3px;
 font-weight:bold;
 color:#008000;
}
.messageboxerror{
 position:absolute;
 width:auto;
 margin-left:10px;
 border:1px solid #CC0000;
 background:#F7CBCA;
 padding:3px;
 font-weight:bold;
 color:#CC0000;
}

.login_bg {
    background-color: #F1F3F5;
    border: 1px solid #CCCCCC;
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size: 90%;
}

.login_bg2 {
    background-color: #E9ECEF;
    border: 1px solid #CCCCCC;
}

.login_text {
    color: #C64934;
    font-size: 24px;
    font-weight: bold;
}

.tableclass td {
    padding-bottom: 5px;
    padding-top: 5px;
}

.chinese
{
	background: #F5B8CF;
}