﻿/* 所有資料框 */
table.infoBoxContent
{
    
}

/*============================ 走馬燈 ==============================*/
.marquee {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 0px;
    padding-right: 0px;
}

    .marquee marquee {
    }

    .marquee img {
    }

    .marquee .title {
        font-weight: bolder;
        font-size: 13pt;
    }

    .marquee .description {
    }

/* ============================================================================= */
table.MainContent
{
    border-collapse: collapse;
    margin: 10px 0px 0px 0px;
    width: 100%;
}

table.MainContent > tbody > tr > td
{
    border-style: none;
    border-width: 0px;
    padding-top: 0px;
    vertical-align: top;
}

table.MainContent > tbody > tr > td.CellLeft
{
    padding-left: 0px;
    padding-right: 20px;
}

table.MainContent > tbody > tr > td.CellMiddle
{
    padding-left: 0px;
    padding-right: 0px;
}

table.MainContent > tbody > tr > td.CellRight
{
    padding-left: 20px;
    padding-right: 0px;
}

/* ===================================== */
/* 校曆表外圍 */
table.calendar_outter
{
    margin-bottom : 20px;
}

table.calendar
{
    cursor: hand;
    border-collapse: collapse;
    margin : 0px;
}

table.calendar > tbody > tr > td
{
	padding : 0px;
}


/* 校曆表表格 */
.calendar_table
{
    border-collapse: collapse;
}

/* 校曆表，今天 */
.calendar_today
{
    border-style: solid;
    border-width: 1px;
}

/* 校曆表，非本月日期 */
.calendar_otherMonthDay
{

}

/* 校曆表，星期六日 */
.calendar_weekName
{

}

/* 校曆表，月份名稱 */
.calendar_monthName
{
    border-collapse: collapse;
    border-style: none;
}

/* ========================================== */
table.latestNews_title
{

}

/* 最新消息表格 */
table.latestNews_outter
{
    margin-bottom : 20px;
}

/* 最新消息表格 */
table.latestNews
{
    
    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: 9pt;
}


/* =========================================================== */

table.notice_title
{
    
}

table.notice_outter
{
    width : 100%;
    margin-bottom : 20px;
}

table.notice
{
	width: 100%;
}

table.notice tr td
{
    padding-top : 3px;
    padding-bottom : 3px;
    padding-left : 10px;
}

table.notice tr td a
{
	font-weight: bolder;
}

table.notice tr td .date
{
	font-size: 9pt;
}

/* =========================================================== */

iframe.slideshow
{
    margin-bottom : 20px;
}

/* 活動照片表格========================================= */
table.activity_outter
{
    margin-bottom : 20px;
}

table.activity
{
    border-style: none;
    border-width: 0px;
    border-collapse: collapse;
}

table.activity > tbody > tr > td
{
    padding : 0px;
}

table.activity div.eachActivity
{
    padding : 0px;
}

table.activity div.eachActivity > img
{
	margin : 0px;
}

table.activity div.eachActivity > div.caption
{
    font-weight: bolder;
    margin-top : 7px;
}

table.activity div.eachActivity > div.caption > a
{

}

/* ==========捷徑列，======================*/
div.shortcut
{
    
}


div.shortcut div.category
{
    font-weight: bolder;
    font-size: medium;
    margin-top : 10px;
    margin-bottom : 10px;
}

div.shortcut div.category_tc
{
   
}

div.shortcut > div.category_english
{
    font-family: 'Times New Roman' , Times, serif;
}

div.shortcut div.eachShortcut{}

div.eachShortcut img.picture, div.shortcut embed.picture
{
    
}

div.eachShortcut a.pureText
{
    margin: 5px 0px 5px 0px;
    font-weight: bold;
}


table.customBox_outter
{
    margin-bottom: 20px;
    border-collapse: collapse;
}

table.customBox > tbody > tr> td
{
    padding : 0px;
}

