/* 
    Document   : index
    Created on : 2014年4月2日, 下午03:13:31
    Author     : Jack HUI
    Description:
        Purpose of the stylesheet follows.
*/

root { 
    display: block;
}

body {
    padding: 0;
    margin: 0;
}

a { cursor: pointer; color: blue; }
a:hover,a.hover { text-decoration: underline; }

.wrapper {
    width: 100%;
    margin: auto;
}

img {
    width: 100%;
}

/*table{
    border: 1px solid black;
}
td{
    border: 1px solid black;
}
tr{
    border: 1px solid black;
}*/
*{
    font-family: "微軟正黑體", "Apple LiGothic Medium.dfont", "Arial", "新細明體", "細明體", "Helvetica", "sans-serif";
}

textarea
{
    width:70%;
}



input[type="text"].form_input
{
    width: 100%;
}

#header {
    position: relative;
    margin-left: auto;
    margin-right:auto;
    width:100%;
    max-width: 1024px;
    height: 156px;
    border:0px solid black;
    background: url("../img/header.png");
}

#header #navBar {
    list-style-type:none;
}

#header #navBar .navItem {
    display:inline;
}

.header_name1{
    text-align: center;
    line-height: 35px;
    font-weight: bold;
    font-size: 23pt;
    font-family: "微軟正黑體", "Apple LiGothic Medium.dfont", "Arial", "新細明體", "細明體", "Helvetica", "sans-serif";
}

#header_name1{
    line-height: 29px;
    font-weight: bold;
    font-size: 26pt;
    font-family: "微軟正黑體", "Apple LiGothic Medium.dfont", "Arial", "新細明體", "細明體", "Helvetica", "sans-serif";
}
#header_name2{
    font-weight: bold;
    font-size: 26pt;
    font-family: "微軟正黑體", "Apple LiGothic Medium.dfont", "Arial", "新細明體", "細明體", "Helvetica", "sans-serif";
}

#header_name3{
    font-weight: bold;
    font-size: 15px;
    font-family: "微軟正黑體", "Apple LiGothic Medium.dfont", "Arial", "新細明體", "細明體", "Helvetica", "sans-serif";
}
#system_a_logo{
    position: absolute;
    top:19px;
    left: 26px;
    max-width: 202px;
    width:100%;
    /*    height: 202px;*/
}

#yandarin_logo{
    position: absolute;
    top:53px;
    right: 68px;
    max-width: 273px;
    width:100%;
    /*    height: 95px;*/
}

#body {
    margin-left: auto;
    margin-right: auto;
/*    width: 55%;*/
    border: 10px solid white;
    background-color: #fffde9;
}

#body .page {

}

#body .preview {
    display:none;
}

#body #applicationForm {

}
#applicationForm{
    position: relative;
}


#body #certificateForm #btnSubmitCertificate {
    background-image:url('../img/submit1.png');
    width:121px;
    height:40px;
    display:block;
}

#body #certificate {
    display:none;
}

#body #payment {
    display:none;
}


/*font**/
.font14 {
    font-size: 14px;
}

.whiteBorder {
    border-top:3px solid white;
    border-bottom:3px solid white;
}

.green_bar{
    background-color:#28b150;
    /*    height:50px;*/
}
.green_bar span{
    color :white;
}
.gopage01_div{
    width: 90%;
    min-height: 750px;
    margin-left: auto;
    margin-right: auto;
}
.font-line-height{
    line-height: 35px;

}
.font{
    font-family: "微軟正黑體", "Apple LiGothic Medium.dfont", "Arial", "新細明體", "細明體", "Helvetica", "sans-serif";
}
.font_12{
    font-size: 12px;
}

.gopage01_name1{
    font-weight: bold;
    font-size: 30px;
}

.gopage01_name2{

    font-size: 25px;
}

.page01_btn{
    width: 220px;
    height: 30px;
    background-color: #28b150;
    border-radius: 3px;
    margin-left: auto;
    margin-right: auto;
    font-weight: bold;
    color: white;
    line-height: 30px;
    cursor: pointer;
}


.page02_btn{
    width: 80px;
    height: 30px;
    background-color: #28b150;
    border-radius: 3px;
    margin-left: auto;
    margin-right: auto;
    font-weight: bold;
    color: white;
    line-height: 30px;
    cursor: pointer;
}
.form_submit{
    padding: 5px 20px 5px 20px;
    /* width: 80px; */
    /* height: 30px; */
    background-color: #28b150;
    border-radius: 3px;
    /* margin-left: auto; */
    /* margin-right: auto; */
    font-weight: bold;
    color: white;
    line-height: 30px;
    cursor: pointer;
}

.finish_btn{
    width: 80px;
    height: 30px;
    background-color: #28b150;
    border-radius: 3px;
    margin-left: auto;
    margin-right: auto;
    font-weight: bold;
    color: white;
    line-height: 30px;
    cursor: pointer;
}

.payment_btn{
    position: relative;
    width: 80px;
    height: 30px;
    background-color: #28B150;
    border-radius: 3px;
    font-weight: bold;
    color: #FFF;
    line-height: 30px;
    cursor: pointer;
    display: none;
    float: left;
    margin-left: 430px;
    z-index: 6;
}

.reset_btn{
    position: relative;
    width: 80px;
    height: 30px;
    background-color: #28B150;
    border-radius: 3px;
    font-weight: bold;
    color: #FFF;
    line-height: 30px;
    cursor: pointer;
    display: none;
    float: left;
    margin-left: 20px;
    z-index: 6;
}

.btn_hidden{
    position: absolute;
    top:-9999px;
    left:-9999px;
}
.error_msg{
    color:red;
}
#refresh-captcha{
    cursor: pointer;
}
#main_page{
    margin: 0 auto;
    position: relative;
    width: 1024px;
    height: 700px;
    background-image: url("../img/SystemYandarinmainpage.png");
}
#main_btn{
    position: absolute;
    width: 248px;
    height: 40px;
    top: 490px;
    left: 535px;
}
.input_field{
    width: 110px;
}
.input_field2{
    width: 42px;
}

#transport_bg{
    position: absolute;
    top:0px;
    left: 0px;
    width: 1024px;
    height: 1833px;
    z-index: 5;
    display: none;
    background-color: transparent;
}

table{
    border-spacing:8px;
}

#preview_div{
    width: 200px;
    height: 250px;
    display:table-cell;
    vertical-align:middle;
    text-align:center
}
#show_img_bg { 
    filter:alpha(Opacity=70, Style=0);/*for ie*/ 
    -moz-opacity:0.7;/* Moz + FF */ 
    opacity: 0.7;/* CSS3的標準語法，FOR支援CSS3的瀏覽器（FF 1.5）*/
    background:#000000;	
    z-index:15;
    position: absolute;
    display:none;
    width:100%;  
    height: 1750px;
    top:0px;  
    left:0px;
}
#payment_loading{

    position:  absolute;
    top :50%;
    left:50%;
    z-index: 20;

}

.title_name{
    padding: 5px 0px 5px 5px;
    text-align: center;
    font-size: 18px;
}

.table_container {
    display: table;
    padding-left: 0%;
}

.table_row  {
    display: table-row;
}

.table_col {
    display: table-cell;
}

.top_label{
    vertical-align: top;
}
.green_bar_text{
    padding-left: 8%;
    font-weight:bold;
    font-size: 18px;
    padding-top: 2%;
    padding-bottom: 2%;
}
.green_bar_text_left{
    padding-left: 8%;
    float: left;
    font-weight:bold;
    font-size: 18px;
    padding-top: 2%;
    padding-bottom: 2%;
}
.green_bar_text_right{
    padding-right:8%;
    float: right;
    font-weight:bold;
    font-size: 18px;
    padding-top: 2%;
    padding-bottom: 2%;
}
#applicantstudyday1{
    margin-top: 15px;
}
#applicantstudyday2{
    margin-top: 15px;
}