﻿/*HTML Tags*/
body {
	text-align:center;
	background-color:#F5F5F5;
	margin:0;
	padding:0;
	font-family: 微軟正黑體;
    font-size:10pt;	
}

#bodyArea 
{
    
    width:1002px; 
    background-color:#FFFFFF; 
    border-left-color:#a6a8a9; 
    border-left-style:solid; 
    border-left-width:1px; 
    border-right-color:#a6a8a9; 
    border-right-style:solid; 
    border-right-width:1px; 
    position:relative;
    z-index:1;       
}

a 
{
    font-family: 微軟正黑體;
    color :#006aab;
}

a:link {text-decoration:none }
a:visited {text-decoration:none }
a:hover {text-decoration:underline}


img {
	border:0px;
}

hr {
	border:0;
	background-color:#CCCCCC;
	margin:20px auto;
	height:1px;
	width:50%;
	text-align:center;
	clear:both;
}

h2 {
	font-size:16px;
	color:#000000;
	padding:0px 0 3px 0;
	border-bottom:1px solid #006aab;
}

h4 .date {
	color:#666666;
	font-weight:normal;
}

h2 .date {
	color:#666666;
	font-weight:normal;
	line-height:1.5em;
}

h2 .date a {
	text-decoration:none;
}

h2 .date a:hover {
	text-decoration:underline;
}

/*IDs*/

#overall {
	width:750px;
	margin:0px auto;
	border-left:1px #CCCCCC solid;
	border-right:1px #CCCCCC solid;
	background-color:#FFFFFF;
	text-align:left;
}

#topmenu {
	padding:5px 0px;
	text-align:right;
}

#topmenu a {
	color:#666666;
	text-decoration:none;
}

#topmenu a:hover {
	text-decoration:underline;
}

#title {
	float:right;
	width:487px;
	padding-top:55px;
	text-align:left;
	padding-right:10px;
}

#title .first {
	color:#006aab;
}

#title .second {
	color:#666666;
}

#menu 
{
	margin-top:2px;
	margin-bottom:10px;
    clear:both;  
    width:1000px;
    padding:0px 0px 0px 0px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#44b0f2FF, endColorstr=#006aabFF);
     -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#44b0f2FF, endColorstr=#006aabFF)";
     background: -moz-linear-gradient(top, #2596dc, #006aab);
     background: -webkit-gradient(
                      linear,left top,left bottom,
                      from(#2596dc), to(#006aab));
     background-color:#0d5e90;  
       
}

#menu a {
	color:#FFFFFF;
	text-decoration:none;
	display:block;
	text-align:center;
	
	
}

#menu a:hover {
	background-color:#CC6600;  
}

#menu ul 
{
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
    width:1000px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#44b0f2FF, endColorstr=#006aabFF);
     -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#44b0f2FF, endColorstr=#006aabFF)";
     background: -moz-linear-gradient(top, #2596dc, #006aab);
     background: -webkit-gradient(
                      linear,left top,left bottom,
                      from(#2596dc), to(#006aab));
     background-color:#006aab;                  
}

#menu ul li 
{
     filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#44b0f2FF, endColorstr=#006aabFF);
     -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#44b0f2FF, endColorstr=#006aabFF)";
     background: -moz-linear-gradient(top, #2596dc, #006aab);
     background: -webkit-gradient(
                      linear,left top,left bottom,
                      from(#2596dc), to(#006aab));
     background-color:#006aab;                  
    font-family: 微軟正黑體;
    font-size:0.85em;
    margin:0px 0px 0px 0px;
    float:left; 
    width:14%; 
    text-align:center;
    border-left-color:#FFFFFF;
    border-left-style:solid; 
    border-left-width:1px;  
    vertical-align:middle;    
   
    list-style-type:none;   
    line-height:23px;
}

#menu ul li:hover 
{
 background-color:#CC6600;   
}


#content {
	width:552px;
	float:right;
	margin-bottom:20px
}

#content p {
}

#content_nonav {
	width:610px;
	margin:0 auto;
}

#navigation table {
	border-top:1px solid #CCCCCC;
	width:180px;
}

#navigation .majorlink td {
	border-bottom:1px solid #CCCCCC;
	padding:7px 2px;
}

#navigation .col01 {
	text-align:right;
	vertical-align:top;
	padding-top:10px;
}

#navigation .minorlink .col02 {
	border-bottom:1px solid #CCCCCC;
	padding:7px 2px 7px 0.6em;
	text-indent:-0.4em;
}

#navigation .minorlink .col02a {
	padding:7px 2px 0px 0.6em;
	text-indent:-0.4em;
}

#navigation a {
	color:#666666;
	text-decoration:none;
	font-weight:bold;
	display:block;
}


#news_bottom {
	width:750px;
	border-top:1px #CCCCCC solid;
	margin-top:20px;
}

#news_bottom table {
	width:750px;
}

#news_bottom td {
	background-repeat:no-repeat;
	padding:10px;
	vertical-align:top;
	width:33%;
}

#news_bottom h3 {
	color:#006aab;
	font-weight:bold;
	margin:0 0 5px 0;
	padding:0px
}
#news_bottom h3 a {
	text-decoration:none;
}

#news_bottom h4 {
	font-weight:bold;
	margin:0 0 5px 0;
	padding:0px
}

#news_bottom .newsbar {
	width:22px;
	padding:0px;
	background-color:#A7C7E0;
}

#news_bottom .date {
	font-weight:normal;
	color:#666666;
}

#bottommenu {
	clear:both;
	background:#CCCCCC;
	padding-left:199px;
}

#bottommenu table {
	width:551px;
}

#bottommenu td {
	border-left:1px solid #FFFFFF;
}

#bottommenu a {
	color:#515151;
	text-decoration:none;
	display:block;
	padding-top:2px;
	padding-bottom:2px;
	text-align:center;
}

#bottommenu a:hover {
	background-color:#006aab;
	color:#FFFFFF;
}

#copyright  {
	width:750px;
	margin:20px auto;
	color:#666666;	
}

#copyright a {
	color:#666666;
	text-decoration:none;
}

#copyright a:hover {
	text-decoration:underline;
}

/*Classes*/
.left
{
    width:780px; 
	float:left;
	margin:0 10px 10px 0;
	display:block;
	clear:left;
	font-size:14px;
	text-align:center;
	color:#666666;
	max-width:760px; 
}

img.left
{
    width:100%; 
	float:left;
	margin:0 10px 10px 0;
	display:block;
	clear:left;
	font-size:14px;
	text-align:center;
	color:#666666;
	max-width:760px; 
}

img.right, span.right {
	float:right;
	margin:0 5px 10px 10px;
	clear:right;
	display:block;
	font-size:14px;
	text-align:center;
	color:#666666;
}

.quote {
	float:right;
	margin:10px 25px 10px 10px;
	clear:right;
	display:block;
	font-style:italic;
	border:2px solid #CCCCCC;
	color:#666666;
	padding:0px 3px 10px 10px;
	width:200px;
}

#signup {
	width:180px;
	padding:10px;
	margin:10px 20px 10px 10px;
	background-color:#99CCFF;
	float:right;
	text-align:left
}

#signup p {
	margin:0.8em 0px auto 0px !important;
	font-size:0.7em !important;
}

.continue {
	font-weight:bold;
	text-decoration:none;
	display:block;
	text-align:right;
	margin-right:5px;
}

/*font sizes, colors etc*/
#topline {
	font-size:14px;
}

#header p, #title, #menu a, #navigation a, #bottommenu a, #copyright, #home_title, .results td, #catalog_line01 a, #catalog_line02 a, #header2 a, #header2 p, #catalog_info p, #news_bottom h3, #news_bottom p, #news_bottom h4 {
	font-size:14px;
}

#content p, #content li, #home_content a, h2 .date, h4 {
	font-size:14px;
}

#header p {
	margin:auto 14px;
}
#content p, #content h2, #content table, #content li {
	margin:0.8em 20px auto 0px;  
}	
	
/*Home Special Styles*/
#home_title {
	float:right;
	width:487px;
	padding-top:25px;
	text-align:left;
	padding-right:10px;
}

#home_title .first {
	color:#006aab;
}

#home_title .second {
	color:#666666;
}

#home_content {
	margin-top:20px;
}

#home_container {
	width:750px;
}

#home_container td {
	vertical-align:text-top;
}

.home_list {
	margin:0 10px;
}

.home_list td {
	padding:4px 0px 4px 0.6em;
	vertical-align:top;
	text-indent:-0.5em;
}

.home_list a {
	text-decoration:none;
}


/*Catalog*/
#catalog_line01 table, #catalog_line02 table {
	width:750px;
	background-repeat:repeat-x;
}

#catalog_line01 a, #catalog_line02 a {
	display:block;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
	padding-right:10px;
}

#header2 h2 {
	padding:20px 0 0 16px;
}

#header2 td table {
}

.package {
	width:265px;
	margin-right:20px;
}

.package td {
	padding:4px 0px 4px 0.8em;
	vertical-align:top;
	text-indent:-0.8em;
}

.package a {
	text-decoration:none;
}

#catalog_info, #catalog_info table {
	border:0px !important;
}

#catalog_info td {
}

#catalog_info p, #catalog_info img {
	margin:0.5em 10px;
}

#catalog_info h2 {
	padding-left:10px;
	width:100%;
}

#catalog_info a {
	font-size:1em !important;
}

.intable {
font-size:0.8em
}

a.nonunderlined:link{
text-decoration:none;
}

a.nonunderlined:hover {
	text-decoration:underline;
	}
/*debug*/
table, td {
}

.copyright {font-family: 微軟正黑體;
   font-size:0.8em;  color: #1979b3; text-align: center}
a.copyright:link { font-family: 微軟正黑體;
   font-size:0.8em;color: #1979b3; text-decoration: none;}
a.copyright:visited { font-family: 微軟正黑體;
   font-size: 0.8em;color: #4d4d4d; text-decoration: none;}
a.copyright:hover { font-family: 微軟正黑體;
   font-size:0.8em; color: #1979b3; text-decoration: underline;}
  
  # #rightNewsArea 
  {
  } 
  .rightNewsArea 
   {
       width:260px; 
       margin-left:10px; 
       margin-right:30px; 
       height:400px; 
       overflow:hidden;
       text-align:left; 
       position: absolute;
       z-index:100;     
       left:700px;
       top:5px;  
       
   }
   
   .rightNewsArea_Hover 
   {
       
       width:260px; 
       margin-left:10px; 
       margin-right:30px; 
       text-align:left; 
       position: absolute;
       z-index:100;     
       left:700px;
       top:5px;  
       height:600px;
       overflow:visible;  
        
       
       
   }
   
    #rightNewsArea:hover 
    {
        height:auto;
        overflow:auto;    
        
    }
    
    
    
    #rightNewsAreaTitle 
    {
     filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ABABAB, endColorstr=#888888);
     -ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#ABABAB, endColorstr=#888888)";
     background: -moz-linear-gradient(top, #ABABAB, #888888);
     background: -webkit-gradient(
                      linear,left top,left bottom,
                      from(#ABABAB), to(#888888));  
      font-size:15pt; 
      color:#FFFFFF;
      font-family:微軟正黑體; 
      text-align:left; 
      border-bottom-color: #939393;
      border-bottom-style:solid;
      border-bottom-width:1px;   
      margin-top:15px; 
      text-align:center; 
      height:30px;  
      position:relative;
       z-index:101;      
      vertical-align: bottom;  
      margin-left:5px;
      margin-right:5px;   
      padding-top:5px;  
    }
   
.newsListItem
{
 
 color:#076cc4; 
 margin-top:2px;  
 margin-bottom:2px;
 text-align: justify ;
 font-size:11pt; 
 vertical-align: top; 
 padding-top:0px;  
 border-width:1px;
 border-style:solid;
 border-color:#DEDEDE;   
 padding:4px 8px 4px 8px; 
 height:22pt;
 line-height:20pt;
 overflow:hidden;     
 position:relative;
 z-index:102;     
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFFFFFFF, endColorstr=#EEEEEEEE);
     -ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFFFFFFF, endColorstr=#EEEEEEEE)";
     background: -moz-linear-gradient(top, #FFFFFF, #EAEAEA);
     background: -webkit-gradient(
                      linear,left top,left bottom,
                      from(#FFFFFF), to(#EAEAEA)); 
 margin-left:5px;
      margin-right:5px;   
    
}

.newsListItem:hover,
{
    overflow:auto; 
    height:auto;
     filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#dbedff, endColorstr=#a7d4ff);
     -ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#dbedff, endColorstr=#a7d4ff)";
     background: -moz-linear-gradient(top, #dbedff, #a7d4ff);
     background: -webkit-gradient(
                      linear,left top,left bottom,
                      from(#dbedff), to(#a7d4ff)); 
                      
}

 .newsListItem_hover 
 {
 color:#076cc4; 
 margin-top:2px;  
 margin-bottom:2px;
 text-align: justify ;
 font-size:10pt; 
 vertical-align: top; 
 padding-top:0px;  
 border-width:1px;
 border-style:solid;
 border-color:#DEDEDE;   
 padding:4px 8px 4px 8px; 
 line-height:20pt;
 position:relative;
 z-index:102;     
 overflow:auto; 
 height:auto;
 background-color:#a7d4ff; 
 margin-left:5px;
 margin-right:5px;   
 }

.newsListItem a:link,.newsListItem a:visited 
{
    color:#076cc4;
    font-size:10pt; 
    text-align: justify ; 
}

.webleftMenulink 
{
    font-size:10pt; 
    
}

.webleftMenu1link 
{
    color:#343434;
    font-size:10pt; 
    
}

.link-re-14red 
{
    font-size:11pt; 
}

.blue12 
{
    font-size:10pt; 
}

.black14 
{
     font-size:10pt; 
}

.link-re-12blue-greenPage, .blue-bold12,.link-re-12blue

{
     font-size:10pt;    
}
