﻿
body {
    /*padding: 0 2em;
    font-family: Arial, sans-serif;
    color: #024457;
    background: #f2f2f2;*/
}

#container {
    top: 50px;
    /*border: 1px #666 dashed;*/
    width: 95%;
    margin: 20px auto;
}


#headbox {
    /* height: 50px;
   vertical-align: middle;*/
    border: 1px #666 dashed;
    /*margin: 0 auto;*/
    margin-top: 5px;
    margin-bottom: 5px;
    border-top-left-radius: 10px; /*設定左上角*/
    border-top-right-radius: 10px; /*設定右上角*/
    border-bottom-right-radius: 10px; /*設定右下角*/
    border-bottom-left-radius: 10px; /*設定左下角*/
}

.HeadImage {
    height: 50px;
    /*width: 100px;*/
    text-align: center;
    /* Firefox, Chrome 
    line-height: 90px;*/
}

#MenuBar {
    width: 180px;
    height: auto;
    /*border:1px #666 dashed;*/
    margin-left: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
    float: left;
}

#Condition {
    /*漸層*/
    background: -webkit-linear-gradient(forestgreen,white);
    background: -o-linear-gradient(forestgreen,white);
    background: -moz-linear-gradient(forestgreen,white);
    background: linear-gradient(forestgreen,white);
    /*圓角*/
    border-top-left-radius: 10px; /*設定左上角*/
    border-top-right-radius: 10px; /*設定右上角*/
    border-bottom-right-radius: 10px; /*設定右下角*/
    border-bottom-left-radius: 10px; /*設定左下角*/
}

#Content {
    margin-top: 5px;
    margin-bottom: 5px;
    /*height: 400px;*/
    /*border:1px #666 dashed;*/
    margin-left: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
    /*float: left;*/
}

#clear {
    clear: both;
}



h1 {
    font-family: Verdana;
    font-weight: normal;
    color: #024457;
}

    h1 span {
        color: #167F92;
    }

.PhotoLarge {
    width: 40px;
    position: relative;
    opacity: 1;
    transition: 0.3s ease;
    cursor: pointer;
}

    .PhotoLarge:hover {
        transform: scale(3, 3);
        z-index: 500;
        opacity: 1;
    }

</style > .gvStyle {
    /*width: 100%;*/
    margin: 5px auto;
    margin-left: auto;
    margin-right: auto;
    /*border-style: none;*/
    border-color: inherit;
    border-width: 2px;
    margin-top: 0px;
    /*  line-height: 24px; 行距*/
    letter-spacing: 1px; /*字距*/
}




/*Header*/
.gvStyle th {
    background-color: #0f5118; /*font-weight: lighter;*/
    text-decoration: none;
    text-align: center;
    font-size: 10pt;
    color: white;
    border: 1px solid #ccc;
    font-weight: 300;
}
/*OnMouseOver*/
.gvStyle tr:hover {
    background-color: #CCFFCC; /* font-family: 標楷體;*/
}
/*Rows*/
.gvStyle td {
    /*border-bottom: 1px solid #ccc;*/ /*border: 1px solid #ccc;*/
    padding: 5px;
    /*  margin-left: 120px;
        text-align: left;*/
}
/*Change Rows*/
.gvStyle .alt {
    background-color: #F6F6F6;
}
/*Page*/
.gvStyle .pgr table {
    margin-left: auto;
    margin-right: auto;
}

.gvStyle .pgr td {
    background-color: #E2EAF2;
    border-width: 0px;
    padding: 0px 3px 0px 3px;
}

.gvStyle .pgr a {
    color: #666;
    text-decoration: underline;
    padding: 0px 3px 0px 3px;
}

    .gvStyle .pgr a:hover {
        color: #FF0000;
        text-decoration: none;
    }

.gvStyle a:link {
    color: #0000FF;
    text-decoration: none;
}

.gvStyle a:hover {
    color: #FF0000;
    text-decoration: none;
    font-family: 標楷體;
}

.gvStyle a:visited {
    color: #0000FF;
    text-decoration: none;
}

.txtCenter {
    text-align: center;
}

.txtLeft {
    text-align: left;
}

.txtRight {
    text-align: right;
}

.TableCenter {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    margin: 0px auto;
}

.TableLeft {
    text-align: left;
}

.tableStyle td {
    font-size: 10pt;
}

table {
    font-size: 10pt;
}

div {
    font-size: small;
}

a:link {
    color: #0000FF;
    text-decoration: none;
}

a:hover {
    color: #FF0000;
    text-decoration: none;
    font-family: 標楷體;
}

a:visited {
    color: #0000FF;
    text-decoration: none;
}

.divButton {
    display: inline;
    padding: 10px;
}


hr.style-four {
    padding: 0;
    border: none;
    border-top: medium double #333;
    color: #333;
    text-align: center;
}

    hr.style-four:after {
        content: "www.formget.com";
        display: inline-block;
        position: relative;
        top: -0.7em;
        font-size: 1.5em;
        padding: 0 0.25em;
        background: white;
    }

hr.style-eight {
    height: 10px;
    border: 1;
    box-shadow: inset 0 9px 9px -3px rgba(11, 99, 184, 0.8);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}
