/* blockquotes */

blockquote.recc {
	margin: 1em 3em;
	padding: .5em 1em;
	border-left: 5px solid #1177dd;
	background-color: #ddeeff; }

blockquote.recc p {
	margin: 0; }


/* Define the look of the tooltips. */

.tooltip {
	background-color: #ffffff;
	border-color: #6633CC;
	border-style: solid;
	border-width: 1px;
	layer-background-color: #FFFFFF;
	margin: 0px;
	overflow: hidden;
	padding: 0px;
	position: absolute;
	z-index:1;
	visibility: hidden;
}

.tiptext {
	background-color: #ffffff;
	font-family: Arial, Verdana, Helvetica;
	font-size: 8pt;
	overflow: hidden;
	z-index:1;
}

.tipheader {
	background-color: #6633CC;
	font-family: Arial, Verdana, Helvetica;
	font-weight: bold;
	font-size: 10pt;
	color: #FFFFFF;
	width: 100%;
	height: 20px;
	padding : 0;
	margin : 0;
}