@CHARSET "utf-8";

.bubble {
	width: 262px;
	overflow: auto;
}

.bubble table {
	width: 240px;
}

.largeBubble {
	width: 282px;
	height: 211px;
	overflow: auto;
}

.largeBubble table {
	width: 260px;
}

.bubble td, tr {
}

.bubbleTitle {
	font-family : verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: white;
	background-color: #252361;
}

.bubbleKey {
	font-family : verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #CADEF3;
	vertical-align:top;
	padding-right: 8px;
}

.bubbleValue {
	font-family : verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	vertical-align:top;
}

.bubbleValue a {
	font-family : verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #252361;
}

.bubbleSpacer {
}

/*
.gmnoprint {
	display: inline !important;
}
*/
