﻿/*PDA CSS*/
Body
{
    color: #616161;
}

a:link, a:visited
{
    color: #616161;
}

a:hover
{
    color: #FF6600;
}

/*特別的超連結 (業務焦點、隱私權政策、網站安全政策 ...)*/
a:link.SP_Link
{
    color: #FF6600;
}
a:visited.SP_Link
{
    color: #FF6600;
}
a:hover.SP_Link
{
    color: #6633CC;
    position: relative;
    left: 0px;
    top: 0px;
}

/* BannerMenu */
.BannerMenu
{
    margin: 0;
    padding: 0;
    font-size: 9pt;
    height: 22px;
    background-image: url(/images/green/bgmenu.gif);
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 100;
    width: 600px;
}
.BannerMenu ul
{
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.BannerMenu li
{
    float: left;
    background-color: #fff;
    white-space: nowrap;
}
.BannerMenu li.EnMenu a
{
    padding: 3px 4px 4px 4px;
}
.BannerMenu li a
{
    padding: 5px 4px 2px 4px;
    display: block;
    color: #333;
    text-decoration: none;
}
.BannerMenu li a.stay:visited
{
    color: #fff;
}
.BannerMenu li a:hover, .BannerMenu li a.stay
{
    background-color: #7cc00a;
    color: #fff;
}

/*=====Banner=====*/
.Banner_BG
{
    background-image: url(/Images/green/banner_bg.jpg);
    background-repeat: no-repeat;
    width: 100%;
    position: relative;
    height: 145px;
}

/*=====Foot=====*/
.Foot
{
    color: #0E3E62;
    white-space: nowrap;
    border-color: #E6F3CF;
    border-style: solid;
    border-width: 5px;
    background-color: #DFF0C4;
    text-align: center;
    margin: 5px 15px;
    padding: 10px 10px;
}

.Foot table
{
    margin-left: 180px;
    text-align: left;
}

.Foot table td
{
    padding: 0 15px;
}

/*其他*/
.accessibility
{
    /*:::樣式*/
    font-size: 12px;
    color: #003100;
    text-decoration: none;
}
.text_caption
{
    /*內頁內文標題文字2*/
    color: #526552;
    font-weight: bold;
    line-height: 30px;
}
.text_content
{
    /*內文文字*/
    color: #616161;
}
.hr_line
{
    border: 0.5px dashed #666666;
}


.pda_main
{
    width: 221px; 
    height: 290px;
}

.pda_title
{
    color: #0000D2;
    font-weight: 700;
}
.pda_intro
{
    font-size: 110%;
    line-height: 130%;
    color: #353535;
    width: 250pt;
    text-align: left;
}
.pda_intro2
{
    font-size: 100%;
    color: #0000D2;
}
a:link.pda_list
{
    font-size: 90%;
    color: #333333;
    text-align: left;
    text-decoration: none;
}
a:visited.pda_list
{
    font-size: 90%;
    color: #333333;
    text-align: left;
    text-decoration: none;
}
a:hover.pda_list
{
    font-size: 90%;
    color: #333333;
    text-align: left;
    text-decoration: none;
}
.pda_date
{
    color: #0000D2;
}
.pda_contenttitle
{
    color: #0000D2;
    font-weight: 700;
}
.pda_content
{
    font-size: 100%;
    color: #333333;
    text-align: left;
    text-decoration: none;
}
.page_body
{
    /*預留每頁共同CSS*/
}
.page_content
{
    /*預留內容區共同CSS*/
}

