﻿*
{
    padding: 0;
    margin: 0;
}
.marginTopMid
{
    /*background-image: url(../Image/header_top.gif);*/
    background-color: #4D829B;
    background-repeat: no-repeat;
    height: 60px;
}
.menubarGroupOpen
{
    width: 100%;
    background-color: #EFEFEF;
    height: 60px;
    vertical-align: middle;
    visibility: visible;
}
.menubarGroupClose
{
    width: 100%;
    background-color: White;
    height: 0px;
    visibility: hidden;
}
.menuSystem
{
    margin: auto auto auto 20px;
}
.menuSystem td
{
    width: 60px;
    text-align: center;
}
.menuSystem span
{
    font-family: Times New Roman, Sans-Serif;
    font-size: 11px;
    font-weight: bold;
    cursor: pointer;
}
.menuExit
{
    margin: auto 20px auto auto;
}
.menuExit td
{
    width: 60px;
    text-align: center;
}
.menuExit span
{
    font-family: Times New Roman, Sans-Serif;
    font-size: 11px;
    font-weight: bold;
    cursor: pointer;
}
.menuListAll
{
    background: rgb(230,230,230) url(../Image/tab_bg.jpg);
    height: 46px;
    text-align: left;
}
.font14px
{
	font-size: 14px;
	font-weight:bold;
	text-align:center;
	text-decoration:underline;
}
.footer
{
    clear: both;
    width: 970px;
    height: 50px;
    background: rgb(225,225,225) url(../Image/bg_foot.jpg) no-repeat;
}

#sddm
{
    margin: 0;
    padding: 0;
    z-index: 100;
}

#sddm li
{
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
    font: bold 11px arial;
}

#sddm li a
{
    display: block;
    margin: 0 1px 0 0;
    padding: 4px 10px;
    width: 202px;
    background: #5970B2;
    color: #FFF;
    text-align: center;
    text-decoration: none;
}

#sddm li a:hover
{
    background: #49A3FF;
}

#sddm div
{
    position: relative;
    visibility: hidden;
    margin: 0;
    padding: 0;
    background: #EAEBD8;
    border: 1px solid #5970B2;
    z-index: 100;
}

#sddm div a
{
    position: relative;
    display: block;
    margin: 0;
    padding: 5px 10px;
    width: 200px;
    white-space: nowrap;
    text-align: left;
    text-decoration: none;
    background: #EAEBD8;
    color: #2875DE;
    font: 11px arial;
}

#sddm div a:hover
{
    background: #49A3FF;
    color: #FFF;
}

.linkSpan
{
    float: right;
    cursor: pointer;
}