body,
img,
a img,
ul,
table {
  margin: 0;
  padding: 0;
}
img,
a img {
  border: none;
  vertical-align: middle;
}
ul {
  list-style-type: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
input {
  vertical-align: middle;
  color: #4a4a4a;
  padding: 0 5px;
  margin: 0px;
  font-family: "微軟正黑體", Arial;
}
input[type="text"] {
  padding: 0 5px;
  margin: 0px;
  height: 20px;
  background-color: #fff;
  border: 1px solid #d3d3d3;
}
textarea {
  width: 99%;
  color: #4a4a4a;
  padding: 0 0.5%;
  margin: 0px;
  border: 1px solid #d3d3d3;
  font-family: "微軟正黑體", Arial;
}
select {
  vertical-align: middle;
  font-size: 12px;
  color: #4a4a4a;
  border: 1px solid #d3d3d3;
  padding: 0 0 0 3px;
  font-family: "微軟正黑體", Arial;
}
a {
  text-decoration: none;
  color: #4d6736;
}
a:hover {
  color: #555;
}
.left {
  float: left;
}
.right {
  float: right;
}
.clear {
  clear: both;
}
.showtext {
  display: block;
  overflow: hidden;
}
.hidetext {
  display: block;
  line-height: 9999px;
  overflow: hidden;
}
.red {
  color: #db0000;
}
.ps {
  color: #db0000;
}
.center {
  text-align: center;
}
.behavior {
  behavior: url(/WiseFW_Health01/Scripts/PIE.htc);
}
body {
  font: 13px/22px "微軟正黑體", Arial, Helvetica, Georgia, Arial, sans-serif;
  color: #4a4a4a;
  -webkit-text-size-adjust: none;
}
/*-------說明---------*/
.explain {
  margin: 40px 5px 10px 5px;
  padding-left: 25px;
  font-weight: bold;
  font-size: 16px;
  background: url(../images/explain.png) no-repeat;
}
/*-------banner---------*/
#banner {
  height: 110px;
  position: relative;
  background: url(../images/banner.jpg) repeat-x;
}
#banner .logo {
  position: absolute;
  left: 0;
  top: 0;
}
#banner .bannerR {
  position: absolute;
  right: 0;
  top: 0;
}
#banner .head {
  margin: 0 auto;
  width: 589px;
  padding-left: 120px;
  position: relative;
  z-index: 1;
}
/*--- nav按鈕+使用者+登出 ---*/
#hleftbtn {
  float: left;
  margin-top: 5px;
}
#userbox {
  float: right;
  margin-top: 2px;
}
#userbox .user {
  background: url(../images/user.png) no-repeat 0 2px;
  display: inline-block;
  margin: 5px 5px 0 0;
  vertical-align: middle;
  padding: 0 0 0 22px;
  height: 20px;
  line-height: 15px;
}
/*-------左選單body---------*/
.treeCss td div {
  height: 20px !important;
}
.main {
  width: 220px;
  background-color: #FAFAFA;
  border: 1px solid #ffffff;
  border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
  -webkit-border-radius: 0 5px 5px 0;
  -khtml-border-radius: 0 5px 5px 0;
  position: relative;
  z-index: 10;
  box-shadow: 2px 2px 3px 0px #d9d9d9;
  -moz-box-shadow: 2px 2px 3px 0px #d9d9d9;
  -webkit-box-shadow: 2px 2px 3px 0px #d9d9d9;
  behavior: url(/WiseFW_Health01/Scripts/PIE.htc);
}
.main .head {
  background: url(../images/navTitle.png) no-repeat center 0;
  font-size: 16px;
  color: #4d6736;
  letter-spacing: 2px;
  text-shadow: 1px 1px 0px #fff;
  font-weight: bold;
  height: 31px;
  line-height: 29px;
  text-align: center;
}
.main .mainbox {
  min-height: 400px;
}
#divMenu2 {
  margin: 5px 10px 10px 10px;
  *margin: -10px 10px 10px 10px;
}
#divMenu2 td {
  padding-right: 4px;
}
/*--- 目前路徑 ---*/
#Position {
  margin: 5px 0 0 35px;
}
#Position .head {
  background-color: #2C9DC1;
  display: inline-block;
  vertical-align: middle;
  margin: -3px 5px 0 5px;
  padding: 0px;
  height: 12px;
  border: 1px solid #fafafa;
  box-shadow: 0px 1px 1px 0px #d9d9d9;
  -moz-box-shadow: 0px 1px 1px 0px #d9d9d9;
  -webkit-box-shadow: 0px 1px 1px 0px #d9d9d9;
  behavior: url(/WiseFW_Health01/Scripts/PIE.htc);
}
#Position .place {
  background: url(../images/place.png) no-repeat;
  padding-left: 15px;
}
/*--- 按鈕 ---*/
.Button {
  margin: 2px 4px;
  padding: 3px 12px 4px 12px;
  font-size: 13px;
  line-height: 13px;
  *height: 23px;
  *line-height: 15px;
  *padding: 1px 3px;
  cursor: pointer;
  color: #364d22;
  background: #CBE3AA;
  background: -moz-linear-gradient(top, #cbe3aa 0%, #c1de9b 52%, #9dcb5f 52%, #b1df74 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #cbe3aa), color-stop(52%, #c1de9b), color-stop(52%, #9dcb5f), color-stop(100%, #b1df74));
  background: -webkit-linear-gradient(top, #cbe3aa 0%, #c1de9b 52%, #9dcb5f 52%, #b1df74 100%);
  background: -o-linear-gradient(top, #cbe3aa 0%, #c1de9b 52%, #9dcb5f 52%, #b1df74 100%);
  background: -ms-linear-gradient(top, #cbe3aa 0%, #c1de9b 52%, #9dcb5f 52%, #b1df74 100%);
  background: linear-gradient(to bottom, #cbe3aa 0%, #c1de9b 52%, #9dcb5f 52%, #b1df74 100%);
  -pie-background: linear-gradient(#cbe3aa 0%, #c1de9b 52%, #9dcb5f 52%, #b1df74 100%);
  border: 1px solid #8fbb3c;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  position: relative;
  z-index: 10;
  box-shadow: 0px 0px 1px 0px #8fbb3c, 0px 1px 2px 0px #999999, 0px 1px 1px 0px #ffffff inset;
  -moz-box-shadow: 0px 1px 2px 0px #999999, 0px 1px 1px 0px #ffffff inset;
  -webkit-box-shadow: 0px 1px 2px 0px #999999, 0px 1px 1px 0px #ffffff inset;
  behavior: url(/WiseFW_Health01/Scripts/PIE.htc);
}
.Button:hover {
  color: #364d22;
  background: #B9D690;
  background: -moz-linear-gradient(top, #b9d690 0%, #b9d690 52%, #95c15a 52%, #95c15a 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b9d690), color-stop(52%, #b9d690), color-stop(52%, #95c15a), color-stop(100%, #95c15a));
  background: -webkit-linear-gradient(top, #b9d690 0%, #b9d690 52%, #95c15a 52%, #95c15a 100%);
  background: -o-linear-gradient(top, #b9d690 0%, #b9d690 52%, #95c15a 52%, #95c15a 100%);
  background: -ms-linear-gradient(top, #b9d690 0%, #b9d690 52%, #95c15a 52%, #95c15a 100%);
  background: linear-gradient(to bottom, #b9d690 0%, #b9d690 52%, #95c15a 52%, #95c15a 100%);
  -pie-background: linear-gradient(#b9d690 0%, #b9d690 52%, #95c15a 52%, #95c15a 100%);
  box-shadow: 0px 0px 1px 0px #8fbb3c, 0px 0px 0px #ffffff, 0px 0px 0px #ffffff;
  -moz-box-shadow: 0px 0px 0px #ffffff, 0px 0px 0px #ffffff;
  -webkit-box-shadow: 0px 0px 0px #ffffff, 0px 0px 0px #ffffff;
  behavior: url(/WiseFW_Health01/Scripts/PIE.htc);
}
.ButtonRed {
  margin: 2px 4px;
  padding: 3px 12px 4px 12px;
  font-size: 13px;
  line-height: 13px;
  *height: 23px;
  *line-height: 15px;
  *padding: 1px 3px;
  color: #fff;
  background: #F09B89;
  background: -moz-linear-gradient(top, #f09b89 0%, #f08b74 43%, #d8644d 43%, #d6795f 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f09b89), color-stop(43%, #f08b74), color-stop(43%, #d8644d), color-stop(100%, #d6795f));
  background: -webkit-linear-gradient(top, #f09b89 0%, #f08b74 43%, #d8644d 43%, #d6795f 100%);
  background: -o-linear-gradient(top, #f09b89 0%, #f08b74 43%, #d8644d 43%, #d6795f 100%);
  background: -ms-linear-gradient(top, #f09b89 0%, #f08b74 43%, #d8644d 43%, #d6795f 100%);
  background: linear-gradient(to bottom, #f09b89 0%, #f08b74 43%, #d8644d 43%, #d6795f 100%);
  -pie-background: linear-gradient(#f09b89 0%, #f08b74 43%, #d8644d 43%, #d6795f 100%);
  border: 1px solid #c65c44;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  position: relative;
  z-index: 10;
  box-shadow: 0px 0px 1px 0px #c65c44, 0px 1px 2px 0px #999999, 0px 1px 1px 0px #dedede inset;
  -moz-box-shadow: 0px 1px 2px 0px #999999, 0px 1px 1px 0px #dedede inset;
  -webkit-box-shadow: 0px 1px 2px 0px #999999, 0px 1px 1px 0px #dedede inset;
  behavior: url(/WiseFW_Health01/Scripts/PIE.htc);
  cursor: pointer;
}
.ButtonRed:hover {
  color: #fff;
  background: #e98974;
  background: -moz-linear-gradient(top, #e98974 0%, #e6866e 43%, #c65c44 43%, #c9725a 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e98974), color-stop(43%, #e6866e), color-stop(43%, #c65c44), color-stop(100%, #c9725a));
  background: -webkit-linear-gradient(top, #e98974 0%, #e6866e 43%, #c65c44 43%, #c9725a 100%);
  background: -o-linear-gradient(top, #e98974 0%, #e6866e 43%, #c65c44 43%, #c9725a 100%);
  background: -ms-linear-gradient(top, #e98974 0%, #e6866e 43%, #c65c44 43%, #c9725a 100%);
  background: linear-gradient(to bottom, #e98974 0%, #e6866e 43%, #c65c44 43%, #c9725a 100%);
  -pie-background: linear-gradient(#e98974 0%, #e6866e 43%, #c65c44 43%, #c9725a 100%);
  box-shadow: 0px 1px 2px #418bc4, 0px 0px 0px #ffffff, 0px 0px 0px #ffffff;
  -moz-box-shadow: 0px 0px 0px #ffffff, 0px 0px 0px #ffffff;
  -webkit-box-shadow: 0px 0px 0px #ffffff, 0px 0px 0px #ffffff;
  behavior: url(/WiseFW_Health01/Scripts/PIE.htc);
  text-shadow: none;
}
.ButtonClean {
  margin: 2px 4px;
  padding: 3px 12px 4px 12px;
  font-size: 13px;
  line-height: 13px;
  *height: 23px;
  *line-height: 15px;
  *padding: 1px 3px;
  color: #364d22;
  background: #fff;
  background: -moz-linear-gradient(top, #ffffff 0%, #f2f2f2 50%, #dbdbdb 50%, #ececec 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(50%, #f2f2f2), color-stop(50%, #dbdbdb), color-stop(100%, #ececec));
  background: -webkit-linear-gradient(top, #ffffff 0%, #f2f2f2 50%, #dbdbdb 50%, #ececec 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #f2f2f2 50%, #dbdbdb 50%, #ececec 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #f2f2f2 50%, #dbdbdb 50%, #ececec 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #f2f2f2 50%, #dbdbdb 50%, #ececec 100%);
  -pie-background: linear-gradient(#ffffff 0%, #f2f2f2 50%, #dbdbdb 50%, #ececec 100%);
  border: 1px solid #e3e3e3;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  position: relative;
  z-index: 10;
  box-shadow: 0px 0px 1px 0px #e3e3e3, 0px 1px 2px 0px #999999, 0px 1px 1px 0px #ffffff inset;
  -moz-box-shadow: 0px 1px 2px 0px #999999, 0px 1px 1px 0px #ffffff inset;
  -webkit-box-shadow: 0px 1px 2px 0px #999999, 0px 1px 1px 0px #ffffff inset;
  behavior: url(/WiseFW_Health01/Scripts/PIE.htc);
  cursor: pointer;
}
.ButtonClean:hover {
  color: #364d22;
  background: #f5f5f5;
  background: -moz-linear-gradient(top, #f5f5f5 0%, #e7e6e6 50%, #d7d7d7 50%, #d7d7d7 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f5f5f5), color-stop(50%, #e7e6e6), color-stop(50%, #d7d7d7), color-stop(100%, #d7d7d7));
  background: -webkit-linear-gradient(top, #f5f5f5 0%, #e7e6e6 50%, #d7d7d7 50%, #d7d7d7 100%);
  background: -o-linear-gradient(top, #f5f5f5 0%, #e7e6e6 50%, #d7d7d7 50%, #d7d7d7 100%);
  background: -ms-linear-gradient(top, #f5f5f5 0%, #e7e6e6 50%, #d7d7d7 50%, #d7d7d7 100%);
  background: linear-gradient(to bottom, #f5f5f5 0%, #e7e6e6 50%, #d7d7d7 50%, #d7d7d7 100%);
  -pie-background: linear-gradient(#f5f5f5 0%, #e7e6e6 50%, #d7d7d7 50%, #d7d7d7 100%);
  box-shadow: 0px 1px 2px #d9d9d9, 0px 0px 0px #ffffff, 0px 0px 0px #ffffff;
  -moz-box-shadow: 0px 0px 0px #ffffff, 0px 0px 0px #ffffff;
  -webkit-box-shadow: 0px 0px 0px #ffffff, 0px 0px 0px #ffffff;
  behavior: url(/WiseFW_Health01/Scripts/PIE.htc);
  text-shadow: none;
}
.ButtonAdd {
  margin: 2px 4px;
  padding: 3px 12px 4px 12px;
  font-size: 13px;
  line-height: 13px;
  *height: 23px;
  *line-height: 15px;
  *padding: 1px 3px;
  cursor: pointer;
  color: #364d22;
  background: #CBE3AA;
  background: -moz-linear-gradient(top, #cbe3aa 0%, #c1de9b 52%, #9dcb5f 52%, #b1df74 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #cbe3aa), color-stop(52%, #c1de9b), color-stop(52%, #9dcb5f), color-stop(100%, #b1df74));
  background: -webkit-linear-gradient(top, #cbe3aa 0%, #c1de9b 52%, #9dcb5f 52%, #b1df74 100%);
  background: -o-linear-gradient(top, #cbe3aa 0%, #c1de9b 52%, #9dcb5f 52%, #b1df74 100%);
  background: -ms-linear-gradient(top, #cbe3aa 0%, #c1de9b 52%, #9dcb5f 52%, #b1df74 100%);
  background: linear-gradient(to bottom, #cbe3aa 0%, #c1de9b 52%, #9dcb5f 52%, #b1df74 100%);
  -pie-background: linear-gradient(#cbe3aa 0%, #c1de9b 52%, #9dcb5f 52%, #b1df74 100%);
  border: 1px solid #8fbb3c;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  position: relative;
  z-index: 10;
  box-shadow: 0px 0px 1px 0px #8fbb3c, 0px 1px 2px 0px #999999, 0px 1px 1px 0px #ffffff inset;
  -moz-box-shadow: 0px 1px 2px 0px #999999, 0px 1px 1px 0px #ffffff inset;
  -webkit-box-shadow: 0px 1px 2px 0px #999999, 0px 1px 1px 0px #ffffff inset;
  behavior: url(/WiseFW_Health01/Scripts/PIE.htc);
}
.ButtonAdd:hover {
  color: #364d22;
  background: #B9D690;
  background: -moz-linear-gradient(top, #b9d690 0%, #b9d690 52%, #95c15a 52%, #95c15a 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b9d690), color-stop(52%, #b9d690), color-stop(52%, #95c15a), color-stop(100%, #95c15a));
  background: -webkit-linear-gradient(top, #b9d690 0%, #b9d690 52%, #95c15a 52%, #95c15a 100%);
  background: -o-linear-gradient(top, #b9d690 0%, #b9d690 52%, #95c15a 52%, #95c15a 100%);
  background: -ms-linear-gradient(top, #b9d690 0%, #b9d690 52%, #95c15a 52%, #95c15a 100%);
  background: linear-gradient(to bottom, #b9d690 0%, #b9d690 52%, #95c15a 52%, #95c15a 100%);
  -pie-background: linear-gradient(#b9d690 0%, #b9d690 52%, #95c15a 52%, #95c15a 100%);
  box-shadow: 0px 0px 1px 0px #8fbb3c, 0px 0px 0px #ffffff, 0px 0px 0px #ffffff;
  -moz-box-shadow: 0px 0px 0px #ffffff, 0px 0px 0px #ffffff;
  -webkit-box-shadow: 0px 0px 0px #ffffff, 0px 0px 0px #ffffff;
  behavior: url(/WiseFW_Health01/Scripts/PIE.htc);
}
.ButtonLogout {
  margin: 2px 4px;
  padding: 3px 9px 3px 9px;
  font-size: 13px;
  line-height: 13px;
  *height: 23px;
  *line-height: 15px;
  *padding: 1px 3px;
  cursor: pointer;
  color: #364d22;
  background: #CBE3AA;
  background: -moz-linear-gradient(top, #cbe3aa 0%, #c1de9b 52%, #9dcb5f 52%, #b1df74 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #cbe3aa), color-stop(52%, #c1de9b), color-stop(52%, #9dcb5f), color-stop(100%, #b1df74));
  background: -webkit-linear-gradient(top, #cbe3aa 0%, #c1de9b 52%, #9dcb5f 52%, #b1df74 100%);
  background: -o-linear-gradient(top, #cbe3aa 0%, #c1de9b 52%, #9dcb5f 52%, #b1df74 100%);
  background: -ms-linear-gradient(top, #cbe3aa 0%, #c1de9b 52%, #9dcb5f 52%, #b1df74 100%);
  background: linear-gradient(to bottom, #cbe3aa 0%, #c1de9b 52%, #9dcb5f 52%, #b1df74 100%);
  -pie-background: linear-gradient(#cbe3aa 0%, #c1de9b 52%, #9dcb5f 52%, #b1df74 100%);
  border: 1px solid #8fbb3c;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  position: relative;
  z-index: 10;
  box-shadow: 0px 0px 1px 0px #8fbb3c, 0px 1px 2px 0px #999999, 0px 1px 1px 0px #ffffff inset;
  -moz-box-shadow: 0px 1px 2px 0px #999999, 0px 1px 1px 0px #ffffff inset;
  -webkit-box-shadow: 0px 1px 2px 0px #999999, 0px 1px 1px 0px #ffffff inset;
  behavior: url(/WiseFW_Health01/Scripts/PIE.htc);
}
.ButtonLogout:hover {
  color: #364d22;
  background: #B9D690;
  background: -moz-linear-gradient(top, #b9d690 0%, #b9d690 52%, #95c15a 52%, #95c15a 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b9d690), color-stop(52%, #b9d690), color-stop(52%, #95c15a), color-stop(100%, #95c15a));
  background: -webkit-linear-gradient(top, #b9d690 0%, #b9d690 52%, #95c15a 52%, #95c15a 100%);
  background: -o-linear-gradient(top, #b9d690 0%, #b9d690 52%, #95c15a 52%, #95c15a 100%);
  background: -ms-linear-gradient(top, #b9d690 0%, #b9d690 52%, #95c15a 52%, #95c15a 100%);
  background: linear-gradient(to bottom, #b9d690 0%, #b9d690 52%, #95c15a 52%, #95c15a 100%);
  -pie-background: linear-gradient(#b9d690 0%, #b9d690 52%, #95c15a 52%, #95c15a 100%);
  box-shadow: 0px 0px 1px 0px #8fbb3c, 0px 0px 0px #ffffff, 0px 0px 0px #ffffff;
  -moz-box-shadow: 0px 0px 0px #ffffff, 0px 0px 0px #ffffff;
  -webkit-box-shadow: 0px 0px 0px #ffffff, 0px 0px 0px #ffffff;
  behavior: url(/WiseFW_Health01/Scripts/PIE.htc);
}
.color2 {
  behavior: url(/WiseFW_Health01/Scripts/PIE.htc);
  background: #CBE3AA;
  background: -moz-linear-gradient(top, #cbe3aa 0%, #c1de9b 52%, #9dcb5f 52%, #b1df74 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #cbe3aa), color-stop(52%, #c1de9b), color-stop(52%, #9dcb5f), color-stop(100%, #b1df74));
  background: -webkit-linear-gradient(top, #cbe3aa 0%, #c1de9b 52%, #9dcb5f 52%, #b1df74 100%);
  background: -o-linear-gradient(top, #cbe3aa 0%, #c1de9b 52%, #9dcb5f 52%, #b1df74 100%);
  background: -ms-linear-gradient(top, #cbe3aa 0%, #c1de9b 52%, #9dcb5f 52%, #b1df74 100%);
  background: linear-gradient(to bottom, #cbe3aa 0%, #c1de9b 52%, #9dcb5f 52%, #b1df74 100%);
  -pie-background: linear-gradient(#cbe3aa 0%, #c1de9b 52%, #9dcb5f 52%, #b1df74 100%);
}
.color3 {
  behavior: url(/WiseFW_Health01/Scripts/PIE.htc);
  background: #B9D690;
  background: -moz-linear-gradient(top, #b9d690 0%, #b9d690 52%, #95c15a 52%, #95c15a 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b9d690), color-stop(52%, #b9d690), color-stop(52%, #95c15a), color-stop(100%, #95c15a));
  background: -webkit-linear-gradient(top, #b9d690 0%, #b9d690 52%, #95c15a 52%, #95c15a 100%);
  background: -o-linear-gradient(top, #b9d690 0%, #b9d690 52%, #95c15a 52%, #95c15a 100%);
  background: -ms-linear-gradient(top, #b9d690 0%, #b9d690 52%, #95c15a 52%, #95c15a 100%);
  background: linear-gradient(to bottom, #b9d690 0%, #b9d690 52%, #95c15a 52%, #95c15a 100%);
  -pie-background: linear-gradient(#b9d690 0%, #b9d690 52%, #95c15a 52%, #95c15a 100%);
}
.color4 {
  behavior: url(/WiseFW_Health01/Scripts/PIE.htc);
  background: #F09B89;
  background: -moz-linear-gradient(top, #f09b89 0%, #f08b74 43%, #d8644d 43%, #d6795f 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f09b89), color-stop(43%, #f08b74), color-stop(43%, #d8644d), color-stop(100%, #d6795f));
  background: -webkit-linear-gradient(top, #f09b89 0%, #f08b74 43%, #d8644d 43%, #d6795f 100%);
  background: -o-linear-gradient(top, #f09b89 0%, #f08b74 43%, #d8644d 43%, #d6795f 100%);
  background: -ms-linear-gradient(top, #f09b89 0%, #f08b74 43%, #d8644d 43%, #d6795f 100%);
  background: linear-gradient(to bottom, #f09b89 0%, #f08b74 43%, #d8644d 43%, #d6795f 100%);
  -pie-background: linear-gradient(#f09b89 0%, #f08b74 43%, #d8644d 43%, #d6795f 100%);
}
.color5 {
  behavior: url(/WiseFW_Health01/Scripts/PIE.htc);
  background: #e98974;
  background: -moz-linear-gradient(top, #e98974 0%, #e6866e 43%, #c65c44 43%, #c9725a 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e98974), color-stop(43%, #e6866e), color-stop(43%, #c65c44), color-stop(100%, #c9725a));
  background: -webkit-linear-gradient(top, #e98974 0%, #e6866e 43%, #c65c44 43%, #c9725a 100%);
  background: -o-linear-gradient(top, #e98974 0%, #e6866e 43%, #c65c44 43%, #c9725a 100%);
  background: -ms-linear-gradient(top, #e98974 0%, #e6866e 43%, #c65c44 43%, #c9725a 100%);
  background: linear-gradient(to bottom, #e98974 0%, #e6866e 43%, #c65c44 43%, #c9725a 100%);
  -pie-background: linear-gradient(#e98974 0%, #e6866e 43%, #c65c44 43%, #c9725a 100%);
}
.color6 {
  behavior: url(/WiseFW_Health01/Scripts/PIE.htc);
  background: #fff;
  background: -moz-linear-gradient(top, #ffffff 0%, #f2f2f2 50%, #dbdbdb 50%, #ececec 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(50%, #f2f2f2), color-stop(50%, #dbdbdb), color-stop(100%, #ececec));
  background: -webkit-linear-gradient(top, #ffffff 0%, #f2f2f2 50%, #dbdbdb 50%, #ececec 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #f2f2f2 50%, #dbdbdb 50%, #ececec 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #f2f2f2 50%, #dbdbdb 50%, #ececec 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #f2f2f2 50%, #dbdbdb 50%, #ececec 100%);
  -pie-background: linear-gradient(#ffffff 0%, #f2f2f2 50%, #dbdbdb 50%, #ececec 100%);
}
.color7 {
  behavior: url(/WiseFW_Health01/Scripts/PIE.htc);
  background: #f5f5f5;
  background: -moz-linear-gradient(top, #f5f5f5 0%, #e7e6e6 50%, #d7d7d7 50%, #d7d7d7 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f5f5f5), color-stop(50%, #e7e6e6), color-stop(50%, #d7d7d7), color-stop(100%, #d7d7d7));
  background: -webkit-linear-gradient(top, #f5f5f5 0%, #e7e6e6 50%, #d7d7d7 50%, #d7d7d7 100%);
  background: -o-linear-gradient(top, #f5f5f5 0%, #e7e6e6 50%, #d7d7d7 50%, #d7d7d7 100%);
  background: -ms-linear-gradient(top, #f5f5f5 0%, #e7e6e6 50%, #d7d7d7 50%, #d7d7d7 100%);
  background: linear-gradient(to bottom, #f5f5f5 0%, #e7e6e6 50%, #d7d7d7 50%, #d7d7d7 100%);
  -pie-background: linear-gradient(#f5f5f5 0%, #e7e6e6 50%, #d7d7d7 50%, #d7d7d7 100%);
}
/*--- 分頁 底色(灰漸層) ---*/
.page {
  behavior: url(/WiseFW_Health01/Scripts/PIE.htc);
  width: 98.8%;
  margin: 0 0.7% 5px 0.5%;
  height: 30px;
  line-height: 30px;
  *line-height: 32px;
  border: 1px solid #a7c986;
  text-align: center;
  vertical-align: middle;
  background-color: #F4F4F4;
}
.page .first,
.page .pre,
.page .next,
.page .last {
  width: 29px;
  height: 21px;
  margin: 0 3px;
  display: inline-block;
  line-height: 9999px;
  overflow: hidden;
  vertical-align: middle;
  cursor: pointer;
}
.page .first {
  background: url(../images/pageD.png) no-repeat;
}
.page .first:hover {
  background: url(../images/pageD.png) no-repeat 0 -21px;
}
.page .pre {
  background: url(../images/pageD.png) no-repeat -29px 0;
}
.page .pre:hover {
  background: url(../images/pageD.png) no-repeat -29px -21px;
}
.page .next {
  background: url(../images/pageD.png) no-repeat -58px 0;
}
.page .next:hover {
  background: url(../images/pageD.png) no-repeat -58px -21px;
}
.page .last {
  background: url(../images/pageD.png) no-repeat -87px 0;
}
.page .last:hover {
  background: url(../images/pageD.png) no-repeat -87px -21px;
}
.page .pageOn,
.page .pageOut {
  width: 21px;
  height: 21px;
  line-height: 20px;
  font-size: 12px;
  margin: 0 2px;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
}
.page .pageOn {
  background: url(../images/pageOn.png) no-repeat;
  color: #fff;
}
.page .pageOut {
  background: url(../images/pageOut.png) no-repeat;
}
.page .pageOut:hover {
  background: url(../images/pageOn.png) no-repeat;
  color: #fff;
}
.page .L {
  margin: 3px 18px;
}
.page .R {
  margin: 3px 18px;
}
.page .select {
  width: 45px;
  margin: -2px 3px 0 3px;
}
.page .goto {
  width: 30px;
  text-align: center;
  margin: -1px 3px 0 3px;
  border: 1px solid #d1d1d2;
  border-radius: 1px;
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  -khtml-border-radius: 1px;
  position: relative;
  z-index: 10;
  box-shadow: 0px 0px 1px 0px #d5d7dc, 0px 0px 2px 1px #eeeeee inset;
  -moz-box-shadow: 0px 0px 2px 1px #eeeeee inset;
  -webkit-box-shadow: 0px 0px 2px 1px #eeeeee inset;
  behavior: url(/WiseFW_Health01/Scripts/PIE.htc);
}
/*--- box+標題 ---*/
.boxA {
  width: 96%;
  margin: 10px 2% 20px 2%;
  background-color: #fafafa;
  position: relative;
  z-index: 0;
  border: 1px solid #eeeff0;
}
.boxA .addbtn {
  position: absolute;
  left: 3px;
  top: 0px;
}
.boxB {
  width: 95%;
  margin: 10px 2.5% 10px 2.5%;
  padding: 0 0 5px 0;
  background-color: #fafafa;
  padding: 0;
  border: 1px solid #eeeff0;
}
.boxB .addbtn {
  position: absolute;
  left: 3px;
  top: 0px;
}
.blank {
  height: 20px;
}
h4 {
  width: 99%;
  margin: 0 0.5% 0 0.5%;
  padding: 1px;
  text-align: center;
  background-color: #89AA64;
  font-size: 15px;
  behavior: url(/WiseFW_Health01/Scripts/PIE.htc);
  background: #80CCEC;
  background: -moz-linear-gradient(top, #80ccec 0%, #489dc2 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #80ccec), color-stop(100%, #489dc2));
  background: -webkit-linear-gradient(top, #80ccec 0%, #489dc2 100%);
  background: -o-linear-gradient(top, #80ccec 0%, #489dc2 100%);
  background: -ms-linear-gradient(top, #80ccec 0%, #489dc2 100%);
  background: linear-gradient(to bottom, #80ccec 0%, #489dc2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80CCEC', endColorstr='#489DC2', GradientType=0);
  color: #fff;
  letter-spacing: 2px;
}
.btnbox {
  text-align: center;
  margin: 5px 0;
}
.btnboxL {
  float: left;
  margin: 5px 0;
}
.btnboxR {
  float: right;
  margin: 5px 0;
}
.btnbox2 {
  width: 96%;
  margin: 5px 2%;
}
.color1 {
  behavior: url(/WiseFW_Health01/Scripts/PIE.htc);
  background: #80CCEC;
  background: -moz-linear-gradient(top, #80ccec 0%, #489dc2 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #80ccec), color-stop(100%, #489dc2));
  background: -webkit-linear-gradient(top, #80ccec 0%, #489dc2 100%);
  background: -o-linear-gradient(top, #80ccec 0%, #489dc2 100%);
  background: -ms-linear-gradient(top, #80ccec 0%, #489dc2 100%);
  background: linear-gradient(to bottom, #80ccec 0%, #489dc2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80CCEC', endColorstr='#489DC2', GradientType=0);
}
/*--- 標題 ---*/
h3 {
  margin: 0px;
  padding: 2px 30px;
  border-bottom: 2px groove #ADDBB4;
  background: url(../images/titleGreen4.png) no-repeat 0 #f5faf5;
  font-size: 15px;
  color: #295F34;
  letter-spacing: 2px;
}
.colorth {
  behavior: url(/WiseFW_Health01/Scripts/PIE.htc);
  background: #e8f6d1;
  background: -moz-linear-gradient(top, #e8f6d1 0%, #cbe49d 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e8f6d1), color-stop(100%, #cbe49d));
  background: -webkit-linear-gradient(top, #e8f6d1 0%, #cbe49d 100%);
  background: -o-linear-gradient(top, #e8f6d1 0%, #cbe49d 100%);
  background: -ms-linear-gradient(top, #e8f6d1 0%, #cbe49d 100%);
  background: linear-gradient(to bottom, #e8f6d1 0%, #cbe49d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e8f6d1', endColorstr='#cbe49d', GradientType=0);
}
/*--- 清單 ---*/
.Listbox {
  width: 99%;
  margin: 5px 0.5% 0 0.5%;
  background-color: #fff;
  border: 3px double #A7C986;
  text-align: center;
}
.Listbox .tr {
  background-color: #f5faf0;
}
.Listbox .L {
  text-align: left;
  padding: 3px 8px;
}
.Listbox tr:hover {
  background-color: #f0f2ea;
}
.Listbox th {
  background-color: #cbe5af;
  color: #4d6736;
  border: 1px solid #c3d6c3;
  height: 28px;
  padding: 0 2px;
  font-size: 14px;
  text-shadow: 1px 1px 2px #fff;
}
.Listbox td {
  padding: 3px 7px;
  border: 1px solid #c3d6c3;
}
/*--- 表單 ---*/
.Frombox {
  width: 99%;
  margin: 5px 0.5%;
  background-color: #ffffff;
  border: 1px solid #c3d6c3;
}
.Frombox .title1 {
  background-color: #FAFAFA;
}
.Frombox .title2 {
  background-color: #fff;
}
.Frombox .th3 {
  color: #333;
  background-color: #FFFAC1;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}
.Frombox .th4 {
  color: #333;
  background-color: #FFD8D8;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}
.Frombox .td3 {
  background-color: #FFFCE7;
}
.Frombox .td4 {
  background-color: #ffefef;
}
.Frombox .th {
  background-color: #cbe5af;
  color: #4d6736;
  font-size: 14px;
  text-align: center;
}
.Frombox .td1 {
  background-color: #F2F7EA;
}
.Frombox th,
.Frombox td {
  padding: 3px 7px;
  border: 1px solid #c3d6c3;
}
.Frombox th {
  background-color: #cbe5af;
  color: #4d6736;
  font-size: 14px;
}
.Frombox table {
  border-collapse: collapse;
}
.Frombox table td {
  border: 0;
  padding: 0px;
}
.Frombox table input[type="radio"] {
  margin: 0 3px;
}
.Frombox table input[type="checkbox"] {
  margin: 0 3px;
}
.Frombox table textarea {
  height: 60px;
}
.Frombox input[type="radio"] {
  margin: 0 3px;
}
.Frombox input[type="checkbox"] {
  margin: 0 3px;
}
.Frombox input[type="image"] {
  vertical-align: middle;
}
.Frombox textarea {
  height: 60px;
}
.Frombox .input {
  border: 0;
  padding: 0 5px;
  margin: 0px;
  background-color: #f7f8fa;
}
.Frombox .inputcenter {
  border: 0;
  padding: 0 5px;
  margin: 0px;
  text-align: right;
  background-color: #f7f8fa;
}
.Frombox .number {
  display: inline-block;
  width: 10%;
  margin-right: 5px;
  font-weight: bold;
  color: #444;
  text-align: right;
}
.Frombox .text {
  display: inline-block;
  width: 87%;
  vertical-align: top;
}
.Frombox .text2 {
  display: inline-block;
  background: url(../images/icon3.png) no-repeat 0 3px;
  padding: 0 0 0 18px;
}
.tabcolor {
  behavior: url(/WiseFW_Health01/Scripts/PIE.htc);
  background: #B2D1B7;
  background: -moz-linear-gradient(top, #b2d1b7 0%, #cee3d3 48%, #fafafa 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b2d1b7), color-stop(48%, #cee3d3), color-stop(100%, #fafafa));
  background: -webkit-linear-gradient(top, #b2d1b7 0%, #cee3d3 48%, #fafafa 100%);
  background: -o-linear-gradient(top, #b2d1b7 0%, #cee3d3 48%, #fafafa 100%);
  background: -ms-linear-gradient(top, #b2d1b7 0%, #cee3d3 48%, #fafafa 100%);
  background: linear-gradient(to bottom, #b2d1b7 0%, #cee3d3 48%, #fafafa 100%);
  -pie-background: linear-gradient(#b2d1b7 0%, #cee3d3 48%, #fafafa 100%);
}
.gray2 {
  behavior: url(/WiseFW_Health01/Scripts/PIE.htc);
  background: #fbfbfb;
  background: -moz-linear-gradient(top, #fbfbfb 0%, #fafafa 81%, #f0f0f0 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fbfbfb), color-stop(81%, #fafafa), color-stop(100%, #f0f0f0));
  background: -webkit-linear-gradient(top, #fbfbfb 0%, #fafafa 81%, #f0f0f0 100%);
  background: -o-linear-gradient(top, #fbfbfb 0%, #fafafa 81%, #f0f0f0 100%);
  background: -ms-linear-gradient(top, #fbfbfb 0%, #fafafa 81%, #f0f0f0 100%);
  background: linear-gradient(to bottom, #fbfbfb 0%, #fafafa 81%, #f0f0f0 100%);
  -pie-background: linear-gradient(#fbfbfb 0%, #fafafa 81%, #f0f0f0 100%);
}
.gray3 {
  behavior: url(/WiseFW_Health01/Scripts/PIE.htc);
  background: #f5f5f5;
  background: -moz-linear-gradient(top, #f5f5f5 0%, #efefef 50%, #e1e1e1 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f5f5f5), color-stop(50%, #efefef), color-stop(100%, #e1e1e1));
  background: -webkit-linear-gradient(top, #f5f5f5 0%, #efefef 50%, #e1e1e1 100%);
  background: -o-linear-gradient(top, #f5f5f5 0%, #efefef 50%, #e1e1e1 100%);
  background: -ms-linear-gradient(top, #f5f5f5 0%, #efefef 50%, #e1e1e1 100%);
  background: linear-gradient(to bottom, #f5f5f5 0%, #efefef 50%, #e1e1e1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f5', endColorstr='#e1e1e1', GradientType=0);
}
/*--- 頁籤 ---*/
.Tabbox {
  width: 98%;
  margin: 10px 1% 20px 1%;
}
.Tabbox .tabs {
  width: 100%;
  height: 27px;
  *height: 26px;
  margin: 0;
  padding: 0;
  list-style: none;
  border-bottom: 1px solid #e3e3e3;
  position: relative;
  z-index: 0;
}
.Tabbox .tabs li {
  height: 26px;
  margin-top: 0px;
  margin-right: 2px;
  line-height: 26px;
  font-size: 15px;
  float: left;
}
.Tabbox .tabs li a {
  height: 26px;
  border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  -webkit-border-radius: 3px 3px 0 0;
  -khtml-border-radius: 3px 3px 0 0;
  position: relative;
  z-index: 10;
  border: 1px solid #e3e3e3;
  color: #555;
  behavior: url(/WiseFW_Health01/Scripts/PIE.htc);
  background: #fbfbfb;
  background: -moz-linear-gradient(top, #fbfbfb 0%, #fafafa 81%, #f0f0f0 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fbfbfb), color-stop(81%, #fafafa), color-stop(100%, #f0f0f0));
  background: -webkit-linear-gradient(top, #fbfbfb 0%, #fafafa 81%, #f0f0f0 100%);
  background: -o-linear-gradient(top, #fbfbfb 0%, #fafafa 81%, #f0f0f0 100%);
  background: -ms-linear-gradient(top, #fbfbfb 0%, #fafafa 81%, #f0f0f0 100%);
  background: linear-gradient(to bottom, #fbfbfb 0%, #fafafa 81%, #f0f0f0 100%);
  -pie-background: linear-gradient(#fbfbfb 0%, #fafafa 81%, #f0f0f0 100%);
  display: block;
  padding: 0 20px;
  text-decoration: none;
}
.Tabbox .tabs li a:hover {
  height: 29px;
  *height: 28px;
  margin-top: -3px;
  behavior: url(/WiseFW_Health01/Scripts/PIE.htc);
  background: #B2D1B7;
  background: -moz-linear-gradient(top, #b2d1b7 0%, #cee3d3 48%, #fafafa 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b2d1b7), color-stop(48%, #cee3d3), color-stop(100%, #fafafa));
  background: -webkit-linear-gradient(top, #b2d1b7 0%, #cee3d3 48%, #fafafa 100%);
  background: -o-linear-gradient(top, #b2d1b7 0%, #cee3d3 48%, #fafafa 100%);
  background: -ms-linear-gradient(top, #b2d1b7 0%, #cee3d3 48%, #fafafa 100%);
  background: linear-gradient(to bottom, #b2d1b7 0%, #cee3d3 48%, #fafafa 100%);
  -pie-background: linear-gradient(#b2d1b7 0%, #cee3d3 48%, #fafafa 100%);
  color: #124D1C;
  font-weight: bold;
}
.Tabbox .tabs .on {
  height: 28px;
  padding-top: 0px;
  line-height: 26px;
  position: relative;
  z-index: 1;
  position: static\9;
}
.Tabbox .tabs .on a {
  height: 28px;
  border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  -webkit-border-radius: 3px 3px 0 0;
  -khtml-border-radius: 3px 3px 0 0;
  position: relative;
  z-index: 10;
  border: 1px solid #cecece;
  background: #B2D1B7;
  background: -moz-linear-gradient(top, #b2d1b7 0%, #cee3d3 48%, #fafafa 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b2d1b7), color-stop(48%, #cee3d3), color-stop(100%, #fafafa));
  background: -webkit-linear-gradient(top, #b2d1b7 0%, #cee3d3 48%, #fafafa 100%);
  background: -o-linear-gradient(top, #b2d1b7 0%, #cee3d3 48%, #fafafa 100%);
  background: -ms-linear-gradient(top, #b2d1b7 0%, #cee3d3 48%, #fafafa 100%);
  background: linear-gradient(to bottom, #b2d1b7 0%, #cee3d3 48%, #fafafa 100%);
  -pie-background: linear-gradient(#b2d1b7 0%, #cee3d3 48%, #fafafa 100%);
  box-shadow: 2px 2px 3px 0px #e4e4e4;
  -moz-box-shadow: 2px 2px 3px 0px #e4e4e4;
  -webkit-box-shadow: 2px 2px 3px 0px #e4e4e4;
  behavior: url(/WiseFW_Health01/Scripts/PIE.htc);
  font-weight: bold;
  color: #124D1C;
}
.Tabbox .tabs .on a:hover {
  height: 28px;
  margin-top: 0px;
  border: 1px solid #cecece;
}
.Tabbox .mainbox {
  clear: both;
  width: 100%;
  padding-top: 5px;
  box-shadow: 2px 2px 3px 0px #f0f0f0;
  -moz-box-shadow: 2px 2px 3px 0px #f0f0f0;
  -webkit-box-shadow: 2px 2px 3px 0px #f0f0f0;
  behavior: url(/WiseFW_Health01/Scripts/PIE.htc);
  *text-align: center;
  *box-shadow: none;
  *border-radius: none;
  border-width: 0 1px 1px 1px;
  border-style: solid;
  border-color: #E3E3E3;
  background: #FAFAFA;
  position: relative;
  z-index: 2;
}
.Tabbox .tabmain {
  *padding-top: 1px;
  position: relative;
  z-index: 2;
}
.Tabbox .tabmain .addbtn {
  position: absolute;
  left: 3px;
  top: 5px;
}
.Tabbox .boxA {
  width: 98%;
  margin: 10px 1%;
  background-color: #F5F5F7;
  *text-align: left;
}
.Tabbox .addbtn2 {
  width: 98%;
  margin: 3px 1%;
  *text-align: left;
}
.Tabbox .Listbox,
.Tabbox .page {
  width: 100%;
  margin: 0;
}
/*--- 首頁 ---*/
.home {
  margin: 10px 0;
}
.home1 {
  width: 36%;
  *width: 35%;
  margin: 0 2%;
  float: left;
  background: url(../images/homeiconbg.png) repeat-x;
}
.home1 .homeicon1 {
  width: 40px;
  height: 32px;
  margin-bottom: 5px;
  float: left;
  display: block;
  line-height: 9999px;
  overflow: hidden;
  background: url(../images/homeicon1.jpg) no-repeat;
}
.home1 .title {
  float: left;
  line-height: 28px;
  color: #1A6E88;
  font-size: 16px;
  letter-spacing: 2px;
  font-weight: bold;
  font-style: italic;
}
.home1 li {
  line-height: 25px;
  padding: 5px 0;
  border-bottom: 1px dotted #C0C0C0;
}
.home1 li:hover {
  background-color: #F7F8FA;
}
.home1 .newsdate {
  margin: 0 15px 0 5px;
  color: #747373;
  font-size: 12px;
  font-weight: bold;
}
.home1 .news {
  font-size: 14px;
}
.home1 .more {
  text-align: right;
  font-size: 13px;
  margin: 0px;
}
.home1 .more a {
  color: #888;
}
.home1 .more a:hover {
  color: #4d6736;
}
.home2 {
  width: 56%;
  margin: 0 2%;
  float: left;
  background: url(../images/homeiconbg.png) repeat-x;
}
.home2 .homeicon2 {
  width: 35px;
  height: 32px;
  margin-bottom: 15px;
  float: left;
  display: block;
  line-height: 9999px;
  overflow: hidden;
  background: url(../images/homeicon2.jpg) no-repeat -5px 0;
}
.home2 .title {
  float: left;
  line-height: 28px;
  color: #1A6E88;
  font-size: 16px;
  letter-spacing: 2px;
  font-weight: bold;
  font-style: italic;
}
/*--- 搜尋條件 ---*/
.Condition {
  margin: 8px 0;
  border: 0;
}
.Condition td {
  padding: 5px 10px;
}
.Condition .text {
  display: inline-block;
  background: url(../images/icon1.png) no-repeat 0;
  padding: 0 5px 0 20px;
  vertical-align: middle;
}
.Condition table {
  border-collapse: collapse;
  display: inline;
  vertical-align: middle;
}
.Condition table td {
  border: 0;
  padding: 3px 0;
}
.Condition table input[type="radio"] {
  margin: 0 3px;
}
.Condition table input[type="checkbox"] {
  margin: 0 3px;
}
.Condition table textarea {
  width: 99%;
  height: 60px;
  font-family: "微軟正黑體", Arial;
}
.Condition input[type="radio"] {
  margin: 0 3px;
}
.Condition input[type="checkbox"] {
  margin: 0 3px;
}
.Condition input[type="image"] {
  vertical-align: middle;
}
.Condition input[type="text"] {
  width: 100px;
}
/*--- 搜尋條件 分析表---*/
.Analysis {
  margin: 8px auto;
  border: 0;
}
.Analysis td {
  padding: 5px 10px;
}
.Analysis .text {
  display: inline-block;
  background: url(../images/icon2.png) no-repeat 3px 4px;
  padding: 0 5px 0 20px;
  vertical-align: middle;
}
.Analysis table {
  border-collapse: collapse;
  display: inline-block;
  *display: inline;
  vertical-align: middle;
}
.Analysis table td {
  border: 0;
  padding: 3px 0;
}
.Analysis table input[type="radio"] {
  margin: 0 3px;
}
.Analysis table input[type="checkbox"] {
  margin: 0 3px;
}
.Analysis table textarea {
  width: 99%;
  height: 60px;
  font-family: "微軟正黑體", Arial;
}
.Analysis input[type="radio"] {
  margin: 0 3px;
}
.Analysis input[type="checkbox"] {
  margin: 0 3px;
}
.Analysis input[type="image"] {
  vertical-align: middle;
}
.Analysis input[type="text"] {
  width: 100px;
}
.Analysisbox {
  width: 98%;
  margin: 20px 1%;
  border: 0;
  text-align: center;
}
/*--- 說明 ---*/
.explainboxB {
  width: 95%;
  margin: 10px 2.5% 10px 2.5%;
}
.explainboxB .title {
  background: url(../images/icon4.png) no-repeat 0 1px;
  padding-left: 18px;
  color: #db0000;
}
.explainboxB .style {
  background: url(../images/icon2.png) no-repeat 0 4px;
  padding-left: 18px;
}
/*--- 百葉窗 ---*/
.Accordions {
  width: 96%;
  margin: 10px 2% 20px 2%;
  background-color: #fafafa;
  position: relative;
  z-index: 0;
  border: 1px solid #eeeff0;
}
.Accordions .Listbox {
  margin-bottom: 5px;
}
.Accordions h2 {
  padding: 0px 2px 1px 8px;
  margin: 0;
  behavior: url(/WiseFW_Health01/Scripts/PIE.htc);
  background: #80CCEC;
  background: -moz-linear-gradient(top, #80ccec 0%, #489dc2 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #80ccec), color-stop(100%, #489dc2));
  background: -webkit-linear-gradient(top, #80ccec 0%, #489dc2 100%);
  background: -o-linear-gradient(top, #80ccec 0%, #489dc2 100%);
  background: -ms-linear-gradient(top, #80ccec 0%, #489dc2 100%);
  background: linear-gradient(to bottom, #80ccec 0%, #489dc2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80CCEC', endColorstr='#489DC2', GradientType=0);
  color: #fff;
  font-size: 15px;
  letter-spacing: 2px;
  cursor: pointer;
}
/*--- 選單管理 ---*/
.treebox {
  margin: 20px;
}
.treebox .tree {
  font-family: "微軟正黑體", Arial;
  font-size: 15px;
  margin-top: 10px;
}
