﻿body {
    font-size:small; 
    font-family:Verdana;
}

/* 搜尋條件表格 */
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: white; 
    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 tr td.photo
{
    width: 150px;
    text-align: center;
}

table.activityPhoto tr td.photo img
{
    border: 3px solid #FFFFFF !important;
}

table.activityPhoto tr td.text
{
    vertical-align: top;
    text-align: left;
}

/* 活動照片標題 */
table.activityPhoto tr td.text a
{
    font-weight: bold;
    color:#000000;
}

/* 活動照片描述文字 */
table.activityPhoto tr td.text .date .description
{
    font-size: smaller;
}

/* 活動照片日期 */
table.activityPhoto tr td.text .date
{
    font-size: smaller;
}




