﻿@charset "utf-8";

body a,
body a:link,
body a:visited,
body a:active,
body a:hover {
    font-family: Arial;
}

td {
    font-family: Arial;
}

A:link {
    font-family: helvetica, sans-serif;
    text-decoration: none;
    color: #000000
}

A:visited {
    font-family: helvetica, sans-serif;
    text-decoration: none;
    color: #000000
}

A:hover {
    font-family: helvetica, sans-serif;
    text-decoration: underline;
    color: #2095F2
}

.non-border {
    border: 0px solid red;
    text-align: right;
}

.login_input {
    font-size: 14px;
    outline: none;
    border: 0;
    background-color: #FFFFFF;
    line-height: 25px;
    padding: 10px 0px;
    width: 174px;
}

.input_edit {
    font-size: 16px;
}

.input_edit_center {
    font-size: 16px;
    text-align: center;
}

input[type=submit] {
    cursor: pointer;
    font-size: 18px;
    border: 0;
    outline: none;
    color: #59b8e4;
    background-color: #FFFFFF;
    border-radius: 10px;
    border: 1px #59b8e4 solid;
}

input[type=submit]:hover {
    cursor: pointer;
    font-size: 18px;
    border: 0;
    outline: none;
    color: #FFFFFF;
    background-color: #59b8e4;
    border-radius: 10px;
    border: 1px #FFFFFF solid;
}

.btn_style {
    cursor: pointer;
    border: 0;
    outline: none;
    color: #59b8e4;
    background-color: #FFFFFF;
    border-radius: 10px;
    border: 1px #59b8e4 solid;
}

.btn_style:hover {
    cursor: pointer;
    border: 0;
    color: #FFFFFF;
    background-color: #59b8e4;
    border-radius: 10px;
    border: 1px #FFFFFF solid;
    outline: none;
}

.main_menu_w {
    FONT-SIZE: 20px;
    color: #FFFFFF;
    text-decoration: none;
}

.main_menu_b {
    FONT-SIZE: 16px;
}

.div_item {
    line-height:1.5;    
}

.px10 {
    font-size: 10px;
}

.px12 {
    font-size: 12px;
}

.px12h20 {
    font-size: 12px;
    line-height: 20px;
}

.px14 {
    font-size: 14px;
}

.px16 {
    font-size: 16px;
}

.px18 {
    font-size: 18px;
}

.px20 {
    font-size: 20px;
}

.px22 {
    font-size: 22px;
}

.px24 {
    font-size: 24px;
}

.px26 {
    font-size: 26px;
}

.form_bg {
    background-color: #f1eaf1;
}

.form_hr {
    background-color: #f19ab1;
}

.row_n_bg {
    background-image: url("/image/row_n_bg.png");
    font-size: 16px;
}

.row_bg {
    background-image: url("/image/row_bg.png");
    font-size: 16px;
}

.btn_style_test {
    FONT-SIZE: 12px;
    background-color: #D3DBF9;
    border-top: 1px solid #E8ECFC;
    border-left: 1px solid #E8ECFC;
    border-right: 1px solid #96A1C7;
    border-bottom: 1px solid #96A1C7;
}

.table_style {
    FONT-SIZE: 12px;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 0px
}

.col_style {
    FONT-SIZE: 12px;
    background-color: #D3DBF9;
    border-top: 1px solid #E8ECFC;
    border-left: 1px solid #E8ECFC;
    border-right: 1px solid #96A1C7;
    border-bottom: 1px solid #96A1C7;
}

.cell_r_style {
    FONT-SIZE: 12px;
    /*    border-right:1px solid #E6E1E7; */
    border-right: 1px solid #E6E1E7;
}

.cell_rd_style {
    FONT-SIZE: 12px;
    /*    border-right:1px solid #E6E1E7; */
    /*    border-bottom:1px solid #E6E1E7; */
    border-right: 1px solid #E6E1E7;
    border-bottom: 1px solid #E6E1E7;
}

.cell_s_style {
    FONT-SIZE: 12px;
    /*    border-right:1px solid #E6E1E7; */
    border-right: 1px solid #F0F0F1;
}

.cell_sd_style {
    FONT-SIZE: 12px;
    /*    border-right:1px solid #E6E1E7; */
    /*    border-bottom:1px solid #E6E1E7; */
    border-right: 1px solid #F0F0F1;
    border-bottom: 1px solid #E6E1E7;
}

.cell_d_style {
    FONT-SIZE: 12px;
    /*    border-bottom:1px solid #E6E1E7; */
    border-bottom: 1px solid #E6E1E7;
}

.cell_sg_id {
    font-weight: bold;
}

.cell_sg_bar_id {
    FONT-SIZE: 6px;
    font-weight: bold;
}

.cell_n_style {
    FONT-SIZE: 12px;
}

.dialog_title_bg {
    background-color: #5173B2;
}

.dialog_border {
    border-color: #DDDDDD;
    background-color: #FFFFFF;
}