﻿
table#mainContent
{
    width: 940px;
}

table#mainContent td#left
{
    width: 470px;
    vertical-align: top;
    padding-left : 10px;
    padding-right : 10px;
}

table#mainContent td#middle
{
    width : 280px;
    vertical-align: top;
    padding-left : 0px;
    padding-right : 10px;
}

table#mainContent td#right
{
    width : 210px;
    vertical-align: top;
    padding-left : 0px;
    padding-right : 10px;
}

table.infoBoxContent
{

}

iframe.slideshow
{

}

/* ========================================== */
table.latestNews_outter
{
    width: 100%;
}

table.latestNews
{
    width: 100%;
    border-collapse: collapse;
}

table.latestNews > tbody > tr.content
{

}

table.latestNews > tbody > tr.content > td
{
    padding: 3px 3px 3px 10px;
}

table.latestNews > tbody > tr.content > td > a
{
    font-weight: bolder;
}

table.latestNews > tbody > tr.content > td > span.date
{
    font-size: smaller;
}




/* =========================================================== */
table.notice_outter
{
    width: 100%;
}

table.notice
{
    width: 100%;
    border-collapse: collapse;
}

table.notice > tbody > tr.content
{

}

table.notice > tbody > tr.content > td 
{
    padding: 3px 3px 3px 10px;
}

table.notice > tbody > tr.content > td > a
{
    font-weight: bolder;
}

table.notice > tbody > tr.content > td > span.date
{
    font-size: smaller;
}

/* ====================================== */
/* 重點活動連結外框*/
div.primeActivity
{
    margin-top : 10px;
}

/* 重點活動，超連結*/
div.primeActivity embed, div.primeActivity img
{
    margin-bottom : 10px;
    margin-left : 0px;
}

/* ==================================== */
/* 活動照片標題 */
table.activity_title
{
    margin-top : 10px;
}

/* 活動照片表格外圍 */
table.activity_outter
{

}

/* #A9.1，最新4個活動照片表格 */
table.activity
{
	border-style: solid;
	border-width: 1px;
	border-collapse: separate;
	margin-bottom : 10px;
}

table.activity div.eachActivity > img
{
	filter:progid:DXImageTransform.Microsoft.Shadow(Color=#333333,Direction=120,strength=2);
}

table.activity div.eachActivity > div.caption
{
    font-weight: bolder;
    margin-top : 7px;
}

table.activity div.eachActivity > div.caption > a
{

}

/* =============================== */
/* #3，捷徑列表格 */
table.shortcut_outter
{
    margin-top: 10px;
    width : 200px;
}

table.shortcut
{
    border-collapse: collapse;
}

table.shortcut > tbody > tr > td
{
    padding: 0px;
    text-align: center;
    width : 200px;
}

table.shortcut > tbody > tr > td > a > img
{
    margin : 5px;
} 

table.shortcut > tbody > tr > td > embed 
{
    margin : 5px;
}

table.shortcut > tbody > tr > td > a.pureText
{
    display : block;
    margin : 10px 0px 10px 0px;
    font-size : larger;
    font-weight : bold;
}
