﻿/*一般民眾 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;
}

/*左方區域 (Menu)*/
.Zone_L
{
    width: 235px;
    vertical-align: top;
}

/*右方區域 (業務焦點、全站搜尋、活動專區)*/
.Zone_R
{
    width: 180px;
    vertical-align: top;
}

/*內頁主要顯示區域*/
.Content_Main
{
    width: 95%;
    margin-left: 20px;
}

.Content_Text
{
    padding-left: 28px; 
    padding-right: 10px;
}

/* BannerMenu */
.BannerMenu
{
    margin: 0;
    padding: 0;
    font-size: 8pt;
    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 5px 4px;
}
.BannerMenu li.ImgMenu a
{
    padding: 3px 4px 4px 4px;
}
.BannerMenu li a
{
    padding: 5px 4px 3px 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;
}

/*Menu */
.menu_text001
{
    color: #333333;
    line-height: 140%;
}
.menu_bg
{
    background: url(/images/green/bgleftcol.gif);
    background-repeat: repeat-x;
}

.menu_main
{
    margin: 10px 12px 0 13px;
    clear: both;
}

.menu_link , .menu_link_list
{
    margin: 2px 0 0 0;
    cursor: hand;
    font-size: 125%;
    width: 210px;
    height: 36px;
}

.menu_link a , .menu_link a:visited , .menu_link_list a , .menu_link_list a:visited
{
    display: block;
    padding: 10px 0 0 25px;
    height: 26px;
    text-decoration: none;
    color: #555;
    font-weight: bold;
    background-repeat: no-repeat;
    background-position: left top;
}

.menu_link a:hover, .menu_link a.stay , .menu_link_list a:hover, .menu_link_list a.stay
{
    color: #FF6600;
}

.menu_link a , .menu_link a:visited
{
    background-image: url(/Images/green/but_up.gif);
}

.menu_link a:hover, .menu_link a.stay
{
    background-image: url(/Images/green/but_over.gif);
}

.menu_link_list a , .menu_link_list a:visited
{
    background-image: url(/Images/green/but_list_up.gif);
}

.menu_link_list a:hover, .menu_link_list a.stay
{
    background-image: url(/Images/green/but_list_over.gif);
}

/*Menu 選單清單*/
.menu_main ul
{
    list-style-type: none;
    margin: 0 0 8px 0;
    padding:4px 0 6px 0;
    background-color: #F4F9C7;
    background-image: url(/Images/green/menu_list_bg.gif);
    background-repeat: no-repeat;
    background-position: left bottom;
}

.menu_main ul li a , .menu_main ul li a:visited
{
    font-size: 110%;
    color: #555;
    display: block;
    padding: 6px 2px 0 25px;
    text-decoration: none;
    background-image: url(/Images/public/arrow03.gif);
    background-repeat: no-repeat;
    background-position: 12px 10px;
}

.menu_main ul li a:hover, .menu_main ul li a.stay
{
    background-image: url(/Images/public/arrow04.gif);
    background-color: #F3F3F3;
    color: #ff6600;
}

.menu_main ul li .divHr
{
    border-bottom: 1px solid #dadada;
    height: 1px;
    font-size: 1px;
    width: 95%;
    margin: 0 auto;
}

/*=====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;
}

/*業務焦點*/
.Focuse
{
    background-image: url(/images/green/focuse_bg.jpg);
    background-repeat: repeat-y;
    padding: 7px 0 5px 0;
    width: 160px;
    font-size: 110%;
}

.Focuse .Focuse_text
{
    margin-left: 14px;
    margin-right: 10px;
}

/*全站搜尋 Search*/
.Search
{
    background-image: url(/images/green/search_bg.gif);
    background-repeat: repeat-y;
}
.SearchInner
{
    padding: 10px 2px 14px 2px;
    width: 155px;
}
.Search ul
{
    margin: 0;
    padding: 0;
    list-style-type: none;
    margin-top: 10px;
}
.Search li
{
    display: inline;
    margin-left: 5px;
}
.Search li a , .Search li a:visited
{
    background-image: url(/images/public/arrow02.gif);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 10px;
    color: #ff6600;
}
.Search li a:hover
{
    color: #6633CC;
}

.Search .formbutton
{
    cursor: pointer;
    border: outset 1px #ccc;
    background: #999;
    color: #666;
    padding: 3px 2px 0 2px;
    background: url(/images/public/formbg.gif) repeat-x;
}

/*活動專區*/
.Events
{
    background-image: url(/images/green/events_bg.jpg);
    background-repeat: repeat-y;
    width: 160px;
    text-align: center;
}
.Events ul
{
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.Events li
{
    list-style: none;
    display: block;
    margin: 5px 0;
}

/*Tab專用*/
.Tab
{
    width: 98%;
    border-bottom: 3px solid #94cb39;
    clear: both;    
    display: block;
    height: 39px;
}

.TabNoScript
{
    width: 98%;
    border-bottom: 3px solid #94cb39;
    clear: both;    
    display: block;
}

.Tab img
{
    vertical-align: bottom;
    border-width: 0;
    height: 34px;
    width: 186px;
}

.Tab ul
{
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.Tab li
{
    float: left;
    list-style: none;
    margin: 5px 0;
}

/*News*/
a.newsimport  , a:visited.newsimport 
{
    font-size: 110%;
    color: red;
    text-align: left;
    text-decoration: none;
}
a:hover.newsimport 
{
    color: #FF6600;
    text-align: left;
    text-decoration: none;
}
a.newsimport2 , a:visited.newsimport2
{
    color: red;
    text-align: left;
}
a:hover.newsimport2
{
    color: #FF6600;
    text-align: left;
}
.newsimportTitle
{
    color: red;
    font-weight: bold;
}

.NewsCssP
{
    clear: both;
    width: 100%;
    font-size: 110%;
}

.NewsMinWidth
{
    clear: both;
    width: 580px;   
}

.NewsMain
{
    width: 100%;
    text-align: left;
    padding: 6px 0px;
    margin-bottom: 5px;
    clear: both;
}

.NewsType
{
    width: 100%;
    text-align: left;
    padding: 6px 0px;
    margin-bottom: 5px;
}

.NewsMain ul, .NewsType ul
{
    margin: 0;
    padding: 0;
    list-style-type: none;
    padding-left: 10px;
}

.NewsMain li
{
    background-image: url(/images/public/arrow01.gif);
    background-repeat: no-repeat;
    background-position: left 0px;
    display: block;
    margin: 10px 0;
    border-bottom: 1px dotted #ccc;
    padding-bottom: 5px;
    padding-left: 20px;
}

.NewsMain .mark
{
    display: inline;
    padding: 3px 5px;
    background-color: #2cacc2;
    color: #fff;
    vertical-align: middle;
    height: 20px;
}

.NewsMain .more, .NewsType .more
{
    margin-right: 10px;
    text-align: right;
}

.NewsList
{
    width: 95%;
    margin: 0 10px;    
}
.NewsList a
{
    text-decoration: none;
}
.NewsList span
{
    color: #888;
    margin-left: 5px;
}

/*外網聯結*/
.OutLink
{
    background-color: #ececec;
    width: 99%;
    background-image: url(/Images/green/outlink-right.gif);
    background-repeat: no-repeat;
    background-position: right top;
    height: 24px;
}

.OutLinkBox
{
    float: left;
    padding: 3px;
    margin: 4px;
    border-style: solid;
    border-width: 1px;
    border-color: Green;
}

.OutLinkImg
{
    width: 120px;
    height: 60px;
    vertical-align: middle;
}

/*內頁*/
/*內頁背景*/
.Content_BG
{
    background-image: url('/Images/green/bgwind.jpg');
    background-repeat: no-repeat;
    background-position: right bottom;
    padding-left: 10px;
}

.Content_Border
{
    background: url(/Images/green/border.gif);
    background-repeat: no-repeat;
}

.Content_Block
{
    height: 6px;
    font-size: 1px;   
}
 
/*Title*/
.Content_Title
{
    background-color: #7CC00B;
    color: #000000;
    margin-top: 5px;
    margin-bottom: 15px;
}

.Content_Title_Icon
{
    height: 34px;
    vertical-align: middle;
}

.Content_Title_Text
{
    font-size: 125%;
    font-weight: bold;
    color: #FFFFFF;
    margin: 2px 20px;
    padding-top: 5px;
}

.Content_Title_Border
{
    border: none;
}

/*內頁內容*/
.Content_Memo
{
    /*法令公布日期號令  置於當頁標題*/
    font-size: 90%;
    color: #747474;
    margin-left: auto;
    margin-right: auto;
}
.Content_Memo .FontBold
{
    font-weight: bold;   
}
.Content_word
{
    border-collapse: collapse;
    font-size: 110%;
    width: 95%;
    margin-left: 35px;
    line-height: 130%;
}
.Content_word .Split_Line
{
    background-image: url(/images/green/separate_1.gif);
    background-repeat: repeat-x;
    height: 3px;
}

.Content_word a:link , .Content_word a:visited
{
    color: #ff6600;
}

.Content_word a:hover
{
    color: #3C79D5;
}

.BackTop
{
    margin-left: 55px; 
    margin-bottom: 2em; 
    text-align: left; 
    white-space: nowrap;
}

/*DataTable*/
/*清單列表*/
table.DataTable_List
{
    font-size: 110%;
    text-align: left;
    border-collapse: collapse;
    border-top: none;
    width: 100%;
}
table.DataTable_List a:link , table.DataTable_List a:visited
{
    color: #ff6600;
}

table.DataTable_List a:hover
{
    color: #3C79D5;
}
table.DataTable_List .DataTable_Text
{
    background-image: url(/images/public/arrow01.gif);
    background-repeat: no-repeat;
    background-position: left top;
    padding-left: 25px;
}
table.DataTable_List th
{
    background-color: #3CBDD0;
    color: #ffffff;
}
table.DataTable_List tr.odd , table.DataTable_List tr.oddnohover , table.DataTable_List tr.oddnohover:hover
{
    background-color: #E8E6D9;
}
table.DataTable_List tr:hover, table.DataTable_List tr.odd:hover , table.DataTable_List td.odd:hover
{
    background-color: #E9FEB0;
    color: #333;
}
table.DataTable_List tr
{
    background-color: #F3F3EB;
    vertical-align: top;
}
table.DataTable_List tr, table.DataTable_List th, table.DataTable_List td
{
    padding: 5px 10px;
}
table.DataTable_List td
{
    padding-left: 30px;
    border-bottom: solid 3px White;
}
table.DataTable_List caption
{
    color: #616161;
    font-weight: bold;
}

/*清單明細*/
table.DataTable_List .DataTable_Text_D
{
    background-image: url(/images/public/arrow02.gif);
    background-repeat: no-repeat;
    background-position: left 5px;
    padding-left: 25px;
    margin-left: 30px;
}

table.DataTable_List .DataTable_Text_DT1
{
    padding-left: 55px;
}

table.DataTable_List .DataTable_Text_D1
{
    padding-left: 85px;
    margin-left: 0;
    margin-top: 0px;
    margin-bottom: 0px;
    list-style-type: disc;
}

/*清單明細(複)*/
table.DataTable_Detail
{
    text-align: left;
    border-collapse: collapse;
    width: 100%;
}
table.DataTable_Detail .DataTable_Text
{
    background-image: url(/images/public/arrow02.gif);
    background-repeat: no-repeat;
    background-position: left 5px;
    padding-left: 25px;
}
table.DataTable_Detail td
{
    padding: 5px;
}

/*資料清單 - 能源統計明細*/
table.List_Detail
{
    text-align: left;
    border-collapse: collapse;
    width: 100%;
    margin-left: 3em;
}
table.List_Detail td
{
    padding: 5px 2px;
}

/*資料清單*/
table.DataTable_Data
{
    text-align: left;
    border-collapse: collapse;
    border: solid 1px #AAB1B1;
    width: 100%;
    line-height: 130%;
}
table.DataTable_Data caption
{
    color: #444444;
    font-weight: bold;
}
table.DataTable_Data th
{
    border: solid 1px #AAB1B1;
    background-color: #3CBDD0;
    color: #ffffff;
}
table.DataTable_Data td
{
    border: solid 1px #AAB1B1;
    background-color: #E1FAF7;
}
table.DataTable_Data tr
{
    vertical-align: top;
}
table.DataTable_Data tr, table.DataTable_Data th, table.DataTable_Data td
{
    padding: 5px 10px;
}
table.DataTable_Data .DataList
{
    background-image: url(/images/public/arrow04.gif);
    background-repeat: no-repeat;
    background-position: left 6px;
    margin-left: 1.5em;
    padding-left: 10px;
}

/*本文資料表格--原table1 table_law樣式*/
table.DataTable_Content
{
    border-collapse: collapse;
    border: .5pt solid #9E9E9E;
    background-color: #F9FDFD;
    margin-left: 0;
    text-indent: 0;
}
table.DataTable_Content th
{
    /*--原table樣式1 td1_title td1_title2 td_lawtitle 欄位樣式*/
    color: #FFFFFF;
    text-align: center;
    border: .5pt solid #9E9E9E;
    background-color: #8EC10B;
    font-weight: bold;
    padding: 4px;
}
table.DataTable_Content td
{
    /*--原table樣式1 td1 td_law欄位*/
    border: .5pt solid #9E9E9E;
    background-color: #F3F3F3;
    padding: 4px;
}
table.DataTable_Content .DataList
{
    background-image: url(/images/public/arrow04.gif);
    background-repeat: no-repeat;
    background-position: left 6px;
    margin-left: 1.5em;
    padding-left: 10px;
}
.text_caption
{
    /*內頁內文標題文字2*/
    color: #526552;
    font-weight: bold;
    line-height: 30px;
}

/*其他*/
.accessibility
{
    /*:::樣式*/
    font-size: 12px;
    color: #003100;
    text-decoration: none;
}

.text002
{
    /*首頁:全文檢索.法令查詢樣式.回首頁...etc*/
    font-size: 80%;
    color: #333333;
    text-decoration: none;
}
.text003
{
    text-indent: -25px;
    margin-left: 40px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.text004
{
    text-indent: -12px;
    margin-left: 30px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.text005
{
    text-align: justify;
    line-height: 15pt;
}
.text_law1
{
    /*法令公布日期號令  置於當頁標題*/
    font-size: 80%;
    color: #747474;
}
.text_law2
{
    /*法令公布日期號令  置於當頁內文*/
    font-size: 70%;
    color: #747474;
}
.text_contenttitle
{
    font-size: 100%;
    color: #006600;
    font-weight: bold;
    border-bottom: 1px solid #339900;
    border-left: 3px solid #339900;
    text-indent: 2pt;
}
.text_contenttitle2
{
    /*內頁內文標題文字1*/
    font-size: 124%;
    line-height: 130%;
    color: #444444;
    font-weight: bold;
}
.text_contenttitle3
{
    /*內頁內文標題文字2*/
    color: #526552;
    font-weight: bold;
}
.text_contenttitle4
{
    /*內頁內文標題文字2*/
    color: #616161;
    font-weight: bold;
}
.text_content
{
    /*內文文字*/
    color: #616161;
}
.text_content2
{
    /*內文文字*/
    color: #616161;
}

.text_contentprt
{
    /*內文文字*/
    color: #000000;
}

a:link.text_pagetitlelink1 , a:visited.text_pagetitlelink1
{
    /*內頁導覽列連結文字*/
    color: #003100;
    text-decoration: underline;
}
a:hover.text_pagetitlelink1
{
    /*內頁導覽列連結文字*/
    color: #FF6600;
    text-decoration: underline;
}
.text_pagetitlelink1
{
    /*內頁導覽列非連結文字*/
    color: #003100;
    text-decoration: none;
}

a:link.text_pagetitlelink2 , a:visited.text_pagetitlelink2 , .text_pagetitlelink2
{
    /*內頁導覽列連結文字*/
    color: #003100;
    text-decoration: none;
}
a:hover.text_pagetitlelink2
{
    /*內頁導覽列連結文字*/
    color: #FF6600;
    text-decoration: none;
}

.banner_text
{
    margin-left: 12px;
    color: #333333;
    line-height: 150%;
}
div.menu_text
{
    /*Menu專用*/
    margin-left: 1em;
    margin-right: 2px;
}
a.menu_text
{
    /*Menu專用*/
    color: #333333;
    font-size: 80%;
    text-decoration: none;
}
a:link.menu_text
{
    /*Menu專用*/
    color: #333333;
    font-size: 80%;
    text-decoration: none;
}
a:visited.menu_text
{
    /*Menu專用*/
    color: #333333;
    font-size: 80%;
    text-decoration: none;
}
a:hover.menu_text
{
    /*Menu專用*/
    color: #FF6600;
    font-size: 80%;
    text-decoration: none;
}

.foot01
{
    /*footer專用*/
    background: url(/images/green/foot_02.gif) no-repeat fixed left bottom;
    height: 27px;
    font-size: 80%;
    color: #333333;
}
.menu_bg2
{
    /*footer專用*/
    background: url(/images/public/menu_photo.gif);
    background-repeat: no-repeat;
    background-position: bottom;
}

.textbox_01
{
    color: #003300;
    border: 1px solid #A4CC76;
}
.list_row1
{
    /*清單頁td 原顏色*/
    color: #393939;
    background-color: #FAFBDD;
}
.list_row2
{
    /*清單頁td MouseOver*/
    color: #393939;
    background-color: #F7F8C0;
}
.list_font1
{
    color: #393939;
}
.gvBorderColor
{
    border: .5pt solid #8B8B8B;
}
.dot_3
{
    /*List頁‧樣式*/
    color: #238405;
}

.page_body
{
    /*預留每頁共同CSS*/
}
.page_content
{
    /*預留內容區共同CSS*/
}

.box
{
    color: #333333;
    border: 1px dashed #006600;
    background: #F1FAE6;
}
.box img
{
    vertical-align: middle;
    margin: 4px;
    border: 0;   
}

.box_title
{
    font-weight: bold;
    color: #FF3300;
}
.text_chiefintro
{
    color: #616161;
    margin-top: 0;
    margin-bottom: 0;
}
.hr_line
{    
    border-width: 0;
    border-bottom: 1px dashed #666666;    
    font-size: 1pt;
    height: 1px;
}
