﻿HTML
{
    overflow: hidden;
    height: 100%;
}
*
{
    margin: 0;
    padding: 0;
    font-size: 12px;
}
/*BODY
{
    font-size: 12px;
    background: url(../images/body_background.png) #fff repeat-x left -20px;
    margin: 0px;
    width: 100%;
    color: #222;
    word-break: break-all;
    line-height: 150%;
    font-family: Arial,tahoma,Helvetica,sans-serif;
    height: 100%;
}*/
a
{
    font-family: 宋体;
    font-size: 12px;
    color: #000;
    text-decoration: none;
}
.left
{
    float: left;
}
.right
{
    float: right;
}
.mainmenu
{
    font-size: 12px;
    width: 70px;
    text-align: center;
    cursor: hand;
}
.mainmenuover
{
    font-size: 12px;
    width: 70px;
    text-align: center;
    cursor: hand;
    background: url('../images/main_bg4.jpg') repeat-x;
}
#MainTable
{
    border-right: 0px;
    border-top: 0px;
    border-left: 0px;
    width: 100%;
    border-bottom: 0px;
    border-collapse: collapse;
    height: 100%;
    font-size: 12px;
}
#MainTable THEAD TR
{
    height: 40px;
}
#MainTable THEAD TR TH
{
    padding-right: 10px;
    padding-left: 0px;
    padding-bottom: 0px;
    color: #fff;
    padding-top: 0px;
    text-align: right;
}
#MainTable THEAD TR TH A
{
    font-weight: 400;
    color: #fff;
    text-decoration: none;
}
#MainTable THEAD TR TH A:hover
{
    text-decoration: none;
}
#MainTable TBODY TR TD.t2
{
    /*padding-right: 5px;     padding-left: 5px;     padding-bottom: 5px;     padding-top: 5px;*/
}
#menutable
{
    width: 100%;
    height: 100%;
}
#cnt
{
    width: 100%;
    height: 100%;
}
#main
{
    border-right: #979797 1px solid;
    border-top: #979797 1px solid;
    border-left: #979797 1px solid;
    width: 100%;
    border-bottom: #979797 1px solid;
    height: 100%;
}

/*左侧菜单*/
a
{
    color: #000;
    text-decoration: none;
}
a:hover
{
    color: #ff6600;
    text-decoration: underline;
}
ul
{
    list-style-type: none;
}
img
{
    border: 0px;
}
#main
{
    clear: both;
    margin: 0 5px;
    position: relative;
    height: 100%;
}
#menu
{
    width: 100%;
    position: absolute;
    left: 0;
    padding-top: 6px;
    height: 100%;
    max-height: 100%;
}
#menu div
{
    border: #8cbdef solid 1px;
    margin: 2px;
    background-color: #ffffff;
    padding: 1px;
    margin-bottom: 6px;
    margin-left: 5px;
}
#menu div h2
{
    background: url(../Images/menudown.gif) no-repeat left center;
    height: 27px;
    line-height: 27px;
    color: #000;
    padding-left: 25px;
    cursor: pointer;
}
#menu .hovmenu
{
    background: url(../Images/menuup.gif) no-repeat left center;
}
#menu div li
{
    line-height: 22px;
    margin-bottom: 1px;
    color: #036;
    padding-left: 25px;
    background: url(../Images/line_icon.gif) no-repeat 10px 2px;
}
#menu ul li.on
{
    background: url(../Images/menuLi01.gif) no-repeat 10px 5px;
    color: #f60;
}
#menu ul li.on a
{
    color: #f60;
}
#menu td
{
    font-weight:bold;
}