﻿body
{
    background: #ECF3FB;
    font-size: 12px;
    width: 742px;
    margin:0px auto;
    padding:0;
    color:#000;
}
.title
{
    font-weight: bold;
    background: url(/Content/Image/resbtn.gif) repeat-x;
    height: 22px;
    line-height: 22px;
    border-bottom: 1px solid #3F5FA6;
    text-indent: 8px;
    border-top-color: #3F5FA6;
    border-bottom-color: #3F5FA6;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-top-style: solid;
    border-bottom-style: solid;
}
/*弹出窗口活模式框的背景*/
.btn_bg
{
    background: url(/Content/Image/resbtn.gif) 0px 0px;
    border: 1px solid #7AADC8;
    height: 21px;
    line-height: 21px;
    cursor: pointer;
    width: 334px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-left: 0;
}
.btn_bg1
{
    background: url(/Content/Image/resbtn.gif) 0px -64px;
    border: 1px solid #8b9c56;
    height: 21px;
    line-height: 21px;
    cursor: pointer;
    width: 334px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-left: 0;
}

.baseInfo
{
    font-size: 12px;
    width: 100%;
    line-height: 25px;
    margin:0px;
    padding:0px;
}
.divstye
{
    border-right-style: solid;
    border-left-style: solid;
    border-right-color: #3F5FA6;
    border-left-color: #3F5FA6;
    border-right-width: 1px;
    border-left-width: 1px;
}
/*table行交替换色background-color:#A3C8FA;*/
.baseInfo tr
{
    background-color: expression('#F7F7F7,#ECF3FB'.split(',')[rowIndex%2]);
}
.baseInfo tr td span
{
    color: #FF0000;
}
.fontsmall
{
    font-size: 12px;
    padding-left: 2px;
    line-height: 22px;
}
.btn
{
    font-size: 12px;
    background: url(/Content/Image/resbtn.gif) 0px -5px;
    border: 1px solid #7AADC8;
    padding-top: 2px;
    cursor: pointer;
}
.btn1
{
    float:left;
    font-size: 14px;
    background: url(/Content/Image/resbtn.gif) 0px -5px;
    border: 1px solid #7AADC8;
    padding-top: 2px;
    width:80px;
    margin-left:3px;
}
A:link
{
    color: #428EFF;
    text-decoration: none;
}
A:visited
{
    color: #428EFF;
    text-decoration: none;
}
A:hover
{
    color: #428EFF;
    text-decoration: underline;
}

