#tooltip {
        position: absolute;
        z-index: 3000;
        border: 1px solid #111;
        background-color: #eee;
        padding: 5px;
        opacity: 0.85;
}

#tooltip h3, #tooltip div { margin: 0; }

pre {
    max-width: 660px;
    /* width: expression(this.width > 660 ? 660 : true); */
    overflow: auto;
}

a:link {
    color: #666666;
    text-decoration: none;
}

a:visited {
    text-decoration: none;
    color: #666666;
}

a:hover {
    text-decoration: underline;
    color: #333333;
}

a:active {
    text-decoration: none;
    color: #666666;
}

.bg_side_left {
    background-repeat: repeat-y;
    background-position: right;
}

.bg_side_right {
    background-repeat: repeat-y;
    background-position: left;
}

.bg_top_norepeat {
    background-repeat: no-repeat;
    background-position: top;
}

.copyright {
    font-family: "Lucida Grande", Verdana, Lucida, Helvetica, Arial, sans-serif, "新細明體";
    font-size: 12px;
    font-style: normal;
    line-height: 18px;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    color: #342D39;
}

.copyright a:link { color: #342D39; }
.copyright a:hover { text-decoration: underline; color:#342D39; }
.copyright a:visited { color: #342D39; }

.copyright_script {
    font-family: Verdana;
    font-size: 11px;
    font-style: normal;
    line-height: 18px;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    color: #58523A;
}

.mainmenu {
    text-align: left;
    padding-left: 20px;
    font-family: "Lucida Grande", Verdana, Lucida, Helvetica, Arial, sans-serif, "新細明體";
    font-size: 11pt;
    font-style: normal;
    line-height: 18px;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    color: #394D51;
}

.mainmenu a:link { color: #394D51; }
.mainmenu a:hover { text-decoration: underline; color:#394D51; }
.mainmenu a:visited { color: #394D51; }

ul.mainmenu {
    padding-left: 15px;
    list-style-type: square;
}

.content_text1 {
    font-family: "Lucida Grande", Verdana, Lucida, Helvetica, Arial, sans-serif, "新細明體";
    font-size: 12px;
    font-style: normal;
    line-height: 18px;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    color: #333333;
}

.content_text1 a:link { color: #333333; }
.content_text1 a:hover { color: #111111; text-decoration:underline; }
.content_text1 a:visited { color: #333333; }

.content_page_opt {
    font-family: Verdana;
    font-size: 11px;
    font-style: normal;
    line-height: 18px;
    font-weight:normal;
    font-variant: normal;
    text-transform: none;
    color: #666666;
}

.content_page_opt a:link { color: #666666; font-weight: normal; }
.content_page_opt a:hover { color: #666666;text-decoration: underline; }
.content_page_opt a:visited { color: #666666; font-weight: normal; }

.acckey_white {    
    text-align: left;
    font-family: Verdana;
    font-size: 11px;
    font-style: normal;
    font-weight:normal;
    font-variant: normal;
    text-transform: none;
    color: #ffffff;
}

.acckey_white a:link { color: #ffffff; }
.acckey_white a:hover { color: #666666; text-decoration: underline; }
.acckey_white a:visited { color: #ffffff; } 

.acckey_gary {    
    font-family: Verdana;
    font-size: 11px;
    font-style: normal;
    font-weight:normal;
    font-variant: normal;
    text-transform: none;
    color: #DFDFE1;
}

.acckey_gary a:link { color: #DFDFE1; } 
.acckey_gary a:hover { color: #666666; text-decoration: underline; }
.acckey_gary a:visited { color: #DFDFE1; } 

.text_field {
    font-family: Verdana;
    font-size: 11px;
    color: #333333;
    border: 1px solid #999999;
    background-color: #ffffff;
    line-height: 14px;
}

#toolbox {
    padding: 4px;
    color: white;
    font-size: 9px;
    font-family: Verdana, Geneva, Arial, sans-serif;
    background-color: gray;
    text-align: right;
    position: fixed;
    top: 0px;
    right: 0px;
    cursor: pointer;
    opacity: 0.85;
}

#graybox {
    display: table;
    padding: 4px;
    color: white;
    font-family: Verdana, Geneva, Arial, sans-serif;
    background-color: #3A1D5D;
    text-align: center;
    position: fixed;
    top: 50%;
    right: 20%;
    left: 20%;
    opacity: 0.75;
    font-size: 20pt;
    font-weight: bolder;
}

#graybox #close_graybox {
    cursor: pointer;
}

#graybox form {
    display: table-cell;
    vertical-align: middle; 
    text-align: center;
}

#graybox input[type=text] {
    font-size: 20pt;
    width: 90%;
}

#graybox input[type=button] {
    font-size: 14pt;
    font-weight: bolder;
}

#graybox input[type=submit] {
    font-size: 14pt;
    font-weight: bolder;
}
