﻿body {
}

/* 上方表格 */
.Table_Upper
{
    width: 100%;
    border-top: double 5px; 
    border-bottom: double 5px;
    margin-top: 10px; 
    margin-bottom: 10px; 
    padding-top: 10px; 
    padding-bottom: 10px;
}

/* 往前3個月按鈕 */
.Previous_3_Months_Button
{
    border-style: dashed;
    border-width: 1px;
    height: 25px;
}

/* 往後3個月按鈕 */
.Next_3_Months_Button
{
    border-style: dashed;
    border-width: 1px;
    height: 25px;
}

/* 學年標籤 */
.SchoolYear_Label
{

}

/* 學年下拉方塊 */
.SchoolYear_DropDownMenu
{

}

/* 每月主題 */
.Theme
{
    font-weight: bold;
}

/* 事件表格 */
.Event_Table
{
    border-style: solid;
    border-width: 1px;
    width: 100%;
    background-color: #FFFFFF;
}

/* 下方備註文字 */
.FootNote_Text
{

}

/* 事件樣式例子 */
.FootNote_Style_Example
{
    margin-top: 10px;
}
