﻿/* 背景色 */
.bodyBackColor
{
    background-color: #F5F5F5;
}

/* 顶端信息栏 */
.topInfo
{
    height: 20px;
    vertical-align: text-bottom;
    line-height: 20px;
}

/* 顶端logo */
.topLogo
{
    background-color: #f55b5c;
    height: 40px;
    color: White;
    line-height: 40px;
    font-size: large;
}

/* 底端logo */
.Buttom
{
    background-color: #f58182;
    height: 28px;
    vertical-align: bottom;
    color: White;
    font-size: small;
    line-height: 28px;
}

/* 左边 菜单组的div */
.left_dd
{
    border-bottom: #7B9EBD 2px solid;
    border-left: #7B9EBD 1px solid;
    background-color: #ffffff;
    margin-bottom: 2px;
    border-top: #7B9EBD 1px solid;
    border-right: #7B9EBD 1px solid;
    text-align: left;
}
/* 左边 菜单组的标题 */
.left_dd .title
{
    border-bottom: #d3e4f9 1px solid;
    line-height: 25px;
    background-color: #c7dcf9;
    padding-left: 7px;
    height: 25px;
    color: #0C4A97;
    font-weight: bold;
}
.left_dd UL
{
    line-height: 26px;
    list-style-type: none;
    margin: 4px 15px;
}
.left_dd UL LI
{
    list-style-type: none;
    color: #666;
}
/* 菜单中的当前页面 */
.left_dd UL .linow
{
    list-style-type: none;
    color: #cc3300;
}
/* 菜单中的当前页面连接 */
.left_dd UL .linow A
{
    color: #cc3300;
    text-decoration: none;
}

/* 页面名称 */
.title
{
    font-weight: bold;
    height: 26px;
    vertical-align: text-bottom;
    line-height: 30px;
}

.title2
{
    border-bottom: 1px solid #f62323;
    height: 52px;
    line-height: 52px;
    padding-top: 4px;
    text-align: left;
    width: 100%;
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: 5px;
}

.temp
{
    width: 0%;
    float: left;
    margin-left: 0%;
}

.temp2
{
    width: 10%;
    float: left;
    height: 48px;
}

.stepDiv
{
    float: left;
    text-align: center;
    width: 20%;
}
.step5Div
{
    float: left;
    text-align: center;
    width: 20%;
}

.stepNoLineImg
{
    width: 30%;
    height: 22px;
    float: left;
}
.stepLineImg
{
    background: url(images/Line.png);
    width: 30%;
    height: 22px;
    float: left;
}
.stepImgDiv
{
    width: 40%;
    height: 22px;
    float: left;
}
.stepImg
{
    width: 82%;
    height: 20px;
    float: left;
    background-color: #f62323;
    border-radius: 20px;
    line-height: 20px;
    color: White;
    border: 2px solid #f62323;
}

.stepGrayImg
{
    width: 82%;
    height: 20px;
    float: left;
    background-color: White;
    border-radius: 20px;
    line-height: 20px;
    color: #f62323;
    border: 2px solid #f62323;
}

.stepInfo
{
    margin-top: 25px;
    height: 22px;
    vertical-align: middle;
    line-height: 22px;
    font-weight: bold;
    padding-right: 4px;
    color: #f62323;
}