body{
    /*overflow:scroll;*/
    overflow-x: hidden;    
    margin: 0px;
    background: #FFFFFF;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#ECF5F6), to(#FFFFFF));
    background: -moz-linear-gradient(#ECF5F6, #FFFFFF);
    background: linear-gradient(#ECF5F6, #FFFFFF);
    -pie-background: linear-gradient(#ECF5F6, #FFFFFF);
    behavior: url(/core/css/PIE.htc);
    background-repeat:no-repeat;
    padding: 0px 0px 0px 0px;
	font-family:細明體;
}

@font-face { font-family:"細明體"; src:url(./fonts/eudc.eot) format('embedded-opentype'); }
@font-face { font-family:"細明體"; src:url(./fonts/eudc.ttf?t=1) format('truetype'); }		

#box_Container {
    margin: 0 auto;
    width: 1000px;
    padding: 0px 0px 0px 24px;
}
#box_header {
    float:left;
    width: 976px;
    height: 115px;
    margin-bottom: 6px;
    *width: 1000px;    /*For IE 7*/
    _width: 1000px;  /*For IE 6*/
}
#box_SideBar {
    float:left;
    width: 230px;
}

#Std_Mdy_Form {
    float:left;
    width:743px;
    font-size: 12px;
    border: 1px solid #99CFFA;
    text-align: center;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: #666 0px 2px 3px;
    -moz-box-shadow: #666 0px 2px 3px;
    box-shadow: #666 0px 2px 3px;
    background: #DDEEF6;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#DDEEF6), to(#88D3F1));
    background: -moz-linear-gradient(#DDEEF6, #88D3F1);
    background: linear-gradient(#DDEEF6, #88D3F1);
    -pie-background: linear-gradient(#DDEEF6, #88D3F1);
    behavior: url(/core/css/PIE.htc);
    background: linear-gradient(#DFDFDF, #EDEDED); 
}

#box_Content {
    float:left;
    width:743px;
    font-size: 12px;
    border: 1px solid #99CFFA;
    text-align: center;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: #666 0px 2px 3px;
    -moz-box-shadow: #666 0px 2px 3px;
    box-shadow: #666 0px 2px 3px;
    background: #DDEEF6;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#DDEEF6), to(#88D3F1));
    background: -moz-linear-gradient(#DDEEF6, #88D3F1);
    background: linear-gradient(#DDEEF6, #88D3F1);
    -pie-background: linear-gradient(#DDEEF6, #88D3F1);
    behavior: url(/core/css/PIE.htc);
}
#box_Banner {
    float:left;
    width: 725px;
    height: 113px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    behavior: url(/core/css/PIE.htc);
}
#box_LoginArea {
    float:left;
    width: 238px;
    height: 110px;
    margin-left: 10px;
    font-size: 12px;
    border: 1px solid #99CFFA;
    text-align: center;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: #666 0px 2px 3px;
    -moz-box-shadow: #666 0px 2px 3px;
    box-shadow: #666 0px 2px 3px;
    background: #99CFFA;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#FFFFFF), to(#99CFFA));
    background: -moz-linear-gradient(#FFFFFF, #99CFFA);
    background: linear-gradient(#FFFFFF, #99CFFA);
    -pie-background: linear-gradient(#FFFFFF, #99CFFA);
    behavior: url(/core/css/PIE.htc);
}

#box_Footer{
     height:20px;
     width:933px;
     margin:10px 0px 0px 0px;
     float: left;
     _margin:30px 0px 0px 0px;
     font-size: 10px;
     font-family: 細明體;
     padding: 15px 20px 15px 20px;
     text-align: center;
     border: 1px solid #99CFFA;
    text-align: center;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: #666 0px 2px 3px;
    -moz-box-shadow: #666 0px 2px 3px;
    box-shadow: #666 0px 2px 3px;
    background: #DDEEF6;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#DDEEF6), to(#88D3F1));
    background: -moz-linear-gradient(#DDEEF6, #88D3F1);
    background: linear-gradient(#DDEEF6, #88D3F1);
    -pie-background: linear-gradient(#DDEEF6, #88D3F1);
    behavior: url(/core/css/PIE.htc);
}


select {
    position: relative;
    line-height: 14px;
    color: #000;
    border: 1px solid #999;
}
fieldset {
    padding:10px;
    margin:5px;
    border:3px solid #1E7ACE;
    border-radius:10px;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;

    margin-bottom: 10px;
}
fieldset legend {
    font-weight:bold;
    text-align:left;
    font-size: 16px;
    color:#1E7ACE;
}
input {
    font-size:12px;
    font-family:Arial, sans-serif;
    /*border:1px solid #999;*/
}
input[type="checkbox"]{
    border-width: 0px;
}
input[type="button"]{
    cursor:pointer;
}
.errorHint{
    font-size:12px;color:red
}

#WarningRow, #WarningRow-spacer{
    padding:0;
    margin:0;
    visibility:visible !important;
    opacity:1 !important;
    clip:inherit !important;
    line-height:20px !important;
    font-size:14px !important;
    text-align:center !important;
}

#WarningRow-spacer{
    height:27px !important;
    background:#EEEDDD;
    position:static;
    top:0px;
}
#WarningRow{ 
    background-color: #FFCCCC !important;
    color: #cd0a0a;
    font-weight:bold;    
    height:27px !important;
    position:absolute;
    top:0 !important;
    right:0 !important; 
    padding-right:5px;
    padding-top: 5px;
    font-family:arial;
    font-size:14px; 
    width:100%;
    margin-left:-5px;
    left:0px;
}

#btn_loading{
    margin: 8px 0px 0px 20px;
    
}

.left {
    text-align: left;
}

.right {
    text-align: right;
}

.center {
    text-align: center;
}
    
.container {
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto;
}    
    
.row {
  margin-right: -5px;
  margin-left: -5px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.row:before, .row:after {
    display: table;
    content: " ";
}
.row:after {
    clear: both;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    position: relative;
    min-height: 18px;
    box-sizing: border-box;
    padding-right: 5px;
    padding-left: 5px;
    float: left;
}

.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}


.base_Table{
    font-size: 12px;
    background-color: #FFFFFF;
}
.base_TitleTr{
    background-color: #4F81BC;
    color: #FFFFFF;
}
.base_Tr_1,.base_Tr_2{

}
.base_Tr_1{
    background-color: #D1D7E7;
}
.base_Tr_2{
    background-color: #E9EEF4;
}
.base_Tr_1:hover,.base_Tr_2:hover{

    background-color: #8EB4E3;
}
.base_Tr_0{
    background-color: #FFFFFF;
    height:50px;
    padding: 5px 0px 5px 0px;
    width:100%;
}

.btn_img{
    width:20px;
    display: table-cell;
    
}
.btn_img:hover{
    cursor: pointer;
    background-color: #FFFFFF;
}


.base_Table{
    font-size: 12px;
    background-color: #FFFFFF;
}
.base_TitleTr{
    background-color: #4F81BC;
    color: #FFFFFF;
}
.base_Tr_1,.base_Tr_2{

}
.base_Tr_1{
    background-color: #D1D7E7;
}
.base_Tr_2{
    background-color: #E9EEF4;
}
.base_Tr_1:hover,.base_Tr_2:hover{

    background-color: #8EB4E3;
}
.base_Tr_0{
    background-color: #FFFFFF;
    height:50px;
    padding: 5px 0px 5px 0px;
    width:100%;
}

.btn_img{
    width:20px;
    display: table-cell;
    
}
.btn_img:hover{
    cursor: pointer;
    background-color: #FFFFFF;
}

.ui-autocomplete {
    max-height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 20px;
}

