﻿BODY {
  margin: 0px;
  background-color: #ffffff;
  font-size: 12px;
  color: #0000FF;
  font-family: "Arial", "微軟正黑體", "細明體";
  letter-spacing: 1pt;
  line-height: 150%;
}

A:link {
  color: #333333;
  text-decoration: underline;
}

A:visited {
  color: #333333;
  text-decoration: underline;
}

A:active {
  color: #990000;
  text-decoration: underline;
}

A:hover {
  color: #ff0000;
  position: relative;
  top: 1px;
  text-decoration: none;
}

A.toplink:link {
  color: #ffffff;
  text-decoration: underline;
}

A.toplink:visited {
  color: #ffffff;
  text-decoration: underline;
}

A.toplink:hover {
  color: #ffffff;
  position: relative;
  top: 1px;
  text-decoration: none;
}

#BannerTOP { /*.toplogobg_01 {*/
  background-image: url(../Images/login_title.jpg);
  height: 55px;
}

#bannerBottom {
  background-color: #840000;
  color: #ffffff;
  height: 3px;
}

td {
  font-size: 12px;
  color: #333333;
  font-family: "Arial", "微軟正黑體", "細明體";
  letter-spacing: 1pt;
}

.menubg_01 {
  background-position: right 50%;
  background-image: url(../Images/tai_left_01.gif);
  background-repeat: repeat-y;
  background-color: #fae4e3;
}

.topmenu_01 {
  background-color: #0075a9;
  color: #ffffff;
}

.bottom_01 {
  background-color: #840000;
  color: #ffffff;
  height: 25px;
}

.m_td_01 {
  border-right: #999999 1px solid;
  border-top: #999999 1px solid;
  border-left: #999999 1px solid;
  border-bottom: #999999 1px solid;
  background-color: #ffffff;
}

.m_top_bg_01 {
  background-image: url(../Images/gifbg_01.jpg);
  color: #666666;
}

.m_title_01 {
  font-size: 16px;
  background-image: url(../Images/topbg_04.gif);
  color: #990000;
}

.leftmenubg_01 {
  background-position: right 50%;
  background-image: url(../Images/tai_left_02.gif);
  background-repeat: repeat-y;
}

.topmenu_03 {
  color: #ffffff;
}

.indexbg_01 {
  background-position: left top;
  background-image: url(../Images/EBFSC_04.gif);
  background-repeat: no-repeat;
}

.indexbg_02 {
  background-image: url(../Images/login_02.jpg);
}

.login_tdbg_01 {
  background-image: url(../Images/login_01.jpg);
  background-repeat: no-repeat;
}

.topfont_01 {
  font-weight: bold;
  font-size: 13px;
  color: #990000;
}

.m_tdcolor_01 {
  background-color: #f0f0f0;
}

.menu_topfont_01 {
  font-weight: bold;
  font-size: 13px;
  color: #ffffff;
}

.menubg_02 {
  background-position: 50% top;
  background-image: url(../Images/menu_bg_01.gif);
  background-repeat: no-repeat;
}

.m_tdcolor_04 {
  border-right: #999999 1px solid;
  border-top: #999999 1px solid;
  border-left: #999999 1px solid;
  border-bottom: #999999 1px solid;
  background-color: #efefef;
  white-space: nowrap;
}

.m_tdcolor_02 {
  border-right: #999999 1px solid;
  border-top: #999999 1px solid;
  border-left: #999999 1px solid;
  border-bottom: #999999 1px solid;
  background-color: #ffffff;
}

.m_tdcolor_05 {
  border-right: medium none;
  border-top: medium none;
  border-left: medium none;
  border-bottom: medium none;
  background-color: #d0f0ff;
}

.tbline_01 {
  border-right: #cccccc 1px solid;
  border-top: #cccccc 1px solid;
  border-left: #cccccc 1px solid;
  border-bottom: #cccccc 1px solid;
}

.button { /* Disables default styling */
  border: 1px;
  background: #CDC6BB;
  color: #333;
  /* You need to set font, font size and cursor for buttons */
  font-size: 12px;
  font-family:  Arial, Helvetica, Geneva, sans-serif;
  cursor: pointer;
  padding: 4px 12px;
  /*    font-weight: bold;*/
}

.button {
  border-radius: 2px;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 0 1px #0086ba inset, /* Outer bevel */ 
         0 0 0 2px #6cdcea inset, /* Inner bevel */ 
         0 30px 20px -18px rgba(255, 255, 255, 0.65) inset,
    /* Inner gradient */ 
         1px 1px 3px rgba(0, 0, 0, 0.2) /* Drop shadow */;
  -webkit-border-radius: 2px;
  -webkit-text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0 0 1px #0086ba inset, /* Outer bevel */ 
         0 0 0 2px #6cdcea inset, /* Inner bevel */ 
         0 30px 20px -18px rgba(255, 255, 255, 0.65) inset,
    /* Inner gradient */ 
         1px 1px 3px rgba(0, 0, 0, 0.2) /* Drop shadow */;
}

.button_push { /* Disables default styling */
  border: none;
  background: #33B6FF;
  color: #000;
  /* You need to set font, font size and cursor for buttons */
  font-size: 12px;
  font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  cursor: pointer;
  padding: 4px 12px;
  font-weight: bold;
}

.button_push {
  border-radius: 2px;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 0 1px #0086ba inset, /* Outer bevel */ 
         0 0 0 2px #6cdcea inset, /* Inner bevel */ 
         0 30px 20px -18px rgba(255, 255, 255, 0.65) inset,
    /* Inner gradient */ 
         1px 1px 3px rgba(0, 0, 0, 0.2) /* Drop shadow */;
  -webkit-border-radius: 2px;
  -webkit-text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0 0 1px #0086ba inset, /* Outer bevel */ 
         0 0 0 2px #6cdcea inset, /* Inner bevel */ 
         0 30px 20px -18px rgba(255, 255, 255, 0.65) inset,
    /* Inner gradient */ 
         1px 1px 3px rgba(0, 0, 0, 0.2) /* Drop shadow */;
}

a.button1 { /* Sliding right image */
  background: transparent url('../Images/button_right.png') no-repeat
    scroll top right;
  display: block;
  float: left;
  height: 34px; /* CHANGE THIS VALUE ACCORDING TO IMAGE HEIGHT */
  margin-right: 6px;
  padding-right: 20px;
  /* CHENGE THIS VALUE ACCORDING TO RIGHT IMAGE WIDTH */
  /* FONT PROPERTIES */
  text-decoration: none;
  color: #333333;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

a.button1 span { /* Background left image */
  background: transparent url('../Images/button_left.png') no-repeat;
  display: block;
  line-height: 22px; /* CHANGE THIS VALUE ACCORDING TO BUTTONG HEIGHT */
  padding: 7px 0 5px 18px;
}

a.button1:hover span {
  text-decoration: underline;
}

table.show_table {
  background: none repeat scroll 0 0 #FFFFFF;
  text-align: left;
  background: none repeat scroll 0 0 #EEE;
  border: 1px solid #AAAAAA;
  border-collapse: collapse;
  vertical-align: middle;
  color: black;
}

table.show_table th {
  background: none repeat scroll 0 0 #BBB;
  text-align: center;
}

.show_right {
  text-align: right;
  vertical-align: middle;
}