﻿        a:link {
            color: blue;
               text-decoration: none;
        }

        a:visited {
            color: blue;
               text-decoration: none;
        }

        a:hover {
            color: red;
               text-decoration: underline;
        }

        a:active {
            color: blue;
               text-decoration: none;
        }

        html, body, span, table {
            font-family: 微軟正黑體;
            Font-Size: 12pt;
            color: Maroon;
            padding: 0;
            margin: 0;
            text-align: center;
        }

       
        #full-screen-background-image {
            z-index: -999;
            min-height: 100%;
            min-width: 1024px;
            width: 100%;
            height: auto;
            position: fixed;
            top: 0;
            left: 0;
        }

        .footer {
            margin-top: 10px;
            font-size: 11pt;
        }

        .datalistImg {
            width: auto;
            height: 280px;
            border: 1px solid gray;
            border-right: 3px solid darkgray;

        }

        .datalistImg:hover {
            border-color: blue;
            border-right: 5px solid darkgray;
            width: auto;
            height: 320px;
        }


        .disabledImageButton {
            filter: alpha(opacity=30);
            opacity: .30;
        }

        .gridviewImg {
            width: auto;
            height:40px;
            border: 1px solid gray;
            border-right: 3px solid darkgray;
            vertical-align: middle;
            margin:0 5px 0 0px;
        }

        #GridView1 {
            font-family: 微軟正黑體;
	        font-size: 19px;
            margin: 10px 0px 0px 0px;
            color: black;            
        }

        .GridviewRow {
border-top:1px  ridge  gray;           
        }


        #GridView1 a:link {
            color: #470000
        }

        #GridView1 a:visited {
            color: #470000
        }

        #GridView1 a:hover {
            color: navy;
        }

        #GridView1 a:active {
            color: #470000
        }

        #DataList1 {
            line-height: 0;
            font-size: 0;
            margin: 0px 0px 0px 0px;
        }

        .txtbox {
            Font-Size: 12pt;
            font-family: 微軟正黑體;
            background-color: #FFFFCC;
        }

        select {
            Font-Size: 12pt;
            font-family: 微軟正黑體;
            Height: 25px;
            background-color: #FFFFCC;
        }

    


      