﻿div.allContent
{
    width : 96%;
    padding-left : 0;
    padding-right : 0;
    margin-left : auto;
    margin-right : auto;
    padding-top : 10px;
    padding-bottom : 30px;
}

/* 下載PDF */
div.Download_PDF
{
	margin-top : 1.5em;
}

/* 下載PDF超連結 */
div.Download_PDF a
{
	font-weight: bolder;
}

/* 搜尋表格 */
table.search
{
	width : 100%;
}

/* 搜尋表格，學年方格 */
table.search td.SchoolYear
{
	text-align: left;
}

/* 搜尋表格，搜尋的方格 */
table.search td.keyword
{
	text-align: right;
}

div.category
{
    margin-bottom : 1.5em;
}

/* 搜尋表格，學年下拉方塊 */
table.search td.SchoolYear .DropDownList_SchoolYear
{
    border-style: solid;
    border-width: 1px;
    font-size: smaller;
}

/* 搜尋表格，關鍵字輸入框 */
table.search td.keyword .TextBox_Search
{
    border-style: solid;
    border-width: 1px;
    font-size: smaller;
    vertical-align: middle;
}

/* 搜尋表格，搜尋按鈕 */
table.search td.keyword .Button_Search
{
    border-style: solid;
    border-width: 1px;
    font-size: smaller;
    cursor: pointer;
    vertical-align: middle;
}

table.noticeList_outter
{
    width: 100%;
}

/* 通告表格 */
table.noticeList
{
    border : solid 1px;
    width: 100%;
    margin-top: 10px;
    border-collapse: collapse;
}

table.noticeList td
{
    padding : 7px;
}

table.noticeList tr.heading > td
{
    font-weight: 900;
    font-size: larger;
}

/* 通告表格，標頭，日期  */
table.noticeList tr.heading td.date
{
    width: 90px;
    padding-left : 10px;
}

/* 通告表格，標頭，通告名稱  */
table.noticeList tr.heading td.caption
{

}

table.noticeList tr.heading td.category
{
	
}

/* 通告表格，日期  */
table.noticeList tr.content td.date
{
    padding-left : 10px;
}

/* 通告表格，通告名稱  */
table.noticeList tr.content td.caption
{

}

table.noticeList tr.content td.category
{
	
}

/* 通告表格，通告名稱超連結  */
table.noticeList tr.content td.caption a
{
    color: #000000;
}

	
