﻿ #list table
        {
            width: 100%;
            border-collapse: collapse;
            margin-bottom: 5px;
        }
        #list th
        {
            line-height: 24px;
            border: solid 1px #cccccc;
            background-color: #d9eeff;
            padding: 4px;
        }
        #list td
        {
            line-height: 150%;
            border: solid 1px #cccccc;
            padding: 4px;
            padding-left: 12px;
            padding-right: 12px;
            background-color: #ffffff;
            text-align: center;
        }
        #list td a
        {
            color: #309A00;
        }
        #list td.aleft
        {
            text-align: left;
        }
        #list .tip
        {
            text-align: center;
            line-height: 30px;
        }
        /*已有样式结束*/#RightT.LI
        {
            background-position: 3px -326px;
        }
        #RightCon .TabList
        {
            background: url(images/grayline.gif) left bottom repeat-x;
            padding-left: 10px;
            padding-right: 10px;
            height: 30px;
            margin-bottom: 10px;
        }
        #RightCon .TabList li
        {
            float: left;
            margin-right: 10px;
            font-size: 14px;
            font-weight: bold;
            text-align: center;
        }
        #RightCon .TabList li a
        {
            line-height: 14px;
            display: block;
            border: 1px solid #cccccc;
            background-color: #d9eeff;
            padding: 8px 10px 6px 10px;
        }
        #RightCon .TabList li a:hover
        {
            background-color: #ffffff;
        }
        #RightCon .TabList li .active
        {
            border: 1px solid #cccccc;
            border-bottom: 1px solid #ffffff;
            background-color: #ffffff;
            color: #cc0000;
        }
        #RightCon .TabCon .BtnLink
        {
            padding: 20px 34px 20px 34px;
            width: 100%;
            text-align: center;
        }
        #RightCon .TabCon .BtnLink td
        {
            padding: 10px;
        }