.boldtable, .boldtable TD, .boldtable TH
{
font-family:sans-serif;
font-size:14pt;
font-weight:bold;
color:#FFFFFF;
background-color:#295F8D;
border-style:solid;
border-width:0.25px;
}

.boldtable1
{
font-family:san-serif;
font-size:14pt;
font-weight:bold;
color:#FFFFFF;
background-color:#7AB9F8;
border-style:solid;
border-width:0.25px;
}


#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #eee;
	padding: 5px;
	opacity: 0.85;
}
#tooltip h3, #tooltip div { margin: 0; }

/* extra css properties */
#tooltip.pretty {
	font-family: Arial;
	border: none;
	width: 210px;
	padding:20px;
	height: 135px;
	height: 175px \9;
	opacity: 0.8;
	background: url('../images/shadow.png');
}
#tooltip.pretty h3 {
	margin-bottom: 0.75em;
	font-size: 12pt;
	width: 210px;
	text-align: center;
}
#tooltip.pretty div { width: 210px; text-align: left; }

#extended { margin: 2em 0; }
#extended label { text-decoration: underline; }
#right, #right2 { text-align: right; }
#tooltip.right { width: 250px; }