/*****************************
 **                         **
 ** Just within the baloons **
 **                         **
 *****************************/
 
.goog_mark {
	color: black;
	width: 230px;
	font-size: 10pt;
}

.goog_mark img {
	width: 90px;
	float: right;
}

.goog_mark h3 {
	font-size: 14pt;
	font-weight: bold;
	padding: 0;
	margin: 0 0 4px 0;
}

.goog_mark table {
	padding: 0;
	margin: 0;
}

.goog_mark td {
	padding: 0;
	margin: 0;
}

.goog_mark_window {
	color: black;
	font-weight: normal;
	font-size: 12pt;
}

td.data {
	padding-left: 8px;
}

/**** within the baloons and also on the properties details page ******/

table#rent {
	padding: 0;
	margin: 0;
	position: relative;
	right: 2px;
}

table#rent td.rent-right {
	margin: 0 4px 0 4px;
}

/*****************************
 **                         **
 **        Map buttons      **
 **                         **
 *****************************/

table#mo_buttons {
	width: 100%;
	border-collapse: separate;
	border-spacing: 22px;
	
}

table#mo_buttons td{
	font-size: 11pt;

}

table#mo_buttons a {
	padding-top: 4px;
	vertical-align: middle;
	display: block;
	width: 142px;
	height: 22px;
	background-image: url('../images/map_button.jpg');
	color: #ffffff;
	text-decoration: none;
	text-align: center;
}

table#mo_buttons a:active {
	background-image: url('../images/map_button_pressed.jpg');
}