﻿/*编辑单列资料 见wrechargeonly*/
.tb_edit
{
    margin-left:20px;
   border:0px;
}
.tb_edit tr
{
    line-height: 45px;
      color: #2B2C30;
      font-size: 18px;
      height: 45px;
}
.tb_edit td
{
    margin-bottom:10px;
    background-color: #F2F2F2;
    line-height: 45px;
      color: #2B2C30;
      font-size: 18px;
      height: 80%;
}
.tb_edit .hidden
{
      height: 0px;
}
/*表格 见wdoctor/worder*/
.tb_list thead tr td
{
    
    border-bottom-style:dotted;
border-bottom-color:#EBEBEB;
/*border-bottom-width:2px;*/
}
.tb_list tbody tr td
{
    border-bottom-style:dotted;
border-bottom-color:#EBEBEB;
border-bottom-width:1px;
line-height:35px;
font-weight:bold;
}
.tb_list .td_left
{
    font-weight:lighter;
}
/* 见aWin\wAdvertise\wAdType */
.tb_view
{
    width:100%;
    font-size:large;
}

.tb_view  thead
{
    background-color: #CFF6F0;
    margin:5px 0px 5px 0px;
    height:35px;
}
.tb_view  tbody tr
{
    height:35px;
}
.tb_view tbody tr:nth-child(2n){  
  background-color: #F2F2F2;
}   