﻿
@charset "utf-8";
/* CSS Document */

body {
    margin: 0px;
    padding: 0px;
    border: 0px;
    /*font-size: 12px;*/
    font-family: Verdana;
    color: #666666;
    line-height: 19px;
    /*background-color:#E8F0FF;*/
}

img {
    border: 0px;
    margin: 0px;
    padding: 0px;
    vertical-align: middle;
}

p {
    margin-top: 5px;
    margin-bottom: 8px;
}

a {
    text-decoration: none;
    color: #39F;
}

    a:hover {
        color: #F90;
    }

.navigation {
    margin-top: 85px;
    margin-left: 30px;
    width: 140px;
}

    .navigation td {
        list-style: url(../image/GML/arrow1_031.gif);
        padding-top: 5px;
        padding-bottom: 2px;
    }

        .navigation td a {
            font-size: 12px;
            text-decoration: none;
        }

            .navigation td a:hover {
                color: #F90;
            }

.a1Style {
    color: #454545;
}

.title {
    font-size: 1rem;
    /*margin-left:35px;*/
    font-weight: bold;
    color: #333;
    padding-top: 7px;
}

.title2 {
    border-bottom: 1px #09C dotted;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    padding-top: 8px;
    padding-bottom: 8px;
    color: #09C;
}

.title3 {
    border-bottom: none;
    padding-top: 2px;
    padding-bottom: 4px;
    font-size: 13px;
    color: #FFF;
}

.a2Style {
    position: relative;
    float: left;
    margin-left: 5px;
    width: 90%;
    line-height: 25px;
}

.a3Style {
    position: relative;
    float: left;
    margin-left: 20px;
    width: 175px;
    border: 3px #65BEF2 double;
    padding: 5px;
    background-color: #65BEF2;
    margin-top: 15px;
}

.a4Style {
    border: 1px #09C dotted;
    background-color: #FFF;
    padding: 8px;
}

.tableStyle {
    border: 4px #BFE7FF double;
    margin-top: 5px;
    margin-bottom: 10px;
}

    .tableStyle thead th {
        border-bottom: 1px #09C dotted;
        border-right: 1px #A5DCFF dotted;
        text-align: center;
        font-size: 13px;
        font-weight: bold;
        padding-top: 8px;
        padding-bottom: 5px;
        color: #09C
    }

    .tableStyle tbody th {
        text-align: left;
        border-bottom: 1px #0099CC dotted;
        border-right: 1px #A5DCFF dotted;
    }

    .tableStyle tbody td {
        border-right: 1px #A5DCFF dotted;
        border-bottom: 1px #BFE7FF dotted;
    }


/*..........................................*/
.gv1 {
    width: 96%;
    color: #444444;
    font-size: 10pt;
    font-family: Verdana;
    padding: 3px;
    margin-top: 5px;
    border: none;
    border-bottom: 1px #595959 solid;
    xborder: solid 1px red;
}

    .gv1 a {
        color: #444444;
    }

    .gv1 tr:hover {
        background-color: #E5F0F8
    }


    .gv1 tr.gv1header:hover {
        background-color: transparent;
    }

    .gv1 tr.gv1pager:hover {
        background-color: transparent;
    }

.gv1header {
    color: #444444;
    font-family: Verdana;
    vertical-align: bottom;
    height: 28px;
}

    .gv1header td {
        background-color: #e3e3e3;
        font-weight: normal;
        border-top: none;
        vertical-align: middle;
        text-align: center;
        border-bottom: solid 1px #595959;
        border-right: solid 1px #FFFFFF;
        border-left: solid 1px #FFFFFF;
    }

    .gv1header th {
        background-color: #e3e3e3;
        font-weight: normal;
        border-top: none;
        /*xborder-top:dotted 1px #595959;*/
        border-bottom: solid 1px #595959;
        border-right: solid 1px #FFFFFF;
        border-left: solid 1px #FFFFFF;
        text-align: center;
    }

        .gv1header th a {
            font-weight: bold;
        }

            .gv1header th a:hover {
                color: #0066CC;
            }

.gv1row {
    background-color: #f6f6f6;
}

    .gv1row td {
        border: solid 1px #FFFFFF;
        vertical-align: middle;
        height: 24px;
        padding: 3px;
    }

.gv1Arow {
    background-color: #ffffff;
}

    .gv1Arow td {
        border: solid 1px #FFFFFF;
        vertical-align: middle;
        height: 24px;
        padding: 3px;
    }

.gv1pager {
    color: #444444;
    font-size: 9pt;
    font-family: Verdana;
}

    .gv1pager td {
        border: none;
        padding-left: 5px;
        padding-right: 5px;
    }

    .gv1pager table {
        float: right;
        border-top: dotted 1px #e3e3e3;
    }

        .gv1pager table tr:hover {
            background-color: transparent;
        }

        .gv1pager table td {
            border: none;
            padding-top: 3px;
            padding-bottom: 3px;
        }

            .gv1pager table td A {
                padding-left: 3px;
                padding-right: 4px;
            }

.pageOn {
    color: #0066CC;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    font-family: Verdana;
}


#main-container {
    background-color: #EDF0F5;
}


    #main-container .header {
        line-height: 20px;
        text-align: left;
        box-shadow: 0px 3px 4px 4px #cfcfcf;
        margin-top: 20px;
        background-color: #FFF;
        width: 100%;
        padding: 20px;
        color: #707070;
    }

        #main-container .header .row {
            line-height: 30px;
        }

            #main-container .header .row .coll-title {
                width: 10%;
                padding-left: 20px;
            }

            #main-container .header .row .coll-4 {
                width: 40%;
            }

            #main-container .header .row .coll-5 {
                width: 50%;
            }

        #main-container .header a {
            padding-right: 50px;
        }

    #main-container .content {
        margin-top: 50px;
        clear: left;
        width: 100%;
        height: 100%;
        background: #fff;
        box-shadow: 0px 3px 4px 4px #cfcfcf;
    }

        #main-container .content.explain {
            height: 600px;
        }


        #main-container .content .program-items {
            width: 20%;
            height: 100%;
            float: left;
        }

            #main-container .content .program-items .item {
                line-height: 40px;
                border-bottom-style: solid;
                border-bottom-width: 5px;
                border-color: #18A8C6;
                width: 50%;
                margin: 20px;
                margin-left: 30px;
                font-size: 18px;
                color: #18A8C6;
                cursor: pointer;
            }

                #main-container .content .program-items .item.active {
                    background-color: #18A8C6;
                    color: #FFF;
                }

        #main-container .content .program-content {
            width: 70%;
            height: 100%;
            float: left;
            padding-top: 50px;
        }

    #main-container .tabs {
        padding-top: 30px;
        padding-bottom: 30px;
    }

        #main-container .tabs .tab {
            float: left;
            width: 180px;
            line-height: 40px;
            text-align: center;
            border: 2px;
            border-style: solid;
            margin: 10px 10px 10px 0px;
            border-color: #47D6F5;
            color: #4FD7F5;
            font-size: 1rem;
        }
	    #main-container .tabs .tab.width {
            width: 180px;
        }

            #main-container .tabs .tab:hover {
                color: #268396;
                background-color: #FFF;
                border-color: #268396;
                cursor: pointer;
            }


            #main-container .tabs .tab.active {
                color: #268396;
                background-color: #FFF;
                border-color: #268396;
            }

.attention {
    color: #CC3300;
    float: right;
}


.service-table {
    margin: 0 auto;
    width: 95%;
}


    .service-table .a1Style .title {
        font-size: 20px;
        color: #268396;
        padding-top: 7px;
        border-bottom-style: solid;
        border-bottom-width: 5px;
        line-height: 50px;
        width: 200px;
    }

    .service-table .a2Style .divData {
        width: 50%;
        margin: 0 auto;
        font-size: 1rem;
    }
