﻿.bd
{
    font-weight:bold;
}
.clear
{
    clear:both;
 }
.fl
{
    float:left;
}
.fr
{
    float:right;
}
.fontWenhei
{
    font-family:'微软雅黑';
}
.colorred
{
    color:Red;
}
.btnsubmit
{
    background: url(/Images/Icons/btnBack.png);
    width: 60px;
    height: 25px;
    color: White;
    text-align: center;
    cursor: pointer;
    background-repeat: no-repeat;
}
.btncancel
{
    background: url(/Images/Icons/btnCancelBack.png);
    width: 60px;
    height: 25px;
    color:#3B4044;
    text-align: center;
    cursor: pointer;
    background-repeat: no-repeat;
}
input.error { border: 1px solid red; }
label.error {
          padding-left: 5px;
          padding-bottom: 2px;
          font-weight: bold;
          color: red;
}
.textbox {
  border: 1px solid #95B8E7;
  vertical-align: middle;
}
.w170
{
    width:170px;
}
.w200
{
    width:200px;
}
.w215
{
    width:215px;
}
.w250
{
    width:250px;
}
.w90
{
    width:90px;
}
.w50
{
    width:60px;
}
.textalignr
{
    text-align:right;
}
.textaligncenter
{
    text-align:center;
}
.textalignleft
{
    text-align:left;
}
 .mt10
 {
     margin-top:10px;
 }
 .bacolor1
 {
     background-color:#DBE7F6;
 }
 .bordercolor
 {
     border-color:#E0ECFF;
 }
.table-c table{border-right:1px solid #DBE7F6;border-bottom:1px solid #DBE7F6} 
.table-c table td{border-left:1px solid #DBE7F6;border-top:1px solid #DBE7F6}
.table-d table{border-right:2px solid #95B8E7;border-bottom:2px solid #95B8E7; border-left:2px solid #95B8E7; border-top:2px solid #95B8E7} 
.table-d table td{border-left:1px solid #DBE7F6;border-top:1px solid #DBE7F6}
.table-e table{border-right:1px solid #DBE7F6;border-bottom:1px solid #DBE7F6; border-top:0px} 
.table-e table td{border-left:0px solid #DBE7F6;border-top:0px solid #DBE7F6}
.divConten
{
    width:410px; 
    height:40px; 
    margin-left:7px;
}
.divConten2
{
    width:410px; 
    height:65px; 
    margin-left:7px;
}
.button
{
    background-color: #60C2FF;
    color: White;
    text-align: center;
    height: 28px;
    line-height: 28px;
    cursor: pointer;
    float: right;
    margin-left: 10px;
}
.button2
{
    background-color: #60C2FF;
    color: White;
    text-align: center;
    cursor: pointer;
}
.contentCenter
{
     text-align:center;
}
.nodisplay
{
    display:none;
}
/*字体颜色*/
.fontBlue
{
    color:#2FA4E7;
}
.fontRed
{
    color:Red;
}
.fontBlack
{
    color:Black;
}
.fontGray
{
    color:#555555;
}
.pointer
{
   cursor:pointer;
}

.btnButton
{
    
}
