﻿body {
}
.font-copyright {
	font-size: 13px;
	line-height: 21px;
	color: #FFFFFF;
}
.font-normal {
	font-size: 13px;
	line-height: 21px;
	text-decoration: none;

}
.font-coffee {
	font-size: 13px;
	line-height: 21px;
	text-decoration: none;

}
.font-white {
	font-size: 16px;
	line-height: 21px;
	color: #FFFFFF;
	text-decoration: none;

}
.font-blue {
	font-size: 13px;
	line-height: 21px;
	color: #528BC5;
}
.font-blue-b {
	font-size: 14px;
	line-height: 21px;
	color: #006699;
	font-family: "06華康多元細圓體(P)", "華康多元中黑體(P)";
}
.table-gray {
	background-color: #E8E8E8;
	font-size: 13px;
	line-height: 21px;
	color: #3D98C4;
	background-repeat: repeat;
	text-align: left;

}
.table-darkblue {
	font-size: 13px;
	line-height: 21px;
	color: #FFFFFF;
	background-color: #006699;
	background-repeat: repeat;
}
.table-cream {
	font-size: 13px;
	line-height: 21px;
	color: #333333;
	background-color: #FFFFEC;
	background-repeat: repeat;
}
a:hover {
	font-size: 14px;
	line-height: 21px;
	color: #006699;
	text-decoration: underline overline;
	font-weight: bold;
}
.font-red {
	font-size: 12px;
	line-height: 21px;
	color: #CC0000;
	text-decoration: none;

}
.font-darkblue {
	font-size: 13px;
	line-height: 21px;
	color: #006699;
	text-decoration: none;
}
.font-white-b {
	font-size: 16px;
	line-height: 21px;
	color: #FFFFFF;
}
.font-red-b {
	font-size: 16px;
	line-height: 21px;
	color: #CC0000;
	text-decoration: none;

}
.font-lightgray {
	font-size: 13px;
	line-height: 21px;
	color: #666666;
}
.font-big {
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	font-size: 15px;
	line-height: 30px;
	color: #333333;
	text-align: center;
}
a:active {

}
a:active {
	-webkit-transition: all;
	-ms-transition: all;
	-o-transition: all;
	transition: all;
}
.table-blue1 {
	background-color: #1C8FBC;
}
.font-red-n {
	font-size: 13px;
	line-height: 21px;
	color: #CC0000;
	text-decoration: none;
}

/* Tooltip container */
.tooltip {
    position: relative;
    display: inline-block;
}

/* Tooltip text */
.tooltip .tooltiptext {
    visibility: hidden;
    width: 180px;
    background-color: black;
    color: #fff;
    text-align: center;
    padding: 10px 0;
    border-radius: 6px;
 
    /* Position the tooltip text - see examples below! */
    position: absolute;
     z-index: 1;
	 
	top: 100%;
    left: 50%; 
    margin-left: -90px; /* Use half of the width (120/2 = 60), to center the tooltip */
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
    visibility: visible;
}
