﻿/* 版面寬度及版面置中 */
.table
{
    margin-left: auto;
    width: 980px;
    margin-right: auto;
}

/* 導覽列 */
.Guide
{
    background-image: url('/../../Images/topMenuBg3.gif');
    text-align: right;
}

/* 導覽列文字 */
.GuideText
{
    color: #FFFFFF;
}

/* 頁尾 */
td.footer a
{
    color: #FFFFFF;
    text-decoration: none;
}

/* 所有按鈕 */
.Button11
{
    color: #4169e1;
    background-color: #dcdcdc;
    font-size: 11px;
}

/* 網頁內容 - 表格 */
.ContentTable
{
    border-color: #A9A9A9;
    border-style: Solid;
    border-width: 1px;
    width: 100%;
}

/* 網頁內容 - 表格 - 標題 */
.ContentTableHeader
{
    background-color: #6B5E45;
    border-color: White;
    border-style: Solid;
    border-width: 1px;
    font-size: 12px;
    color: White;
    text-align: Center;
}

/* 網頁內容 - 表格 - 資料列1 */
.ContentTableTr
{
    background-color: #f5f5f5;
    border-color: White;
    border-style: Solid;
    border-width: 1px;
    font-size: 12px;
    height: 18px;
}

/* 網頁內容 - 表格 - 資料列2 */
.ContentTableAlterTr
{
    background-color: #ffffff;
}

/* 物件明細頁 - 物件圖片顯示區域 */
.ObjDtl_Objimg
{
}
.ObjDtl_Objimg img
{
    border-width: 0px;
    height: 100px;
    width: 133px;
}

/* 物件明細頁 - 大圖物件顯示 */
.ObjDtl_LInfo {
	float: left;
	width: 300px;
	margin-right: 5px;
}
