﻿/* Google Maps Balloons */

.balloon_text
{
	color:#425095;
	font-family:Verdana;
	font-size:12px;
	font-weight:bold;
}

.rrb
{
	
	border:none;/* 1px #425095;*/
	padding:10px;
	overflow:hidden;
	
	
}

.rrb .tl
{
	border:none;position:absolute;z-index:2;top:0px;left:0px;margin:0px;padding:0px;font-size:0px;vertical-align:top;
	width:10px;
	height:10px;

}

.rrb .tr
{
	border:none;position:absolute;z-index:2;top:0px;right:0px;margin:0px;padding:0px;font-size:0px;vertical-align:top;
	width:10px;
	height:10px;
}

.rrb .bl
{
	border:none;position:absolute;z-index:2;bottom:0px;left:0px;margin:0px;padding:0px;font-size:0px;vertical-align:top;
	width:10px;
	height:10px;
}

.rrb .br
{
	border:none;position:absolute;z-index:2;bottom:0px;right:0px;margin:0px;padding:0px;font-size:0px;vertical-align:top;
	width:10px;
	height:10px;
}

.rrb .top
{
	border-top:solid 1px #565656;position:absolute;
	top:-10px;height:10px;width:100%;
	background-color:White;
	font-size:1px;
}

.rrb .bottom
{
	border-bottom:solid 1px #565656;position:absolute;
	bottom:-10px;height:10px;width:100%;
	background-color:White;
	font-size:1px;
}

.rrb .left
{
	border-left:solid 1px #565656;position:absolute;
	left:-10px;height:100%;width:10px;
	background-color:White;
	font-size:1px;
}

.rrb .right
{
	border-right:solid 1px #565656;position:absolute;
	right:-10px;height:100%;width:10px;
	background-color:White;
	font-size:1px;
}
