
.basictab ul{
margin: 10px;
padding: 3px 0;
margin-left: 0;
font: bold 12px Verdana;
border-bottom: 1px solid gray;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.basictab li{
display: inline;
margin: 0;
}

.basictab li a{
text-decoration: none;
padding: 3px 7px;
margin-right: 3px;
border: 1px solid gray;
border-bottom: none;
background-color: #f6ffd5;
color: #2d2b2b;
}

.basictab li a:visited{
color: #2d2b2b;
}

.basictab li a:hover, .basictab li a.current{
background-color: #DBFF6C;
color: black;
}

.basictab li a:active{
color: black;
}

#tabcontentcontainer{
width:95%; /*width of 2nd level content*/
height:1.5em; /*height of 2nd level content. Set to largest's content height to avoid jittering.*/
}

.tabcontent{
display:none;
}

.aceInContentTitle {
	font-size: 12px;
	color: #191970;
}
.aceInContentList1 {
	font-size: 14px;
	font-weight: bold;
}
.aceInContentList2 {
	color: gray;
	font-size: 14px;
	font-weight: bold;
}
.aceInCon1 {
	color: #FF9933;
	font-weight: bold;
}
.aceInCon0 {
	font-size: 12px;
	color: #933333;
}
.aceInCon2 {color: #666666}

.aceInCon3 {color: #000000}

.aceInCon4 {
	font-size: 10px;
	color: #000000;
}

.aceInCon5 {
	font-size: 11px;
	color: #000000;
}

.acePathTitle {
	font-size: 12px;
	color: #191970;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	line-height: 16px;
}

.aceLink {
	font-size: 12px;
	color: #191970;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
	line-height: 16px;
}

.ftablehead {  
	font-family: "細明體", "新細明體"; 
	background-color: #daeea9 ; 
	color: #485359 ; 
	font-size:  9pt; 
	line-height: 14pt
}

.aceVATabTitle {
	background-color: #ecf7cf;
}

.aceVATabContent {
	background-color: #ffffeb;
}

.aceVATabContent2 {
	background-color: #f7f7f7;
}
 
.aceVATitle1 {
	font-size: 14px;
	color: #933333;
}

.aceVATitle2 {
	font-size: 14px;
	color: #0000ff;
}

.aceVASlogan {
	margin-top:5px; 
	margin-bottom:30px; 
    padding-top:5px; 
	padding-bottom:30px; 
	font-size: 20px;
	font-weight: bold;
	color: #010066;
}

.errorMessage {
    color: red;
    font-size: 14px;
    font-weight: bold;
}

