@charset "utf-8";
/* CSS Document */
/*----------------------------------------------------------------forwardForm start (A)*/
.cp {
	color: #666666;
	vertical-align: top;	
	margin:0px 10px 10px 17px;
	line-height: 20px;
	color: #1768b9;
	text-align:left;
	clear:both;
	width: 710px;
}

.cp strong{
	font-weight: normal;
}

.cp .list ul ul p{
	margin:10px 0px -10px -15px;
	padding:0px;
	_padding:0 10px 0 0;
	font-size:100%;
	line-height: 160%;
	color: #454545;	/* overflow:hidden;  解決文字和圖位置都能共齊問題 */	/*_float:left;       ie6無效要用float定位 */
}
.cp .list ul .p{
	margin:10px 0px -10px 10px;
	padding:0px;
	_padding:0 10px 0 0;
	font-size:100%;
	line-height: 160%;
	color: #454545;
	overflow:hidden;  /* 解決文字和圖位置都能共齊問題 */
	/*_float:left;       ie6無效要用float定位 */
	
}
.cp h2{
	background: url(../images/icon.gif) no-repeat left 10px;
	padding: 10px 0 2px 20px;
	margin:5px 0 5px -5px;
	color: #1768b9;
	clear:both;
	font-weight: bold;
}
.cp h2 span{color: #1768b9;}
.cp h3{
	font-size: 80%;
	padding: 15px 0 2px 0px;
	margin:5px 0 5px 0;
	color: #1768B9;
	clear:both;
	font-weight: bold;
	display: inline;
}
.cp p{
	color: #454545;
	font-size:70%;
	line-height: 160%;
}
.cp .subnode ul{ margin:5px 0;}
.cp .subnode li{
	display:inline;
	padding:0 0 0 5px;
	border-right: 1px solid #CCCCCC;
}
.cp li img{
	vertical-align:middle;
	border:0 none;
}
.cp li .date{
	text-align:left;
	padding: 0 2px;
}

.cp ol  {
	margin: 5px 0 0 0px;
	padding: 0px;
	display: inline-block;	
}
.cp ul{
	color:#1768b9;
	font-size:90%;
}
.cp ul li{
	list-style-type: none;
	margin-left:30px;
	color:#4545459;
	font-size:90%;
	
}
.cp ul li li{
	list-style-type: none;
}
.cp ul li li li{
	list-style-type: square;
}

.cp ol li {
	list-style: decimal;
	margin-left:37px;
}

/*-----------------info*/

.cp .info {
	margin:5px 0 10px 0px;
	padding:0px;
	display:block;
	overflow:hidden;
	font-size: 13px;
}

.cp .info li{
	padding:0 0 0 15px;
	margin-left:0px;  /*-----預設li margin有設需再margin-left:0px;-----*/	
	color: #999;
	list-style-type: none;
	background: url(../images/icon2.gif) no-repeat 0px 5px;
}
.cp .info span{
	color: #999900;
	padding:0 5px 0 0px;
}

.cp .info li img{ vertical-align:middle;}

/*-----------------webFun 點閱區塊*/

.cp .webFun {
	margin: 5px 0 5px 0;
	text-align:right;
	padding:0px;
	font-size: 13px;
}
.cp .webFun li {
	display: inline;
	color: #666;
	margin-left:0px;
}
.cp .webFun li img {
	padding-right: 2px;
}
.cp .webFun li em {
	font-style: normal;
	color: #CC3300;
}

.cp .webFun .clickFun {
	padding-left: 15px;
	/*background: url(../images/icon-click.gif) no-repeat left top;*/
}
.cp .webFun .diggFun {
	padding-left: 18px;
	background: url(../images/icon-digg.gif) no-repeat left top;
}
.cp .webFun .commentFun {
	padding-left: 18px;
	background: url(../images/icon-comm.gif) no-repeat left 1px;
}
.cp .webFun .trackbackFun {
	padding-left: 16px;
	background: url(../images/icon-track.gif) no-repeat left top;
}
.cp .webFun .forwardFun {
	padding-left: 16px;
	background: url(../images/icon-fw.gif) no-repeat left top;
}

/*-----------------image*/
.cp .image{
	float:left;
	width:260px;
	text-align:center;
	margin:0 10px 0 0;
	padding:5px;
	background: #DDD;
}
.cp .image img{
	margin: 0px;
	padding: 1px;
	width: 250px;
	border: 1px solid #fff;
}
.cp .image span{
	color: #333;
	margin:0px;
	float:left
}
.cp .image ul{
	margin:0px;
	text-align:center;
	padding:0px;
	
}
.cp .image li{
	padding:0px;
	display:inline;
	background-image: none;
	font-size: 80%;
	list-style-type: none;
}
.cp .image li a{
	color: #999999;
}
.cp .image li a.previous{
	background-image: url(../images/icon_previous.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left: 10px;
}
.cp .image li a.next{
	background-image: url(../images/icon_next.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left: 15px;
}
.cp .image li a.zoom{
	background-image: url(../images/icon_zoom.gif);
	background-repeat: no-repeat;
	background-position: 5px 0px;
	padding-left: 18px;
}
.cp .update{  text-align:right; clear:both; color:#999;}

/*---------------------------------------related/download*/
.cp .related{
	clear:both;
	margin:20px 0 20px 0px;
}
.cp .related h3{
	color: #666600;
	font-size: 110%;
	padding: 0px 0 0px 16px;
	border-bottom: 4px solid #ddd;
	background: url(../images/icon_arrow2.gif) no-repeat 0 2px;
}
.cp .related ul{
	margin:5px 0 5px -15px;
	padding:0px;
	text-align:left;
}
.cp .related li{
	text-align:left;
	background-image: url(../images/icon_arrow3.gif);
	background-repeat: no-repeat;
	background-position: 0px 6px;
	padding-left: 18px;
	line-height: 22px;
	border-bottom: 1px dashed #dddddd;
	list-style-type: none;
}
.cp .related li img{ vertical-align:middle; border:0 none; padding:0 2px;}
.cp .related li .date{
	text-align:left;
	padding: 0 2px;
}

/*------------------------download*/
.cp .download{
	clear:both;
	margin:20px 0 20px 0px;
	border-bottom: 4px solid #ddd;
}
.cp .download h3{
	color: #FF7200;
	font-size: 80%;
	padding: 0px 0 0px 20px;
	border-bottom: 4px solid #ddd;
	display:block;
	background: url(../images/icon2.gif) no-repeat 3px 4px;
}
.cp .download ul{
	margin:5px 0 5px -20px;
	padding:0px;
	text-align:left;
	font-size:70%;
}
.cp .download li{
	text-align:left;
	background-image: url(../images/menu_icon2.gif);
	background-repeat: no-repeat;
	background-position: 10px 6px;
	padding-left: 18px;
	line-height: 22px;
	border-bottom: 1px dashed #dddddd;
	list-style-type: none;
}
.cp .download li img{ vertical-align:middle; border:0 none; padding:0 2px;}
.cp .download li .date{
	text-align:left;
	padding: 0 2px;
}
/*---------------------------------------------throw /表格 ?用th?左?/ */
.cp th.throw{
	color: #006699;
	padding:3px;
	width:120px;
	font-weight: normal;
	text-align: right;
	background-color: Transparent;
	border-right: 0px none;
	border-bottom: 1px solid #afd0d2;
}
/*-------------------------------------------cp table */
.cp table{
	margin:2px 0px 10px 0px;
	width:100%;
	border-collapse:collapse;
	border: 1px solid #CBD9E7;
	font-size: 70%;
}	
.cp table p{
	margin:0px 0;
	vertical-align:top;
	font-size: 100%;
	color: #000;
}
.cp table td.number{
	color: #CC6600;
	text-align:right;
}
.cp table td.date{
	font-size:100%;
}
.cp table caption{
	padding:0px;
	color: #999999;
	text-align:left;
	font-size: 150%;
}
.cp table th{
	color: #006699;
	padding:3px;
	font-weight: bold;
	text-align: left;
	line-height: 20px;
	vertical-align:top;
	background-color: #DCEBF3;
	border: 1px solid #CBD9E7;
}	
.cp table th.throw{
	color: #006699;
	padding:3px;
	font-weight: bold;
	text-align: right;
	border: 1px solid #CBD9E7;
	line-height: 20px;
	background-color: #DCEBF3;
	white-space: nowrap;
	vertical-align: top;
	background-image: none;
}

.cp table td{
	padding:3px;
	border: 1px solid #CBD9E7;
	background-image: none;
	line-height: 20px;	
	vertical-align:top;
	
}

.cp table td ol, .cp table td ul  {
	margin: 5px 0 0 0px;
	padding: 0px;
	display: inline-block;	
}

.cp table td ul li{
	list-style-type: circle;
	margin-left:30px;
	
}
.cp table td ul li li{
	list-style-type: circle;
}
.cp table td ul li li li{
	list-style-type: square;
}

.cp table td ol li {
	list-style: decimal;
	margin-left:37px;
}

 


/*---------------------------------------list*/
.cp .list{
	clear:both;
	margin:20px 0 10px 0px;
	font-size: 85%;
	line-height: 160%;
}
.cp .list h3{
	color: #009933;
	font-size: 120%;
	background-image: url(../images/sp_h3bg.gif);
	background-repeat: no-repeat;
	background-position: left 0px;
	padding: 0px 0 8px 25px;
	font-weight: bold;
}
.cp .list ul{
	color: #1768b9;
	font-weight: bold;
	font-size: 90%;
	padding-left: 20px;
	padding-top: 0px;
	padding-bottom: 20px;
}
.cp .list ul ul{
	margin:5px 0 5px 10px;
	font-size: 13px;
	color: #454545;
	font-weight: normal;
}
.cp .list ul li{font-weight: normal;}
.cp .list li{
	text-align:left;
	background-image: url(../images/7_1_1-list.jpg);
	background-repeat: no-repeat;
	background-position: 0px 8px;
	padding-left: 15px;
	margin-left:10px;
	line-height: 30px;
	/*border-bottom: 1px dashed #dddddd;*/
}

.cp .list .foot{border-bottom: 1px dashed #dddddd; clear:both; height:3px;}
/*-------------------------------------------cpTb */
.cp .cpTb{
	margin:2px 0 10px 0;
	border-top: 1px solid #afd0d2;
	border-left: 1px solid #afd0d2;
	border-right: 1px solid #afd0d2;
	background-color: #FBFBEC;
	padding:0px;
	width:95%;
}	
.cp .cpTb caption{
	padding:2px;
	color: #999999;
	text-align:left;
}	
.cp .cpTb th{
	color: #006699;
	font-weight: normal;
	text-align: left;
	padding:10px 3px 3px 3px;
	vertical-align:top;
	text-align:right;
	background-color: #D5E6DF;
	border-bottom: 1px solid #afd0d2;
}

.cp .cpTb td{	
	line-height: 20px;
	padding:3px;
	border-bottom: 1px solid #afd0d2;
}
.cp .cpTb ul{
	margin:5px 0 0 10px;
}
.cp .cpTb li{
	line-height: 20px;
	padding:0 0 0 15px;
	background-image: url(../images/icon_arrow2.gif);
	background-repeat: no-repeat;
	background-position: 0px 6px;
}

/*-------------------------------------------spTb */
.spTb{
	margin:0px 0 10px 0;	
}	
.spTb caption{ display:none; visibility: hidden;}	
.spTb th{
	color: #333333;
	padding:3px;
	text-align: left;	
}

.spTb .throw{
	color: #006699;
	padding:3px;
	font-weight: normal;
	text-align: right;
	border-right: 0px none;
}
.spTb td{
	padding:3px;
}


/*---------------------------------------------logUser*/
.logUser{
	margin:5px 0 ; 
	color: #CC6600;
}
.logUser img{ vertical-align:middle; border:0px none; padding:0 1px;}
.logUser {}


 
.cp .servicetab {
	text-align: left;
	margin:5px 5px 15px 5px;
	
}


.cp .servicetab ul{
	margin:0px;
	padding:0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.cp .servicetab li{
	background-image: url(../images/Menu_1.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	float:left;	
	margin:0 2px;
	padding:0px 0px 0px 0px;
}

.cp .servicetab li a{
	color: #365B81;
	padding:10px 6px 0px 0;
	display:block;
	white-space:nowrap;
	margin-left:5px;
	background-image: url(../images/Menu_2.gif);
	background-repeat: no-repeat;
	background-position: right top;
	}
.cp .servicetab li a:hover{
	color: #CC0000;
}
.cp .servicetab li.over{	
	background-image: url(../images/Menuover_1.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	float:left;	
	margin:0 2px;
	padding:0px 0px 0px 0px;
}
html>body .cp .servicetab li.over{padding:9px 0px 6px 0px;}
*+ html>body .cp .servicetab li.over{padding: 0px;}
 .cp .servicetab li.over a{
	color: #000000;
	padding:10px 6px 0px 0;
	display:block;
	white-space:nowrap;
	margin-left:5px;
	background-image: url(../images/Menuover_2.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.cp .servicetab li.over a:hover {
	text-decoration: none;
	color: #990000;
}

.cp .servicelist {
	border-collapse:collapse;
	margin: 10px 10px 20px 10px;
	width: 95%;
	clear:both;
	border: 0px none ;
}
.cp .servicelist caption {
	font-weight: bold;
	color: #666666;
	text-align:left;
	background-image: url(../images/service_captionbg.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding: 3px 0px 0px 25px;
	font-size: 120%;
	letter-spacing: 2px;
}
.cp .servicelist img{
	border: none;
	vertical-align: -5px;
}
.cp .servicelist th {
	padding: 5px;
	vertical-align: top;
	text-align: left;
	color: #666666;
}
.cp .servicelist td {
	padding: 5px;
	vertical-align: top;
	line-height: 145%;
	border: 0px none ;
	
}
.cp .servicelist  .More {
	margin:-15px 0px 0px  0px;
	text-align:right;
}
.cp .servicelist  .More img{border: none 0px;}

/*-----------------------------------------------------------------web2Tag*/
.web2Tag table{ width:95%;}
.web2Tag ul{ margin:10px 10px;padding:0px;display:inline-block;}
.web2Tag ul li{
	display:inline;
	padding:0 0 0 12px;
	margin:0px;
	background: url(../images/icon2.gif) no-repeat 0px 2px;
	list-style-image: none;
	list-style-type: none;
}

.web2Tag ul li img{ padding:0 2px; }
.web2Tag h3 {
	margin:5px 0 5px 5px;
	padding:2px 0;
	background: #E7F2F8;
}
/*-----------------cp_photo image*/
.cp_photo {
	text-align:center;
	margin:0 20px;
	line-height: 20px;
	color: #666666;
}
.cp_photo p, .cp_photo h3, .cp_photo ul.info , .cp_photo .photoControl{
	text-align:center;
	background: url(none);
}
.cp_photo .rss { float:right; margin-top:-22px;}

.cp_photo .image{
	width:350px;
	text-align:center;
	margin:10px 5px 10px 0;
	padding:8px;
	background: #DCEBF3;
}
.cp_photo .image img{
	margin: 0px;
	padding: 1px;
	width: 330px;
	border: 1px solid #fff;
}
.cp_photo .image span{
	color: #333;
	margin:0px;
}

.cp_photo .info {	
	display:inline;	
	padding:0px;
	margin:0px;	
}

.cp_photo .info li{
	padding:0 0 0 10px;
	margin-left:0px;  /*-----預設li margin有設需再margin-left:0px;-----*/	
	color: #999;
	list-style-type: none;
	background: url(../images/icon2.gif) no-repeat 0px 5px;
}
.cp_photo .info span{
	color: #999900;
	padding:0 5px 0 0px;
}
.cp_photo .info li img{ vertical-align:middle;}

.cp_photo .photoControl{margin:5px 0;}
.cp_photo .photoControl li{ display:inline; padding:0 5px; margin:0 20px 0 0;
cursor:pointer;}
.cp_photo .photoControl li.prevPhoto{
 	background: url(../images/prev.gif) no-repeat left 0px;
	padding:2px 0 5px 17px;
}
.cp_photo .photoControl li.nextPhoto{
	padding:2px 17px 5px 0;
	background: url(../images/next.gif) no-repeat right 0px;
}
/*-------------cp_old----------*/
.cp_old{
	color: #333333;
	padding:10px;
	background: #FFFFCC;
	border: 1px solid #FF9933;
}
.cp_old h1{
	color: #333333;
	font-size:140%;
	margin:5px 0;
}
.cp_old h2{
	color: #CC0000;
	font-size:120%;
	margin:5px 0;
	background: url(none);
} 
.cp_old a{ text-decoration:underline;}

/*----------------------------------------------------rightblock-----*/

.cp .clear{ width:100%;}
.cp .clear .rightblock{ width:12%; vertical-align:top; }
.cp .clear .rightblock ul{margin:0px auto; }

.cp .clear .rightblock li {
	text-align:center;
	margin:5px 0;
	padding:5px;
	display:block;
	list-style-type: none;
	background: #EEEEEE;
}
.cp .clear .rightblock li a img,.cp .clear .rightblock li img{ width:120px; border:1px solid #ccc; padding:1px;}
.cp .clear .rightblock li a:hover{
	width:120px;
	border:1px solid #ccc;
	padding:1px;
	border-color: #CC3300;
}
.cp table.clear td{border: 0px;} 
.cp table.clear{
	border: 0px;
	width: 95%;
} 
.cp table.clear table td{border: 1px solid #CBD9E7;} 
