﻿html, body
{
	font-family:Microsoft Tai Le;
	font-size: 12px;
	color: #000;
	line-height: 25px;
}
h3
{
	font-size: 16px;
	font-weight: bold;
	color: #f45600;
	text-align: center;
	margin: 0px 0px;
	padding: 0px 0px;
}
h5
{
	font-size: 13px;
	font-weight: bold;
	color: #000;
	text-align: center;
	margin: 5px 0px;
	padding: 0px 0px;
}
h6{
	font-size: 20px;
	font-weight: normal;
	color: #126ae3;
	text-align: left;
	margin: 10px 0px 0px;
	padding: 5px 0px 5px 0px;
	width:100%;
	background-color:#f0f0f0;
	border-bottom:solid 1px #dedddd;
}
h4{
	font-size: 15px;
	font-weight: bold;
	color: #126ae3;
	text-align: left;
	margin: 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width:100%;
}
legend
{
	font-size: 13px;
	font-weight: bold;
	color: #f45600;
	text-align: center;
	margin: 0px 0px;
	padding: 0px 0px;
}
a.tt{
    position:relative;
    z-index:24;
    color:#3CA3FF;
	font-weight:bold;
    text-decoration:none;
}
a.tt span{ display: none; }

/*background:; ie hack, something must be changed in a for ie to execute it*/
a.tt:hover{ z-index:25; color: #aaaaff; background:;}
a.tt:hover span.tooltip{
    display:block;
    position:absolute;
    top:0px; left:0;
	padding: 15px 0 0 0;
	width:200px;
	color:#993300;
    text-align: center;
	filter: alpha(opacity:90);
	KHTMLOpacity: 0.90;
	MozOpacity: 0.90;
	opacity: 0.90;
}
a.tt:hover span.top{
	display: block;
	padding: 30px 8px 0;
    background: url(Images/bubble.gif) no-repeat top;
}
a.tt:hover span.middle{ /* different middle bg for stretch */
	display: block;
	padding: 0 8px; 
	background: url(Images/bubble_filler.gif) repeat bottom; 
}
a.tt:hover span.bottom{
	display: block;
	padding:3px 8px 10px;
	color: #548912;
    background: url(Images/bubble.gif) no-repeat bottom;
}
#PrintContent table, #PrintContent td
{
	padding:2px 2px;
	border:solid 1px #dedddd;
	border-collapse:collapse;
	font-size:11px;
	font-family:Microsoft Tai Le;
}
.InputJU
{
	border:solid 1px #dfdfe0;
	padding:5px 5px;
	background-color:#fefefe;
}
.redStar
{
	color:Red;
}