/* ajax styles (DEBUG) */
#debugView {
	display: block;
	clear: both;
	height: 500px;
	width: 100%;
	border: 30px solid #FFC;
	padding: 15px;
	overflow:scroll;
}
/*
div.Debug {
	font-family: "Verdana, Arial, Helvetica, sans-serif";
	font-size: 10px;
	font-weight:normal;
	height: 500px;
	overflow-y: auto;
	margin: 20px;
	padding: 10px;
	background-color:#FFFFCC;
	border: 1px dotted #FFCC00;
}
div.Debug blockquote {
	font-size: 11px;
	padding: 11px;
	margin: 10px;
	background-color:#FFFFE6;
	border: 1px solid #EEE;
	line-height:150%;
}
*/
span.insight_btn, img.insight_btn {
	cursor:pointer;
	vertical-align:top;
	font-size:9px;
	color:#0080AA;
	border:1px solid #99CCFF;
	background-color: #DAE8EF;
	padding:1px 2px 1px 2px;
	margin:0 1px 0 1px;
	font-weight:normal;
	white-space:nowrap;
}
 
