﻿a { text-decoration: none; }
a:hover { color:Red; text-decoration:underline; }
body {
    margin:0; 
    padding:0;
    color:White;
    background-color:Black;
    scrollbar-arrow-color:white;
    scrollbar-base-color:black; 
}
/*
table.borderoff {
     font-size: 12px;
     border-color: #808080 #FFFFFF #FFFFFF #808080;
     border-style: solid;
     border-top-width: 1px; 
     border-right-width: 1px; 
     border-bottom-width: 1px; 
     border-left-width: 1px; 
     background-color: menu; 
}
*/

/* For Title Area */
/* 供menu及每頁上方的title使用 */
table.borderon { 
    font-size:12px; 
    border-color:#FFFFFF #808080 #808080 #FFFFFF; 
    border-style:solid; 
    border-top-width:1px; 
    border-right-width:1px; 
    border-bottom-width:1px; 
    border-left-width:1px; 
    background-color:menu; 
}
/* 供Title的開啟及關閉圖形按鈕使用 */
image.button { 
    border:1px solid #D4D0C8; 
    behavior:url(lib/musicbox.htc);
    cursor:default; 
}
/*
.menu {
    border:1px solid #FFFFFF; 
    height:20px; 
    padding-top:3px; 
    padding-left:3px; 
    behavior:url(lib/musicbox.htc); 
    cursor:hand; 
}
.child { 
    border:1px solid #FFFFFF; 
    height:20px; 
    padding-top:3px; 
    padding-left:3px;
    display:none; 
}
.shadow {
    filter: DropShadow(Color=#999999, OffX=2, OffY=2, Positive=1);    
    position:relative; top:-1px; left:-1px; 
}
.borderall {  
    border: #000000; 
    border-style: solid; 
    border-top-width: 1px; 
    border-right-width: 1px; 
    border-bottom-width: 1px; 
    border-left-width: 1px; 
}
.tden { 
    font-size: 9px; 
    font-family: "Verdana", "Arial", "Helvetica", "sans-serif" ; 
    font-weight: normal; 
}
*/
/* For menu.htm */
.menuitem01 {
    border-style:ridge;
    border-width:1px;
    width:100%;
    /*border-color:#FFFFFF;*/
	background-color:LightSteelBlue; 
	border-right:1px solid #000;
	border-bottom-color:#90bade;
	/*
	border-left:10px solid #1958b7;
	border-right:10px solid #508fc4;
	background-color:#2175bc;
	*/
}
.menuitem02 {
    border-style:groove;
    border-width:1px;
    width:100%;
    border-color:#FFFFFF;
    background-color:#DFDFDF; 
}
.menuitem03 {
    border-style:groove;
    border-width:1px;
    width:100%;
    border-color:#FFFFFF;
    background-color:#FFFFFF; 
}
/* For conv.htm */
/*
.convfieldtitle {
    border-style:ridge;
    border-width:1px;
    border-color:White;
    background-color:Black; 
}
.convtitle {
    padding-left:5px;
    border-style:ridge;
    border-width:1px;
    border-color:White;
    background-color:LightGrey;
    color:Black; 
}
.convdesc {
    padding-left:5px;
    border-style:ridge;
    border-width:1px;
    border-color:White;
    background-color:LightSteelBlue;
    color:Black; 
}
.convtable {
    border-style:solid;
    border-width:1px;
    border-color:Black;
    width:90%; 
}
*/
.convTextArea {
    width:100%;
    border-style:solid; 
	background-color:White;
	border-color:White;
    border-width:1px;
    scrollbar-arrow-color:Black;
    scrollbar-base-color:White;
}
/* Button */
.GuideButton {
    background-color:#EEEEEE; 
    color:#854330;
    border-style:solid;
    border-width:1px;
    border-color:#C59B76;
    padding-top:5px;
} 
.btnBlue{
    color:#ffffff;
    font-size:90%;
    font-weight:bold;
	background-color:DarkBlue;
}
.btnGreen{
    color:#ffffff;
    font-size:90%;
    font-weight:bold;
    background-color:#18760c;
}
.btn3{
    background-color:#b237df;
    height:30px;
    border-color:efefef;
    color:#ffffff;
    font-weight:bold;
    font-size:12px;
}
.btn4{
    background-color:#ffffff; 
    height:35px;
    border-color:#18760c;
    color:#000000;
    font-weight:bold;
    font-size:12px;
}
.btn5{
    background-color:#a4acd9; 
    height:30px;
    border:1px solid #515c9e;
    color:#515c9e;
    font-weight:bold;
    font-size:12px;
}
/* Font */
.styleFontGeorgia { font-family:Georgia; }
.styleFontEng { font-family:"Trebuchet MS"; }

.styleFontSteelBlue { color:LightSteelBlue; }
.styleFontSteelBlueEng { color:LightSteelBlue; font-family:"Trebuchet MS"; }

.styleFontRed { color:Red ;}
.styleFontRedEng { color:Red; font-family:"Trebuchet MS"; }

.styleFontGreenYellow { color:#CCFF99; }

.styleFontBlue { color:Blue; }

.styleFontYellow { color:Yellow; }
.styleFontYellowEng { color:Yellow; font-family:"Trebuchet MS"; }

.styleFontWhiteEng { color:White; font-family:"Trebuchet MS"; }
.styleFontBigWhite { color:White; font-size:24px; }
