.rgl-flyout {
	position: relative;
}

.rgl-flyout-content {
	position: absolute;
	margin: 0;
	padding: 3px;
	border: 2px solid #660000;
	-webkit-border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	border-radius: 6px;

	box-shadow: 0 0 10px 0 #666666;
	-moz-box-shadow: 0 0 10px 0 #666666;
	-webkit-box-shadow: 0 0 10px 0 #666666;
	-khtml-box-shadow: 0 0 10px 0 #666666;

	background-image: none;
	background-color: #f5f5f5;
	color: #000000;
}

.rgl-flyout-active {
	border: 1px solid #212121 !important;
	background: #dadada url(images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x !important;
	font-weight: normal;
	color: #212121 !important;
}

.rgl-flyout-active .ui-icon {
	background-image: url(images/ui-icons_222222_256x240.png) !important;
}

.rgl-flyout-subject-highlight {
	background-color: #999999 !important;
}
