﻿/* 整個網頁（不包括Masterpage）的內容 */
div.allContent
{
    width : 96%;
    padding-left : 2%;
    padding-right : 2%;
}

/* 選擇顯示消息類型的 Radio Button */
.RadioButton_NewsType
{

}

/* 最新消息表格 */
table.latestNews
{
    border-style: solid;
    border-width: 1px;
    width: 100%;
}

/* 最新消息表格，標頭，日期 */
table.latestNews tr.heading td.date
{
    width: 100px;
    text-align: center;
    padding-top : 5px;
    padding-bottom : 5px;
}

/* 最新消息表格，標頭，名稱 */
table.latestNews tr.heading td.caption
{
    text-align: left;
    padding-top : 5px;
    padding-bottom : 5px;
}

/* 最新消息表格，日期 */
table.latestNews tr.content td.date
{
    text-align: center;
    vertical-align: top;
}

table.latestNews tr.content:hover
{
	border: 1px dotted #C0C0C0;
	background-color: #FFFFFF;
}

/* 最新消息表格，名稱 */
table.latestNews tr.content td.caption
{
	text-align: left;
}

/* 最新消息表格，名稱超連結 */
table.latestNews tr.content td.caption a
{
    font-weight: bolder;
}

table.latestNews tr.content td.caption .description
{
	font-size: smaller;
	line-height: 1.5em;
}

table.latestNews tr.content td.caption img.themePic
{
    float: left;
    margin: 0px 10px 10px 0px;
}

td.caption > table.file
{
    clear: both;
    width: 100%;
}

td.caption > table.file > tbody > tr
{
    border-bottom-style: dotted;
    border-bottom-width: 1px;
}

td.caption > table.file > tbody > tr > td
{
    padding : 5px;
}

td.caption > table.file > tbody > tr > td.num
{
    width : 50px;
}

td.caption > table.file > tbody > tr > td.fileCaption
{

}

td.caption > table.file > tbody > tr > td.fileDescription
{

}

