@CHARSET "UTF-8";

#pageContainer * {
	font-family: 微軟正黑體, 'Arial Unicode MS' !important;
}

#pageContainer {
	padding-top: 20px;
}

#sinfoContainer {
	background-color: #f8f8ff;
}

.infoContianer {
	position: relative;
	padding: 30px;
	line-height: 1.7;
	min-height: 450px;
}

.sinfoTitle {
	font-size: 24px;
	margin-bottom: 20px;
}

.sinfoSubTitleContianer {
	margin-bottom: 20px;
}

.sinfoSubTitle {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}

.sinfoUnorderedList ul {
	margin-left: 17px;
	list-style-type: disc;
}

.sinfoTable {
	margin-top: 10px;
	margin-bottom: 10px;
}

.sinfoTable th, .sinfoTable td {
	vertical-align: middle !important;
}

.sinfoTable th {
	text-align: center !important;
}

.sinfoTable td.bold {
	font-weight: bold;
}

.sinfoTable td.rightAlign { text-align: right !important; }

.sinfoTable th{	
	height: 30px;
	background-color: #6873b3;
	color: #ffffff;
	font-size: 10pt;
	border: none;
	border-left: 1px solid #ffffff;
	min-width: 70px;
}

.sinfoTable th.first{
	border-left: none;
}

.sinfoTable tr.item td{
	height: 30px !important;
	padding: 0px 7px !important;
}

.sinfoTable td {
	border-left: 1px solid #ccd1ee;
	font-size: 10pt;
}

.sinfoTable td.last {
	border-right: 1px solid #ccd1ee;
}

.sinfoTable table {
	border-bottom: 1px solid #ccd1ee;
}

.sinfoTable table.noBorder {
	border: none !important;
}

.sinfoTable .addBorderBottom {
	border-bottom: 1px solid #ffffff;
}

.sinfoTable tr.oddRow {
	background-color: #FFFFFF;
}

.sinfoTable tr.evenRow {
	background-color: #E5E7F4;
}

.sinfoNote {
	margin-top: 10px;
	margin-bottom: 10px;
}

.sinfoRemark {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 12px;	
}

.sinfoOrderedList ol {
	margin-left: 22px;
	list-style-type: decimal;
}