.tableAll
{
    width: 500px;
    background-color: #BF8C4B;
}
.tableAll tr.line_dash
{
    background-image: url(../images/line_dash.gif);
    background-repeat: repeat-x;
    background-position: bottom;
}

.tableAll td
{
    padding: 4px;
    background-color: #E2CD96;
    color: #7F3014;
    font-size:12px;
}

.tableAll th
{
    padding: 4px;
    background-color: #D9BA79;
    color: #7F3014;/*A6763C;*/
}

.tableAll td.TopTitle
{
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    color: #FFFFFF;
    background-color: #D9BA79;
}
.tableAll td.title
{
    text-align: right;
    background-color: #D9BA79;
    width: 80px;
}

.tableAll td a
{
     color: #7F3014;
    text-decoration: none;
}

.tableAll td a:hover
{
    text-decoration: underline;
}

input.button
{
    border: 1px solid #A87B39;
    color: #FFFFFF;
    font-size: 12px;
    font-family: "宋体" , "黑体" , "新宋体";
    background-color: #BF8C4B;
    padding: 3px;
}

.tableAll td a.button
{
    border: 1px solid #A87B39;
    color: #FFFFFF;
    font-size: 12px;
    font-family: "宋体" , "黑体" , "新宋体";
    background-color: #BF8C4B;

    line-height: 20px;
    padding: 5px 10px 5px 10px;
    margin-left:10px;
    
 
}

.tableAll td a:hover.button
{
    background-color: #A67937;
    text-decoration: none;
}

 a.button
{
    border: 1px solid #A87B39;
    color: #FFFFFF;
    font-size: 12px;
    font-family: "宋体" , "黑体" , "新宋体";
    background-color: #BF8C4B;
    line-height: 20px;
    padding: 5px 10px 5px 10px;
    
 
}

 a:hover.button
{
    background-color: #A67937;
    text-decoration: none;
}