/* 縮小失敗。正在傳回未縮小的內容。
(96,1): run-time error CSS1019: Unexpected token, found '@charset'
(96,10): run-time error CSS1019: Unexpected token, found '"UTF-8"'
(96,17): run-time error CSS1019: Unexpected token, found ';'
 */
@charset "UTF-8";
body {
	/* [disabled]margin: 0px; */
	background-image: url(../images/bg.gif);
	font-size: small;	/* 全頁面文字規劃 */
}
ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;	
}
.end {
	clear: both;
}
.layout {
	/* 基本版面 */
	margin: auto;
	width: 1010px;
}
.header ,.functionBox ,.content{
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 2px solid #999;
}
.header {
	/* 上半部區塊 */
	width: 1000px;
	padding: 0px 5px;
	background-color: #FFF;
	background-image: url(../images/headerBG.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.heaerLeft {
	float: left;
	height: 80px;
	width: 350px;
}
.headerRight {
	float: left;
}
.headerRightUp {
	width: 400px;  /*edit by helen at 2013/07/14 300->350*/
	padding: 0px 0px 0px 250px;
}
.headerRightUpItem {
	margin: 0px 5px;
	padding: 5px;
	float: left;
}
.headerRightDown {
	padding: 30px 0px 0px 20px;
	height: 25px;
	width: 630px;
}
.headerRightDownItem {
	margin: 2px;
	float: left;
	width: 85px;
	text-align: center;
	background-image: url(../images/linkBG.gif);
}
.headerRightDownItem a {
	display: block;
	text-decoration: none;
	color: #06C;/* 共用功能 文字外觀 */
	height: 16px;
	padding: 2px 0px;
}
.headerRightDownItem a:hover {
	color: #000;/* 共用功能 文字滑入外觀 */
	background-image: url(../images/linkBG2.gif);
}
.main {
	/* 中間區塊 */
}
.functionBox {
	margin: 5px;
	padding: 5px 5px 20px 5px;
	float: left;
	width: 150px;
	background-color: #FFF;
}
.functionItem {
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	background-color: #69F;
	text-align: center;
	margin: 5px;
	background-image: url(../images/functionIMG.gif);
	background-repeat: no-repeat;
}

@charset "UTF-8";
.titleBox {
	/* 主標題區塊 */
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	text-align: center;
	margin: 5px;
	padding: 5px;
	font-size: medium; /* 主標題 文字樣式 */
	border: 3px solid #399;
	background-image: url(../images/titleBG.gif);
	background-position: center center;
}
.titleBox2 {
	padding: 10px 30px 10px 10px;
	display: inline;
	background-color: #CCE87E;
	background-image: url(../images/titleBox2BG.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

.titleBox3 {
	/* 公佈欄標題 add by helen */
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #600;
	height: 18px;
	padding: 1px 1px;
	background-image: url(../images/titleBG4.gif);
	border: 2px solid #FC0;
	background-position: center;
	font-size: small;
}
.content {
	/* 內容UI 區塊 */
	background-color: #FFF;
	margin: 5px 0px;
	padding: 5px;
	float: left;
	width: 820px;
}
.contentBoxOut {
	/* [disabled]padding: 5px; */
}
.contentBox {
	margin: 5px;
	padding: 5px;
}
.contentBox01 {
	margin: 2px 2px;
	padding: 5px;
	width: 250px;
	float: left;
}
.contentBox02 {
	margin: 2px 2px;
	padding: 5px;
	width: 535px;
	float: left;
}
.contentBoxIN {
}
.contentBoxIN th {
	/* 內容表格 標題欄位 */
	font-weight: normal;
	background-color: #09C;
	color: #FFF;
	font-size: small; /*helen edit x-small ->small*/
}
.contentBoxIN td {
	/* 內容表格 儲存格欄位 */
	font-size: small;  /*helen edit x-small ->small*/
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999;
}
.contentBox a img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.smallTitle {
	color: #930;
	padding: 6px 20px;
	text-decoration: none;
	margin: 5px;
	display: inline;
	background-image: url(../images/formTitle2.gif);
	background-repeat: no-repeat;
	background-position: right;
	height: 16px;
}
.smallTitle:hover {
	color: #996;
}

.billboard {
	/* 公佈欄的表格 add by helen */
}
.billboard tr th {
	color: #000000;
	background-color: #FF9966;
	font-size: small;
	font-weight: normal;
}
.billboard tr td {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999;
	font-size: small;
}
.otherTable {
	font-size: small;
}

.commonBox , .commonBtnBox  {
	border: 3px solid #DDD;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.commonTable th , .commonBtnBox th {
	text-align: left;
	background-image: url(../images/fnThBg.gif);
	background-position: center;
	border: 2px solid #69C;
}
.commonTable td , .commonBtnBox td {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666;
}
.commonBox {
	border-radius: 10px;
	-webkit-border-radius: 10px;
	margin: 5px;
	padding: 5px;
	float: left;
	width: 360px;
}
.commonBtnBox {
	padding: 10px;
	float: left;
	width: 400px;
}
.commonBtnBoxIn {
	padding: 5px 0px;
}
.commonBtnTop {
	/* [disabled]height: 40px; */
	/* [disabled]padding: 2px; */
}
.commonBtnBtm {
	padding: 10px 0px 0px 110px;
	width: 280px;
	height: 35px;
}
.commonBtnBoxIn a {
	border: 2px solid #444;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	/* [disabled]display: block; */
	text-decoration: none;
	/* [disabled]width: 100px; */
	text-align: center;
	padding: 5px;
	background-color: #369;
	color: #FFF;
	margin: 2px;
	float: right;
}
.commonBtnBoxIn a:hover ,.contentBtn:hover{
	background-color: #39F;
}
.contentBox {
	margin: 10px 5px;
	padding: 10px 5px;
}
.contentBox  td {
	font-size: 12px;
}
.contentBox th {
	font-weight: normal;
	background-position: center;
	background-color: #FF9;
}
.contentBox a img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.contentBtn {
	border: 2px solid #444;
	border-radius: 10px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 10px;
	color: #FFF;
	background-color: #369;
	width: 120px;
	padding: 10px;
	text-decoration: none;
	margin: 5px;
	display: inline;
	text-align: center;
}

