div#tabs {    margin: 10px 0 0 0;    text-align: center;    padding: 0;}div#tabs table{    width: 100%;}div#tabs td{    border-bottom: 1px solid #888;}div#tabs td.left, div#tabs td.right{    width: 50%;}div#tabs td a{      text-decoration: none;      background-color: #f0f0f0;    color: #888;        display: block;    border: 1px solid #888;    border-width: 1px 1px 0 0;    padding: 4px 10px 4px 10px;    margin: 5px 0 0 0;}div#tabs td.first a{    border-left: 1px solid #888;}div#tabs td a:hover{    text-decoration: underline;    background-color: #fff;    color: #09c;}div#tabs td span{    text-decoration: underline;}div#tabs td.pretab a{    border-right-width: 0;}div#tabs td.active a {    border-width: 0;    background-color: #fff;    color: #111;    font-weight: 600;    margin-top: 0;    }div#tabs td.active{    border: 1px solid #888;    border-bottom-width: 0;    background-color: #fff;}div#tabs td#tabline{        text-align: left;    padding: 7px 20px;        background-color: #fff;    color: #888;    border: 1px solid #888;    border-top-width: 0;}
