﻿@import url("./header.css");
@import url("./menu.css");
@import url("./footer.css");
@import url("./to_top.css");
@import url("./popup_style.css");

body{font-family: Microsoft JhengHei, Arial, sans-serif; margin:0px; background-color: #ffffff}
div.main_holder {position:absolute; height:1200px; width:100%; }
#frontPageShadow {position:absolute; top:160px; background-color:#eceded; width: 100%; border:0px solid blue;}
.wshadow { -moz-box-shadow: 3px 3px 5px #bbb; -webkit-box-shadow: 3px 3px 5px #bbb;  box-shadow: 3px 3px 5px #bbb; }
.wshadow_button { -moz-box-shadow: 0px 0px 6px #aaa; -webkit-box-shadow: 0px 0px 6px #aaa;  box-shadow: 0px 0px 6px #aaa; }
.wshadow_button:hover { -moz-box-shadow: 0px 0px 8px #666; -webkit-box-shadow: 0px 0px 8px #666;  box-shadow: 0px 0px 8px #666; }
.wshadow_dark { -moz-box-shadow: 3px 3px 5px #333; -webkit-box-shadow: 3px 3px 5px #333;  box-shadow: 3px 3px 5px #333;}
.outershadow {/* -moz-box-shadow: 2px 2px 10px #333, 4px 4px 14px #333; -webkit-box-shadow: 2px 2px 10px #333, 4px 4px 14px #333;  box-shadow: 2px 2px 10px #333, 4px 4px 14px #333;*/}

.top_bar{height: 494px; width: 100%; background-image:url('../images/top_bar/bg.jpg'); background-color:#5b9c97; background-position:right; background-repeat:repeat-y;}
.banner {border:0px solid red; width:100%;border-top: 5px solid #4d4917;}
.pageTitle{padding: 5px 0 5px; overflow:hidden; border:0px solid red; background-image:url('../images/top_bar/bg.jpg'); background-color:#5b9c97; background-position:right; background-repeat:repeat-y;
            text-align:left; color:white; font-size:20px;}
.pageTitle span{ padding-left:100px;}

.smalltext {
   font-size:9pt !important;
   line-height:18px !important;
}

.normaltext {
   font-size:10pt !important;
   line-height:18px !important;
}

.largetext {
   font-size:11pt !important;
   line-height:20px !important;
}

.largeFont{
    font-size: 110% !important;
}

.largerFont{
    font-size: 120% !important;
}

.menulargeFont{
    font-size: 130% !important;
}
.menulargerFont{
    font-size: 140% !important;
}


.newstitle{ color:#003d85; font-weight:bold; padding-bottom:8px; text-align:left; font-size:135%;}
.newscontent { color:#000000; text-align:justify; text-justify: inter-ideograph;}
.newsdate {text-align:right; color:#666666; padding-top:10px;}
.phototitle{ color:#003d85; font-weight:bold; padding-bottom:8px; text-align:left; line-height:16px;} 

a.newslink:link { text-decoration: none; color:#003d85; font-weight:bold;}
a.newslink:visited { text-decoration: none; color:#003d85; font-weight:bold;}
a.newslink:hover { text-decoration: underline; color:#ff0000; font-weight:bold;}

.news_photo_large {

margin-top:10px;
background-color:#ffffff; 
padding:10px; 
border:1px solid #aaaaaa; 
width:95%; 
max-width: 500px; 
margin-bottom:5px;

-moz-box-shadow: 2px 2px 5px #ccc;
  -webkit-box-shadow: 2px 2px 5px #ccc;
  box-shadow: 2px 2px 5px #ccc;
  
}  

.news_photo_large img { max-width:500px; }