body {
	font-family: Arial, Helvetica, Verdana, Geneva, sans-serif, "新細明體", PMingLiU;
}
.article_subject {
	font-size: 2em;
	color: #006699;
	font-family: Arial, Helvetica, Verdana, Geneva, sans-serif, "新細明體", PMingLiU;
	font-weight: bold;
}
.article_title {
	font-family: Arial, Helvetica, Verdana, Geneva, sans-serif, "新細明體", PMingLiU;
	font-size: 15px;
	color: #C00;
	font-weight: bold;
	line-height: 30px;
}
.article_title2 {
	font-family: Arial, Helvetica, Verdana, Geneva, sans-serif, "新細明體", PMingLiU;
	font-size: 1.3em;
	color: #000;
	font-weight: bold;
	line-height: 36px;
}

.article_word {
	font-size: 13px;
	color: #484848;
	line-height: 22px;
	letter-spacing: 1px;
	font-family: Arial, Helvetica, Verdana, Geneva, sans-serif, "新細明體", PMingLiU;
}
.article_word a {
	color: #039;
	font-size: 13px;
	text-decoration: underline;
}
.number {
	color: #FF0000;
	font-size: 15px;
	font-weight: bold;
}
.style1 {
	color: #FF6600
}
.style2 {
	color: #0066CC
}
.style3 {
	color: #CCCCCC;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
}
.style4 {
	color: #000000
}
.style5 {
	color: #FF0000
}


input[disabled] {
    border: 1px solid #CCCCCC;
    background-color: #F0F0F0;
    color: #CCCCCC;
}

a, img {
	-moz-outline-style: none;
	border: none;
	outline: none;
	ie-dummy: expression(this.hideFocus=true); /* IE 9 remove outline */
}

.blue {
	color: #0000FF;
}
.red {
	color: #FF0000;
}
.paded-top10 {
	margin: 10px 0;
}

/* .button_class */
.button-grey {
	border: 0;
	margin: 0;
	padding: 0;
	width: 80px;
	height: 28px;
	background: #666666;
	text-align: center;
	line-height: 28px;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	border: 1px solid #FFFFFF;
}

td.memo {
    font-size: 0.8em;
    color: red;
}
p.page-title {
    font-size: x-large;
    font-weight: bolder;
    color: navy;
    text-align: left;
}
span.tip {
    cursor: default;
    font-weight: bolder;
}
span.imp {
    color: #FF0000;
    font-weight: bolder;
}
input.upper {
    text-transform: uppercase;
}
div.agreement {
    font-weight: bolder;
}
table.content1 tr, table.content1 th {
    text-align: left;
}
div.tip {
    cursor: default;
    font-weight: bolder;
}
div.apply-content {
    text-align: left;
}
ul.content-list {
    display: block;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
ul.content-list div.content-option {
    margin-left: 10%;
}
div.agreement {
    margin: 5px 0;
}
div.button-panel {
    text-align: center;
    margin: 10px 0;
}
ul.remarks {
    display: block;
    list-style-type: none;
    margin: 20px 0;
    padding: 0;
    color: gray;
}
ul.remarks li {
    margin: 5px 0;
}


div.error-message {
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	background: #FFDDDD url('../../images/messages/error.png') no-repeat scroll 6px 50%;
	border: 1px solid #FF0000;
	margin: 2px auto 14px;
	/* padding: 6px 6px 6px 6px; */
	padding: 12px 16px 12px 30px;
	text-align: left;
	/*font-family: Consolas, Helvetica, Verdana, Georgia, "Times New Roman", Times, sans-serif*/
	font-family: "Microsoft JhengHei", Helvetica, Verdana, Georgia, "Times New Roman", Times, sans-serif;
	font-weight: bolder;
	font-size: large;
}
div.error-message div.error-close {
	position: absolute;
	top: 22px;
	right: 16px;
	color: #C60000;
	text-align: center;
	background-color: #FFC8C8;
	border-radius: 50%;
	font-size: 14px;
	width: 16px;
	height: 16px;
	-moz-transition: all .2s;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
	cursor: pointer;
	font-family: Consolas, Helvetica, Verdana, Geneva, sans-serif;
}
div.error-message div.error-close:hover {
	background-color: rgba(255,0,0,.5);
	color: #FFFFFF;
	font-weight: bolder;
}

div.info-message {
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	-moz-box-shadow: 2px 2px 4px 0px rgba(53, 32, 253, .6);
	-webkit-box-shadow: 2px 2px 4px 0px rgba(53, 32, 253, .6);
	box-shadow: 2px 2px 4px 0px rgba(53, 32, 253, .6);
	background: #E8E8FF url('../../images/messages/alert.png') no-repeat scroll 6px 50%;
	border: 1px solid #A6A6FF;
	margin: 2px auto 14px;
	/* padding: 6px 6px 6px 6px; */
	padding: 12px 16px 12px 30px;
	text-align: left;
	/*font-family: Consolas, Helvetica, Verdana, Georgia, "Times New Roman", Times, sans-serif*/
	font-family: "Microsoft JhengHei", Helvetica, Verdana, Georgia, "Times New Roman", Times, sans-serif;
	font-weight: bolder;
	font-size: large;
	cursor: default;
}
div.info-message div.info-close {
	position: absolute;
	top: 16px;
	right: 16px;
	color: #664D00;
	text-align: center;
	background-color: #BFBFFF;
	border-radius: 50%;
	font-size: 14px;
	width: 16px;
	height: 16px;
	-moz-transition: all .2s;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
	cursor: pointer;
	font-family: Consolas, Helvetica, Verdana, Geneva, sans-serif;
}
div.info-message div.info-close:hover {
	background-color: rgba(255,0,0,.7);
	color: #FFFFFF;
	font-weight: bolder;
}
div.info-message div.info-button-panel {
	margin: 5px 0;
	text-align: center;
}


.edu-page-title {
    font-size: x-large;
    font-weight: bolder;
    color: navy;
    text-align: left;
}
div.edu-apply-tip {
	color: #FF0000;
	margin: 20px 0;
}
div.edu-apply-content {
    text-align: left;
    
    font-size: 15px;
	/*color: #484848;*/
	line-height: 22px;
	letter-spacing: 1px;
}
ul.edu-content-list {
    display: block;
    list-style-type: none;
    margin: 10px 0;
    padding: 0;
}
div.edu-option-tip {
    cursor: default;
    font-weight: bolder;
}
div.edu-content-option {
    margin: 5px 0 5px 80px;
}
.gap10 {
	display: inline-block;
	width: 10px;
}
.gap20 {
	display: inline-block;
	width: 20px;
}
.ladder {
	display: inline-block;
	height: 20px;
}
.paragraph-line {
	display: block;
	height: 3px;
	margin-top: 3px;
	border-top: 1px #49aee4 dotted;
}


.button-river {
    background: -webkit-gradient(top, #007DC1, #0061A7);
    background: -moz-linear-gradient(top, #007DC1, #0061A7);
    background: -webkit-linear-gradient(top, #007DC1, #0061A7);
    background: -o-linear-gradient(top, #007DC1, #0061A7);
    background: -ms-linear-gradient(top, #007DC1, #0061A7);
    background: linear-gradient(to bottom, #007DC1, #0061A7);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#007DC1', endColorstr='#0061A7', GradientType=0);
    background-color: #007DC1;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #124D77;
    display: inline-block;
    cursor: pointer;
    color: #FFFFFF;
    font-size: 13px;
    padding: 6px 20px 4px 20px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #154682;
}
.button-river:hover {
    background: -webkit-gradient(top,#0061A7, #007DC1);
    background: -moz-linear-gradient(top, #0061A7, #007DC1);
    background: -webkit-linear-gradient(top, #0061A7, #007DC1);
    background: -o-linear-gradient(top, #0061A7, #007DC1);
    background: -ms-linear-gradient(top, #0061A7, #007DC1);
    background: linear-gradient(to bottom, #0061A7, #007DC1);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0061A7', endColorstr='#007DC1', GradientType=0);
    background-color: #0061A7;
}
.button-river:active {
    position: relative;
    top: 1px;
}


.button-river-lite {
	background: -webkit-gradient(top, #BDDBFA, #80B5EA);
	background: -moz-linear-gradient(top, #BDDBFA, #80B5EA);
	background: -webkit-linear-gradient(top, #BDDBFA, #80B5EA);
	background: -o-linear-gradient(top, #BDDBFA, #80B5EA);
	background: -ms-linear-gradient(top, #BDDBFA, #80B5EA);
	background: linear-gradient(to bottom, #BDDBFA, #80B5EA);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#BDDBFA', endColorstr='#80B5EA',GradientType=0);
	background-color: #BDDBFA;
	border: 1px solid #84BBF3;
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	text-shadow: 0px 1px 0px #BBBBBB;
}
.button-river-lite:hover {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #80B5EA), color-stop(1, #BDDBFA));
	background: -moz-linear-gradient(top, #80B5EA, #BDDBFA);
	background: -webkit-linear-gradient(top, #80B5EA, #BDDBFA);
	background: -o-linear-gradient(top, #80B5EA, #BDDBFA);
	background: -ms-linear-gradient(top, #80B5EA, #BDDBFA);
	background: linear-gradient(to bottom, #80B5EA, #BDDBFA);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80B5EA', endColorstr='#BDDBFA',GradientType=0);
	background-color: #80B5EA;
}
.button-river-lite:active {
    position: relative;
    top: 1px;
}
