﻿
body {
	margin:0px;
	font:9pt 新細明體;
}

td	{
	font:9pt 新細明體;
}

/*********************************************************************/
/* Button Style                                                      */
/*********************************************************************/
.clsButton {
    font: 9pt Times New Roman;
    color:white;
    border:none;
    background-color: #639a00;
    cursor:hand;
    width:80px; height:26px;
    filter: progid:DXImageTransform.Microsoft.Glow(color=white,strength=1);
}

.clsButtonOver {
    font: 9pt Times New Roman;
    border:none;
    color:#630000;
    background-color: #fff5ec;
    cursor:hand;
    width:80px; height:26px;
    filter: progid:DXImageTransform.Microsoft.Glow(color=#ff48ff,strength=1);
}

/*********************************************************************/
/* Hyper Link                                                        */
/*********************************************************************/
a.clsHref {text-decoration:none;color : darkgreen;}
a.clsHref:hover {text-decoration: underline; color: #dd6900;}
a.clsHref2 {text-decoration:none; color:white;}
a.clsHref2:hover {text-decoration:underline; color:#FFFF80;}
a.clsHref3 {font:bold 12pt Arial;text-decoration: none;color : darkgreen;}
a.clsHref3:hover {font:bold 12pt Arial;text-decoration: underline; color: #dd6900;}

/*********************************************************************/
/* Table Style                                                       */
/*********************************************************************/
.clsTable {
    border:2px solid darkgreen;
    border-collapse: collapse;
}

.clsTable2 {
    border:2px solid darkgreen;
    border-collapse: collapse;
    background-color: #ffffff;
}

.clsTable3 {
    border:1px solid darkgreen;
    border-collapse: collapse;
}

/* Table Head Style */
.clsTH {
    background-color:#639a00;
    color: white;
    border:1px solid #86ce00;
    padding-top:4px;
    padding-bottom:4px;
    padding-left:3px;
    padding-right:3px;
}

/* Table Body Style */
.clsTD {
    background-color:#e2fbb6;
    color:darkblue;
    border:1px solid darkgreen;
    padding:3px;
}

.clsTD2 {
    background-color:#ffffff;
    color:darkblue;
    border:1px solid darkgreen;
    padding:3px;
}

.clsTD3 {
    background-color:#ECFFEC;
    color:darkblue;
    border:1px solid darkgreen;
    padding:3px;
}

.clsHelpTD {
    background-color:#ffffff;
    color:black;
    border:1px solid darkblue;
    padding:5px;
    line-height:150%;
}

.clsEditField {
    font: 9pt Verdana;
    background-color: #FFFFCC;
}

.clsLockField {
    font: 9pt Verdana;
    background-color: #E2FFEC;
}
/*********************************************************************/
/* Form Style                                                        */
/*********************************************************************/
.a_tl {width:10px;height:10px;background:url(/gdweb/images/a_tl.gif)}
.a_tm {height:10px;background:url(/gdweb/images/a_tm.gif)}
.a_tr {width:10px;height:10px;background:url(/gdweb/images/a_tr.gif)}

.a_ml {width:10px;background:url(/gdweb/images/a_ml.gif)}
.a_mr {width:10px;background:url(/gdweb/images/a_mr.gif)}

.a_sl {width:10px;height:10px;background:url(/gdweb/images/a_sl.gif)}
.a_sm {width:10px;height:10px;background:url(/gdweb/images/a_sm.gif)}
.a_sr {width:10px;height:10px;background:url(/gdweb/images/a_sr.gif)}

.a_bl {width:10px;height:10px;background:url(/gdweb/images/a_bl.gif)}
.a_bm {width:10px;height:10px;background:url(/gdweb/images/a_bm.gif)}
.a_br {width:10px;height:10px;background:url(/gdweb/images/a_br.gif)}

/*********************************************************************/
/* Menu Style                                                        */
/*********************************************************************/
a.a_menu {text-decoration:none;color:black;padding:6px;height:28px}
a.a_menu:hover {text-decoration:none;color:black;padding:5px;border:1px solid #999999;background-color:#cccccc;cursor:hand;height:28px}
/*********************************************************************/
