﻿#primary #content a { 
    text-decoration:none;
    line-height: 200%;
}

/* 重大訊息揭露 */
#links ul {
	list-style-type:none;
	
	margin-left: 15px;
	padding-left: 10px;
	padding-right: 10px;
} 

#links li 
{	
	border-bottom: 1px dotted #999; 
	border-width: 1px 0;
	margin: 0px 0;
	padding: 5px;
	line-height: 270%; 
	font: normal 100% Arial, Helvetica, sans-serif;
	color: #646464;
	list-style-type:square;
}

#links li a { 
	color: #646464;
	display: inline;
	font: normal 100% Arial, Helvetica, sans-serif;
	padding: 5px;
	text-decoration: none;
	line-height: 100%; 
}

* html #links li a {  /* make hover effect work in IE */
	width: 95%;
}

#links li a:hover {
	background: #F7FFFF;
}
/*
#links a em { 
	color: #646464;
	display: block;
	font: normal 85% Arial, Helvetica, sans-serif;
	line-height: 200%; 
}

#links em  
{
	color: #646464;
	display: block;
	font: normal 100% Arial, Helvetica, sans-serif;
	line-height: 200%; 
}*/

#links span {
	color: #00CCCC;
	font: normal 75% Arial, Helvetica, sans-serif;
	line-height: 100%;
	margin-left: 5px;
}

#Page{
	text-align:right
}

#content .subdescription{margin-left:15px;font-size:12px ;color:#009999;}﻿
#content .memo
{	
	width:95%;
	display:inline-block;
	background-color: #F9F9F9;
	font-size:12px;
	margin:0px 10px 10px 15px;
	padding:0px 0px 5px 0px;
	border-bottom: 1px solid #DEDEDE;
}

/* 表格 */
table.cg {
	width: 95%;
	margin: 10px 10px 0px 15px;
	padding: 5px 5px 0px 0px;
	border-top: 1px solid #DEDEDE;
	border-bottom: 1px solid #DEDEDE;
	border-collapse: collapse;
}
table.cg th, table.cg td {
	border-top: 1px solid #DEDEDE;
	border-bottom: 1px solid #DEDEDE;
	padding: 5px;
	text-align: left;
	color: #646464;
}
table.cg th {
	color: #009999;
	font-weight: normal;
}
table.cg th.first {
	background-color: #F3FCFB;
}
table.cg th.altcol, table.cg td.altcol {
	background-color: #F9F9F9;
}
table.cg caption {
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.5em;
	text-align: center;
	color: #009999;
	line-height: 2.5em;
	background-color: #DAF5F0;
	border-bottom: 3px solid #FFFFFF;
}

/* 公司股價 */
#stock {
	width: 486px;
	margin-left: 20px;
	background-color: #F0F0F0;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	border-top: 3px #F0F0F0 solid;
}
#stock #summary {
	display: block;
	text-align: center;
	color: #000066;
	background-color: #FFFFFF;
	height: 65px;
	font-size: 12px;
	width: 480px;
	margin: 3px 3px 5px 3px;
}
#stock #summary span.quote {
	color: #218EC6;
	font-weight: bold;
	font-size: 3em;
}
#stock #summary span.fluctuation {
	color: #218EC6;
	font-weight: bold;
	font-size: 1em;
}
#stock #summary span.label {
	display: inline-block;
	text-align: left;
	line-height: 18px;
	margin-right: 10px;
}
#stock #summary img {
	margin-top: 14px;
	margin-left: 10px;
	margin-right: 10px;
	border: 0px;
}
#stock table {
	display: block;
	width: 480px;
	font-size: 12px;
	border: 1px solid #CDDFED;
	border-collapse: collapse;
	margin: 5px 3px 3px 3px;
}
#stock table th {
	font-weight: normal;
	background-color: #EEF3F7;
}
#stock table td {
	background-color: #FFFFFF;
	text-align: center;
}
#stock table th, #stock table td {
	width: 80px;
	padding: 7px;
	color: #000066;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #CDDFED;
}
#primary #sidebox .cssbox_body ul.stock_box {
	list-style-type: none;
}
#primary #sidebox .cssbox_body ul.stock_box span.up, #stock #summary span.fluctuation span.up {
	color: Red;
}
#primary #sidebox .cssbox_body ul.stock_box span.down, #stock #summary span.fluctuation span.down {
	color: Green;
}
hr.spacer {
	border: none;
	color: #FFFFFF;
	margin: 3px auto 3px auto;
}
