/* CSS Document */

.Info
{
	font-weight: bold;
	letter-spacing: 2px;
	color: #0099FF;
}

.Info:hover
{
	cursor: help;
}

.titletip
{
	border-bottom: 1px dashed #0099FF;
}

.tooltip
{
	color: #0033FF;
	font-size: 1.1em;
	border-bottom: 1px dashed #0099FF;
}

.tooltip:hover,.titletip:hover
{
	cursor: help;
}

.boxover_header
{
	font-weight: bold;
	width: 300px;
	border: 1px solid #A5CFE9;
	border-bottom: 0px;
	padding: 3px;
	font-size: 1.1em;
	color: #333333;
	background: #D5EBF9;
	filter: alpha(opacity=90);
	opacity: 0.85;
}

.boxover_body
{
	border: 1px solid #A5CFE9;
	width: 300px;
	font-size: 1.1em;
	padding: 3px;
	color: #333333;
	background: #E6F6FF;
	filter: alpha(opacity=90);
	opacity: 0.85;
}

.boxover_body_fluid
{
	border: 1px solid #A5CFE9;
	font-size: 1.1em;
	padding: 3px;
	color: #333333;
	background: #E6F6FF;
	filter: alpha(opacity=90);
	opacity: 0.85;
}
