﻿body {
}
.PicWall{
    display:normal
}

.PicWallMobile{
    display:none;
}

.TopArea{
    height:200px;
    text-align:center;
    margin-top: 30px;
        padding-right: 30px;
}

    .TopArea .ImgArea {
        /*background-image:  url('../../Images/PicWallBackground.png');*/
        background-repeat:repeat;
        height:100%;
        margin-left: 30px;
        background-color: rgb(26,37,99);
        /*background-color: rgb(1,67,127);*/
        /*background-size: 120%;*/
        /*background-size:1800px*/
        /*background-position-x: 80%;*/
    }

.TopArea .TopAreaTitle{
    width: 30%;
    /* margin-top: 100px; */
    color: white;
    font-size: 30px;
    /*padding-top: 50px;*/
    /*padding-left: 100px;*/
}
.TopArea img{
    height:200px
}

.ImgArea{
    height:100%; /*background-color:rgb(19,19,47)*/
}

.MiddleArea{
    /*width:95%;*/margin-top:20px;margin-left:30px
}


.MiddleArea .MiddleAreaLeft{
    width:280px;float:left;height:100%;
}
.no-border{
    border-style:none
}

.MiddleArea .MiddleAreaRight{
    height:100%; /*width:80%;*/float:left;border-style:none
}

#calendar{
    font-family:'Segoe UI';width: 90%; margin-top:20px
}

.MiddleArea .MiddleAreaRight .MiddleAreaRightTitleFirst{
    height:60px;width:100%
}

.MiddleArea .MiddleAreaRight .MiddleAreaRightTitleFirst div
{
    float:left
}

.MiddleArea .MiddleAreaRight .MiddleAreaRightTitleFirst .MiddleAreaRightTitleFirstImg img{
    width:50px
}

.MiddleArea .MiddleAreaRight .MiddleAreaRightTitleFirst .MiddleAreaRightTitleFirstTitle
{
    margin-top:10px;
    margin-left: 20px;
}


.MiddleArea .MiddleAreaRight .MiddleAreaRightTitleSecond{
    height:60px;width:100%;float:left;margin-top:30px
}

.MiddleArea .MiddleAreaRight .MiddleAreaRightTitleSecond div {
    float:left
}

.MiddleArea .MiddleAreaRight .MiddleAreaRightTitleSecond .MiddleAreaRightTitleSecondImg img {
    width: 50px;
}

.MiddleArea .MiddleAreaRight .MiddleAreaRightTitleSecond .MiddleAreaRightTitleSecondTitle
{
    margin-top:10px;
    margin-left: 20px;
}
   

.Item{
    width:250px;height:100px;margin-left:30px;
    float:left;font-family:Calibri;font-size:2em;
        border-style: solid;
   border-width: 1px;
    border-bottom-width: 1px;
    border-left-color: white;
    border-right-color: white;
    border-top-color: white;
    border-bottom-color: rgb(217,217,217);
}

.Item:hover{
    /*border-left-color: #d5d5d5;
    border-right-color: #d5d5d5;
    border-top-color: #d5d5d5;*/
    -moz-box-shadow: 0 0 5px rgb(142,178,253);/* 老的 Firefox */
box-shadow: 0 0 5px rgb(142,178,253)
}

.Item .ItemImg{
        width: 25%;
    height: 70%;
    float: left;
        margin-top:10%
   
}

.Item .ItemImg img{
    width:90%
}

.Item .ItemName{
    width:75%;height:70%;float:left;margin-top:9%

}

.Item .ItemName span {
    color: black;
    font-size:21px;
    
    display: inline-block;
}

#navigationIdenExist, #navigationIdenProcess,#navigationIdenNewERP,#navigationIdenAdidas{
    border-width:0
}


