body {
  font: normal 18px "Microsoft JhengHei", Arial, Helvetica, sans-serif;
  background: #ebebe0;
}

#mytable {
  width: 95%;
  padding: 0;
  margin: 0;
}

#mytable th {
  background: #00b8e6;
  font-weight: bold;
  font-size: 28px;
  border-right: 1px solid #C1DAD7;
  border-bottom: 1px solid #C1DAD7;
  padding: 6px 6px 6px 6px;
  white-space: nowrap;
  border-radius: 3px;
}

#mytable td {
  border-right: 1px solid #C1DAD7;
  border-bottom: 1px solid #C1DAD7;
  background: #7EE4FE;
  padding: 6px 6px 6px 6px;
  white-space: nowrap;
  border-radius: 3px;
}

#mytable td.alt {
  /* background: #F5FAFA; */
  background: #CAE8EA;
  font: normal 15px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  text-align: left;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

#mytable td.title {
  background: #87ceeb;
  font: bold 16px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  text-align: center;
}

#mytable td.alt2 {
  background: #5BAB88;
  background: -moz-linear-gradient(0% 81% 16deg, #5BAB88, #36C9BA, #C7C7C7 100%);
  background: -webkit-gradient(linear, 71% 0%, 0% 100%, from(#5BAB88), to(#36C9BA));
  font: bold 16px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  text-align: center;
}

/* Table 1 End */

/* Table 2 Start */

#mytable2 {
  width: 95%;
  padding: 0;
  margin: 0;
}

#mytable2 th {
  font-weight: bold;
  color: black;
  border-right: 1px solid #C1DAD7;
  border-bottom: 1px solid #C1DAD7;
  border-top: 1px solid #C1DAD7;
  text-transform: uppercase;
  padding: 6px 1px 6px 1px;
  background: Cyan;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

#mytable2 tr {
  background: #CAE8EA;
}

#mytable2 td {
  border-right: 1px solid #C1DAD7;
  border-bottom: 1px solid #C1DAD7;
  color: #1A181F;
  text-align: left;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

#mytable2 image {
  border: 0px;
}

/* Table 2 End */

/* Others Start*/

a:visited {
  color: #000000;
}

h2 {
  background: aqua;
  text-align: center;
  font-size: 1.1em;
}

#centerAll {
  width: 100%;
  margin: 0 auto;
  padding: 0;
}

.lineError {
  background: red;
}

.floatDiv {
  float: left;
  margin: 0 3px 0 0;
  padding: 0;
  background: #99FF33;
}

.clearBoth {
  clear: both;
  margin: 0;
  padding: 0;
}

.selectWidth {
  width: 90px;
}

/* 除了日期選單外的其他 select */

.selectWidth2 {
  width: 130px;
}

/* 日期選單的 select */

#waitDiv {
  position: absolute;
  left: 40%;
  top: 50%;
  visibility: hidden;
  text-align: center;
  z-index: 2;
}

.span_red {
  color: red;
}

#overdate {
  text-align: center;
  font-size: 1.1em;
  color: red;
}

#waiting {
  font-weight: bold;
}

/* Others End*/

/* ColorBox Start  */

.colorboxIframe {
  text-decoration: none;
}

.colorboxIframe:hover {
  color: white;
}

.colorboxIframe:visited {
  color: white;
}

/* ColorBox End  */

/* jQuery  Button 超連結 的顏色不變  */

div.buttons a:visited, div.buttons a:hover {
  color: #ffffff;
}

/* 修改 Link   */

.modify {
  border: 1px solid black;
  padding: 2px 3px 2px 3px;
  background: #E0E0E0;
  color: black;
  text-decoration: none;
}

.modify:hover {
  background: #A8A8A8;
}

.modify:visited {
  color: black;
}
