﻿@charset "utf-8";
/***********************************************/
/* 3col_leftNav.css                             */
/* Use with template 3col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 22px;
	margin: 0px;
	padding: 0px;
	background: #ffffff;
	font-size:13px;
}

a{
	color: #006699;
	text-decoration: none;
}

a:link{
	color: #006699;
	text-decoration: none;
}

a:visited{
	color: #006699;
	text-decoration: none;
}

a:hover{
	color: #006699;
	text-decoration: underline;
}
#container{
	width:990px;
	margin: 0 auto;
	background: #d9e5ef;
}
h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h2{
 font-family: Arial,sans-serif;
 font-size: 114%;
 color: #006699;
 margin: 0px;
 padding: 0px;
}

h3{
 font-family: Arial,sans-serif;
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h4{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: normal;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font-family: Verdana,Arial,sans-serif;
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: bold;
 color: #334d55;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	padding: 0px 0px 0px 0px;
	border-bottom: 1px solid #cccccc;
	width: 990px;
	height: 250px;
	background: url(images/header_bg.jpg) no-repeat;
}

#navBar{
	float: left;
	width: 190px;
	margin: 0px;
	padding: 0px;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

#headlines{
  float:right;
	width: 20%;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding-right: 10px;
}

#content{
	float: left;
  width: 575px;
}

/***********************************************/
/* Components                                  */
/***********************************************/

#siteName{
	margin: 0;
	padding: 0 0 0 10px;
	display: none;
}


/************* #globalNav styles **************/

#globalNav{
	padding: 0px 0px 5px 10px;
	border-bottom: 1px solid #CCC;
	color: #cccccc;
	display: none;
}

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 90%;
	padding: 0 4px 0 0;
}

/*************** #pageName styles **************/

#pageName{
	margin: 0px;
	padding: 0px 0px 0px 10px;
}

/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 80%;
	padding: 2px 0px 0 10px;
}


/************** .feature styles ***************/

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
}

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}

.feature img{
	float: left;
	padding: 10px 10px 0px 0px;
}


/************** .story styles *****************/

.story{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}

.story p{
	padding: 0px 0px 10px 0px;
}


/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	border: 0px solid #cccccc;
	font-size: 12px;
	color: #ecf3f8;
	padding: 15px 10px 10px 180px;
	background: url(images/footer_bg.jpg) no-repeat;
	height: 83px;
	line-height: 17px;
}
#siteInfo a:link,a:visitd{
	color: #ffffff;
}

#siteInfo img{
	padding: 4px 4px 4px 10px;
	vertical-align: middle;
}


/************* #search styles ***************/

#search{
	padding: 5px 0px 5px 20px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}


/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {
	margin: 0 0 0 15px;
	padding:0 0 0 15px;
}

 #navBar li {border-bottom: 1px solid #EEE;} 



/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a {
	display: block;
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{
	background-color: #dddddd;
}


/*********** .relatedLinks styles ***********/

.relatedLinks{
	position: relative;
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 90%;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}

.relatedLinks a:link,
.relatedLinks a:visited {
	display: block; 
}

/************** #advert styles **************/

#advert{
	padding: 30px 0px 10px;
}

#advert img{
	display: block;
}


/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 10px 0px 20px 0px;
	width: 220px;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}


/**左欄************************************************/
/*login*/
#login {
	background:url(images/login_bg.gif) bottom center no-repeat;
	width: 190px;
}
.login_title{
	background:url(images/login_title.gif) #D9E5EF top center no-repeat;
	height:31px;
}
.login_main{
	height:97px;
	padding-top:0px;
	margin-left:25px;
}
.login_input{
float:left;
}
.login_input ul{
padding-left:0px;
}
.login_input li{
padding:0px;margin:0 0 2px 0; 
list-style: url(images/arr_01.gif);
font-size:12px;font-family: Courier New, Courier, monospace;
}
.login_input li input{
	height:15px;
	width:100px;
	border:1px solid #CCCCCC;
}

/*電子報*/
#epaper {
	background:url(images/epaper_bg.gif) bottom center no-repeat;
	width: 190px;
}
.epaper_title{
	background:url(images/epaper_title.gif) #D9E5EF top center no-repeat;
	height:31px;
}
.epaper_main{
height:58px;
padding-top:10px;
margin-left:25px;
}
.epaper_input{
float:left;
}
.epaper_input ul{
padding-left:0px;
}
.epaper_input li{
padding:0px;margin:0 0 2px 0;
font-size:12px;font-family: Courier New, Courier, monospace;
}
.epaper_input li input{
height:15px; 
width:80px; 
border:1px solid #CCCCCC;
}
#search input{
	height:15px;
	width:100px;
	border:1px solid #CCCCCC;
}
.ad_160x100{
text-align:center;margin:5px;
}
/**中欄************************************************/
.ad_540x60{
text-align:center;margin:5px;
}
.mid_block{
margin:5px;
}
.news_title{
	background:url(images/news_title.gif) #D9E5EF top left no-repeat;
	height:38px;
	border-bottom: 1px solid #cccccc;
}
.news_title span{
	float:right;
	height:20px;
	padding-left:0px;
	padding-right:0px;
	border-left:1px solid #cccccc;
}
.news_content{
padding:5px 10px 5px 10px;
}
.news_list{
padding:3px 0 0 20px;
height:30px;
background:url(images/list_bg.gif) center top no-repeat;
}
.event_title{
background:url(images/event_title.gif) #D9E5EF top left no-repeat; 
height:38px;
border-bottom: 1px solid #cccccc;
}
.event_title span{
	float:right;
	height:20px;
	padding-left:0px;
	padding-right:0px;
	border-left:1px solid #cccccc;
}
.event_content{
padding:5px 10px 5px 10px;
}
.event_list{
padding:3px 0 0 20px;
height:30px;
background:url(images/list_bg.gif) center top no-repeat;
}
.tech_title{
	background:url(images/tech_title.gif) #D9E5EF top left no-repeat;
	height:25px;
	border-bottom: 1px solid #cccccc;
}
.tech_title span{
	float:right;
	height:20px;
	padding-left:0px;
	padding-right:0px;
	border-left:1px solid #cccccc;
}
.tech_content{
padding:5px 10px 5px 10px;
}
.tech_list{
padding:3px 0 0 20px;
height:30px;
background:url(images/list_bg.gif) center top no-repeat;
}

/**右欄************************************************/
.resource_title{
	background:url(images/resource_title.gif) #D9E5EF top left no-repeat;
	height:35px;
	border-bottom: 1px solid #cccccc;
}
.resource_title span{
	float:right;
	height:20px;
	padding-left:0px;
	padding-right:0px;
	border-left:1px solid #cccccc;
}
.resource_content{
	padding:5px;
}
.ad_180x400{
text-align:center;margin:5px;
}


/**內頁************************************************/
#bread {
	padding:2px 5px 2px 5px;
	background: #D3DEDE;
}
#content_inner{
	float: right;
  width: 795px;
}
.aboutus_title {
	background:url(images/aboutus_title.gif) top left no-repeat;
	height:35px;
	border-bottom: 0px solid #cccccc;
}
/* .eventlist_title {
	background:url(images/eventlist_title.gif) top left no-repeat;
	height:35px;
	border-bottom: 0px solid #cccccc;
} */
.member_title {
	background:url(images/member_title.gif) top left no-repeat;
	height:35px;
	border-bottom: 0px solid #cccccc;
}
.window_title {
	background:url(images/window_title.gif) top left no-repeat;
	height:35px;
	border-bottom: 0px solid #cccccc;
}
.technical_title {
	background:url(images/technical_title.gif) top left no-repeat;
	height:35px;
	border-bottom: 0px solid #cccccc;
}
.verify_title {
	background:url(images/verify_title.gif) top left no-repeat;
	height:35px;
	border-bottom: 0px solid #cccccc;
}
.service_title {
	background:url(images/service_title.gif) top left no-repeat;
	height:35px;
	border-bottom: 0px solid #cccccc;
}
.downloadarea_title {
	background:url(images/downloadarea_title.gif) top left no-repeat;
	height:35px;
	border-bottom: 0px solid #cccccc;
}
.association_title {
	background:url(images/association_title.gif) top left no-repeat;
	height:35px;
	border-bottom: 0px solid #cccccc;
}
.links_title {
	background:url(images/links_title.gif) top left no-repeat;
	height:35px;
	border-bottom: 0px solid #cccccc;
}
.title_text {
font-weight:bold; 
font-size:18px; 
color:#006699; 
margin-bottom:10px; 
margin-left: 100px; 
padding-top: 8px;
}
.block_inner{
	padding:3px 0 0 10px;
	border-bottom: 1px solid #cccccc;
	text-align: left;
}
.block_inner ul{ 
padding:0px 20px 0px 10px;
margin:0px;
}
.news_list_inner{
	padding:3px 0 0 20px;
	height:30px;
	background:url(images/inner_list_bg.gif) center top no-repeat;
}
.news_detail{
	padding:3px 10px 0 20px;
	background:url(images/inner_detail.gif) center top no-repeat;
	border: 1px dashed #cccccc;
	margin: 0 0 10px 0;
}
.page {
	border-top:1px solid #cccccc;
	text-align:right;
	padding: 5px 10px;
	width: 770px;
}
