﻿.MainRightContent
{
    width: 860px;
    min-height: 700px;
    float: right;
    background: white;
}
.MainRightContentDetail
{
    width: 100%;
    margin: auto;
}
.PageTitle dt
{
    color: #409EFF;
    height: 14px;
    line-height: 16px;
    padding-left: 10px;
    margin-top: 9px;
    font-weight: bold;
    font-size: 14px;
    float: left;
    border-left: 2px solid #409EFF;
}
.PageTitle dd
{
    float: right;
    font-weight: normal;
    font-size: 14px;
}
.PageTitle a
{
    font-size: 12px;
    color: White;
    text-decoration: none;
    cursor: pointer;
    margin-right: 5px;
    margin-left: 5px;
}
.PageTitle a:hover
{
    font-size: 12px;
    text-decoration: none;
}

.CurEmployeeSimpleInfo
{
    border: 1px solid #CAD9EA;
    height: 30px;
    line-height: 30px;
    width: 998px;
    background: -moz-linear-gradient(center top , #F7FBFE, #D7E1ED) repeat scroll 0 0 rgba(0, 0, 0, 0);
    background: -webkit-gradient(linear,0% 0%,0% 100%,from(#F7FBFE),to(#D7E1ED));
    background: -o-linear-gradient(top,#F7FBFE,#D7E1ED);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F7FBFE',endColorstr='#D7E1ED');
    color: #4A4D4F;
}
.CurEmployeeSimpleInfo dt
{
    float: left;
    width: 715px;
    padding-left: 15px;
    overflow:hidden;
}
.CurEmployeeSimpleInfo dt span
{
    color: #287EC2;
    margin: 0px 15px 0px 5px;
}
.CurEmployeeSimpleInfo dd
{
    float: left;
    text-align: right;
    width: 263px;
    padding-right: 5px;
}


.ContentMiddle
{
    width: 400px;
    margin: 0px auto;
}









