﻿*
{
    padding: 0;
    margin: 0;
}
.marginTopMid
{
    background-image: linear-gradient(to left bottom, rgb(96,156,244) 10%, rgb(243,247,254) 60%);
    background-repeat: no-repeat;
    height: 70px;
}
.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: center;
}
.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);
}

#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;
}

.gmd-5 {
  -webkit-box-shadow: 0 19px 38px rgba(0, 0, 0, 0.30), 0 15px 12px rgba(0, 0, 0, 0.22);
  -moz-box-shadow: 0 19px 38px rgba(0, 0, 0, 0.30), 0 15px 12px rgba(0, 0, 0, 0.22);
  -ms-box-shadow: 0 19px 38px rgba(0, 0, 0, 0.30), 0 15px 12px rgba(0, 0, 0, 0.22);
  -o-box-shadow: 0 19px 38px rgba(0, 0, 0, 0.30), 0 15px 12px rgba(0, 0, 0, 0.22);
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.30), 0 15px 12px rgba(0, 0, 0, 0.22);
}