/**
    Document   : index
    Created on : 2009年8月3日, 下午06:42:02
    Author     : Gerald
    Description:
        CSS sheet special for index.php
*/

/* 各區最新住宅成交 */
/* buttons for showing and hiding statistics tables */
span.transactionTab, span.transactionTabHover {
    padding: 5px 10px;
    cursor: pointer;
    font-size: 110%;
    color: #444444;
}
span.transactionTab { text-decoration: underline; }
span.transactionTabHover { font-size: 120%; font-weight: bold; color: black; }
/* end of buttons for showing and hiding statistics tables */

/* tables for transaction statistics, hide some tables when start */
div.transactionTable { margin: 5px 1px 1px; }
table.transactionTable, table.transactionTableHide {
    table-layout: fixed;
    border-collapse: collapse;
    width: 500px;
}
table.transactionTableHide { display: none; }
/* end of tables for transaction */

.transactionTableDistrict { font-size: 120%; font-weight: bold; padding: 5px 10px; }
.transactionTableHead {
    vertical-align: bottom;
    padding: 1px 0px;
    text-align: right;
    font-weight: 600;
    border-bottom: 2px solid #00355c;
}
#transactionTableRowOdd, #transactionTableRow, #transactionTableRowHover { cursor: pointer; }
#transactionTableRow { background: #F4F4FF; }
#transactionTableRowHover { background: #E8E8FF; }
.transactionTableCol1, .transactionTableCol2, .transactionTableCol3,
.transactionTableCol4, .transactionTableCol5, .transactionTableCol6,
.transactionTableCol7 {
    padding: 5px 0px;
    border-width: 0px 0px 1px 0px;
    border-color: silver;
    border-style: dotted;
    text-align: right;
}
.transactionTableCol1 { width: auto; text-align: left; }
.transactionTableCol2, .transactionTableCol4 { width: 70px; }
.transactionTableCol3, .transactionTableCol5 { width: 40px; }
.transactionTableCol6, .transactionTableCol7 { width: 70px; }
#trendUp { color: #006000; }
#trendUnchange {  }
#trendDown { color: #E00000; }
div#transactionDescript { text-align: right; font-size: 8pt; margin-top: 8px; }
sup#transactionDescript { }
/* end of 各區最新住宅成交 */
/* 最新文章 */
div#article {
    font-size: 120%;
    font-weight: bold;
    padding: 5px 10px;
    border-bottom: 2px solid #00355c;
}
div#articleListOdd, div#articleList, div#articleListHover {
    text-indent: 0px;
    padding: 5px 10px 10px;
    border-bottom: 1px dotted silver;
    height: 50px;
}
div#articleListHover { background: #e8e8ff; text-decoration: underline; }
div#articleList { background: #f4f4ff; }
a#articleList { text-decoration: none; }
/* end of 最新文章 */
