﻿div.allContent
{
    width : 96%;
    padding-left : 2%;
    padding-right : 2%;
}

/* 搜尋條件表格 */
table.search_condition
{
    border-top: double 5px;
    border-bottom: double 5px;
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%;
}

/* 搜尋條件表格，第一行 */
table.search_condition tr:first-child
{

}

/* 搜尋條件表格，第一行，活動類別 */
table.search_condition tr:first-child td.category
{
    text-align: left;
}

/* 搜尋條件表格，第一行，活動日期 */
table.search_condition tr:first-child td.date
{
    text-align: left;
}

/* 搜尋條件表格，第二行 */
table.search_condition tr.row02
{

}

/* 搜尋條件表格，第一行，關鍵字 */
table.search_condition tr:first-child td.keyword
{
    text-align: left;
}


/* 搜尋條件表格，活動類別樹 */
.Search_Condition_Category_Tree
{
    position: absolute; 
    background-image:url(/image/image_set_01/symbal/half_transparent.png);
    background-repeat:repeat;
    border: solid 0px black; 
    z-index: 100;
    top: 0px; 
    padding: 0px 10px 0px 5px;
}

/* 搜尋條件表格，第二行，日期 */
table.search_condition tr.row02 td.date
{
    vertical-align: top;
    text-align: left;
}

/* 搜尋條件表格，顯示全部超連結 */
table.search_condition.Show_All_Link
{
    font-size: smaller;
}

/* 搜尋條件表格，第二行，關鍵字 */
table.search_condition tr.row02 td.keyword
{
    vertical-align: top;
    text-align: left;
}

/* 結果數量，DIV */
div.Num_Of_Result_div
{
    text-align: left;
}

/* 活動照片表格 */
table.activityPhoto
{

}

table.activityPhoto > tbody > tr > td
{

}

table.activityPhoto > tbody > tr > td.photo
{
    width: 150px;
    text-align: center;
}

table.activityPhoto > tbody > tr > td.photo > img
{
    border: 3px solid #FFFFFF !important;
}

table.activityPhoto > tbody > tr > td.text
{
    vertical-align: top;
    text-align: left;
}

table.activityPhoto > tbody > tr > td.text > span.date
{
    font-size: smaller;
    line-height: 2em;
    display: block;
}

table.activityPhoto > tbody > tr > td.text > a.caption
{
    font-weight: bold;
}

table.activityPhoto > tbody > tr > td.text > span.description
{
    font-size: smaller;
    display: block;
}






