body {
	background-attachment: fixed;
	background-repeat: repeat-x;
	background-color:#EEEEEE;
	border: 0px;
	margin: 0px;
	padding: 0px;
	font-family:新細明體;
	font-size:12pt;
	color: 404040;
	overflow-x: hidden;
}

.border_login {
	background-color: rgb(219,225,232);
	border-radius: 4px;
	width: 500px;
	padding: 10px 15px;
}

.td_item {
	background-repeat: no-repeat;
	background-position: center;
}

.notify_num {
	border-radius: 4px;
	color: #FFFFFF;
	font: 36pt "Arial";
}

.notify_txt {
	color: #FFFFFF;
	font: 10pt "新細明體";
}

.notify_app_num {
	border-radius: 4px;
	color: #FFFFFF;
	font: 144pt "Arial";
}

.notify_app_txt {
	color: #FFFFFF;
	font: 32pt "新細明體";
}

.notify_num2 {
	position:relative;
	z-index:2;
	margin-top:-100px;
	margin-right:-80px;
	border-radius: 4px;
	color: #FFFFFF;
	font: 36pt "Arial";
}

.icon_table{
	width:160px;
	height:120px;
	text-align:center;
	vertical-align:center;
	padding:8;
	background-repeat: no-repeat;
	background-position: center;
}

.icon_table2{
	width:160px;
	height:120px;
	text-align:center;
	vertical-align:center;
	padding:4;
	background-repeat: no-repeat;
	background-position: center;
}

.icon_app_table{
	width:440px;
	height:330px;
	text-align:center;
	vertical-align:center;
	padding:8;
	background-repeat: no-repeat;
	background-size: 440px 330px;
	background-position: center;
}

.icon_app_table2{
	width:440px;
	height:330px;
	text-align:center;
	vertical-align:center;
	padding:4;
	background-repeat: no-repeat;
	background-size: 440px 330px;
	background-position: center;
}

.icon_img {
	position:relative;
	width:160px;
}

.icon_txt {
	position:relative;
	z-index:2;
	margin-top:-35px;
	border-radius: 4px;
	color: #FFFFFF;
	font: bold 12pt "Arial Black";
}

.icon_txt_top {
	position:relative;
	z-index:2;
	margin-top:-100px;
	border-radius: 4px;
	color: #FFFFFF;
	font: bold 12pt "Arial Black";
}

.border_title {
	background-color: #DFDFDF;
	height: 10px;
	padding: 10px 15px;
	color: #000000;
	font: bold 12pt "新細明體";
}

.border_head {
	background-color: rgb(208,217,226);
	height: 20px;
	color: #0094FF;
	font: bold 12pt "新細明體";
}

.border_content {
	background-color: rgb(219,225,232);
	height="20"
	color: #606970;
	font: 10pt "新細明體";
	line-height: 20px;
}

.border_calendar_top {
	background-color: rgb(219,225,232);
	height: 40px;
	padding: 1px 1px;
	color: #606970;
	font: 12pt "新細明體";
}

.border_calendar_dark {
	background-color: rgb(208,217,226);
	width: 100px;
	height: 100px;
	padding: 10px 10px;
	color: #606970;
	font: 10pt "新細明體";
}

.border_calendar_today {
	background-color: rgb(255,233,127);
	width: 100px;
	height: 100px;
	padding: 10px 10px;
	color: #606970;
	font: 10pt "新細明體";
}

.border_calendar {
	background-color: rgb(219,225,232);
	width: 100px;
	height: 100px;
	padding: 10px 10px;
	color: #606970;
	font: 10pt "新細明體";
}

.border_detail_head {
	background-color: rgb(208,217,226);
	height: 40px;
	color: #93B2BA;
	font: bold 14pt "新細明體";
}

.border_detail_query {
	background-color: rgb(208,217,226);
	height: 40px;
	padding: 1px 1px;
	color: #606970;
	font: 12pt "新細明體";
}

.img {border: 0}
.title {font-size:12pt;font-weight:bold;background-color:#418282;color:#000000}
.head {text-align:center;font-size: 11pt; font-weight: bold; background-color:#FFCC00; color:#7D3F00;}
.head-l {padding: 0pt 0pt 0pt 3pt;font-size:11pt;font-weight:bold;background-color:#FCEAC9;}
.head-r {font-size:12pt;}
.tr-1 {background-color:#9BC9DC;font-size: 12pt;}
.tr-2 {background-color:#C5D3DF;font-size: 12pt;}
A {color: 6666ff; text-decoration: none;cursor:hand;}
A:hover {color: #ff0000; text-decoration: underline}
.button {font-size: 12pt; font-weight: bold; text-decoration: none;}
.radio {width:17pt;height:17pt;}
.checkbox {width:16pt;height:16pt;}
.readonly {font-size: 12pt;margin: 0pt 0pt 0pt 3pt;background-color: #EBEBD6;}

.disabled_txt{
	color:#A0A0A0;
	background-color:#FFFFFF;
	border: 0px;
	margin: 0px 0px;
	font-family:新細明體;
	padding: 3px;
	height: 2.2em;
}

select, .txt{
	color:#404040;
	background-color:#FFFFFF;
	border: 0px;
	margin: 0px 0px;
	font-family:新細明體;
}

.txt {
	padding: 3px;
	height: 2.2em;
}

.btn {
	color: #FFFFFF;
	background-color: #F1736A;
	border-radius: 4px;
	border: 0px;
	padding: 2px 6px;
	margin: 0px 6px;
	text-align:center;
	font-family:新細明體;
	font-size:12pt;
}

.btn:hover, .btn:focus {
    background: #FF7777;
    text-decoration: none;
}

.btn2 {
	color: #000000;
	background-color: #EFEFEF;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	behavior: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20180329193154/https://portal.ezlawyer.com.tw/css/ie-css3.htc);
	border: 0px;
	padding: 2px 6px;
	margin: 0px 6px;
	text-align:center;
	font-family:新細明體;
	font-size:12pt;
}

.btn2:hover, .btn2:focus {
    background: #EFEFEF;
    text-decoration: none;
}

.linkCal {
	color: #000000;
	font-family: 新細明體;
	font-size: 16pt;
	font-weight: bold;
	text-decoration: none;
}





/*
     FILE ARCHIVED ON 19:31:54 三月 29, 2018 AND RETRIEVED FROM THE
     AN OPENWAYBACK INSTANCE ON 21:15:17 五月 22, 2026.
     JAVASCRIPT APPENDED BY OPENWAYBACK, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
